Sdílet prostřednictvím


AccessInformationCreateParameters interface

Tenant access information update parameters.

Properties

enabled

Determines whether direct access is enabled.

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

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