}bedrock.security.group.create - cubewise-code/bedrock GitHub Wiki
Description
This process will create client groups.
Use Case: Intended for development or production.
- Create initial security groups.
- Add 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 already exists then the process will skip that group.
Process Parameters
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 | |
pDelim |
String | & |
OPTIONAL: Delimiter character (Defaults to & if left blank) |
Full Process Dependencies
Process doesn't call any dependencies.