1. Packages
  2. Akamai
  3. API Docs
  4. getIamPropertyUsers
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getIamPropertyUsers

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    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 dictionary

    The following arguments are supported:

    AssetId string
    UserType string
    AssetId string
    UserType string
    assetId String
    userType String
    assetId string
    userType string
    assetId String
    userType String

    getIamPropertyUsers Result

    The following output properties are available:

    AssetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Users List<GetIamPropertyUsersUser>
    UserType string
    AssetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Users []GetIamPropertyUsersUser
    UserType string
    assetId String
    id String
    The provider-assigned unique ID for this managed resource.
    users List<GetIamPropertyUsersUser>
    userType String
    assetId string
    id string
    The provider-assigned unique ID for this managed resource.
    users GetIamPropertyUsersUser[]
    userType string
    asset_id str
    id str
    The provider-assigned unique ID for this managed resource.
    users Sequence[GetIamPropertyUsersUser]
    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.
    UiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    UiUserName string
    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.
    UiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    UiUserName string
    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.
    uiIdentityId String
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    uiUserName String
    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.
    uiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    uiUserName string
    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_id str
    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_name str
    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.
    uiIdentityId String
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    uiUserName String
    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 akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi