{ "additionalProperties": false, "description": "Advanced load balancer AuthenticationRule object", "id": "ALBAuthenticationRule", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "action": { "$ref": "ALBAuthenticationAction, "description": "Enable or disable authentication for matched targets.", "required": false, "title": "Action" }, "enable": { "default": true, "description": "Enable or disable the rule. Default value when not specified in API or module is interpreted by ALB Controller as true.", "required": false, "title": "Enable", "type": "boolean" }, "index": { "description": "Index of the rule.", "required": true, "title": "Index", "type": "integer" }, "match": { "$ref": "ALBAuthenticationMatch, "description": "Add match criteria to the rule. Allowed in Basic edition, Essentials edition, Enterprise edition.", "required": false, "title": "Match" }, "name": { "description": "Name of the rule.", "required": true, "title": "Name", "type": "string" } }, "title": "AuthenticationRule", "type": "object" }