ApplicationGatewayClientAuthConfiguration Class

Application gateway client authentication configuration.

Constructor

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

Variables

Name Description
verify_client_cert_issuer_dn

Verify client certificate issuer name on the application gateway.

verify_client_revocation

Verify client certificate revocation status. Known values are: "None" and "OCSP".

verify_client_auth_mode

Verify client Authentication mode. Known values are: "Strict" and "Passthrough".

Attributes

verify_client_auth_mode

"Strict" and "Passthrough".

verify_client_auth_mode: str | _models.ApplicationGatewayClientAuthVerificationModes | None

verify_client_cert_issuer_dn

Verify client certificate issuer name on the application gateway.

verify_client_cert_issuer_dn: bool | None

verify_client_revocation

"None" and "OCSP".

verify_client_revocation: str | _models.ApplicationGatewayClientRevocationOptions | None