Group Attributes
The following lists the group of unique names attributes:
The common name(s) for which the entity is known by.
The directory path.
The descriptive information.
The organization this object belongs to.
The organizational unit this object belongs to.
The owner (of the object).
Schema Example
The following example shows how to add the group schema to the source XML:
{
"Schema": {
"displayAttribute": "cn",
"featuresString": "PROVISIONING",
"identityAttribute": "dn",
"nativeObjectType": "groupOfUniqueNames",
"objectType": "group",
"AttributeDefinition": [
{
"name": "cn",
"type": "string",
"Description": "common name(s) for which the entity is known by"
},
{
"name": "dn",
"type": "string",
"Description": "Directory Path"
},
{
"name": "o",
"type": "string",
"Description": "organization this object belongs to"
},
{
"name": "ou",
"type": "string",
"Description": "organizational unit this object belongs to"
},
{
"name": "owner",
"type": "string",
"Description": "owner (of the object)"
},
{
"name": "description",
"type": "string",
"Description": "descriptive information"
}
],
"Attributes": {
"Map": {
"entry": [
{
"key": "groupMemberAttribute",
"value": "uniqueMember"
},
{
"key": "memberAttribute",
"value": "dn"
}
]
}
}
}
}