AuthContext

AuthContext
AuthContext
JSON Example
{
    "userRoles": [
        "string"
    ],
    "userPermissions": [
        "string"
    ],
    "projects": [
        {
            "projectId": "string",
            "projectName": "string",
            "userRoles": [
                "string"
            ],
            "userPermissions": [
                "string"
            ],
            "sharedResources": false,
            "groups": [
                {
                    "id": "c493a95e-c4d1-4496-8595-e73902701c95:fe69d7ca-40a6-4de5-8f33-d462f4656938",
                    "displayName": "[email protected]",
                    "groupType": "AD_GROUP, USER_GROUP",
                    "domain": "vmware.com",
                    "usersCount": 1
                }
            ]
        }
    ],
    "id": "string",
    "name": "string"
}
array of string
userRoles
Optional

A list of roles that the user has at organization level

array of string
userPermissions
Optional

A list of permissions that the user has at organization level

array of ProjectInfo
projects
Optional

A list of projects this user is a member of

string
id
Optional

Principal id of the user

string
name
Optional

Principal name of the user

Returned By