AccessInformationSecretsContract interface

Tenant access information contract of the API Management service.

Properties

enabled

Determines whether direct access is enabled.

id

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

primaryKey

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

principalId

Principal (User) Identifier.

secondaryKey

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

Property Details

enabled

Determines whether direct access is enabled.

enabled?: boolean

Property Value

boolean

id

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

id?: string

Property Value

string

primaryKey

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

primaryKey?: string

Property Value

string

principalId

Principal (User) Identifier.

principalId?: string

Property Value

string

secondaryKey

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

secondaryKey?: string

Property Value

string