Group Attributes
The following table lists the group attributes for user-based Security Groups:
Attributes |
Description |
Path |
ID |
The internal ID for this group. This is an Identity Attribute which must not be changed. |
The path is automatically assigned. |
COMMENT |
The description for this Group. |
The path is automatically assigned. |
DESCRIPTOR |
The Name for this Group |
The path is automatically assigned. |
Note
The COMMENT
and DESCRIPTOR
attributes are only supported for the OAuth 2.0 Authentication Type .
By Default,“ID” is marked as displayAttribute
and descriptionAttribute
. In order to update it, add below keys in application XML.
<Schema aggregationType="group" descriptionAttribute="COMMENT" displayAttribute="DESCRIPTOR" identityAttribute="ID" instanceAttribute="" nativeObjectType="SecurityGroup" objectType="group" >
<AttributeDefinition name="ID" type="string">
<Description>The internal id for this group.</Description>
</AttributeDefinition>
<AttributeDefinition name="COMMENT" type="string">
<Description>The Description/Comment of the Group.</Description>
</AttributeDefinition>
<AttributeDefinition name="DESCRIPTOR" type="string">
<Description>The Name of the Group.</Description>
</AttributeDefinition>
</Schema>
Attributes |
Description |
Path |
ID |
The internal ID for the groups. |
The path is automatically assigned. |
TYPE |
The type for this Group. |
The path is automatically assigned. |
NAME |
The Name for this Group |
The path is automatically assigned. |
Note
The SECURITY_GROUPS group object is only supported for the OAuth 2.0 Authentication Type.
OrganizationRole needs to be added manually in source XML.
Attributes |
Description |
Path |
ORG_ROLE##ORG_NAME |
Associates an organization role reference ID with an organization name reference ID |
The path is automatically assigned. |
ROLE_NAME |
Organization role name |
The path is automatically assigned. |
ASSOCIATED_SECURITY_GROUP |
Associated role-based security group |
The path is automatically assigned. |
ORGANIZATION_NAME |
Name of the organization |
The path is automatically assigned. |
Note
The new group object is only supported for the OAuth 2.0 Authentication Type.