Virtual Network Gateway Policy Group Member Args
data class VirtualNetworkGatewayPolicyGroupMemberArgs(val attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, val attributeValue: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<VirtualNetworkGatewayPolicyGroupMemberArgs>
Vpn Client Connection configuration PolicyGroup member
Constructors
Link copied to clipboard
constructor(attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, attributeValue: Output<String>? = null, name: Output<String>? = null)