AssignClientRolesOnProjectRequest

AssignClientRolesOnProjectRequest
AssignClientRolesOnProjectRequest
JSON Example
{
    "customRoles": [
        {
            "expiresAt": "string",
            "name": "string"
        }
    ],
    "ids": [
        "string"
    ],
    "organizationRoles": [
        {
            "expiresAt": "string",
            "name": "string"
        }
    ],
    "projectId": "d47e1cb2-1ecf-4051-8fa6-52f96e976802",
    "serviceRoles": [
        {
            "serviceDefinitionId": "string",
            "serviceRoles": [
                {
                    "expiresAt": "string",
                    "name": "string"
                }
            ]
        }
    ],
    "vrn": "vrn/org:d47e1cb2-1ecf-4051-8fa6-52f96e976802/project:finance"
}
customRoles
Optional

Custom roles to be assigned.

array of string
ids
Required
Constraints: minItems: 0 maxItems: 10

The list of client Ids

organizationRoles
Optional

List of the organization roles to assign.

string
projectId
Optional

Project Identifier.

serviceRoles
Optional

Service roles to be assigned.

string
vrn
Optional

VRN of the resource.