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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript