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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python