/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | ComponentIntegrity_v1.xml | 4 <!--# Redfish Schema: ComponentIntegrity v1.3.0 --> 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComponentIntegrity"> 38 <EntityType Name="ComponentIntegrity" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 39 …<Annotation Term="OData.Description" String="The `ComponentIntegrity` resource provides critical a… 58 <String>/redfish/v1/ComponentIntegrity/{ComponentIntegrityId}</String> 66 <Parameter Name="ComponentIntegrity" Type="ComponentIntegrity.v1_0_0.Actions"/> 80 … <ReturnType Type="ComponentIntegrity.v1_0_0.SPDMGetSignedMeasurementsResponse" Nullable="false"/> 86 <Parameter Name="ComponentIntegrity" Type="ComponentIntegrity.v1_0_0.Actions"/> 104 … <ReturnType Type="ComponentIntegrity.v1_2_0.TPMGetSignedMeasurementsResponse" Nullable="false"/> 116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComponentIntegrity.v1_0_0"> [all …]
|
H A D | ComponentIntegrityCollection_v1.xml | 27 <edmx:Include Namespace="ComponentIntegrity"/> 37 …<Annotation Term="OData.Description" String="The collection of `ComponentIntegrity` resource insta… 38 …n" String="This resource shall represent a resource collection of `ComponentIntegrity` instances f… 56 <String>/redfish/v1/ComponentIntegrity</String> 59 <NavigationProperty Name="Members" Type="Collection(ComponentIntegrity.ComponentIntegrity)">
|
H A D | TrustedComponent_v1.xml | 35 <edmx:Include Namespace="ComponentIntegrity"/> 193 …<NavigationProperty Name="ComponentIntegrity" Type="Collection(ComponentIntegrity.ComponentIntegri… 195 …<Annotation Term="OData.Description" String="An array of links to ComponentIntegrity resources for… 196 …ComponentIntegrity` that represent the communication established with the trusted component by oth…
|
H A D | SoftwareInventory_v1.xml | 287 …iption" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/> 356 …to deprecate Measurement in favor of measurement reporting in the `ComponentIntegrity` resource."/>
|
H A D | Switch_v1.xml | 547 …iption" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/> 646 …deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | ComponentIntegrity_v1.xml | 4 <!--# Redfish Schema: ComponentIntegrity v1.3.0 --> 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComponentIntegrity"> 38 <EntityType Name="ComponentIntegrity" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 39 …<Annotation Term="OData.Description" String="The `ComponentIntegrity` resource provides critical a… 58 <String>/redfish/v1/ComponentIntegrity/{ComponentIntegrityId}</String> 66 <Parameter Name="ComponentIntegrity" Type="ComponentIntegrity.v1_0_0.Actions"/> 80 … <ReturnType Type="ComponentIntegrity.v1_0_0.SPDMGetSignedMeasurementsResponse" Nullable="false"/> 86 <Parameter Name="ComponentIntegrity" Type="ComponentIntegrity.v1_0_0.Actions"/> 104 … <ReturnType Type="ComponentIntegrity.v1_2_0.TPMGetSignedMeasurementsResponse" Nullable="false"/> 116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComponentIntegrity.v1_0_0"> [all …]
|
H A D | ComponentIntegrityCollection_v1.xml | 27 <edmx:Include Namespace="ComponentIntegrity"/> 37 …<Annotation Term="OData.Description" String="The collection of `ComponentIntegrity` resource insta… 38 …n" String="This resource shall represent a resource collection of `ComponentIntegrity` instances f… 56 <String>/redfish/v1/ComponentIntegrity</String> 59 <NavigationProperty Name="Members" Type="Collection(ComponentIntegrity.ComponentIntegrity)">
|
H A D | SoftwareInventory_v1.xml | 287 …iption" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/> 356 …to deprecate Measurement in favor of measurement reporting in the `ComponentIntegrity` resource."/>
|
/openbmc/docs/designs/ |
H A D | redfish-spdm-attestation.md | 12 [ComponentIntegrity](https://redfish.dmtf.org/redfish/schema_index), which 29 [ComponentIntegrity](https://redfish.dmtf.org/schemas/v1/ComponentIntegrity.v1_2_1.json) 40 - New D-Bus interfaces for Redfish resources `ComponentIntegrity` and 62 - `Attestation.ComponentIntegrity` 66 `Attestation.ComponentIntegrity` provides basic component integrity information, 107 which adds routes in the BMCWeb for `ComponentIntegrity` and `TrustedComponent` 188 `ComponentIntegrity` with device specific information. 235 In BMCWeb, we need to add routes handler for `ComponentIntegrity`, 239 - `/redfish/v1/ComponentIntegrity/` 246 - `/xyz/openbmc_project/ComponentIntegrity/{ComponentIntegrityId}` [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | ComponentIntegrityCollection.json | 14 "description": "The collection of `ComponentIntegrity` resource instances.", 15 …ription": "This resource shall represent a resource collection of `ComponentIntegrity` instances f… 57 …"$ref": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.json#/definitions/ComponentIntegrit… 93 "/redfish/v1/ComponentIntegrity"
|
H A D | TrustedComponent.v1_3_1.json | 62 "ComponentIntegrity": { object 63 …"description": "An array of links to ComponentIntegrity resources for which the trusted component … 65 …"$ref": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.json#/definitions/ComponentIntegrit… 67 …ComponentIntegrity` that represent the communication established with the trusted component by oth… 71 "ComponentIntegrity@odata.count": {
|
H A D | ComponentIntegrity.v1_3_0.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.v1_3_0.json", 3 "$ref": "#/definitions/ComponentIntegrity", 26 "#ComponentIntegrity.SPDMGetSignedMeasurements": { 29 "#ComponentIntegrity.TPMGetSignedMeasurements": { 118 "ComponentIntegrity": { object 120 …"description": "The `ComponentIntegrity` resource provides critical and pertinent security informa… 1320 "title": "#ComponentIntegrity.v1_3_0.ComponentIntegrity"
|
H A D | SoftwareInventory.v1_10_2.json | 290 … "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
|
H A D | Switch.v1_9_3.json | 392 … "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
|
H A D | ServiceRoot.v1_17_0.json | 306 "ComponentIntegrity": { object
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ComponentIntegrityCollection.json | 14 "description": "The collection of `ComponentIntegrity` resource instances.", 15 …ription": "This resource shall represent a resource collection of `ComponentIntegrity` instances f… 57 …"$ref": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.json#/definitions/ComponentIntegrit… 93 "/redfish/v1/ComponentIntegrity"
|
H A D | ComponentIntegrity.v1_3_0.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.v1_3_0.json", 3 "$ref": "#/definitions/ComponentIntegrity", 26 "#ComponentIntegrity.SPDMGetSignedMeasurements": { 29 "#ComponentIntegrity.TPMGetSignedMeasurements": { 118 "ComponentIntegrity": { object 120 …"description": "The `ComponentIntegrity` resource provides critical and pertinent security informa… 1320 "title": "#ComponentIntegrity.v1_3_0.ComponentIntegrity"
|
H A D | SoftwareInventory.v1_10_2.json | 290 … "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
|
H A D | ServiceRoot.v1_17_0.json | 306 "ComponentIntegrity": { object
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ |
H A D | meson.build | 2 subdir('ComponentIntegrity') subdir 11 '../../../../yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml', 13 output: ['ComponentIntegrity.md'], 25 'xyz/openbmc_project/Attestation/ComponentIntegrity',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Attestation/ComponentIntegrity' 8 '../../../../../yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml', 28 'xyz/openbmc_project/Attestation/ComponentIntegrity',
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ |
H A D | ComponentIntegrity.interface.yaml | 44 Objects that implement ComponentIntegrity can implement the 52 Objects that implement ComponentIntegrity can implement the
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | TrustedComponent.interface.yaml | 22 - xyz.openbmc_project.Attestation.ComponentIntegrity
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | aggregation_utils.hpp | 29 "/ComponentIntegrity",
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/ |
H A D | Item.interface.yaml | 107 - xyz.openbmc_project.Attestation.ComponentIntegrity
|