ApplicationGatewayManagedHsm Class

Managed HSM properties of an application gateway.

Constructor

ApplicationGatewayManagedHsm(*args: Any, **kwargs: Any)

Variables

Name Description
key_id
str

Key identifier of a key stored in Managed HSM.

public_cert_data
str

Base-64 encoded value of a base-64 public certificate.

Attributes

key_id

Key identifier of a key stored in Managed HSM.

key_id: str | None

public_cert_data

Base-64 encoded value of a base-64 public certificate.

public_cert_data: str | None