Class VaultProperties.AccessPolicyEntry
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.VaultProperties.AccessPolicyEntry
-
- Enclosing class:
- VaultProperties
public abstract static class VaultProperties.AccessPolicyEntry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringapplicationId()static VaultProperties.AccessPolicyEntrycreate(String applicationId, String objectId, String tenantId, VaultProperties.Permissions permissions)abstract StringobjectId()abstract VaultProperties.Permissionspermissions()abstract StringtenantId()
-
-
-
Method Detail
-
objectId
public abstract String objectId()
-
tenantId
public abstract String tenantId()
-
permissions
@Nullable public abstract VaultProperties.Permissions permissions()
-
create
public static VaultProperties.AccessPolicyEntry create(String applicationId, String objectId, String tenantId, VaultProperties.Permissions permissions)
-
-