Skip to main content

api_keys

Overview

Nameapi_keys
TypeResource
Idazure.application_insights.api_keys

Fields

NameDatatypeDescription
idstringThe unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.
namestringThe name of the API key.
apiKeystringThe API key value. It will be only return once when the API Key was created.
createdDatestringThe create date of this API key.
linkedReadPropertiesarrayThe read access rights of this API Key.
linkedWritePropertiesarrayThe write access rights of this API Key.

Methods

NameAccessible byRequired ParamsDescription
getSELECTkeyId, resourceGroupName, resourceName, subscriptionIdGet the API Key for this key id.
listSELECTresourceGroupName, resourceName, subscriptionIdGets a list of API keys of an Application Insights component.
createINSERTresourceGroupName, resourceName, subscriptionIdCreate an API Key of an Application Insights component.
deleteDELETEkeyId, resourceGroupName, resourceName, subscriptionIdDelete an API Key of an Application Insights component.
_listEXECresourceGroupName, resourceName, subscriptionIdGets a list of API keys of an Application Insights component.