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 for business
    • 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
        • Enable
        • Disable
        • ResolveAgent
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ResolveServiceAgentRequest
  • Resource
  • ServiceAgent
  1. API reference
  2. gRPC
  3. ServiceControl
  4. ResolveAgent

Identity and Access Management API, gRPC: ServiceControlService.ResolveAgent

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ResolveServiceAgentRequest
  • Resource
  • ServiceAgent

Resolve agent service account for the service in the specified resource container.

gRPC requestgRPC request

rpc ResolveAgent (ResolveServiceAgentRequest) returns (ServiceAgent)

ResolveServiceAgentRequestResolveServiceAgentRequest

{
  "service_id": "string",
  "microservice_id": "string",
  "resource": {
    "id": "string",
    "type": "string"
  }
}

Field

Description

service_id

string

Required field. ID of the Service.

microservice_id

string

ID of the Microservice.

resource

Resource

Required field. Resource container.

ResourceResource

A Resource. For more information, see Resource.

Field

Description

id

string

Required field. ID of the resource.

type

string

Required field. The type of the resource, e.g. resource-manager.folder, billing.account, compute.snapshot, etc.

ServiceAgentServiceAgent

{
  "service_account_id": "string",
  "service_id": "string",
  "microservice_id": "string"
}

Field

Description

service_account_id

string

ID of the agent service account.

service_id

string

ID of the service.

microservice_id

string

ID of the microservice.

Was the article helpful?

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