Class: Aws::IdentityStore::Types::GetGroupIdRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/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 path is displayName.



734
735
736
737
738
739
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 734

class GetGroupIdRequest < 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)


734
735
736
737
738
739
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 734

class GetGroupIdRequest < Struct.new(
  :identity_store_id,
  :alternate_identifier)
  SENSITIVE = []
  include Aws::Structure
end