VpnClientRevokedCertificate Class
VPN client revoked certificate of virtual network gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_09_01.models._models_py3.SubResourceVpnClientRevokedCertificate
Constructor
VpnClientRevokedCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, thumbprint: 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.
- thumbprint
- str
The revoked VPN client certificate thumbprint.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the VPN client revoked certificate resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for