ApplicationGatewayTrustedRootCertificate Class

Trusted Root certificates of an application gateway.

Inheritance
azure.mgmt.network.v2019_04_01.models._models_py3.SubResource
ApplicationGatewayTrustedRootCertificate

Constructor

ApplicationGatewayTrustedRootCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, data: typing.Union[str, NoneType] = None, key_vault_secret_id: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

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
str

Provisioning state of the trusted root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.