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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript