AccessInformationSecretsContract Class

Definition

Tenant access information contract of the API Management service.

public class AccessInformationSecretsContract
type AccessInformationSecretsContract = class
Public Class AccessInformationSecretsContract
Inheritance
AccessInformationSecretsContract

Constructors

AccessInformationSecretsContract()

Initializes a new instance of the AccessInformationSecretsContract class.

AccessInformationSecretsContract(String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the AccessInformationSecretsContract class.

Properties

Enabled

Gets or sets determines whether direct access is enabled.

Id

Gets or sets access Information type ('access' or 'gitAccess')

PrimaryKey

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

PrincipalId

Gets or sets principal (User) Identifier.

SecondaryKey

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

Applies to