GetAccessRulesResultScope

data class GetAccessRulesResultScope(val email: String, val id: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contact email address of the user.

Link copied to clipboard
val id: String

Defines an identifier.

Link copied to clipboard

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