Class: Aws::IdentityStore::Types::GetUserIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GetUserIdRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alternate_identifier ⇒ Types::AlternateIdentifier
A unique identifier for a user or group that is not the primary identifier.
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
Instance Attribute Details
#alternate_identifier ⇒ Types::AlternateIdentifier
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. For the unique attribute, the only valid paths are ‘ userName` and `emails.value`.
944 945 946 947 948 949 |
# File 'lib/aws-sdk-identitystore/types.rb', line 944 class GetUserIdRequest < Struct.new( :identity_store_id, :alternate_identifier) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
944 945 946 947 948 949 |
# File 'lib/aws-sdk-identitystore/types.rb', line 944 class GetUserIdRequest < Struct.new( :identity_store_id, :alternate_identifier) SENSITIVE = [] include Aws::Structure end |