Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessInformationCreateParameters

Package version

Tenant access information update parameters.

Hierarchy

  • AccessInformationCreateParameters

Index

Properties

Optional enabled

enabled: undefined | false | true

Determines whether direct access is enabled.

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