[{"label":"Latest (v1.0)","version":"latest"}]
csp
ServicesPermissionsScopesDto
For internal purpose, do not use !
Properties
array of
ServicePermissionsScopesDto
servicesScopes
Optional
List of services’ permissions with resources to scope the access token to
JSON Example
{
"servicesScopes": [
{
"permissions": [
{
"permissionId": "string",
"resources": [
"string"
]
}
],
"serviceDefinitionId": "string"
}
]
}