blob: a4b8606173b65ff68906bd21e09b17106fafad0d [file] [log] [blame]
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanoused761212022-09-23 15:03:29 -07004<!--# Redfish Schema: Certificate v1.6.0 -->
Marri Devender Raod45d2d02019-01-21 10:11:34 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Marri Devender Raod45d2d02019-01-21 10:11:34 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
Gunnar Mills9d424662021-09-22 21:56:16 -050021 <edmx:Include Namespace="Resource"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060022 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050026 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060027 </edmx:Reference>
28
29 <edmx:DataServices>
30
31 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate">
32 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
33
34 <EntityType Name="Certificate" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070035 <Annotation Term="OData.Description" String="The Certificate schema describes a certificate that proves the identify of a component, account, or service."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050036 <Annotation Term="OData.LongDescription" String="This resource shall represent a certificate for a Redfish implementation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060037 <Annotation Term="Capabilities.InsertRestrictions">
38 <Record>
39 <PropertyValue Property="Insertable" Bool="false"/>
40 </Record>
41 </Annotation>
42 <Annotation Term="Capabilities.UpdateRestrictions">
43 <Record>
Gunnar Mills9d424662021-09-22 21:56:16 -050044 <PropertyValue Property="Updatable" Bool="true"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060045 </Record>
46 </Annotation>
47 <Annotation Term="Capabilities.DeleteRestrictions">
48 <Record>
49 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070050 <Annotation Term="OData.Description" String="Use the DELETE operation to remove certificates."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060051 </Record>
52 </Annotation>
53 <Annotation Term="Redfish.Uris">
54 <Collection>
55 <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Certificates/{CertificateId}</String>
56 <String>/redfish/v1/AccountService/ActiveDirectory/Certificates/{CertificateId}</String>
57 <String>/redfish/v1/AccountService/LDAP/Certificates/{CertificateId}</String>
58 <String>/redfish/v1/AccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates/{CertificateId}</String>
59 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates/{CertificateId}</String>
60 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates/{CertificateId}</String>
61 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates/{CertificateId}</String>
62 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates/{CertificateId}</String>
63 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates/{CertificateId}</String>
Ed Tanouscb103132019-10-08 11:34:22 -070064 <String>/redfish/v1/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
65 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
66 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
Gunnar Millsa778c022020-05-12 12:20:36 -050067 <String>/redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
68 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
69 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050070 <String>/redfish/v1/EventService/Subscriptions/{EventDestinationId}/Certificates/{CertificateId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -050071 <String>/redfish/v1/EventService/Subscriptions/{EventDestinationId}/ClientCertificates/{CertificateId}</String>
Gunnar Mills262d7d42021-01-20 16:28:41 -060072 <String>/redfish/v1/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
73 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
74 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
75 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
76 <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
77 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
78 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
79 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
80 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
81 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
82 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
83 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
84 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
85 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
86 <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
87 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
88 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
89 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
90 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
91 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
92 <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
93 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
94 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
95 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
96 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
97 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
98 <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Certificates/{CertificateId}</String>
99 <String>/redfish/v1/Chassis/{ChassisId}/Certificates/{CertificateId}</String>
100 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
101 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
102 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
103 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
104 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
105 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
106 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
107 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
108 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Certificates/{CertificateId}</String>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500109 <String>/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500110 <String>/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500111 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500112 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500113 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500114 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500115 <String>/redfish/v1/UpdateService/RemoteServerCertificates/{CertificateId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500116 <String>/redfish/v1/UpdateService/ClientCertificates/{CertificateId}</String>
117 <String>/redfish/v1/Managers/{ManagerId}/Certificates/{CertificateId}</String>
Ed Tanoused761212022-09-23 15:03:29 -0700118 <String>/redfish/v1/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
119 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
120 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500121 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates/{CertificateId}</String>
122 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates/{CertificateId}</String>
123 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/TrustedCertificates/{CertificateId}</String>
124 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/RevokedCertificates/{CertificateId}</String>
125 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/TrustedCertificates/{CertificateId}</String>
126 <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/RevokedCertificates/{CertificateId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600127 </Collection>
128 </Annotation>
129 </EntityType>
130
131 <EnumType Name="CertificateType">
132 <Member Name="PEM">
Gunnar Mills9d424662021-09-22 21:56:16 -0500133 <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded single certificate."/>
134 <Annotation Term="OData.LongDescription" String="This value shall indicate the format of the certificate shall contain a Privacy Enhanced Mail (PEM)-encoded string, containing RFC5280-defined structures, representing a single certificate."/>
135 </Member>
136 <Member Name="PEMchain">
137 <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded certificate chain."/>
138 <Annotation Term="OData.LongDescription" String="This value shall indicate the format of the certificate shall contain a Privacy Enhanced Mail (PEM)-encoded string, containing RFC5280-defined structures, representing a certificate chain."/>
139 <Annotation Term="Redfish.Revisions">
140 <Collection>
141 <Record>
142 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
143 <PropertyValue Property="Version" String="v1_4_0"/>
144 </Record>
145 </Collection>
146 </Annotation>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600147 </Member>
148 <Member Name="PKCS7">
Ed Tanouscb103132019-10-08 11:34:22 -0700149 <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded PKCS7 certificate."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500150 <Annotation Term="OData.LongDescription" String="The format of the certificate shall contain a Privacy Enhanced Mail (PEM)-encoded string, containing RFC5280-defined and RFC2315-defined structures. The service can discard additional certificates or other data in the structure."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600151 </Member>
152 </EnumType>
153
154 <EnumType Name="KeyUsage">
155 <Annotation Term="OData.Description" String="The usages of a key contained within a certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.LongDescription" String="This type shall describe the usages of a key within a certificate, as specified by the 'Key Usage' and 'Extended Key Usage' definitions in RFC5280."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600157 <Member Name="DigitalSignature">
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.Description" String="Verifies digital signatures, other than signatures on certificates and CRLs."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600159 </Member>
160 <Member Name="NonRepudiation">
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="Verifies digital signatures, other than signatures on certificates and CRLs, and provides a non-repudiation service that protects against the signing entity falsely denying some action."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600162 </Member>
163 <Member Name="KeyEncipherment">
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="Enciphers private or secret keys."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600165 </Member>
166 <Member Name="DataEncipherment">
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="Directly enciphers raw user data without an intermediate symmetric cipher."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600168 </Member>
169 <Member Name="KeyAgreement">
Ed Tanouscb103132019-10-08 11:34:22 -0700170 <Annotation Term="OData.Description" String="Key agreement."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600171 </Member>
172 <Member Name="KeyCertSign">
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="Verifies signatures on public key certificates."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600174 </Member>
175 <Member Name="CRLSigning">
Gunnar Millsa778c022020-05-12 12:20:36 -0500176 <Annotation Term="OData.Description" String="Verifies signatures on certificate revocation lists (CRLs)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600177 </Member>
178 <Member Name="EncipherOnly">
Ed Tanouscb103132019-10-08 11:34:22 -0700179 <Annotation Term="OData.Description" String="Enciphers data while performing a key agreement."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600180 </Member>
181 <Member Name="DecipherOnly">
Ed Tanouscb103132019-10-08 11:34:22 -0700182 <Annotation Term="OData.Description" String="Deciphers data while performing a key agreement."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600183 </Member>
184 <Member Name="ServerAuthentication">
Ed Tanouscb103132019-10-08 11:34:22 -0700185 <Annotation Term="OData.Description" String="TLS WWW server authentication."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600186 </Member>
187 <Member Name="ClientAuthentication">
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.Description" String="TLS WWW client authentication."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600189 </Member>
190 <Member Name="CodeSigning">
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Annotation Term="OData.Description" String="Signs downloadable executable code."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600192 </Member>
193 <Member Name="EmailProtection">
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.Description" String="Email protection."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600195 </Member>
196 <Member Name="Timestamping">
Ed Tanouscb103132019-10-08 11:34:22 -0700197 <Annotation Term="OData.Description" String="Binds the hash of an object to a time."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600198 </Member>
199 <Member Name="OCSPSigning">
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <Annotation Term="OData.Description" String="Signs OCSP responses."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600201 </Member>
202 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -0700203
204 <Action Name="Rekey" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500205 <Annotation Term="OData.Description" String="This action generates a new key-pair for a certificate and produces a certificate signing request."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600206 <Annotation Term="OData.LongDescription" String="This action shall use the certificate data to generate a new key-pair for a certificate. The response shall contain a signing request that a certificate authority (CA) will sign. The service should retain the private key that generated this request for installation of the certificate. The private key should not be part of the response. The private key should not be part of the response."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Parameter Name="Certificate" Type="Certificate.v1_0_0.Actions"/>
208 <Parameter Name="KeyPairAlgorithm" Type="Edm.String">
209 <Annotation Term="OData.Description" String="The type of key-pair for use with signing algorithms."/>
210 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of key-pair for use with signing algorithms. The allowable values for this parameter shall be the strings in the 'Algorithm Name' field of the 'TPM_ALG_ID Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
211 </Parameter>
212 <Parameter Name="KeyBitLength" Type="Edm.Int64">
213 <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the KeyPairAlgorithm parameter value."/>
214 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the KeyPairAlgorithm parameter value."/>
215 </Parameter>
216 <Parameter Name="KeyCurveId" Type="Edm.String">
217 <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the KeyPairAlgorithm parameter value."/>
218 <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve ID to use with the key, if needed based on the KeyPairAlgorithm parameter value. The allowable values for this parameter shall be the strings in the 'Name' field of the 'TPM_ECC_CURVE Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
219 </Parameter>
220 <Parameter Name="ChallengePassword" Type="Edm.String">
221 <Annotation Term="OData.Description" String="The challenge password to apply to the certificate for revocation requests."/>
222 <Annotation Term="OData.LongDescription" String="This property shall contain the challenge password to apply to the certificate for revocation requests as defined by the RFC2985 'challengePassword' attribute."/>
223 </Parameter>
224 <ReturnType Type="Certificate.v1_1_0.RekeyResponse" Nullable="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <Annotation Term="Redfish.Revisions">
226 <Collection>
227 <Record>
228 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
229 <PropertyValue Property="Version" String="v1_1_0"/>
230 </Record>
231 </Collection>
232 </Annotation>
233 </Action>
234
235 <Action Name="Renew" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500236 <Annotation Term="OData.Description" String="This action generates a certificate signing request by using the existing information and key-pair of the certificate."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600237 <Annotation Term="OData.LongDescription" String="This action shall generate a certificate signing request using the existing information and key-pair of the certificate. The response shall contain a signing request that a certificate authority (CA) will sign. The service should retain the private key that this request generates for when the certificate is installed. The private key should not be part of the response."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 <Parameter Name="Certificate" Type="Certificate.v1_0_0.Actions"/>
239 <Parameter Name="ChallengePassword" Type="Edm.String">
240 <Annotation Term="OData.Description" String="The challenge password to apply to the certificate for revocation requests."/>
241 <Annotation Term="OData.LongDescription" String="This property shall contain the challenge password to apply to the certificate for revocation requests as defined by the RFC2985 'challengePassword' attribute."/>
242 </Parameter>
243 <ReturnType Type="Certificate.v1_1_0.RenewResponse" Nullable="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 <Annotation Term="Redfish.Revisions">
245 <Collection>
246 <Record>
247 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
248 <PropertyValue Property="Version" String="v1_1_0"/>
249 </Record>
250 </Collection>
251 </Annotation>
252 </Action>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600253 </Schema>
254
255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_0">
256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257 <Annotation Term="Redfish.Release" String="2018.3"/>
258
259 <EntityType Name="Certificate" BaseType="Certificate.Certificate">
260 <Property Name="CertificateString" Type="Edm.String">
261 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
262 <Annotation Term="OData.Description" String="The string for the certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <Annotation Term="OData.LongDescription" String="This property shall contain the certificate, and the format shall follow the requirements specified by the CertificateType property value. If the certificate contains any private keys, they shall be removed from the string in responses. If the service does not know the private key for the certificate and is needed to use the certificate, the client shall provide the private key as part of the string in the POST request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600264 <Annotation Term="Redfish.RequiredOnCreate"/>
265 </Property>
266 <Property Name="CertificateType" Type="Certificate.CertificateType">
267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
268 <Annotation Term="OData.Description" String="The format of the certificate."/>
269 <Annotation Term="OData.LongDescription" String="This property shall contain the format type for the certificate."/>
270 <Annotation Term="Redfish.RequiredOnCreate"/>
271 </Property>
272 <Property Name="Issuer" Type="Certificate.v1_0_0.Identifier" Nullable="false">
273 <Annotation Term="OData.Description" String="The issuer of the certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.LongDescription" String="This property shall contain an object containing information about the issuer of the certificate."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600275 </Property>
276 <Property Name="Subject" Type="Certificate.v1_0_0.Identifier" Nullable="false">
277 <Annotation Term="OData.Description" String="The subject of the certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <Annotation Term="OData.LongDescription" String="This property shall contain an object containing information about the subject of the certificate."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600279 </Property>
280 <Property Name="ValidNotBefore" Type="Edm.DateTimeOffset" Nullable="false">
281 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
282 <Annotation Term="OData.Description" String="The date when the certificate becomes valid."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.LongDescription" String="This property shall contain the date when the certificate validity period begins."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600284 </Property>
285 <Property Name="ValidNotAfter" Type="Edm.DateTimeOffset" Nullable="false">
286 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
287 <Annotation Term="OData.Description" String="The date when the certificate is no longer valid."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700288 <Annotation Term="OData.LongDescription" String="This property shall contain the date when the certificate validity period ends."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600289 </Property>
290 <Property Name="KeyUsage" Type="Collection(Certificate.KeyUsage)">
291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <Annotation Term="OData.Description" String="The key usage extension, which defines the purpose of the public keys in this certificate."/>
293 <Annotation Term="OData.LongDescription" String="This property shall contain the key usage extension, which defines the purpose of the public keys in this certificate."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600294 </Property>
295
296 <Property Name="Actions" Type="Certificate.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500297 <Annotation Term="OData.Description" String="The available actions for this resource."/>
298 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600299 </Property>
300 </EntityType>
301
302 <ComplexType Name="Identifier">
303 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
304 <Annotation Term="OData.Description" String="The identifier information about a certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700305 <Annotation Term="OData.LongDescription" String="This type shall contain the properties that identifies the issuer or subject of a certificate."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600306 <Property Name="CommonName" Type="Edm.String" Nullable="false">
307 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanoused761212022-09-23 15:03:29 -0700308 <Annotation Term="OData.Description" String="The common name of the entity."/>
309 <Annotation Term="OData.LongDescription" String="This property shall contain the common name of the entity, as defined by the RFC5280 'commonName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600310 </Property>
311 <Property Name="Organization" Type="Edm.String" Nullable="false">
312 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
313 <Annotation Term="OData.Description" String="The name of the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700314 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization of the entity, as defined by the RFC5280 'organizationName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600315 </Property>
316 <Property Name="OrganizationalUnit" Type="Edm.String" Nullable="false">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
318 <Annotation Term="OData.Description" String="The name of the unit or division of the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700319 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the unit or division of the organization of the entity, as defined by the RFC5280 'organizationalUnitName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600320 </Property>
321 <Property Name="City" Type="Edm.String" Nullable="false">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
323 <Annotation Term="OData.Description" String="The city or locality of the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700324 <Annotation Term="OData.LongDescription" String="This property shall contain the city or locality of the organization of the entity, as defined by the RFC5280 'localityName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600325 </Property>
326 <Property Name="State" Type="Edm.String" Nullable="false">
327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
328 <Annotation Term="OData.Description" String="The state, province, or region of the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700329 <Annotation Term="OData.LongDescription" String="This property shall contain the state, province, or region of the organization of the entity, as defined by the RFC5280 'stateOrProvinceName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600330 </Property>
331 <Property Name="Country" Type="Edm.String" Nullable="false">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
333 <Annotation Term="OData.Description" String="The country of the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700334 <Annotation Term="OData.LongDescription" String="This property shall contain the two-letter ISO code for the country of the organization of the entity, as defined by the RFC5280 'countryName' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600335 </Property>
336 <Property Name="Email" Type="Edm.String">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338 <Annotation Term="OData.Description" String="The email address of the contact within the organization of the entity."/>
Ed Tanoused761212022-09-23 15:03:29 -0700339 <Annotation Term="OData.LongDescription" String="This property shall contain the email address of the contact within the organization of the entity, as defined by the RFC2985 'emailAddress' attribute."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600340 </Property>
341 </ComplexType>
342
343 <ComplexType Name="Actions">
344 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500345 <Annotation Term="OData.Description" String="The available actions for this resource."/>
346 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600347 <Property Name="Oem" Type="Certificate.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500348 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
349 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600350 </Property>
351 </ComplexType>
352
353 <ComplexType Name="OemActions">
354 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500355 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
356 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600357 </ComplexType>
358 </Schema>
359
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_1">
361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
363 <EntityType Name="Certificate" BaseType="Certificate.v1_0_0.Certificate"/>
364 </Schema>
365
366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_2">
367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368 <Annotation Term="OData.Description" String="This version was created to update the CertificateString description. It was also created to update descriptions that this schema defines."/>
369 <EntityType Name="Certificate" BaseType="Certificate.v1_0_1.Certificate"/>
370 </Schema>
371
Gunnar Mills844b4152020-06-22 12:44:09 -0500372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_3">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
375 <EntityType Name="Certificate" BaseType="Certificate.v1_0_2.Certificate"/>
376 </Schema>
377
Gunnar Mills262d7d42021-01-20 16:28:41 -0600378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_4">
379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
380 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
381 <EntityType Name="Certificate" BaseType="Certificate.v1_0_3.Certificate"/>
382 </Schema>
383
Ed Tanoused761212022-09-23 15:03:29 -0700384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_5">
385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
387 <EntityType Name="Certificate" BaseType="Certificate.v1_0_4.Certificate"/>
388 </Schema>
389
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_0">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
392 <Annotation Term="Redfish.Release" String="2019.1"/>
393 <Annotation Term="OData.Description" String="This version was created to add the Renew and Rekey actions."/>
394 <EntityType Name="Certificate" BaseType="Certificate.v1_0_1.Certificate"/>
395
396 <ComplexType Name="RekeyResponse">
397 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
398 <Annotation Term="OData.Description" String="The response body for the Rekey action."/>
399 <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the Rekey action."/>
400 <NavigationProperty Name="Certificate" Type="Certificate.Certificate" Nullable="false">
401 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
402 <Annotation Term="OData.Description" String="The link to the certificate being rekeyed."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500403 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Certificate that is replaced after the certificate authority (CA) signs the certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <Annotation Term="Redfish.Required"/>
405 </NavigationProperty>
406 <Property Name="CSRString" Type="Edm.String" Nullable="false">
407 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
408 <Annotation Term="OData.Description" String="The string for the certificate signing request."/>
409 <Annotation Term="OData.LongDescription" String="This property shall contain the certificate signing request as a PEM-encoded string, containing structures specified by RFC2986. The private key should not be part of the string."/>
410 <Annotation Term="Redfish.Required"/>
411 </Property>
412 </ComplexType>
413
414 <ComplexType Name="RenewResponse">
415 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
416 <Annotation Term="OData.Description" String="The response body for the Renew action."/>
417 <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the Renew action."/>
418 <NavigationProperty Name="Certificate" Type="Certificate.Certificate" Nullable="false">
419 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
420 <Annotation Term="OData.Description" String="The link to the certificate being renewed."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500421 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Certificate that is replaced after the certificate authority (CA) signs the certificate."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700422 <Annotation Term="Redfish.Required"/>
423 </NavigationProperty>
424 <Property Name="CSRString" Type="Edm.String" Nullable="false">
425 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
426 <Annotation Term="OData.Description" String="The string for the certificate signing request."/>
427 <Annotation Term="OData.LongDescription" String="This property shall contain the certificate signing request as a PEM-encoded string, containing structures specified by RFC2986. The private key should not be part of the string."/>
428 <Annotation Term="Redfish.Required"/>
429 </Property>
430 </ComplexType>
431 </Schema>
432
433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_1">
434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
435 <Annotation Term="OData.Description" String="This version was created to update the CertificateString description. It was also created to update descriptions that this schema defines."/>
436 <EntityType Name="Certificate" BaseType="Certificate.v1_1_0.Certificate"/>
437 </Schema>
438
Gunnar Mills844b4152020-06-22 12:44:09 -0500439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_2">
440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
442 <EntityType Name="Certificate" BaseType="Certificate.v1_1_1.Certificate"/>
443 </Schema>
444
Gunnar Mills262d7d42021-01-20 16:28:41 -0600445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_3">
446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
447 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
448 <EntityType Name="Certificate" BaseType="Certificate.v1_1_2.Certificate"/>
449 </Schema>
450
Ed Tanoused761212022-09-23 15:03:29 -0700451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_4">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
454 <EntityType Name="Certificate" BaseType="Certificate.v1_1_3.Certificate"/>
455 </Schema>
456
Gunnar Millsa778c022020-05-12 12:20:36 -0500457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_0">
458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459 <Annotation Term="Redfish.Release" String="2020.1"/>
460
461 <EntityType Name="Certificate" BaseType="Certificate.v1_1_1.Certificate">
462 <Property Name="UefiSignatureOwner" Type="Edm.Guid">
463 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
464 <Annotation Term="OData.Description" String="The UEFI signature owner for this certificate."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500465 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the GUID of the UEFI signature owner for this certificate as defined by the UEFI Specification. This property shall only be present for certificates managed by UEFI."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500466 </Property>
467 </EntityType>
468 </Schema>
469
Gunnar Mills844b4152020-06-22 12:44:09 -0500470 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_1">
471 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
472 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
473 <EntityType Name="Certificate" BaseType="Certificate.v1_2_0.Certificate"/>
474 </Schema>
475
Gunnar Mills262d7d42021-01-20 16:28:41 -0600476 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_2">
477 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
479 <EntityType Name="Certificate" BaseType="Certificate.v1_2_1.Certificate"/>
480 </Schema>
481
Gunnar Mills10f270b2021-05-19 15:34:06 -0500482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_3">
483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484 <Annotation Term="OData.Description" String="This version was created to clarify the usage of UefiSignatureOwner for all certificates managed by UEFI."/>
485 <EntityType Name="Certificate" BaseType="Certificate.v1_2_2.Certificate"/>
486 </Schema>
487
Ed Tanoused761212022-09-23 15:03:29 -0700488 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_4">
489 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
490 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
491 <EntityType Name="Certificate" BaseType="Certificate.v1_2_3.Certificate"/>
492 </Schema>
493
Gunnar Mills10f270b2021-05-19 15:34:06 -0500494 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_0">
495 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496 <Annotation Term="Redfish.Release" String="2021.1"/>
497
498 <EntityType Name="Certificate" BaseType="Certificate.v1_2_3.Certificate">
499 <Property Name="SerialNumber" Type="Edm.String" Nullable="false">
500 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
501 <Annotation Term="OData.Description" String="The serial number of the certificate."/>
502 <Annotation Term="OData.LongDescription" String="The value of this property shall be a string containing the ASCII representation of the serial number of the certificate, as defined by the RFC5280 'serialNumber' field."/>
503 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}:){0,}([0-9A-Fa-f]{2})$"/>
504 </Property>
505 <Property Name="Fingerprint" Type="Edm.String" Nullable="false">
506 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
507 <Annotation Term="OData.Description" String="The fingerprint of the certificate."/>
508 <Annotation Term="OData.LongDescription" String="The value of this property shall be a string containing the ASCII representation of the fingerprint of the certificate. The hash algorithm used to generate this fingerprint shall be specified by the FingerprintHashAlgorithm property."/>
509 <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}:){0,}([0-9A-Fa-f]{2})$"/>
510 </Property>
511 <Property Name="FingerprintHashAlgorithm" Type="Edm.String" Nullable="false">
512 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
513 <Annotation Term="OData.Description" String="The hash algorithm for the fingerprint of the certificate."/>
514 <Annotation Term="OData.LongDescription" String="The value of this property shall be a string containing the hash algorithm used for generating the Fingerprint property. The value shall be one of the strings in the 'Algorithm Name' field of the 'TPM_ALG_ID Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
515 </Property>
516 <Property Name="SignatureAlgorithm" Type="Edm.String" Nullable="false">
517 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
518 <Annotation Term="OData.Description" String="The algorithm used for creating the signature of the certificate."/>
519 <Annotation Term="OData.LongDescription" String="The value of this property shall be a string containing the algorithm used for generating the signature of the certificate, as defined by the RFC5280 'signatureAlgorithm' field. The value shall be a string representing the ASN.1 OID of the signature algorithm as defined in, but not limited to, RFC3279, RFC4055, or RFC4491."/>
520 </Property>
521 </EntityType>
522 </Schema>
523
Ed Tanoused761212022-09-23 15:03:29 -0700524 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_1">
525 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
526 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
527 <EntityType Name="Certificate" BaseType="Certificate.v1_3_0.Certificate"/>
528 </Schema>
529
Gunnar Mills9d424662021-09-22 21:56:16 -0500530 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_0">
531 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
532 <Annotation Term="Redfish.Release" String="2021.2"/>
533
534 <EntityType Name="Certificate" BaseType="Certificate.v1_3_0.Certificate">
535 <Property Name="Links" Type="Certificate.v1_4_0.Links" Nullable="false">
536 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
537 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
538 </Property>
539 <Property Name="CertificateUsageTypes" Type="Collection(Certificate.v1_4_0.CertificateUsageType)">
540 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
541 <Annotation Term="OData.Description" String="The types or purposes for this certificate."/>
542 <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array describing the types or purposes for this certificate."/>
543 </Property>
544 </EntityType>
545
546 <ComplexType Name="Links" BaseType="Resource.Links">
547 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
548 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
549 <NavigationProperty Name="Issuer" Type="Certificate.Certificate">
550 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
551 <Annotation Term="OData.Description" String="A link to the certificate of the CA that issued this certificate."/>
552 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resources of type Certificate that represents the certificate of the CA that issued this certificate."/>
553 <Annotation Term="OData.AutoExpandReferences"/>
554 </NavigationProperty>
555 <NavigationProperty Name="Subjects" Type="Collection(Certificate.Certificate)">
556 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
557 <Annotation Term="OData.Description" String="An array of links to certificates that were issued by the CA that is represented by this certificate."/>
558 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Certificate that were issued by the CA that is represented by this certificate."/>
559 <Annotation Term="OData.AutoExpandReferences"/>
560 </NavigationProperty>
561 </ComplexType>
Gunnar Mills60c922d2021-12-01 09:28:53 -0600562
Gunnar Mills9d424662021-09-22 21:56:16 -0500563 <EnumType Name="CertificateUsageType">
564 <Member Name="User">
565 <Annotation Term="OData.Description" String="This certificate is a user certificate like those associated with a manager account."/>
566 </Member>
567 <Member Name="Web">
568 <Annotation Term="OData.Description" String="This certificate is a web or HTTPS certificate like those used for event destinations."/>
569 </Member>
570 <Member Name="SSH">
571 <Annotation Term="OData.Description" String="This certificate is used for SSH."/>
572 </Member>
573 <Member Name="Device">
574 <Annotation Term="OData.Description" String="This certificate is a device type certificate like those associated with SPDM and other standards."/>
575 </Member>
576 <Member Name="Platform">
577 <Annotation Term="OData.Description" String="This certificate is a platform type certificate like those associated with SPDM and other standards."/>
578 </Member>
579 <Member Name="BIOS">
580 <Annotation Term="OData.Description" String="This certificate is a BIOS certificate like those associated with UEFI."/>
581 </Member>
582 </EnumType>
583 </Schema>
584
Ed Tanoused761212022-09-23 15:03:29 -0700585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_1">
586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
588 <EntityType Name="Certificate" BaseType="Certificate.v1_4_0.Certificate"/>
589 </Schema>
590
Gunnar Mills60c922d2021-12-01 09:28:53 -0600591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_0">
592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593 <Annotation Term="Redfish.Release" String="2021.3"/>
594
595 <EntityType Name="Certificate" BaseType="Certificate.v1_4_0.Certificate">
596 <Property Name="SPDM" Type="Certificate.v1_5_0.SPDM">
597 <Annotation Term="OData.Description" String="SPDM-related information for the certificate."/>
598 <Annotation Term="OData.LongDescription" String="The value of this property shall contain SPDM-related information for the certificate. This property shall only be present for SPDM certificates."/>
599 </Property>
600 </EntityType>
601
602 <ComplexType Name="SPDM">
603 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
604 <Annotation Term="OData.Description" String="SPDM-related information for a certificate."/>
605 <Annotation Term="OData.LongDescription" String="This type shall contain contain SPDM-related information for a certificate."/>
606 <Property Name="SlotId" Type="Edm.Int64">
607 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
608 <Annotation Term="OData.Description" String="Slot identifier of the certificate."/>
609 <Annotation Term="OData.LongDescription" String="The value of this property shall contain an integer between 0 and 7, inclusive, that represents the slot identifier for an SPDM-provided certificate."/>
610 </Property>
611 </ComplexType>
612 </Schema>
613
Ed Tanoused761212022-09-23 15:03:29 -0700614 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_1">
615 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616 <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
617 <EntityType Name="Certificate" BaseType="Certificate.v1_5_0.Certificate"/>
618 </Schema>
619
620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_0">
621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622 <Annotation Term="Redfish.Release" String="2022.1"/>
623
624 <EntityType Name="Certificate" BaseType="Certificate.v1_5_1.Certificate"/>
625
626 <ComplexType Name="Identifier" BaseType="Certificate.v1_0_0.Identifier">
627 <Property Name="DisplayString" Type="Edm.String">
628 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
629 <Annotation Term="OData.Description" String="A human-readable string for this identifier."/>
630 <Annotation Term="OData.LongDescription" String="The value of this property shall contain a display string that represents the entire identifier. The string should be formatted using industry conventions, such as the single-line human-readable string described by RFC2253 and preserving the field order as shown in the certificate."/>
631 </Property>
632 <Property Name="DomainComponents" Type="Collection(Edm.String)">
633 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
634 <Annotation Term="OData.Description" String="The domain components of the entity."/>
635 <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of domain component fields for the entity, as defined by the RFC4519 'domainComponent' attribute, in array order as they appear in the certificate."/>
636 </Property>
637 <Property Name="AdditionalCommonNames" Type="Collection(Edm.String)">
638 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
639 <Annotation Term="OData.Description" String="Additional common names of the entity."/>
640 <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of additional common names for the entity, as defined by the RFC5280 'commonName' attribute, in array order as they appear in the certificate. This property shall not be present if only one common name is found. The first common name shall not appear in this property."/>
641 </Property>
642 <Property Name="AdditionalOrganizationalUnits" Type="Collection(Edm.String)">
643 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
644 <Annotation Term="OData.Description" String="Additional organizational units of the entity."/>
645 <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of additional organizational units for the entity, as defined by the RFC5280 'organizationalUnitName' attribute, in array order as they appear in the certificate. This property shall not be present if only one organizational unit is found. The first organizational unit shall not appear in this property."/>
646 </Property>
647 </ComplexType>
648 </Schema>
649
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600650 </edmx:DataServices>
651</edmx:Edmx>