Identity Hub API, gRPC: GroupService.ListExternal
Retrieves the list of external group linked subject container
gRPC request
rpc ListExternal (ListExternalGroupsRequest) returns (ListExternalGroupsResponse)
ListExternalGroupsRequest
{
"subject_container_id": "string",
"page_size": "int64",
"page_token": "string",
"filter": "string"
}
|
Field |
Description |
|
subject_container_id |
string Required field. Id of the subject container that external group belongs to. |
|
page_size |
int64 The maximum number of results per page to return. If the number of available |
|
page_token |
string Page token. Set |
|
filter |
string A filter expression that filters resources listed in the response.
|
ListExternalGroupsResponse
{
"groups": [
{
"id": "string",
"organization_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"subject_container_id": "string",
"external_id": "string"
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
groups[] |
List of External group resources. |
|
next_page_token |
string This token allows you to get the next page of results for list requests. If the number of results |
Group
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. |