Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getIamPropertyUsers
Explore with Pulumi AI
Using getIamPropertyUsers
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIamPropertyUsers(args: GetIamPropertyUsersArgs, opts?: InvokeOptions): Promise<GetIamPropertyUsersResult>
function getIamPropertyUsersOutput(args: GetIamPropertyUsersOutputArgs, opts?: InvokeOptions): Output<GetIamPropertyUsersResult>def get_iam_property_users(asset_id: Optional[str] = None,
                           user_type: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetIamPropertyUsersResult
def get_iam_property_users_output(asset_id: Optional[pulumi.Input[str]] = None,
                           user_type: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetIamPropertyUsersResult]func GetIamPropertyUsers(ctx *Context, args *GetIamPropertyUsersArgs, opts ...InvokeOption) (*GetIamPropertyUsersResult, error)
func GetIamPropertyUsersOutput(ctx *Context, args *GetIamPropertyUsersOutputArgs, opts ...InvokeOption) GetIamPropertyUsersResultOutput> Note: This function is named GetIamPropertyUsers in the Go SDK.
public static class GetIamPropertyUsers 
{
    public static Task<GetIamPropertyUsersResult> InvokeAsync(GetIamPropertyUsersArgs args, InvokeOptions? opts = null)
    public static Output<GetIamPropertyUsersResult> Invoke(GetIamPropertyUsersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamPropertyUsersResult> getIamPropertyUsers(GetIamPropertyUsersArgs args, InvokeOptions options)
public static Output<GetIamPropertyUsersResult> getIamPropertyUsers(GetIamPropertyUsersArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getIamPropertyUsers:getIamPropertyUsers
  arguments:
    # arguments dictionaryThe following arguments are supported:
getIamPropertyUsers Result
The following output properties are available:
- AssetId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
List<GetIam Property Users User> 
- UserType string
- AssetId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
[]GetIam Property Users User 
- UserType string
- assetId String
- id String
- The provider-assigned unique ID for this managed resource.
- users
List<GetIam Property Users User> 
- userType String
- assetId string
- id string
- The provider-assigned unique ID for this managed resource.
- users
GetIam Property Users User[] 
- userType string
- asset_id str
- id str
- The provider-assigned unique ID for this managed resource.
- users
Sequence[GetIam Property Users User] 
- user_type str
- assetId String
- id String
- The provider-assigned unique ID for this managed resource.
- users List<Property Map>
- userType String
Supporting Types
GetIamPropertyUsersUser    
- FirstName string
- The user's first name.
- IsBlocked bool
- Whether a user's access to a property is blocked.
- LastName string
- The user's surname.
- UiIdentity stringId 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- UiUser stringName 
- The user's username in Control Center.
- FirstName string
- The user's first name.
- IsBlocked bool
- Whether a user's access to a property is blocked.
- LastName string
- The user's surname.
- UiIdentity stringId 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- UiUser stringName 
- The user's username in Control Center.
- firstName String
- The user's first name.
- isBlocked Boolean
- Whether a user's access to a property is blocked.
- lastName String
- The user's surname.
- uiIdentity StringId 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- uiUser StringName 
- The user's username in Control Center.
- firstName string
- The user's first name.
- isBlocked boolean
- Whether a user's access to a property is blocked.
- lastName string
- The user's surname.
- uiIdentity stringId 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- uiUser stringName 
- The user's username in Control Center.
- first_name str
- The user's first name.
- is_blocked bool
- Whether a user's access to a property is blocked.
- last_name str
- The user's surname.
- ui_identity_ strid 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- ui_user_ strname 
- The user's username in Control Center.
- firstName String
- The user's first name.
- isBlocked Boolean
- Whether a user's access to a property is blocked.
- lastName String
- The user's surname.
- uiIdentity StringId 
- Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- uiUser StringName 
- The user's username in Control Center.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.