ServiceRolesWithGroupsCollectionDto

ServiceRolesWithGroupsCollectionDto
ServiceRolesWithGroupsCollectionDto

Service Roles With Groups Collection object.

JSON Example
{
    "serviceDefinitionId": "string",
    "serviceRoleNames": [
        "string"
    ],
    "serviceRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "expiresAt": 3609941597,
            "groupIds": [
                "string"
            ],
            "groups": [
                {
                    "description": "string",
                    "displayName": "string",
                    "domain": "string",
                    "groupType": "string",
                    "id": "string",
                    "ownerOrgId": "string",
                    "sharedOrgIds": [
                        "string"
                    ],
                    "usersCount": 0
                }
            ],
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ]
}
string
serviceDefinitionId
Required

The service definition id (without "external" prefix.

array of string
serviceRoleNames
Optional

Deprecated: The service role names (use serviceRoles instead).

serviceRoles
Optional

List of services roles objects.