VpnServerConfigRadiusClientRootCertificate Class
Properties of the Radius client root certificate of VpnServerConfiguration.
Constructor
VpnServerConfigRadiusClientRootCertificate(*, name: str | None = None, thumbprint: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The certificate name. Default value: None
|
thumbprint
|
The Radius client root certificate thumbprint. Default value: None
|
Variables
Name | Description |
---|---|
name
|
The certificate name. |
thumbprint
|
The Radius client root certificate thumbprint. |
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