Organizations interface
Interface representing a Organizations.
Methods
get |
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization. |
get |
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user. |
Method Details
getApiKey(OrganizationsGetApiKeyOptionalParams)
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
function getApiKey(options?: OrganizationsGetApiKeyOptionalParams): Promise<UserApiKeyResponse>
Parameters
The options parameters.
Returns
Promise<UserApiKeyResponse>
getElasticToAzureSubscriptionMapping(OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams)
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
function getElasticToAzureSubscriptionMapping(options?: OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams): Promise<ElasticOrganizationToAzureSubscriptionMappingResponse>
Parameters
The options parameters.