AccessPolicyEntry interface  
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.
Properties
| application | 
	Application ID of the client making request on behalf of a principal  | 
| object | 
	The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.  | 
| permissions | Permissions the identity has for keys, secrets and certificates.  | 
| tenant | 
	The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.  | 
Property Details
		applicationId
	 
	Application ID of the client making request on behalf of a principal
applicationId?: string
				Property Value
string
		objectId
	 
	The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.
objectId: string
				Property Value
string
permissions
Permissions the identity has for keys, secrets and certificates.
permissions: Permissions
				Property Value
		tenantId
	 
	The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
tenantId: string
				Property Value
string