Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APIKeyRequest

Package version

interface

An interface representing APIKeyRequest. An Application Insights component API Key createion request definition.

Hierarchy

  • APIKeyRequest

Index

Properties

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