Managed Service for Elasticsearch API, gRPC: AuthService.GetProvider
Статья создана
Обновлена 17 октября 2024 г.
Returns registered auth provider by name.
gRPC request
rpc GetProvider (GetAuthProviderRequest) returns (AuthProvider)
GetAuthProviderRequest
{
"clusterId": "string",
"name": "string"
}
Field |
Description |
clusterId |
string Required field. Required. ID of the ElasticSearch cluster. |
name |
string Required field. Required. Name of the provider to delete. |
AuthProvider
{
"type": "Type",
"name": "string",
"order": "int64",
"enabled": "bool",
"hidden": "bool",
"description": "string",
"hint": "string",
"icon": "string",
// Includes only one of the fields `saml`
"saml": {
"idpEntityId": "string",
"idpMetadataFile": "bytes",
"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 |
int64 |
enabled |
bool |
hidden |
bool selector ui settings |
description |
string |
hint |
string |
icon |
string |
saml |
Includes only one of the fields |
SamlSettings
Field |
Description |
idpEntityId |
string |
idpMetadataFile |
bytes |
spEntityId |
string |
kibanaUrl |
string |
attributePrincipal |
string |
attributeGroups |
string |
attributeName |
string |
attributeEmail |
string |
attributeDn |
string |