NSX-T Data Center REST API
ALBControllerUserCredentialDeleteParameters (type)
{
"additionalProperties": false,
"description": "Parameters for deleting user credentials from the Avi Load Balancer Controller.",
"id": "ALBControllerUserCredentialDeleteParameters",
"module_id": "PolicyALBControllerOnBoarding",
"properties": {
"clustering_id": {
"description": "Id to filter Avi Load Balancer Controllers.",
"title": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX",
"type": "string"
},
"user_credential_type": {
"description": "Type of user credential.",
"enum": [
"VCENTER_SERVICE_USER_CREDENTIAL",
"NSX_SERVICE_USER_CREDENTIAL"
],
"required": true,
"title": "Type of user credential",
"type": "string"
}
},
"title": "ALBControllerUserCredentialDeleteParameters",
"type": "object"
}