VpnServerConfigurationPolicyGroupMember Class
VpnServerConfiguration PolicyGroup member.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnServerConfigurationPolicyGroupMember
Constructor
VpnServerConfigurationPolicyGroupMember(*, name: str | None = None, attribute_type: str | _models.VpnPolicyMemberAttributeType | None = None, attribute_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the VpnServerConfigurationPolicyGroupMember. |
attribute_type
|
The Vpn Policy member attribute type. Known values are: "CertificateGroupId", "AADGroupId", and "RadiusAzureGroupId". |
attribute_value
|
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember. |
Variables
Name | Description |
---|---|
name
|
Name of the VpnServerConfigurationPolicyGroupMember. |
attribute_type
|
The Vpn Policy member attribute type. Known values are: "CertificateGroupId", "AADGroupId", and "RadiusAzureGroupId". |
attribute_value
|
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python