NSX-T Data Center REST API
ALBAuthenticationAction (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AuthenticationAction object",
"id": "ALBAuthenticationAction",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"type": {
"$ref": "ALBAuthenticationActionEnum,
"default": "USE_DEFAULT_AUTHENTICATION",
"description": "Authentication Action to be taken for a matched Rule. Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. Default value when not specified in API or module is interpreted by ALB Controller as USE_DEFAULT_AUTHENTICATION.",
"required": false,
"title": "Type"
}
},
"title": "AuthenticationAction",
"type": "object"
}