Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 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
    • Authentication with the API
      • Overview
        • Overview
          • Overview
          • Get
          • List
          • Create
          • Delete
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetFederatedCredentialRequest
  • FederatedCredential
  1. API reference
  2. gRPC
  3. Workload Identity
  4. FederatedCredential
  5. Get

Workload Identity, gRPC: FederatedCredentialService.Get

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetFederatedCredentialRequest
  • FederatedCredential

Returns the specified federated credential.

To get the list of available federated credentials, make a List request.

gRPC requestgRPC request

rpc Get (GetFederatedCredentialRequest) returns (FederatedCredential)

GetFederatedCredentialRequestGetFederatedCredentialRequest

{
  "federated_credential_id": "string"
}

Field

Description

federated_credential_id

string

Required field. ID of the federated credential to return.
To get the federated credential ID, make a FederatedCredentialService.List request.

FederatedCredentialFederatedCredential

{
  "id": "string",
  "service_account_id": "string",
  "federation_id": "string",
  "external_subject_id": "string",
  "created_at": "google.protobuf.Timestamp"
}

A federated credential.

Field

Description

id

string

Id of the federated credential.

service_account_id

string

Id of the service account that the federated credential belongs to.

federation_id

string

ID of the workload identity federation which is used for authentication.

external_subject_id

string

Id of the external subject.

created_at

google.protobuf.Timestamp

Creation timestamp.

Was the article helpful?

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