ApplicationGatewayTrustedClientCertificate Class
Trusted client certificates of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewayTrustedClientCertificate
Constructor
ApplicationGatewayTrustedClientCertificate(*, id: str | None = None, name: str | None = None, data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the trusted client certificate that is unique within an Application Gateway. |
data
|
Certificate public data. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the trusted client certificate that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
data
|
Certificate public data. |
validated_cert_data
|
Validated certificate data. |
client_cert_issuer_dn
|
Distinguished name of client certificate issuer. |
provisioning_state
|
The provisioning state of the trusted client certificate resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python