This product is not supported for your selected Datadog site. ().

aws_identitystore_user

account_id

Type: STRING

addresses

Type: UNORDERED_LIST_STRUCT
Provider name: Addresses
Description: A list of Address objects containing addresses associated with the user.

  • country
    Type: STRING
    Provider name: Country
    Description: The country of the address.
  • formatted
    Type: STRING
    Provider name: Formatted
    Description: A string containing a formatted version of the address for display.
  • locality
    Type: STRING
    Provider name: Locality
    Description: A string of the address locality.
  • postal_code
    Type: STRING
    Provider name: PostalCode
    Description: The postal code of the address.
  • primary
    Type: BOOLEAN
    Provider name: Primary
    Description: A Boolean value representing whether this is the primary address for the associated resource.
  • region
    Type: STRING
    Provider name: Region
    Description: The region of the address.
  • street_address
    Type: STRING
    Provider name: StreetAddress
    Description: The street of the address.
  • type
    Type: STRING
    Provider name: Type
    Description: A string representing the type of address. For example, “Home."

emails

Type: UNORDERED_LIST_STRUCT
Provider name: Emails
Description: A list of Email objects containing email addresses associated with the user.

  • primary
    Type: BOOLEAN
    Provider name: Primary
    Description: A Boolean value representing whether this is the primary email address for the associated resource.
  • type
    Type: STRING
    Provider name: Type
    Description: A string representing the type of address. For example, “Work."
  • value
    Type: STRING
    Provider name: Value
    Description: A string containing an email address. For example, “johndoe@amazon.com."

external_ids

Type: UNORDERED_LIST_STRUCT
Provider name: ExternalIds
Description: A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

  • id
    Type: STRING
    Provider name: Id
    Description: The identifier issued to this resource by an external identity provider.
  • issuer
    Type: STRING
    Provider name: Issuer
    Description: The issuer for an external identifier.

group_memberships

Type: UNORDERED_LIST_STRUCT
Provider name: GroupMemberships
Description: A list of GroupMembership objects in the group for a specified member.

  • group_id
    Type: STRING
    Provider name: GroupId
    Description: The identifier for a group in the identity store.
  • identity_store_id
    Type: STRING
    Provider name: IdentityStoreId
    Description: The globally unique identifier for the identity store.
  • member_id
    Type: STRUCT
    Provider name: MemberId
    Description: An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
    • user_id
      Type: STRING
      Provider name: UserId
      Description: An object containing the identifiers of resources that can be members.
  • membership_id
    Type: STRING
    Provider name: MembershipId
    Description: The identifier for a GroupMembership object in an identity store.

identity_store_id

Type: STRING
Provider name: IdentityStoreId
Description: The globally unique identifier for the identity store.

locale

Type: STRING
Provider name: Locale
Description: A string containing the geographical region or location of the user.

name

Type: STRUCT
Provider name: Name
Description: An object containing the name of the user.

  • family_name
    Type: STRING
    Provider name: FamilyName
    Description: The family name of the user.
  • formatted
    Type: STRING
    Provider name: Formatted
    Description: A string containing a formatted version of the name for display.
  • given_name
    Type: STRING
    Provider name: GivenName
    Description: The given name of the user.
  • honorific_prefix
    Type: STRING
    Provider name: HonorificPrefix
    Description: The honorific prefix of the user. For example, “Dr."
  • honorific_suffix
    Type: STRING
    Provider name: HonorificSuffix
    Description: The honorific suffix of the user. For example, “M.D."
  • middle_name
    Type: STRING
    Provider name: MiddleName
    Description: The middle name of the user.

nick_name

Type: STRING
Provider name: NickName
Description: A string containing an alternate name for the user.

phone_numbers

Type: UNORDERED_LIST_STRUCT
Provider name: PhoneNumbers
Description: A list of PhoneNumber objects containing phone numbers associated with the user.

  • primary
    Type: BOOLEAN
    Provider name: Primary
    Description: A Boolean value representing whether this is the primary phone number for the associated resource.
  • type
    Type: STRING
    Provider name: Type
    Description: A string representing the type of a phone number. For example, “Mobile."
  • value
    Type: STRING
    Provider name: Value
    Description: A string containing a phone number. For example, “8675309” or “+1 (800) 123-4567”.

preferred_language

Type: STRING
Provider name: PreferredLanguage
Description: A string containing the preferred language of the user. For example, “American English” or “en-us."

profile_url

Type: STRING
Provider name: ProfileUrl
Description: A string containing a URL that might be associated with the user.

tags

Type: UNORDERED_LIST_STRING

timezone

Type: STRING
Provider name: Timezone
Description: A string containing the time zone of the user.

title

Type: STRING
Provider name: Title
Description: A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.

user_id

Type: STRING
Provider name: UserId
Description: The identifier for a user in the identity store.

user_name

Type: STRING
Provider name: UserName
Description: A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

user_type

Type: STRING
Provider name: UserType
Description: A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.