organizations_api_keys
Creates, updates, deletes, gets or lists a organizations_api_keys
resource.
Overview
Name | organizations_api_keys |
Type | Resource |
Id | azure_isv.elastic.organizations_api_keys |
Fields
Name | Datatype | Description |
---|---|---|
properties | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Fetch 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 }}';