Class: Aws::IdentityStore::Types::GetUserIdRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-identitystore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_identifierTypes::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_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


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