Module aws_sdk_identitystore::types

source ·
Expand description

Data structures used by operation inputs/outputs.

Modules§

  • Builders
  • Error types that AWS SSO Identity Store can respond with.

Structs§

  • The address associated with the specified user.

  • An operation that applies to the requested group. This operation might add, replace, or remove an attribute.

  • The email address associated with the user.

  • The identifier issued to this resource by an external identity provider.

  • A query filter used by ListUsers and ListGroups. This filter object provides the attribute name and attribute value to search users or groups.

  • A group object that contains the metadata and attributes for a specified group.

  • Contains the identifiers for a group, a group member, and a GroupMembership object in the identity store.

  • Indicates whether a resource is a member of a group in the identity store.

  • The full name of the user.

  • The phone number associated with the user.

  • An entity attribute that's unique to a specific entity.

  • A user object that contains the metadata and attributes for a specified user.

Enums§

  • A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute.

  • When writing a match expression against ConflictExceptionReason, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • An object containing the identifier of a group member.

  • When writing a match expression against ResourceType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.