[{"label":"Latest (v1.0)","version":"latest"}]
csp

ServicesPermissionsScopesDto

For internal purpose, do not use !


Properties

servicesScopes Optional

List of services’ permissions with resources to scope the access token to

JSON Example

{
	"servicesScopes": [
		{
			"permissions": [
				{
					"permissionId": "string",
					"resources": [
						"string"
					]
				}
			],
			"serviceDefinitionId": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

GetTokenForAuthGrantTypeRequest

Feedback

Was this page helpful?