Managed Service for Elasticsearch API, REST: Auth.GetProvider
Written by
Updated at October 17, 2024
Returns registered auth provider by name.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-elasticsearch/v1/clusters/{clusterId}/auth/providers/{name}
Path parameters
Field |
Description |
clusterId |
string Required field. Required. ID of the ElasticSearch cluster. |
name |
string Required field. Required. Name of the provider to delete. |
Response
HTTP Code: 200 - OK
{
"type": "string",
"name": "string",
"order": "string",
"enabled": "boolean",
"hidden": "boolean",
"description": "string",
"hint": "string",
"icon": "string",
// Includes only one of the fields `saml`
"saml": {
"idpEntityId": "string",
"idpMetadataFile": "string",
"spEntityId": "string",
"kibanaUrl": "string",
"attributePrincipal": "string",
"attributeGroups": "string",
"attributeName": "string",
"attributeEmail": "string",
"attributeDn": "string"
}
// end of the list of possible fields
}
Field |
Description |
type |
enum (Type)
|
name |
string |
order |
string (int64) |
enabled |
boolean |
hidden |
boolean selector ui settings |
description |
string |
hint |
string |
icon |
string |
saml |
Includes only one of the fields |
SamlSettings
Field |
Description |
idpEntityId |
string |
idpMetadataFile |
string (bytes) |
spEntityId |
string |
kibanaUrl |
string |
attributePrincipal |
string |
attributeGroups |
string |
attributeName |
string |
attributeEmail |
string |
attributeDn |
string |