Management Groups
Add the following attributes to your schema using the
displayName
Name of the management group.
id
Fully qualified ID for the management group.
type
Objecttype.
name
Name of the management group.
Example schema:
Copy
<Schema aggregationType="group" descriptionAttribute="" displayAttribute="displayName" identityAttribute="id" instanceAttribute="" nativeObjectType="managementGroup" objectType="managementGroup">
<AttributeDefinition name="displayName" type="string">
<Description>Display Name</Description>
</AttributeDefinition>
<AttributeDefinition name="id" type="string">
<Description>Fully qualified ID for the management group</Description>
</AttributeDefinition>
<AttributeDefinition name="type" type="string">
<Description>Object type</Description>
</AttributeDefinition>
<AttributeDefinition name="name" type="string">
<Description>Name of the management group</Description>
</AttributeDefinition>
</Schema>
The following is the corresponding sample entry of this entitlement in the account schema (if needed):
Copy
<AttributeDefinition entitlement="true" managed="true" multi="true" name="managementGroup" schemaObjectType="managementGroup" type="string">
<Description>managementGroup</Description>
</AttributeDefinition>