Uses of Class
org.jclouds.azurecompute.arm.domain.VaultProperties.AccessPolicyEntry
-
Packages that use VaultProperties.AccessPolicyEntry Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of VaultProperties.AccessPolicyEntry in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultProperties.AccessPolicyEntry Modifier and Type Method Description static VaultProperties.AccessPolicyEntryVaultProperties.AccessPolicyEntry. create(String applicationId, String objectId, String tenantId, VaultProperties.Permissions permissions)Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type VaultProperties.AccessPolicyEntry Modifier and Type Method Description abstract List<VaultProperties.AccessPolicyEntry>VaultProperties. accessPolicies()Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type VaultProperties.AccessPolicyEntry Modifier and Type Method Description abstract VaultProperties.BuilderVaultProperties.Builder. accessPolicies(List<VaultProperties.AccessPolicyEntry> accessPolicies)static VaultPropertiesVaultProperties. create(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies)
-