VirtualNetworkGatewayPolicyGroupMemberResponse

data class VirtualNetworkGatewayPolicyGroupMemberResponse(val attributeType: String? = null, val attributeValue: String? = null, val name: String? = null)

Vpn Client Connection configuration PolicyGroup member

Constructors

constructor(attributeType: String? = null, attributeValue: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeType: String? = null

The Vpn Policy member attribute type.

Link copied to clipboard
val attributeValue: String? = null

The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember.

Link copied to clipboard
val name: String? = null

Name of the VirtualNetworkGatewayPolicyGroupMember.