AccessControlRule

A rule that controls access to an WorkMail organization.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access protocol actions to include in the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

Link copied to clipboard

The date that the rule was created.

Link copied to clipboard

The date that the rule was modified.

Link copied to clipboard

The rule description.

Link copied to clipboard

The rule effect.

Link copied to clipboard

Impersonation role IDs to include in the rule.

Link copied to clipboard

IPv4 CIDR ranges to include in the rule.

Link copied to clipboard
val name: String?

The rule name.

Link copied to clipboard

Access protocol actions to exclude from the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

Link copied to clipboard

Impersonation role IDs to exclude from the rule.

Link copied to clipboard

IPv4 CIDR ranges to exclude from the rule.

Link copied to clipboard

User IDs to exclude from the rule.

Link copied to clipboard

User IDs to include in the rule.

Functions

Link copied to clipboard
inline fun copy(block: AccessControlRule.Builder.() -> Unit = {}): AccessControlRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String