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

UserServiceRolesResponse

The response body of the user’s service roles assignments information.


Properties

array of ServiceRolesDto
serviceRoles Optional

List of services roles objects.

JSON Example

{
	"serviceRoles": [
		{
			"serviceDefinitionLink": "string",
			"serviceRoleNames": [
				"string"
			],
			"serviceRoles": [
				{
					"createdBy": "string",
					"createdDate": "string",
					"expiresAt": 3609941597,
					"lastUpdatedBy": "string",
					"lastUpdatedDate": "string",
					"membershipType": "DIRECT",
					"name": "string",
					"resource": "string"
				}
			]
		}
	]
}

Feedback

Was this page helpful?