AccessPolicyEntry

data class AccessPolicyEntry(val applicationId: String? = null, val objectId: String, val permissions: Permissions, val tenantId: String)

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.

Constructors

Link copied to clipboard
constructor(applicationId: String? = null, objectId: String, permissions: Permissions, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationId: String? = null

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

Link copied to clipboard

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.

Link copied to clipboard

Permissions the identity has for keys, secrets and certificates.

Link copied to clipboard

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