CreateMobileDeviceAccessRuleRequest

Types

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

Properties

Link copied to clipboard

The idempotency token for the client request.

Link copied to clipboard

The rule description.

Link copied to clipboard

Device models that the rule will match.

Link copied to clipboard

Device operating systems that the rule will match.

Link copied to clipboard

Device types that the rule will match.

Link copied to clipboard

Device user agents that the rule will match.

Link copied to clipboard

The effect of the rule when it matches. Allowed values are ALLOW or DENY.

Link copied to clipboard
val name: String?

The rule name.

Link copied to clipboard

Device models that the rule will not match. All other device models will match.

Link copied to clipboard

Device operating systems that the rule will not match. All other device operating systems will match.

Link copied to clipboard

Device types that the rule will not match. All other device types will match.

Link copied to clipboard

Device user agents that the rule will not match. All other device user agents will match.

Link copied to clipboard

The WorkMail organization under which the rule will be created.

Functions

Link copied to clipboard
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