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
- (::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
- value (::String) — Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
- (::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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.