Access Policy Entry
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)