IIdentityStoreAlternateIdentifier
Interface in AWS.IdentityStore
Interface for IdentityStore AlternateIdentifier.
Properties
ExternalId
property ExternalId: IIdentityStoreExternalId
Type: IIdentityStoreExternalId
An alternate identifier that maps to an external identity provider's reference for the resource.
This identifier is composed of an Id and optional Issuer, and is used when the resource is federated or synchronized from an external system.
UniqueAttribute
property UniqueAttribute: IIdentityStoreUniqueAttribute
Type: IIdentityStoreUniqueAttribute
An alternate identifier based on a unique attribute of the resource.
This object specifies an attribute name and value that uniquely identify the target resource, such as DisplayName = "Engineering" for a group or UserName = "jdoe" for a user. This is the most common mechanism used to look up users or groups by a readable name.