Interface AccessInformationSecretsContract


public interface AccessInformationSecretsContract
An immutable client-side representation of AccessInformationSecretsContract.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the enabled property: Determines whether direct access is enabled.
    id()
    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

      String id()
      Gets the id property: Access Information type ('access' or 'gitAccess').
      Returns:
      the id value.
    • principalId

      String principalId()
      Gets the principalId property: Principal (User) Identifier.
      Returns:
      the principalId value.
    • primaryKey

      String 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

      String 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

      Boolean 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.