UpdateClientRolesOnProjectRequest
UpdateClientRolesOnProjectRequest
JSON Example
{
"customRoles": {
"rolesToAdd": [
{
"expiresAt": "string",
"name": "string"
}
],
"rolesToRemove": [
{
"name": "string"
}
]
},
"ids": [
"string"
],
"organizationRoles": {
"rolesToAdd": [
{
"expiresAt": "string",
"name": "string"
}
],
"rolesToRemove": [
{
"name": "string"
}
]
},
"projectId": "d47e1cb2-1ecf-4051-8fa6-52f96e976802",
"serviceRoles": [
{
"rolesToAdd": [
{
"expiresAt": "string",
"name": "string"
}
],
"rolesToRemove": [
{
"name": "string"
}
],
"serviceDefinitionId": "string"
}
],
"vrn": "vrn/org:d47e1cb2-1ecf-4051-8fa6-52f96e976802/project:finance"
}
array of
string
ids
Required
Constraints:
minItems: 0
maxItems: 10
The list of client Ids
string
projectId
Optional
Project Identifier.
string
vrn
Optional
VRN of the resource.