{ "description": "ALB Auth Token", "id": "ALBAuthToken", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "expires_at": { "description": "Expiry time of the token will be set by LCM at the time of Enforcement Point Creation.", "required": false, "title": "Expiry time of the token", "type": "string" }, "hours": { "description": "Hours to validate the token", "required": true, "title": "hours", "type": "string" }, "token": { "description": "Token for Avi Controller.", "title": "Token for Avi Controller", "type": "string" }, "username": { "description": "controller username.", "required": true, "title": "username", "type": "string" } }, "title": "Auth Token", "type": "object" }