Class: Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store.rb
Overview
Identity Mapping Entry that maps an external identity to an internal identity.
Instance Attribute Summary collapse
-
#external_identity ⇒ ::String
Required.
-
#group_id ⇒ ::String
Group identifier.
-
#user_id ⇒ ::String
User identifier.
Instance Attribute Details
#external_identity ⇒ ::String
Returns Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
74 75 76 77 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store.rb', line 74 class IdentityMappingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_id ⇒ ::String
Returns Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.
Note: The following fields are mutually exclusive: group_id
, user_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
74 75 76 77 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store.rb', line 74 class IdentityMappingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_id ⇒ ::String
Returns User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.
Note: The following fields are mutually exclusive: user_id
, group_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
74 75 76 77 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store.rb', line 74 class IdentityMappingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |