public interface AccessInformationSecretsContract
An immutable client-side representation of AccessInformationSecretsContract.
Method Summary
All Methods Instance Methods Abstract Methods
Gets the enabled property: Determines whether direct access is enabled.
Gets the id property: Access Information type ('access' or 'gitAccess').
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner
object.
Gets the primaryKey property: Primary access key.
Gets the principalId property: Principal (User) Identifier.
Gets the secondaryKey property: Secondary access key.
Method Details
id
Gets the id property: Access Information type ('access' or 'gitAccess').
Returns:
the id value.
principalId
Gets the principalId property: Principal (User) Identifier.
Returns:
the principalId value.
primaryKey
Gets the primaryKey property: Primary access key. This property will not be filled on 'GET' operations! Use
'/listSecrets' POST request to get the value.
Returns:
the primaryKey value.
secondaryKey
Gets the secondaryKey property: Secondary access key. This property will not be filled on 'GET' operations! Use
'/listSecrets' POST request to get the value.
Returns:
the secondaryKey value.
enabled
Gets the enabled property: Determines whether direct access is enabled.
Returns:
the enabled value.
innerModel
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner
object.
Returns:
the inner object.