Class Permissions

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

public class Permissions extends Object
Permissions the identity has for keys, secrets, certificates and storage.
  • Constructor Details

    • Permissions

      public Permissions()
  • Method Details

    • keys

      public List<KeyPermissions> keys()
      Get the keys value.
      Returns:
      the keys value
    • withKeys

      public Permissions withKeys(List<KeyPermissions> keys)
      Set the keys value.
      Parameters:
      keys - the keys value to set
      Returns:
      the Permissions object itself.
    • secrets

      public List<SecretPermissions> secrets()
      Get the secrets value.
      Returns:
      the secrets value
    • withSecrets

      public Permissions withSecrets(List<SecretPermissions> secrets)
      Set the secrets value.
      Parameters:
      secrets - the secrets value to set
      Returns:
      the Permissions object itself.
    • certificates

      public List<CertificatePermissions> certificates()
      Get the certificates value.
      Returns:
      the certificates value
    • withCertificates

      public Permissions withCertificates(List<CertificatePermissions> certificates)
      Set the certificates value.
      Parameters:
      certificates - the certificates value to set
      Returns:
      the Permissions object itself.
    • storage

      public List<StoragePermissions> storage()
      Get the storage value.
      Returns:
      the storage value
    • withStorage

      public Permissions withStorage(List<StoragePermissions> storage)
      Set the storage value.
      Parameters:
      storage - the storage value to set
      Returns:
      the Permissions object itself.