UserServiceRolesResponse

UserServiceRolesResponse
UserServiceRolesResponse

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

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

List of services roles objects.