Preset group options (group type/scope)
Example
"GroupTypeOptions": {
/* Determine the group scope radio button preset.
Possible values:
- Global (Default)
- Local
- Universal (must be used for email enabling) */
"GroupArea" : "Universal",
/* Determine the group type radio button preset.
Possible values:
- Security (Default)
- Distribution (must be used for email enabling) */
"GroupType" : "Distribution",
// Hide the area GroupTypeOptions to prevent user changes.
"IsHidden": false,
"IsHiddenFromRequester": false
},