Share via


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.

Constructor

AccessPolicyEntry(*args: Any, **kwargs: Any)

Variables

Name Description
tenant_id
str

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

object_id
str

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

application_id
str

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

permissions

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

Attributes

application_id

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

application_id: str | None

object_id

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

object_id: str

permissions

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

permissions: _models.Permissions

tenant_id

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

tenant_id: str