Class KeyVaultProperties

java.lang.Object
com.azure.resourcemanager.appconfiguration.models.KeyVaultProperties

public final class KeyVaultProperties extends Object
Settings concerning key vault encryption for a configuration store.
  • Constructor Details

    • KeyVaultProperties

      public KeyVaultProperties()
  • Method Details

    • keyIdentifier

      public String keyIdentifier()
      Get the keyIdentifier property: The URI of the key vault key used to encrypt data.
      Returns:
      the keyIdentifier value.
    • withKeyIdentifier

      public KeyVaultProperties withKeyIdentifier(String keyIdentifier)
      Set the keyIdentifier property: The URI of the key vault key used to encrypt data.
      Parameters:
      keyIdentifier - the keyIdentifier value to set.
      Returns:
      the KeyVaultProperties object itself.
    • identityClientId

      public String identityClientId()
      Get the identityClientId property: The client id of the identity which will be used to access key vault.
      Returns:
      the identityClientId value.
    • withIdentityClientId

      public KeyVaultProperties withIdentityClientId(String identityClientId)
      Set the identityClientId property: The client id of the identity which will be used to access key vault.
      Parameters:
      identityClientId - the identityClientId value to set.
      Returns:
      the KeyVaultProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.