AccessRuleScope

data class AccessRuleScope(val email: String? = null, val id: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(email: String? = null, id: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The contact email address of the user.

Link copied to clipboard
val id: String? = null

Defines an identifier.

Link copied to clipboard
val type: String? = null

Defines the scope of the rule. Available values: "user", "organization".