Interface AccessInformationSecretsContract


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

      • 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

        AccessInformationSecretsContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationSecretsContractInner object.
        Returns:
        the inner object.