- Property Manager name: Enforce mTLS settings
- Behavior version: The
v2023-09-20
rule format supports theenforce_mtls_settings
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
TBD
Option | Type | Description | Requires | |
---|---|---|---|---|
enable_auth_set | boolean | TBD | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
certificate_authority_set | string | TBD | enable_auth_set is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enableAuthSet","op":"eq","value":true}} |
enable_ocsp_status | boolean | TBD | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
enable_deny_request | boolean | TBD | enable_auth_set is true OR enable_ocsp_status is true | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"op":"or","params":[{"attribute":"enableAuthSet","op":"eq","value":true},{"attribute":"enableOcspStatus","op":"eq","value":true}]}} |