NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ALBControllerUser (schema)
ALBControllerUser
Request for creating a user in Avi Load Balancer Controller. This allows only service user creation.
| Name | Description | Type | Notes |
|---|---|---|---|
| clustering_id | Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX. |
string | Readonly |
| is_service_user | Is Service User Whether this is a service user. |
boolean | |
| password | Password Password for the user. |
secure_string | Required |
| password_expires | Password Expires Whether the password expires. |
boolean | Default: "True" |
| role | Role Role for the user. |
string | |
| username | Username Username for the user. |
string | Required |