Class AccessPolicyEntry

java.lang.Object
com.microsoft.azure.management.keyvault.AccessPolicyEntry

public class AccessPolicyEntry extends Object
An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
  • Constructor Details

    • AccessPolicyEntry

      public AccessPolicyEntry()
  • Method Details

    • tenantId

      public UUID tenantId()
      Get the tenantId value.
      Returns:
      the tenantId value
    • withTenantId

      public AccessPolicyEntry withTenantId(UUID tenantId)
      Set the tenantId value.
      Parameters:
      tenantId - the tenantId value to set
      Returns:
      the AccessPolicyEntry object itself.
    • objectId

      public String objectId()
      Get the objectId value.
      Returns:
      the objectId value
    • withObjectId

      public AccessPolicyEntry withObjectId(String objectId)
      Set the objectId value.
      Parameters:
      objectId - the objectId value to set
      Returns:
      the AccessPolicyEntry object itself.
    • applicationId

      public UUID applicationId()
      Get the applicationId value.
      Returns:
      the applicationId value
    • withApplicationId

      public AccessPolicyEntry withApplicationId(UUID applicationId)
      Set the applicationId value.
      Parameters:
      applicationId - the applicationId value to set
      Returns:
      the AccessPolicyEntry object itself.
    • permissions

      public Permissions permissions()
      Get the permissions value.
      Returns:
      the permissions value
    • withPermissions

      public AccessPolicyEntry withPermissions(Permissions permissions)
      Set the permissions value.
      Parameters:
      permissions - the permissions value to set
      Returns:
      the AccessPolicyEntry object itself.