organizations_api_keys
Creates, updates, deletes, gets or lists an organizations_api_keys
resource.
Overview
Name | organizations_api_keys |
Type | Resource |
Id | azure_isv.elastic.organizations_api_keys |
Fields
The following fields are returned by SELECT
queries:
- get
Name | Datatype | Description |
---|---|---|
properties | object |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | subscriptionId | Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
SELECT
examples
- get
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 }}' -- required
;