UserInfo

UserInfo
UserInfo

Authenticated User Info

JSON Example
{
    "roles": [
        {
            "permissions": [
                "string"
            ],
            "role": "string"
        }
    ],
    "roles_for_paths": [
        {
            "delete_path": false,
            "path": "string",
            "roles": [
                {
                    "role": "string",
                    "role_display_name": "string"
                }
            ]
        }
    ],
    "user_name": "string"
}
array of NsxRole
roles
Optional

Permissions

roles_for_paths
Optional

The roles that are associated with the user, limiting them to a path. In case the path is null, the roles apply everywhere i.e. it is same as the deprecated property roles.

string
user_name
Optional

User Name