Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
          • Overview
          • SetReplicationToken
          • ResetReplicationToken
          • CreateSynchronizationSettings
          • UpdateSynchronizationSettings
          • DeleteSynchronizationSettings
          • GetSynchronizationSettings
          • ListSupportedAttributes
  • Audit Trails events
  • Release notes
  • Yandex Identity Hub Sync Agent release notes

In this article:

  • gRPC request
  • ListSupportedAttributesRequest
  • ListSupportedAttributesResponse
  • UserSupportedAttribute
  • SourceAttributes
  • GroupSupportedAttribute
  1. API reference
  2. gRPC
  3. Identity Provider API
  4. Synchronization
  5. ListSupportedAttributes

Identity Provider API, gRPC: SynchronizationService.ListSupportedAttributes

Written by
Yandex Cloud
Updated at February 24, 2026
View in Markdown
  • gRPC request
  • ListSupportedAttributesRequest
  • ListSupportedAttributesResponse
  • UserSupportedAttribute
  • SourceAttributes
  • GroupSupportedAttribute

Lists supported attributes for synchronization.

gRPC requestgRPC request

rpc ListSupportedAttributes (ListSupportedAttributesRequest) returns (ListSupportedAttributesResponse)

ListSupportedAttributesRequestListSupportedAttributesRequest

{
  "flavor": "AttributesFlavor"
}

Request to list supported attributes.

Field

Description

flavor

enum AttributesFlavor

Required field. Flavor of attributes to list.

  • ACTIVE_DIRECTORY: Active Directory attributes.

ListSupportedAttributesResponseListSupportedAttributesResponse

{
  "user_supported_attributes": [
    {
      "target_attribute": "UserTargetAttribute",
      "source_attributes": [
        {
          "type": "MappingType",
          "attributes": [
            "string"
          ]
        }
      ]
    }
  ],
  "group_supported_attributes": [
    {
      "target_attribute": "GroupTargetAttribute",
      "source_attributes": [
        {
          "type": "MappingType",
          "attributes": [
            "string"
          ]
        }
      ]
    }
  ]
}

Response message for SynchronizationService.ListSupportedAttributes.

Field

Description

user_supported_attributes[]

UserSupportedAttribute

List of supported user attributes.

group_supported_attributes[]

GroupSupportedAttribute

List of supported group attributes.

UserSupportedAttributeUserSupportedAttribute

Supported user attribute configuration.

Field

Description

target_attribute

enum UserTargetAttribute

Target attribute to map to.

  • FULL_NAME: Full name attribute.
  • GIVEN_NAME: Given name attribute.
  • FAMILY_NAME: Family name attribute.
  • EMAIL: Email attribute.
  • PHONE_NUMBER: Phone number attribute.
  • USERNAME: Username attribute.
  • COMPANY_NAME: Company name attribute.
  • JOB_TITLE: Job title attribute.
  • DEPARTMENT: Department attribute.
  • EMPLOYEE_ID: Employee ID attribute.

source_attributes[]

SourceAttributes

List of source attribute configurations.

SourceAttributesSourceAttributes

Source attribute configuration.

Field

Description

type

enum MappingType

Type of mapping.

  • DIRECT: Direct mapping from source to target.
  • EMPTY: Empty mapping (no source attribute).

attributes[]

string

List of source attribute names. Empty for EMPTY type.

GroupSupportedAttributeGroupSupportedAttribute

Supported group attribute configuration.

Field

Description

target_attribute

enum GroupTargetAttribute

Target attribute to map to.

  • NAME: Name attribute.
  • DESCRIPTION: Description attribute.

source_attributes[]

SourceAttributes

List of source attribute configurations.

Was the article helpful?

Previous
GetSynchronizationSettings
Next
Overview
© 2026 Direct Cursus Technology L.L.C.