P2SVpnServerConfigVpnClientRootCertificate Class
VPN client root certificate of P2SVpnServerConfiguration.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.network.v2018_08_01.models._models_py3.SubResourceP2SVpnServerConfigVpnClientRootCertificate
Constructor
P2SVpnServerConfigVpnClientRootCertificate(*, public_cert_data: str, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- public_cert_data
- str
Required. The certificate public data.
Variables
- provisioning_state
- str
The provisioning state of the P2SVpnServerConfiguration VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for