AuthorizationRule

Information about an authorization rule.

Types

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

Properties

Link copied to clipboard

Indicates whether the authorization rule grants access to all clients.

Link copied to clipboard

The ID of the Client VPN endpoint with which the authorization rule is associated.

Link copied to clipboard

A brief description of the authorization rule.

Link copied to clipboard

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

Link copied to clipboard

The ID of the Active Directory group to which the authorization rule grants access.

Link copied to clipboard

The current state of the authorization rule.

Functions

Link copied to clipboard
inline fun copy(block: AuthorizationRule.Builder.() -> Unit = {}): AuthorizationRule
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