-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.security.group.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process will delete client groups.
Use Case: Intended for development or production.
- Clean up security groups after go live.
- Delete obsolete security groups as business needs change.
Note:
Naturally, a group (pGroup
) is mandatory otherwise the process will abort:
- Multiple groups can be specified separated by a delimiter.
- If group does not exist then it will be skipped.
- If multiple groups are specified and some don't exist and some do, then the ones that do exist will still be deleted.
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pGroup |
String | REQUIRED: Groups (Separated by Delimiter, Accepts Wild card) | |
pDelim |
String | & |
OPTIONAL: Delimiter character (Defaults to & if left blank) |
Process doesn't call any dependencies.
test sidebar