WorkspaceSchemaGroupAttributes

WorkspaceSchemaGroupAttributes
WorkspaceSchemaGroupAttributes
JSON Example
{
    "distinguishedName": "CN=all-admin-users,CN=Users,DC=acme,DC=com",
    "internalGroupType": "EXTERNAL",
    "domain": "acme.com",
    "description": "The group for all admin users",
    "compositionRules": "{\n  \"addedUserIds\" : [ ],\n  \"excludedUserIds\" : [ ],\n  \"rule\" : {\n    \"type\" : \"internalGroup\",\n    \"groupId\" : \"53cc45f9-2e21-4fa4-ae81-32e6fb15bd91\"\n  }\n}",
    "userStoreUuid": "acme.com",
    "parents": [
        {
            "operation": "string",
            "type": "string",
            "primary": false,
            "value": "string",
            "display": "string"
        }
    ],
    "compositionRulesV2": false,
    "email": "[email protected]"
}
string
distinguishedName
Optional

The group distinguished name if available

string
internalGroupType
Optional

The internal group type. Available values are: 'EXTERNAL' (when the group comes from an external source), DYNAMIC (local group with custom rules), INTERNAL (local group with static rules), ALL_USERS (the default group containing all users)

string
domain
Optional

The group domain: can be the domain coming from an external source as AD or a local domain like 'System Domain'

string
description
Optional

The group description if available

string
compositionRules
Optional

The group composition rules version 1. Those rules are populated with relevant information when a dynamic group is created.

string
userStoreUuid
Optional

The group user store identifier (userStoreUuid) if available. This is deprecated and will be replaced soon by the directory identifier

parents
Optional

The list of group parents if available. The groups can be nested and VMware Identity Manager will return the full hierarchy

boolean
compositionRulesV2
Optional

The group composition rules version 2. Those rules are populated with relevant information when a dynamic group is created.It adds support for user uuid and group uuid

string
email
Optional

The group email if available

Property Of