1description: > 2 Provides the object attributes needed for resiliency of platform 3 firmware, recommended by NIST SP 800-193. 4 5properties: 6 - name: Provisioned 7 type: boolean 8 description: > 9 Indicates platform firmware provisioned state. Provisioned 10 platform 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. 18 Once the provisioning is locked, it can't be re-provisioned. 19 errors: 20 - xyz.openbmc_project.Common.Error.InternalFailure 21