Prepared By/For

system security plan prepared by, prepared for page image

Prepared By and Prepared For follow the Roles pattern, using the prepared-by and prepared-for roles.

For an SSP:

Defined Identifiers Required Role IDs:

  • prepared-by
  • prepared-for
Prepared By - CSP or Self‑Prepared

When the SSP is preapred by the CSP the metadata must include:

metadata:
  roles:
  - id: prepared-by
    title: Prepared By

  parties:
  - uuid: d865602c-9d3b-49d7-8125-ce3f1ca04231
    type: organization
    name: CSP Name

  responsible-parties:
  - role-id: prepared-by
    party-uuids:
    - d865602c-9d3b-49d7-8125-ce3f1ca04231
Prepared By - Third Party

When the SSP is preapred by an advisory firm, the metadata must include:

metadata:
  roles:
  - id: prepared-by
    title: Prepared By

  parties:
  - uuid: d865602c-9d3b-49d7-8125-ce3f1ca04231
    type: organization
    name: Third Party Firm Name

  responsible-parties:
  - role-id: prepared-by
    party-uuids:
    - d865602c-9d3b-49d7-8125-ce3f1ca04231

Prepared For

The SSP is always prepared for the CSP. The metadata must include:

metadata:
  roles:
  - id: prepared-for
    title: Prepared For

  parties:
  - uuid: d865602c-9d3b-49d7-8125-ce3f1ca04231
    type: organization
    name: CSP Name

  responsible-parties:
  - role-id: prepared-for
    party-uuids:
    - d865602c-9d3b-49d7-8125-ce3f1ca04231
To include location, log or other details for a Party, see Parties and Locations.

Revision #11
Created 2026-02-11 20:47:51 UTC by Brian Ruf
Updated 2026-04-09 13:30:02 UTC by Erik Cass