Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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 Managed Service for OpenSearch
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Backup
        • DeleteBackup
        • Restore
        • RescheduleMaintenance
        • ListBackups
        • Move
        • Start
        • Stop
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListHosts
        • AddOpenSearchNodeGroup
        • DeleteOpenSearchNodeGroup
        • UpdateOpenSearchNodeGroup
        • AddDashboardsNodeGroup
        • DeleteDashboardsNodeGroup
        • UpdateDashboardsNodeGroup
        • GetAuthSettings
        • UpdateAuthSettings
        • RestartOpenSearch
        • SwitchMaster
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetAuthSettingsRequest
  • AuthSettings
  • SAMLSettings
  1. API reference
  2. gRPC
  3. Cluster
  4. GetAuthSettings

Managed Service for OpenSearch API, gRPC: ClusterService.GetAuthSettings

Written by
Yandex Cloud
Updated at January 23, 2026
  • gRPC request
  • GetAuthSettingsRequest
  • AuthSettings
  • SAMLSettings

Retrieves auth settings for specified cluster.

gRPC requestgRPC request

rpc GetAuthSettings (GetAuthSettingsRequest) returns (AuthSettings)

GetAuthSettingsRequestGetAuthSettingsRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required field. Required. ID of the OpenSearch cluster.

The maximum string length in characters is 50.

AuthSettingsAuthSettings

{
  "saml": {
    "enabled": "bool",
    "idp_entity_id": "string",
    "idp_metadata_file": "bytes",
    "sp_entity_id": "string",
    "dashboards_url": "string",
    "roles_key": "string",
    "subject_key": "string",
    "jwt_default_expiration_timeout": "google.protobuf.Int64Value"
  }
}

Field

Description

saml

SAMLSettings

SAML settings

SAMLSettingsSAMLSettings

Field

Description

enabled

bool

idp_entity_id

string

Required. The entity ID of your IdP.

The maximum string length in characters is 250.

idp_metadata_file

bytes

Required. The SAML 2.0 metadata file of your IdP.

The maximum string length in characters is 10000.

sp_entity_id

string

Required. The entity ID of the service provider.

The maximum string length in characters is 250.

dashboards_url

string

Required. The OpenSearch Dashboards base URL.

The maximum string length in characters is 250.

roles_key

string

Optional. The attribute in the SAML response where the roles are stored. If not configured, no roles are used.

The maximum string length in characters is 250.

subject_key

string

Optional. The attribute in the SAML response where the subject is stored. If not configured, the NameID attribute is used.

The maximum string length in characters is 250.

jwt_default_expiration_timeout

google.protobuf.Int64Value

default jwt expiration timeout.

Was the article helpful?

Previous
UpdateDashboardsNodeGroup
Next
UpdateAuthSettings
© 2026 Direct Cursus Technology L.L.C.