AccessPolicyEntry Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
AccessPolicyEntry

Constructor

AccessPolicyEntry(*, tenant_id: str, object_id: str, permissions: azure.mgmt.keyvault.v2020_04_01_preview.models._models_py3.Permissions, application_id: Optional[str] = None, **kwargs)

Variables

tenant_id
str

Required. The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.

object_id
str

Required. 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.

application_id
str

Application ID of the client making request on behalf of a principal.

permissions
Permissions

Required. Permissions the identity has for keys, secrets and certificates.