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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript