NSX-T Data Center REST API

ALBControllerUserCredential (type)

{
  "description": "Avi Load Balancer Controller user credentials.",
  "id": "ALBControllerUserCredential",
  "module_id": "PolicyALBControllerOnBoarding",
  "properties": {
    "clustering_id": {
      "description": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX.",
      "readonly": true,
      "required": false,
      "title": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX",
      "type": "string"
    },
    "password": {
      "description": "Password for user credential object.",
      "required": true,
      "sensitive": true,
      "title": "Password",
      "type": "secure_string"
    },
    "user_credential_type": {
      "description": "Type of user credential.",
      "enum": [
        "CONTROLLER_ADMIN_USER_CREDENTIAL",
        "VCENTER_SERVICE_USER_CREDENTIAL",
        "NSX_SERVICE_USER_CREDENTIAL",
        "NSXT_ALB_REMOTE_BACKUP_CREDENTIAL"
      ],
      "required": true,
      "title": "Type of user credential",
      "type": "string"
    },
    "username": {
      "description": "Username for the credential object.",
      "required": true,
      "title": "Username",
      "type": "string"
    }
  },
  "title": "ALBControllerServiceUserCredential",
  "type": "object"
}