Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessInformationSecretsContract

Package version

Tenant access information contract of the API Management service.

Hierarchy

  • AccessInformationSecretsContract

Index

Properties

Optional enabled

enabled: undefined | false | true

Determines whether direct access is enabled.

Optional id

id: undefined | string

Access Information type ('access' or 'gitAccess')

Optional primaryKey

primaryKey: undefined | string

Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Optional principalId

principalId: undefined | string

Principal (User) Identifier.

Optional secondaryKey

secondaryKey: undefined | string

Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Generated using TypeDoc