ApplicationGatewayTrustedRootCertificate Class

Trusted Root certificates of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

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

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

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

Default value: None
data
str

Certificate public data.

Default value: None
key_vault_secret_id
str

Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Name of the trusted root 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.

key_vault_secret_id
str

Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.

provisioning_state

The provisioning state of the trusted root certificate resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".