TrustedComponent resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//TrustedComponents' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#TrustedComponentCollection.TrustedComponentCollection",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/TrustedComponents",
"@odata.type": "#TrustedComponentCollection.TrustedComponentCollection",
"Description": "Collection of TrustedComponents",
"Members": [],
"Members@odata.count": 0,
"Name": "TrustedComponents Collection"
}