groupOfNames Attributes

The following lists the groupOfNames attributes:

Schema Example

The following example shows how to add the groupOfNames schema to the source XML: 

Copy
      {
        "nativeObjectType": "groupOfNames",
        "identityAttribute": "dn",
        "displayAttribute": "cn",
        "hierarchyAttribute": null,
        "includePermissions": false,
        "features": [
            "PROVISIONING",
            "GROUPS_HAVE_MEMBERS"
        ],
        "configuration": {
            "memberAttribute": [
                "dn"
            ],
            "groupMemberAttribute": "member"
        },
        "attributes": [
            {
                "name": "cn",
                "type": "STRING",
                "schema": null,
                "description": "common name(s) for which the entity is known by",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "dn",
                "type": "STRING",
                "schema": null,
                "description": "Directory Path",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "o",
                "type": "STRING",
                "schema": null,
                "description": "organization this object belongs to",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "ou",
                "type": "STRING",
                "schema": null,
                "description": "organizational unit this object belongs to",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "owner",
                "type": "STRING",
                "schema": null,
                "description": "owner (of the object)",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "description",
                "type": "STRING",
                "schema": null,
                "description": "descriptive information",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            }
        ],
        "id": "d580d5db629645509abd184ac7f67469",
        "name": "groupOfNames",
        "created": "2024-10-08T12:22:31.693Z",
        "modified": "2024-10-08T12:22:31.693Z"
    },