VpnServerConfigurationPolicyGroupPolicyArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the VPN Server Configuration Policy member.

Link copied to clipboard
val type: Output<String>

The attribute type of the VPN Server Configuration Policy member. Possible values are AADGroupId, CertificateGroupId and RadiusAzureGroupId.

Link copied to clipboard
val value: Output<String>

The value of the attribute that is used for the VPN Server Configuration Policy member.

Functions

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