Class AccessPolicyEntry
java.lang.Object
com.microsoft.azure.management.keyvault.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the applicationId value.objectId()
Get the objectId value.Get the permissions value.tenantId()
Get the tenantId value.withApplicationId
(UUID applicationId) Set the applicationId value.withObjectId
(String objectId) Set the objectId value.withPermissions
(Permissions permissions) Set the permissions value.withTenantId
(UUID tenantId) Set the tenantId value.
-
Constructor Details
-
AccessPolicyEntry
public AccessPolicyEntry()
-
-
Method Details
-
tenantId
Get the tenantId value.- Returns:
- the tenantId value
-
withTenantId
Set the tenantId value.- Parameters:
tenantId
- the tenantId value to set- Returns:
- the AccessPolicyEntry object itself.
-
objectId
Get the objectId value.- Returns:
- the objectId value
-
withObjectId
Set the objectId value.- Parameters:
objectId
- the objectId value to set- Returns:
- the AccessPolicyEntry object itself.
-
applicationId
Get the applicationId value.- Returns:
- the applicationId value
-
withApplicationId
Set the applicationId value.- Parameters:
applicationId
- the applicationId value to set- Returns:
- the AccessPolicyEntry object itself.
-
permissions
Get the permissions value.- Returns:
- the permissions value
-
withPermissions
Set the permissions value.- Parameters:
permissions
- the permissions value to set- Returns:
- the AccessPolicyEntry object itself.
-