ApplicationInsightsComponentAPIKey interface
Properties that define an API key of an Application Insights Component.
Properties
api |
The API key value. It will be only return once when the API Key was created. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
The create date of this API key. |
id | The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created. NOTE: This property will not be serialized. It can only be populated by the server. |
linked |
The read access rights of this API Key. |
linked |
The write access rights of this API Key. |
name | The name of the API key. |
Property Details
apiKey
The API key value. It will be only return once when the API Key was created. NOTE: This property will not be serialized. It can only be populated by the server.
apiKey?: string
Property Value
string
createdDate
The create date of this API key.
createdDate?: string
Property Value
string
id
The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
linkedReadProperties
The read access rights of this API Key.
linkedReadProperties?: string[]
Property Value
string[]
linkedWriteProperties
The write access rights of this API Key.
linkedWriteProperties?: string[]
Property Value
string[]
name
The name of the API key.
name?: string
Property Value
string