ServiceRolesWithGroupsCollectionDto

ServiceRolesWithGroupsCollectionDto
ServiceRolesWithGroupsCollectionDto

Service Roles With Groups Collection object.

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

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

string
serviceDefinitionId
Required

The service definition id (without "external" prefix.

serviceRoles
Optional

List of services roles objects.