VirtualNetworkGatewayPolicyGroupPolicyMemberArgs

data class VirtualNetworkGatewayPolicyGroupPolicyMemberArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<VirtualNetworkGatewayPolicyGroupPolicyMemberArgs>

Constructors

constructor(name: Output<String>, type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the Virtual Network Gateway Policy Group Member.

Link copied to clipboard
val type: Output<String>

The VPN Policy Member attribute type. Possible values are AADGroupId, CertificateGroupId and RadiusAzureGroupId.

Link copied to clipboard
val value: Output<String>

The value of attribute that is used for this Virtual Network Gateway Policy Group Member.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkGatewayPolicyGroupPolicyMemberArgs