NOTE: The Attributes listed on performing GET method on DellAttributes are not arranged in alphabetical order.
NOTE: For OIDC configuration: While registering a user, encode the string <username>:<password>in Base64 and provide it in theRegistrationDetailsattribute.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//Oem/Dell/DellAttributes/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{}