AuthorizationRule
public struct AuthorizationRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the authorization rule grants access to all clients.
Declaration
Swift
public let accessAll: Bool? -
The ID of the Client VPN endpoint with which the authorization rule is associated.
Declaration
Swift
public let clientVpnEndpointId: String? -
A brief description of the authorization rule.
Declaration
Swift
public let description: String? -
The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.
Declaration
Swift
public let destinationCidr: String? -
The ID of the Active Directory group to which the authorization rule grants access.
Declaration
Swift
public let groupId: String? -
The current state of the authorization rule.
Declaration
Swift
public let status: ClientVpnAuthorizationRuleStatus? -
Undocumented
Declaration
Swift
public init(accessAll: Bool? = nil, clientVpnEndpointId: String? = nil, description: String? = nil, destinationCidr: String? = nil, groupId: String? = nil, status: ClientVpnAuthorizationRuleStatus? = nil)
View on GitHub
AuthorizationRule Structure Reference