Identity and Access Management API, gRPC: OAuthClientService.Get
Written by
Updated at August 8, 2025
Returns the sepcified OAuthClient resource.
To get the list of available OAuthClient resources, make a List request.
gRPC request
rpc Get (GetOAuthClientRequest) returns (OAuthClient)
GetOAuthClientRequest
{
"oauth_client_id": "string"
}
Field |
Description |
oauth_client_id |
string Required field. ID of the OAuthClient resource to return. |
OAuthClient
{
"id": "string",
"name": "string",
"redirect_uris": [
"string"
],
"scopes": [
"string"
],
"folder_id": "string",
"status": "Status"
}
An OauthClient resource.
Field |
Description |
id |
string ID of the oauth client. |
name |
string Name for the oauth client. |
redirect_uris[] |
string List of redirect uries allowed for the oauth client. |
scopes[] |
string List of oauth scopes requested by the oauth client. |
folder_id |
string ID of the folder oauth client belongs to. |
status |
enum Status Current status of the oauth client.
|