Identity Hub API, gRPC: GroupService.ResolveExternal
Returns external group by subject container and external id
gRPC request
rpc ResolveExternal (ResolveExternalGroupRequest) returns (Group)
ResolveExternalGroupRequest
{
"subject_container_id": "string",
"external_id": "string"
}
|
Field |
Description |
|
subject_container_id |
string Required field. Id of the subject container that external group belongs to |
|
external_id |
string Required field. Id of the group from external system |
Group
{
"id": "string",
"organization_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"subject_container_id": "string",
"external_id": "string"
}
A Group resource.
For more information, see Groups.
|
Field |
Description |
|
id |
string ID of the group. |
|
organization_id |
string ID of the organization that the group belongs to. |
|
created_at |
Creation timestamp. |
|
name |
string Name of the group. |
|
description |
string Description of the group. |
|
subject_container_id |
string Id of the subject container that external group belongs to. It is set if group is external. |
|
external_id |
string Id of the group from external system. It is set if group is external. |