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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript