Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInsightsComponentAPIKey

Package version

interface

An interface representing ApplicationInsightsComponentAPIKey. Properties that define an API key of an Application Insights Component.

Hierarchy

  • ApplicationInsightsComponentAPIKey

Index

Properties

Optional apiKey

apiKey: undefined | string
member

{string} [apiKey] The API key value. It will be only return once when the API Key was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdDate

createdDate: undefined | string
member

{string} [createdDate] The create date of this API key.

Optional id

id: undefined | string
member

{string} [id] The unique ID of the API key inside an Applciation Insights component. It is auto generated when the API key is created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional linkedReadProperties

linkedReadProperties: string[]
member

{string[]} [linkedReadProperties] The read access rights of this API Key.

Optional linkedWriteProperties

linkedWriteProperties: string[]
member

{string[]} [linkedWriteProperties] The write access rights of this API Key.

Optional name

name: undefined | string
member

{string} [name] The name of the API key.

Generated using TypeDoc