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 Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Get
        • Create
        • Update
        • Delete
        • ListItems
        • UpdateItems
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetGroupMappingRequest
  • GetGroupMappingResponse
  • GroupMapping
  1. API reference
  2. gRPC
  3. GroupMapping
  4. Get

Cloud Organization API, gRPC: GroupMappingService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetGroupMappingRequest
  • GetGroupMappingResponse
  • GroupMapping

Returns a group mapping configured for the specific federation
If a federation does not exist this call will return an error
NOT_FOUND will be returned
If a federation exist, but has not ever been configured for group mapping
the call FAILED_PRECONDITION will be returned.

gRPC request

rpc Get (GetGroupMappingRequest) returns (GetGroupMappingResponse)

GetGroupMappingRequest

{
  "federation_id": "string"
}

Field

Description

federation_id

string

Required field.

GetGroupMappingResponse

{
  "group_mapping": {
    "federation_id": "string",
    "enabled": "bool"
  }
}

Field

Description

group_mapping

GroupMapping

GroupMapping

Group synchronization status for a specific federation
Absence of this object for a federation means that there is no group synchronization set of for the federation.

Field

Description

federation_id

string

Federation id

enabled

bool

Flag to show whether group synchronization should be enabled for this federation.

Was the article helpful?

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