VaultAccessPolicyProperties Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. VaultAccessPolicyProperties
- com.
Implements
public final class VaultAccessPolicyProperties
implements JsonSerializable<VaultAccessPolicyProperties>
Properties of the vault access policy.
Constructor Summary
Constructor | Description |
---|---|
VaultAccessPolicyProperties() |
Creates an instance of Vault |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Access |
accessPolicies()
Get the access |
static
Vault |
fromJson(JsonReader jsonReader)
Reads an instance of Vault |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vault |
withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the access |
Methods inherited from java.lang.Object
Constructor Details
VaultAccessPolicyProperties
public VaultAccessPolicyProperties()
Creates an instance of VaultAccessPolicyProperties class.
Method Details
accessPolicies
public List
Get the accessPolicies property: An array of 0 to 16 identities 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.
Returns:
fromJson
public static VaultAccessPolicyProperties fromJson(JsonReader jsonReader)
Reads an instance of VaultAccessPolicyProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAccessPolicies
public VaultAccessPolicyProperties withAccessPolicies(List
Set the accessPolicies property: An array of 0 to 16 identities 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.
Parameters:
Returns:
Applies to
Azure SDK for Java