1description: >
2    Provides the object attributes needed for resiliency of platform firmware,
3    recommended by NIST SP 800-193.
4
5properties:
6    - name: Provisioned
7      type: boolean
8      description: >
9          Indicates platform firmware provisioned state. Provisioned platform
10          may provide resiliency features.
11      errors:
12          - xyz.openbmc_project.Common.Error.InternalFailure
13
14    - name: Locked
15      type: boolean
16      description: >
17          Indicates the platform firmware provisioning locked state. Once the
18          provisioning is locked, it can't be re-provisioned.
19      errors:
20          - xyz.openbmc_project.Common.Error.InternalFailure
21