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
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetOAuthClientSecretRequest
  • OAuthClientSecret
  1. API reference
  2. gRPC
  3. OAuthClientSecret
  4. Get

Identity and Access Management API, gRPC: OAuthClientSecretService.Get

Written by
Yandex Cloud
Updated at August 8, 2025
  • gRPC request
  • GetOAuthClientSecretRequest
  • OAuthClientSecret

Returns the sepcified OAuthClientSecret resource.

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

gRPC requestgRPC request

rpc Get (GetOAuthClientSecretRequest) returns (OAuthClientSecret)

GetOAuthClientSecretRequestGetOAuthClientSecretRequest

{
  "oauth_client_secret_id": "string"
}

Field

Description

oauth_client_secret_id

string

Required field. ID of the OAuthClientSecret resource to return.
To get the OAuthClientSecret ID, use a OAuthClientSecretService.List request.

OAuthClientSecretOAuthClientSecret

{
  "id": "string",
  "oauth_client_id": "string",
  "description": "string",
  "masked_secret": "string",
  "created_at": "google.protobuf.Timestamp"
}

An OauthClientSecretResource

Field

Description

id

string

ID of the oauth client secret.

oauth_client_id

string

ID of the oauth client that the secret belongs to.

description

string

Description of the oauth client secret.

masked_secret

string

Masked value of the oauth client secret: yccs__[a-f0-9]{10}\*{4}

created_at

google.protobuf.Timestamp

Creation timestamp.

Was the article helpful?

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