NSX-T Data Center REST API
Create or update a ALBssopolicy
If a ALBssopolicy with the alb-ssopolicy-id is not already present,create a new ALBssopolicy. If it already exists, update the
ALBssopolicy. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ALBSSOPolicy+
  Example Request:
{ "authentication_policy": { "default_auth_profile_path": "/infra/alb-authprofiles/saml-okta" }, "display_name": "sso-ping" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  