GetEmailSecurityImpersonationRegistryResult

data class GetEmailSecurityImpersonationRegistryResult(val accountId: String, val comments: String, val createdAt: String, val directoryId: Int, val directoryNodeId: Int, val displayNameId: Int? = null, val email: String, val externalDirectoryNodeId: String, val filter: GetEmailSecurityImpersonationRegistryFilter? = null, val id: Int, val isEmailRegex: Boolean, val lastModified: String, val name: String, val provenance: String)

A collection of values returned by getEmailSecurityImpersonationRegistry.

Constructors

constructor(accountId: String, comments: String, createdAt: String, directoryId: Int, directoryNodeId: Int, displayNameId: Int? = null, email: String, externalDirectoryNodeId: String, filter: GetEmailSecurityImpersonationRegistryFilter? = null, id: Int, isEmailRegex: Boolean, lastModified: String, name: String, provenance: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account Identifier

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val displayNameId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int

The ID of this resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard