AccessPolicyEntryArgs

data class AccessPolicyEntryArgs(val applicationId: Output<String>? = null, val objectId: Output<String>, val permissions: Output<PermissionsArgs>, val tenantId: Output<String>) : ConvertibleToJava<AccessPolicyEntryArgs>

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: Output<String>? = null, objectId: Output<String>, permissions: Output<PermissionsArgs>, tenantId: Output<String>)

Properties

Link copied to clipboard
val applicationId: Output<String>? = null

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

Link copied to clipboard
val objectId: Output<String>

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
val tenantId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AccessPolicyEntryArgs