Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry.

Identity Mapping Entry that maps an external identity to an internal identity.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#external_identity

def external_identity() -> ::String
Returns
  • (::String) — Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

#external_identity=

def external_identity=(value) -> ::String
Parameter
  • value (::String) — Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
Returns
  • (::String) — Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

#group_id

def group_id() -> ::String
Returns
  • (::String) — 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.

#group_id=

def group_id=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#user_id

def user_id() -> ::String
Returns
  • (::String) — 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.

#user_id=

def user_id=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.