The prb soa commands let you manage statements of applicability (SoA) and their individual applicability statements.
prb soa create --name "ISO 27001 SoA" --owner USER_ID
| Flag | Required | Description |
|---|
--name | Yes | SoA name |
--owner | Yes | Owner (user ID) |
--org | No | Organization ID |
| Flag | Default | Description |
|---|
--org | — | Organization ID |
--limit, -L | 30 | Maximum number of results |
--order-by | CREATED_AT | Sort field: NAME, CREATED_AT |
--order-direction | DESC | Sort direction: ASC or DESC |
--output | — | Output format |
| Flag | Description |
|---|
--output, -o | Output format |
prb soa statement add --soa SOA_ID --control CONTROL_ID --applicable
In interactive mode, you’ll be prompted to choose whether the control is applicable or not.
| Flag | Required | Description |
|---|
--soa | Yes | SoA ID |
--control | Yes | Control ID to add |
--applicable | No | Mark the control as applicable |
--not-applicable | No | Mark the control as not applicable |
--justification | No | Justification (required when not applicable) |
prb soa statement update STATEMENT_ID
prb soa statement remove STATEMENT_ID