Skip to main content

organizations_api_keys

Creates, updates, deletes, gets or lists a organizations_api_keys resource.

Overview

Nameorganizations_api_keys
TypeResource
Idazure_isv.elastic.organizations_api_keys

Fields

NameDatatypeDescription
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdFetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.

SELECT examples

Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.

SELECT
properties
FROM azure_isv.elastic.organizations_api_keys
WHERE subscriptionId = '{{ subscriptionId }}';