VSARole

VSARole
VSARole

The objects describes Role object

JSON Example
{
    "roleName": "string",
    "roleDesc": "string",
    "policyRef": "string",
    "userGroup": "string",
    "creationTime": 0,
    "updateTime": 0,
    "uiPermission": [
        "string"
    ]
}
string
roleName
Optional

Name of the role.

string
roleDesc
Optional

Detailed description of role

string
policyRef
Optional

Name of the policy that will be applied to Role.

string
userGroup
Optional

The name of the user-group, user wants to assign the Role.

integer As int64 As int64
creationTime
Optional

creationTime

integer As int64 As int64
updateTime
Optional

updateTime

array of string
uiPermission
Optional

An array of permissions for the Role.