APIKeyRequest interface
An Application Insights component API Key creation request definition.
Properties
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
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