UpdateMobileDeviceAccessRuleRequest

Types

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

Properties

Link copied to clipboard

The updated rule description.

Link copied to clipboard

Device models that the updated rule will match.

Link copied to clipboard

Device operating systems that the updated rule will match.

Link copied to clipboard

Device types that the updated rule will match.

Link copied to clipboard

User agents that the updated 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

The identifier of the rule to be updated.

Link copied to clipboard
val name: String?

The updated rule name.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

User agents that the updated rule will not match. All other user agents will match.

Link copied to clipboard

The WorkMail organization under which the rule will be updated.

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