ApplicationGatewayAuthenticationCertificate Class

Authentication 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.SubResource
ApplicationGatewayAuthenticationCertificate

Constructor

ApplicationGatewayAuthenticationCertificate(*, id: str | None = None, name: str | None = None, data: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the authentication certificate that is unique within an Application Gateway.

data
str

Certificate public data.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the authentication certificate that is unique within an Application Gateway.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

data
str

Certificate public data.

provisioning_state

The provisioning state of the authentication certificate resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".