AccessPolicyApprovalGroup

data class AccessPolicyApprovalGroup(val approvalsNeeded: Double, val emailAddresses: List<String>? = null, val emailListUuid: String? = null)

Constructors

Link copied to clipboard
constructor(approvalsNeeded: Double, emailAddresses: List<String>? = null, emailListUuid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of approvals needed to obtain access.

Link copied to clipboard
val emailAddresses: List<String>? = null

A list of emails that can approve the access request.

Link copied to clipboard
val emailListUuid: String? = null

The UUID of an re-usable email list.