get Organization Api Key
suspend fun getOrganizationApiKey(argument: GetOrganizationApiKeyPlainArgs): GetOrganizationApiKeyResult
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization. Azure REST API version: 2023-06-01. Other available API versions: 2023-02-01-preview, 2023-05-01-preview, 2023-06-15-preview, 2023-07-01-preview, 2023-10-01-preview.
Return
The User Api Key created for the Organization associated with the User Email Id that was passed in the request
Parameters
argument
null
Return
The User Api Key created for the Organization associated with the User Email Id that was passed in the request
See also
Parameters
email Id
The User email Id
suspend fun getOrganizationApiKey(argument: suspend GetOrganizationApiKeyPlainArgsBuilder.() -> Unit): GetOrganizationApiKeyResult
Return
The User Api Key created for the Organization associated with the User Email Id that was passed in the request
See also
Parameters
argument
Builder for com.pulumi.azurenative.elastic.kotlin.inputs.GetOrganizationApiKeyPlainArgs.