AccessPolicyEntry Class
- java.
lang. Object - com.
microsoft. azure. management. keyvault. AccessPolicyEntry
- com.
public class AccessPolicyEntry
An identity 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.
Constructor | Description | |
---|---|---|
Access |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
application Get the application |
java.lang.String |
object Get the object |
Permissions |
permissions()
Get the permissions value. |
java.util.UUID |
tenant Get the tenant |
Access |
with Set the application |
Access |
with Set the object |
Access |
with Set the permissions value. |
Access |
with Set the tenant |
AccessPolicyEntry
public AccessPolicyEntry()
applicationId
public UUID applicationId()
Get the applicationId value.
Returns:
objectId
public String objectId()
Get the objectId value.
Returns:
permissions
public Permissions permissions()
Get the permissions value.
Returns:
tenantId
public UUID tenantId()
Get the tenantId value.
Returns:
withApplicationId
public AccessPolicyEntry withApplicationId(UUID applicationId)
Set the applicationId value.
Parameters:
Returns:
withObjectId
public AccessPolicyEntry withObjectId(String objectId)
Set the objectId value.
Parameters:
Returns:
withPermissions
public AccessPolicyEntry withPermissions(Permissions permissions)
Set the permissions value.
Parameters:
Returns:
withTenantId
public AccessPolicyEntry withTenantId(UUID tenantId)
Set the tenantId value.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: