Class VaultAccessPolicyParametersInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.keyvault.fluent.models.VaultAccessPolicyParametersInner

public final class VaultAccessPolicyParametersInner extends com.azure.core.management.ProxyResource
Parameters for updating the access policy in a vault.
  • Constructor Details

    • VaultAccessPolicyParametersInner

      public VaultAccessPolicyParametersInner()
  • Method Details

    • location

      public String location()
      Get the location property: The resource type of the access policy.
      Returns:
      the location value.
    • properties

      public VaultAccessPolicyProperties properties()
      Get the properties property: Properties of the access policy.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Properties of the access policy.
      Parameters:
      properties - the properties value to set.
      Returns:
      the VaultAccessPolicyParametersInner object itself.
    • validate

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