Posix Group Attributes

The following lists the posixgroup attributes:

Schema Example

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

Copy
 {
        "nativeObjectType": "posixgroup",
        "identityAttribute": "dn",
        "displayAttribute": "cn",
        "hierarchyAttribute": null,
        "includePermissions": false,
        "features": [
            "PROVISIONING"
        ],
        "configuration": {
            "memberAttribute": [
                "cn",
                "uid"
            ],
            "groupMemberAttribute": "memberUid"
        },
        "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": "memberUid",
                "type": "STRING",
                "schema": null,
                "description": "unique member of a posixGroup",
                "isMulti": true,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "dn",
                "type": "STRING",
                "schema": null,
                "description": "Directory Path",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "gidNumber",
                "type": "STRING",
                "schema": null,
                "description": "Group ID",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            },
            {
                "name": "description",
                "type": "STRING",
                "schema": null,
                "description": "descriptive information",
                "isMulti": false,
                "isEntitlement": false,
                "isGroup": false
            }
        ],
        "id": "ed3a86d7a6a24389aa67b9f801354412",
        "name": "posixgroup",
        "created": "2024-10-08T12:05:50.004Z",
        "modified": "2024-10-08T12:05:50.004Z"
    }