Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetOAuthClientRequest
  • OAuthClient
  1. API reference
  2. gRPC
  3. OAuthClient
  4. Get

Identity and Access Management API, gRPC: OAuthClientService.Get

Written by
Yandex Cloud
Updated at August 8, 2025
  • gRPC request
  • GetOAuthClientRequest
  • OAuthClient

Returns the sepcified OAuthClient resource.

To get the list of available OAuthClient resources, make a List request.

gRPC requestgRPC request

rpc Get (GetOAuthClientRequest) returns (OAuthClient)

GetOAuthClientRequestGetOAuthClientRequest

{
  "oauth_client_id": "string"
}

Field

Description

oauth_client_id

string

Required field. ID of the OAuthClient resource to return.
To get the oauth client ID, use a OAuthClientService.List request.

OAuthClientOAuthClient

{
  "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.

  • STATUS_UNSPECIFIED
  • CREATING: OAuth client is being created.
  • ACTIVE: OAuth client is active.
  • DELETING: OAuth client is being deleted.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.