xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/Certificate_v1.xml (revision 5ecf7b4e1bb6988dd3403fa80b723afbe2be30ae)
1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Certificate v1.11.0                                                 -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2025 DMTF.                                                            -->
9<!--# 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">
21    <edmx:Include Namespace="Resource"/>
22    <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"/>
26    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27  </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      <Annotation Term="Redfish.Language" String="en"/>
34
35      <EntityType Name="Certificate" BaseType="Resource.v1_0_0.Resource" Abstract="true">
36        <Annotation Term="OData.Description" String="The `Certificate` schema describes a certificate that proves the identity of a component, account, or service."/>
37        <Annotation Term="OData.LongDescription" String="This resource shall represent a certificate for a Redfish implementation."/>
38        <Annotation Term="Capabilities.InsertRestrictions">
39          <Record>
40            <PropertyValue Property="Insertable" Bool="false"/>
41          </Record>
42        </Annotation>
43        <Annotation Term="Capabilities.UpdateRestrictions">
44          <Record>
45            <PropertyValue Property="Updatable" Bool="true"/>
46          </Record>
47        </Annotation>
48        <Annotation Term="Capabilities.DeleteRestrictions">
49          <Record>
50            <PropertyValue Property="Deletable" Bool="true"/>
51            <Annotation Term="OData.Description" String="Use the `DELETE` operation to remove certificates."/>
52          </Record>
53        </Annotation>
54        <Annotation Term="Redfish.Uris">
55          <Collection>
56            <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Certificates/{CertificateId}</String>
57            <String>/redfish/v1/AccountService/ActiveDirectory/Certificates/{CertificateId}</String>
58            <String>/redfish/v1/AccountService/LDAP/Certificates/{CertificateId}</String>
59            <String>/redfish/v1/AccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates/{CertificateId}</String>
60            <String>/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/{CertificateId}</String>
61            <String>/redfish/v1/AccountService/MultiFactorAuth/SecurID/Certificates/{CertificateId}</String>
62            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates/{CertificateId}</String>
63            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates/{CertificateId}</String>
64            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates/{CertificateId}</String>
65            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates/{CertificateId}</String>
66            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certificates/{CertificateId}</String>
67            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates/{CertificateId}</String>
68            <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates/{CertificateId}</String>
69            <String>/redfish/v1/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
70            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
71            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}</String>
72            <String>/redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
73            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
74            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates/{CertificateId}</String>
75            <String>/redfish/v1/EventService/Subscriptions/{EventDestinationId}/Certificates/{CertificateId}</String>
76            <String>/redfish/v1/EventService/Subscriptions/{EventDestinationId}/ClientCertificates/{CertificateId}</String>
77            <String>/redfish/v1/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
78            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
79            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates/{CertificateId}</String>
80            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
81            <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
82            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
83            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
84            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
85            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates/{CertificateId}</String>
86            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
87            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
88            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
89            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
90            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates/{CertificateId}</String>
91            <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
92            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
93            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
94            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
95            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
96            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates/{CertificateId}</String>
97            <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
98            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
99            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
100            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
101            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
102            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates/{CertificateId}</String>
103            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Certificates/{CertificateId}</String>
104            <String>/redfish/v1/Chassis/{ChassisId}/Certificates/{CertificateId}</String>
105            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
106            <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
107            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
108            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
109            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
110            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
111            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
112            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
113            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Certificates/{CertificateId}</String>
114            <String>/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
115            <String>/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
116            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
117            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
118            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates/{CertificateId}</String>
119            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates/{CertificateId}</String>
120            <String>/redfish/v1/UpdateService/RemoteServerCertificates/{CertificateId}</String>
121            <String>/redfish/v1/UpdateService/ClientCertificates/{CertificateId}</String>
122            <String>/redfish/v1/Managers/{ManagerId}/Certificates/{CertificateId}</String>
123            <String>/redfish/v1/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
124            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
125            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates/{CertificateId}</String>
126            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates/{CertificateId}</String>
127            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates/{CertificateId}</String>
128            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/TrustedCertificates/{CertificateId}</String>
129            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/RevokedCertificates/{CertificateId}</String>
130            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/TrustedCertificates/{CertificateId}</String>
131            <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/RevokedCertificates/{CertificateId}</String>
132            <String>/redfish/v1/Chassis/{ChassisId}/TrustedComponents/{TrustedComponentId}/Certificates/{CertificateId}</String>
133            <String>/redfish/v1/AccountService/OutboundConnections/{OutboundConnectionId}/Certificates/{CertificateId}</String>
134            <String>/redfish/v1/AccountService/OutboundConnections/{OutboundConnectionId}/ClientCertificates/{CertificateId}</String>
135            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Certificates/{CertificateId}</String>
136            <String>/redfish/v1/CertificateService/EnrollmentCACertificates/{CertificateId}</String>
137          </Collection>
138        </Annotation>
139        <Annotation Term="Redfish.DeprecatedUris">
140          <Collection>
141            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
142            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
143            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
144            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
145            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates/{CertificateId}</String>
146          </Collection>
147        </Annotation>
148      </EntityType>
149
150      <EnumType Name="CertificateType">
151        <Member Name="PEM">
152          <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded single certificate."/>
153          <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."/>
154        </Member>
155        <Member Name="PEMchain">
156          <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded certificate chain."/>
157          <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.  When this value is specified, the properties of the resource, except for `CertificateString`, shall contain the information from the leaf certificate.  When this value is specified, `CertificateString` shall contain the entire PEM chain."/>
158          <Annotation Term="Redfish.Revisions">
159            <Collection>
160              <Record>
161                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
162                <PropertyValue Property="Version" String="v1_4_0"/>
163              </Record>
164            </Collection>
165          </Annotation>
166        </Member>
167        <Member Name="PKCS7">
168          <Annotation Term="OData.Description" String="A Privacy Enhanced Mail (PEM)-encoded PKCS7 certificate."/>
169          <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 may discard additional certificates or other data in the structure."/>
170        </Member>
171        <Member Name="PKCS12">
172          <Annotation Term="OData.Description" String="A Base64-encoded PKCS12 certificate bundle."/>
173          <Annotation Term="OData.LongDescription" String="This value shall indicate the format of the certificate shall contain a Base64-encoded string, with padding characters, containing RFC7292-defined structures, representing a PKCS12 archive of one or more certificates, keys, or other cryptographic data.  The service may discard additional certificates or other data in the structure."/>
174          <Annotation Term="Redfish.Revisions">
175            <Collection>
176              <Record>
177                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
178                <PropertyValue Property="Version" String="v1_10_0"/>
179              </Record>
180            </Collection>
181          </Annotation>
182        </Member>
183      </EnumType>
184
185      <EnumType Name="CertificateUsageType">
186        <Annotation Term="Redfish.Revisions">
187          <Collection>
188            <Record>
189              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
190              <PropertyValue Property="Version" String="v1_4_0"/>
191            </Record>
192          </Collection>
193        </Annotation>
194        <Member Name="User">
195          <Annotation Term="OData.Description" String="This certificate is a user certificate like those associated with a manager account."/>
196        </Member>
197        <Member Name="Web">
198          <Annotation Term="OData.Description" String="This certificate is a web or HTTPS certificate like those used for event destinations."/>
199        </Member>
200        <Member Name="SSH">
201          <Annotation Term="OData.Description" String="This certificate is used for SSH."/>
202        </Member>
203        <Member Name="Device">
204          <Annotation Term="OData.Description" String="This certificate is a device type certificate like those associated with SPDM and other standards."/>
205        </Member>
206        <Member Name="Platform">
207          <Annotation Term="OData.Description" String="This certificate is a platform type certificate like those associated with SPDM and other standards."/>
208        </Member>
209        <Member Name="BIOS">
210          <Annotation Term="OData.Description" String="This certificate is a BIOS certificate like those associated with UEFI."/>
211        </Member>
212        <Member Name="IDevID">
213          <Annotation Term="OData.Description" String="This certificate is an IDevID certificate like those associated with TCG TPMs."/>
214          <Annotation Term="Redfish.Revisions">
215            <Collection>
216              <Record>
217                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
218                <PropertyValue Property="Version" String="v1_8_0"/>
219              </Record>
220            </Collection>
221          </Annotation>
222        </Member>
223        <Member Name="LDevID">
224          <Annotation Term="OData.Description" String="This certificate is an LDevID certificate like those associated with TCG TPMs."/>
225          <Annotation Term="Redfish.Revisions">
226            <Collection>
227              <Record>
228                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
229                <PropertyValue Property="Version" String="v1_8_0"/>
230              </Record>
231            </Collection>
232          </Annotation>
233        </Member>
234        <Member Name="IAK">
235          <Annotation Term="OData.Description" String="This certificate is an IAK certificate like those associated with TCG TPMs."/>
236          <Annotation Term="Redfish.Revisions">
237            <Collection>
238              <Record>
239                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
240                <PropertyValue Property="Version" String="v1_8_0"/>
241              </Record>
242            </Collection>
243          </Annotation>
244        </Member>
245        <Member Name="LAK">
246          <Annotation Term="OData.Description" String="This certificate is an LAK certificate like those associated with TCG TPMs."/>
247          <Annotation Term="Redfish.Revisions">
248            <Collection>
249              <Record>
250                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
251                <PropertyValue Property="Version" String="v1_8_0"/>
252              </Record>
253            </Collection>
254          </Annotation>
255        </Member>
256        <Member Name="EK">
257          <Annotation Term="OData.Description" String="This certificate is an EK certificate like those associated with TCG TPMs."/>
258          <Annotation Term="Redfish.Revisions">
259            <Collection>
260              <Record>
261                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
262                <PropertyValue Property="Version" String="v1_9_0"/>
263              </Record>
264            </Collection>
265          </Annotation>
266        </Member>
267      </EnumType>
268
269      <EnumType Name="KeyUsage">
270        <Annotation Term="OData.Description" String="The usages of a key contained within a certificate."/>
271        <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."/>
272        <Member Name="DigitalSignature">
273          <Annotation Term="OData.Description" String="Verifies digital signatures, other than signatures on certificates and CRLs."/>
274        </Member>
275        <Member Name="NonRepudiation">
276          <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."/>
277        </Member>
278        <Member Name="KeyEncipherment">
279          <Annotation Term="OData.Description" String="Enciphers private or secret keys."/>
280        </Member>
281        <Member Name="DataEncipherment">
282          <Annotation Term="OData.Description" String="Directly enciphers raw user data without an intermediate symmetric cipher."/>
283        </Member>
284        <Member Name="KeyAgreement">
285          <Annotation Term="OData.Description" String="Key agreement."/>
286        </Member>
287        <Member Name="KeyCertSign">
288          <Annotation Term="OData.Description" String="Verifies signatures on public key certificates."/>
289        </Member>
290        <Member Name="CRLSigning">
291          <Annotation Term="OData.Description" String="Verifies signatures on certificate revocation lists (CRLs)."/>
292        </Member>
293        <Member Name="EncipherOnly">
294          <Annotation Term="OData.Description" String="Enciphers data while performing a key agreement."/>
295        </Member>
296        <Member Name="DecipherOnly">
297          <Annotation Term="OData.Description" String="Deciphers data while performing a key agreement."/>
298        </Member>
299        <Member Name="ServerAuthentication">
300          <Annotation Term="OData.Description" String="TLS WWW server authentication."/>
301        </Member>
302        <Member Name="ClientAuthentication">
303          <Annotation Term="OData.Description" String="TLS WWW client authentication."/>
304        </Member>
305        <Member Name="CodeSigning">
306          <Annotation Term="OData.Description" String="Signs downloadable executable code."/>
307        </Member>
308        <Member Name="EmailProtection">
309          <Annotation Term="OData.Description" String="Email protection."/>
310        </Member>
311        <Member Name="Timestamping">
312          <Annotation Term="OData.Description" String="Binds the hash of an object to a time."/>
313        </Member>
314        <Member Name="OCSPSigning">
315          <Annotation Term="OData.Description" String="Signs OCSP responses."/>
316        </Member>
317      </EnumType>
318
319      <Action Name="Rekey" IsBound="true">
320        <Annotation Term="OData.Description" String="This action generates a new key-pair for a certificate and produces a certificate signing request."/>
321        <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."/>
322        <Parameter Name="Certificate" Type="Certificate.v1_0_0.Actions"/>
323        <Parameter Name="KeyPairAlgorithm" Type="Edm.String">
324          <Annotation Term="OData.Description" String="The type of key-pair for use with signing algorithms."/>
325          <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 'TCG_ALG_ID Constants' table, formerly the 'TPM_ALG_ID Constants' table, within the 'Trusted Computing Group Algorithm Registry'."/>
326        </Parameter>
327        <Parameter Name="KeyBitLength" Type="Edm.Int64">
328          <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/>
329          <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/>
330        </Parameter>
331        <Parameter Name="KeyCurveId" Type="Edm.String">
332          <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value."/>
333          <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 'TCG_ECC_CURVE Constants' table, formerly the 'TPM_ECC_CURVE Constants' table, within the 'Trusted Computing Group Algorithm Registry'."/>
334        </Parameter>
335        <Parameter Name="ChallengePassword" Type="Edm.String">
336          <Annotation Term="OData.Description" String="The challenge password to apply to the certificate for revocation requests."/>
337          <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."/>
338        </Parameter>
339        <ReturnType Type="Certificate.v1_1_0.RekeyResponse" Nullable="false"/>
340        <Annotation Term="Redfish.Revisions">
341          <Collection>
342            <Record>
343              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
344              <PropertyValue Property="Version" String="v1_1_0"/>
345            </Record>
346          </Collection>
347        </Annotation>
348      </Action>
349
350      <Action Name="Renew" IsBound="true">
351        <Annotation Term="OData.Description" String="This action generates a certificate signing request by using the existing information and key-pair of the certificate."/>
352        <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."/>
353        <Parameter Name="Certificate" Type="Certificate.v1_0_0.Actions"/>
354        <Parameter Name="ChallengePassword" Type="Edm.String">
355          <Annotation Term="OData.Description" String="The challenge password to apply to the certificate for revocation requests."/>
356          <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."/>
357        </Parameter>
358        <ReturnType Type="Certificate.v1_1_0.RenewResponse" Nullable="false"/>
359        <Annotation Term="Redfish.Revisions">
360          <Collection>
361            <Record>
362              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
363              <PropertyValue Property="Version" String="v1_1_0"/>
364            </Record>
365          </Collection>
366        </Annotation>
367      </Action>
368
369      <Action Name="ForceAutomaticRenew" IsBound="true">
370        <Annotation Term="OData.Description" String="This action forces an automatic renewal of the certificate, if this certificate is configured for automatic certificate enrollment."/>
371        <Annotation Term="OData.LongDescription" String="This action shall force an automatic renewal of the certificate, if this certificate is configured for automatic certificate enrollment with a `CertificateEnrollment` resource.  If the certificate is not configured for automatic certificate enrollment, the service shall reject the request and return the HTTP `400 Bad Request` status code."/>
372        <Parameter Name="Certificate" Type="Certificate.v1_0_0.Actions"/>
373        <Annotation Term="Redfish.Revisions">
374          <Collection>
375            <Record>
376              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
377              <PropertyValue Property="Version" String="v1_11_0"/>
378            </Record>
379          </Collection>
380        </Annotation>
381      </Action>
382    </Schema>
383
384    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_0">
385      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386      <Annotation Term="Redfish.Release" String="2018.3"/>
387
388      <EntityType Name="Certificate" BaseType="Certificate.Certificate">
389        <Property Name="CertificateString" Type="Edm.String">
390          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
391          <Annotation Term="OData.Description" String="The string for the certificate."/>
392          <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.  For additional property requirements, see the corresponding definition in the Redfish Data Model Specification."/>
393          <Annotation Term="Redfish.RequiredOnCreate"/>
394        </Property>
395        <Property Name="CertificateType" Type="Certificate.CertificateType">
396          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
397          <Annotation Term="OData.Description" String="The format of the certificate."/>
398          <Annotation Term="OData.LongDescription" String="This property shall contain the format type for the certificate.  For additional property requirements, see the corresponding definition in the Redfish Data Model Specification."/>
399          <Annotation Term="Redfish.RequiredOnCreate"/>
400        </Property>
401        <Property Name="Issuer" Type="Certificate.v1_0_0.Identifier" Nullable="false">
402          <Annotation Term="OData.Description" String="The issuer of the certificate."/>
403          <Annotation Term="OData.LongDescription" String="This property shall contain an object containing information about the issuer of the certificate."/>
404        </Property>
405        <Property Name="Subject" Type="Certificate.v1_0_0.Identifier" Nullable="false">
406          <Annotation Term="OData.Description" String="The subject of the certificate."/>
407          <Annotation Term="OData.LongDescription" String="This property shall contain an object containing information about the subject of the certificate."/>
408        </Property>
409        <Property Name="ValidNotBefore" Type="Edm.DateTimeOffset" Nullable="false">
410          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
411          <Annotation Term="OData.Description" String="The date when the certificate becomes valid."/>
412          <Annotation Term="OData.LongDescription" String="This property shall contain the date when the certificate validity period begins."/>
413        </Property>
414        <Property Name="ValidNotAfter" Type="Edm.DateTimeOffset" Nullable="false">
415          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
416          <Annotation Term="OData.Description" String="The date when the certificate is no longer valid."/>
417          <Annotation Term="OData.LongDescription" String="This property shall contain the date when the certificate validity period ends."/>
418        </Property>
419        <Property Name="KeyUsage" Type="Collection(Certificate.KeyUsage)">
420          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
421          <Annotation Term="OData.Description" String="The key usage extension, which defines the purpose of the public keys in this certificate."/>
422          <Annotation Term="OData.LongDescription" String="This property shall contain the key usage extension, which defines the purpose of the public keys in this certificate."/>
423        </Property>
424
425        <Property Name="Actions" Type="Certificate.v1_0_0.Actions" Nullable="false">
426          <Annotation Term="OData.Description" String="The available actions for this resource."/>
427          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
428        </Property>
429      </EntityType>
430
431      <ComplexType Name="Identifier">
432        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
433        <Annotation Term="OData.Description" String="The identifier information about a certificate."/>
434        <Annotation Term="OData.LongDescription" String="This type shall contain the properties that identifies the issuer or subject of a certificate."/>
435        <Property Name="CommonName" Type="Edm.String" Nullable="false">
436          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
437          <Annotation Term="OData.Description" String="The common name of the entity."/>
438          <Annotation Term="OData.LongDescription" String="This property shall contain the common name of the entity, as defined by the RFC5280 'commonName' attribute."/>
439        </Property>
440        <Property Name="Organization" Type="Edm.String" Nullable="false">
441          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
442          <Annotation Term="OData.Description" String="The name of the organization of the entity."/>
443          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization of the entity, as defined by the RFC5280 'organizationName' attribute."/>
444        </Property>
445        <Property Name="OrganizationalUnit" Type="Edm.String" Nullable="false">
446          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
447          <Annotation Term="OData.Description" String="The name of the unit or division of the organization of the entity."/>
448          <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."/>
449        </Property>
450        <Property Name="City" Type="Edm.String" Nullable="false">
451          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
452          <Annotation Term="OData.Description" String="The city or locality of the organization of the entity."/>
453          <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."/>
454        </Property>
455        <Property Name="State" Type="Edm.String" Nullable="false">
456          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
457          <Annotation Term="OData.Description" String="The state, province, or region of the organization of the entity."/>
458          <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."/>
459        </Property>
460        <Property Name="Country" Type="Edm.String" Nullable="false">
461          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
462          <Annotation Term="OData.Description" String="The country of the organization of the entity."/>
463          <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."/>
464        </Property>
465        <Property Name="Email" Type="Edm.String">
466          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
467          <Annotation Term="OData.Description" String="The email address of the contact within the organization of the entity."/>
468          <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."/>
469        </Property>
470      </ComplexType>
471
472      <ComplexType Name="Actions">
473        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
474        <Annotation Term="OData.Description" String="The available actions for this resource."/>
475        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
476        <Property Name="Oem" Type="Certificate.v1_0_0.OemActions" Nullable="false">
477          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
478          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
479        </Property>
480      </ComplexType>
481
482      <ComplexType Name="OemActions">
483        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
484        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
485        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
486      </ComplexType>
487    </Schema>
488
489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_1">
490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
491      <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."/>
492      <EntityType Name="Certificate" BaseType="Certificate.v1_0_0.Certificate"/>
493    </Schema>
494
495    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_2">
496      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497      <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."/>
498      <EntityType Name="Certificate" BaseType="Certificate.v1_0_1.Certificate"/>
499    </Schema>
500
501    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_3">
502      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
503      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
504      <EntityType Name="Certificate" BaseType="Certificate.v1_0_2.Certificate"/>
505    </Schema>
506
507    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_4">
508      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
510      <EntityType Name="Certificate" BaseType="Certificate.v1_0_3.Certificate"/>
511    </Schema>
512
513    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_5">
514      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
516      <EntityType Name="Certificate" BaseType="Certificate.v1_0_4.Certificate"/>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_6">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
522      <EntityType Name="Certificate" BaseType="Certificate.v1_0_5.Certificate"/>
523    </Schema>
524
525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_7">
526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
528      <EntityType Name="Certificate" BaseType="Certificate.v1_0_6.Certificate"/>
529    </Schema>
530
531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_0_8">
532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
534      <EntityType Name="Certificate" BaseType="Certificate.v1_0_7.Certificate"/>
535    </Schema>
536
537    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_0">
538      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
539      <Annotation Term="Redfish.Release" String="2019.1"/>
540      <Annotation Term="OData.Description" String="This version was created to add the `Renew` and `Rekey` actions."/>
541
542      <EntityType Name="Certificate" BaseType="Certificate.v1_0_1.Certificate"/>
543
544      <ComplexType Name="RekeyResponse">
545        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
546        <Annotation Term="OData.Description" String="The response body for the `Rekey` action."/>
547        <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the `Rekey` action."/>
548        <NavigationProperty Name="Certificate" Type="Certificate.Certificate" Nullable="false">
549          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
550          <Annotation Term="OData.Description" String="The link to the certificate being rekeyed."/>
551          <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."/>
552          <Annotation Term="Redfish.Required"/>
553        </NavigationProperty>
554        <Property Name="CSRString" Type="Edm.String" Nullable="false">
555          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
556          <Annotation Term="OData.Description" String="The string for the certificate signing request."/>
557          <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."/>
558          <Annotation Term="Redfish.Required"/>
559        </Property>
560      </ComplexType>
561
562      <ComplexType Name="RenewResponse">
563        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
564        <Annotation Term="OData.Description" String="The response body for the `Renew` action."/>
565        <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the `Renew` action."/>
566        <NavigationProperty Name="Certificate" Type="Certificate.Certificate" Nullable="false">
567          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
568          <Annotation Term="OData.Description" String="The link to the certificate being renewed."/>
569          <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."/>
570          <Annotation Term="Redfish.Required"/>
571        </NavigationProperty>
572        <Property Name="CSRString" Type="Edm.String" Nullable="false">
573          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
574          <Annotation Term="OData.Description" String="The string for the certificate signing request."/>
575          <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."/>
576          <Annotation Term="Redfish.Required"/>
577        </Property>
578      </ComplexType>
579    </Schema>
580
581    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_1">
582      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583      <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."/>
584      <EntityType Name="Certificate" BaseType="Certificate.v1_1_0.Certificate"/>
585    </Schema>
586
587    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_2">
588      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
590      <EntityType Name="Certificate" BaseType="Certificate.v1_1_1.Certificate"/>
591    </Schema>
592
593    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_3">
594      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
596      <EntityType Name="Certificate" BaseType="Certificate.v1_1_2.Certificate"/>
597    </Schema>
598
599    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_4">
600      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
602      <EntityType Name="Certificate" BaseType="Certificate.v1_1_3.Certificate"/>
603    </Schema>
604
605    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_5">
606      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
607      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
608      <EntityType Name="Certificate" BaseType="Certificate.v1_1_4.Certificate"/>
609    </Schema>
610
611    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_6">
612      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
614      <EntityType Name="Certificate" BaseType="Certificate.v1_1_5.Certificate"/>
615    </Schema>
616
617    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_7">
618      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
620      <EntityType Name="Certificate" BaseType="Certificate.v1_1_6.Certificate"/>
621    </Schema>
622
623    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_1_8">
624      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/>
626      <EntityType Name="Certificate" BaseType="Certificate.v1_1_7.Certificate"/>
627    </Schema>
628
629    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_0">
630      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631      <Annotation Term="Redfish.Release" String="2020.1"/>
632
633      <EntityType Name="Certificate" BaseType="Certificate.v1_1_1.Certificate">
634        <Property Name="UefiSignatureOwner" Type="Edm.Guid">
635          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
636          <Annotation Term="OData.Description" String="The UEFI signature owner for this certificate."/>
637          <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."/>
638        </Property>
639      </EntityType>
640    </Schema>
641
642    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_1">
643      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
645      <EntityType Name="Certificate" BaseType="Certificate.v1_2_0.Certificate"/>
646    </Schema>
647
648    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_2">
649      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
651      <EntityType Name="Certificate" BaseType="Certificate.v1_2_1.Certificate"/>
652    </Schema>
653
654    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_3">
655      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656      <Annotation Term="OData.Description" String="This version was created to clarify the usage of UefiSignatureOwner for all certificates managed by UEFI."/>
657      <EntityType Name="Certificate" BaseType="Certificate.v1_2_2.Certificate"/>
658    </Schema>
659
660    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_4">
661      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
663      <EntityType Name="Certificate" BaseType="Certificate.v1_2_3.Certificate"/>
664    </Schema>
665
666    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_5">
667      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
669      <EntityType Name="Certificate" BaseType="Certificate.v1_2_4.Certificate"/>
670    </Schema>
671
672    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_6">
673      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
675      <EntityType Name="Certificate" BaseType="Certificate.v1_2_5.Certificate"/>
676    </Schema>
677
678    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_7">
679      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
681      <EntityType Name="Certificate" BaseType="Certificate.v1_2_6.Certificate"/>
682    </Schema>
683
684    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_2_8">
685      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/>
687      <EntityType Name="Certificate" BaseType="Certificate.v1_2_7.Certificate"/>
688    </Schema>
689
690    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_0">
691      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692      <Annotation Term="Redfish.Release" String="2021.1"/>
693
694      <EntityType Name="Certificate" BaseType="Certificate.v1_2_3.Certificate">
695        <Property Name="SerialNumber" Type="Edm.String" Nullable="false">
696          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
697          <Annotation Term="OData.Description" String="The serial number of the certificate."/>
698          <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."/>
699          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}:){0,}([0-9A-Fa-f]{2})$"/>
700        </Property>
701        <Property Name="Fingerprint" Type="Edm.String" Nullable="false">
702          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
703          <Annotation Term="OData.Description" String="The fingerprint of the certificate."/>
704          <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."/>
705          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}:){0,}([0-9A-Fa-f]{2})$"/>
706        </Property>
707        <Property Name="FingerprintHashAlgorithm" Type="Edm.String" Nullable="false">
708          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
709          <Annotation Term="OData.Description" String="The hash algorithm for the fingerprint of the certificate."/>
710          <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 'TCG_ALG_ID Constants' table, formerly the 'TPM_ALG_ID Constants' table, within the 'Trusted Computing Group Algorithm Registry'."/>
711        </Property>
712        <Property Name="SignatureAlgorithm" Type="Edm.String" Nullable="false">
713          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
714          <Annotation Term="OData.Description" String="The algorithm used for creating the signature of the certificate."/>
715          <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."/>
716        </Property>
717      </EntityType>
718    </Schema>
719
720    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_1">
721      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
723      <EntityType Name="Certificate" BaseType="Certificate.v1_3_0.Certificate"/>
724    </Schema>
725
726    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_2">
727      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
729      <EntityType Name="Certificate" BaseType="Certificate.v1_3_1.Certificate"/>
730    </Schema>
731
732    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_3">
733      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
735      <EntityType Name="Certificate" BaseType="Certificate.v1_3_2.Certificate"/>
736    </Schema>
737
738    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_4">
739      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
741      <EntityType Name="Certificate" BaseType="Certificate.v1_3_3.Certificate"/>
742    </Schema>
743
744    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_3_5">
745      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
747      <EntityType Name="Certificate" BaseType="Certificate.v1_3_4.Certificate"/>
748    </Schema>
749
750    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_0">
751      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
752      <Annotation Term="Redfish.Release" String="2021.2"/>
753
754      <EntityType Name="Certificate" BaseType="Certificate.v1_3_0.Certificate">
755        <Property Name="Links" Type="Certificate.v1_4_0.Links" Nullable="false">
756          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
757          <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."/>
758        </Property>
759        <Property Name="CertificateUsageTypes" Type="Collection(Certificate.CertificateUsageType)">
760          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
761          <Annotation Term="OData.Description" String="The types or purposes for this certificate."/>
762          <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array describing the types or purposes for this certificate."/>
763        </Property>
764      </EntityType>
765
766      <ComplexType Name="Links" BaseType="Resource.Links">
767        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
768        <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."/>
769        <NavigationProperty Name="Issuer" Type="Certificate.Certificate">
770          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
771          <Annotation Term="OData.Description" String="A link to the certificate of the CA that issued this certificate."/>
772          <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."/>
773          <Annotation Term="OData.AutoExpandReferences"/>
774        </NavigationProperty>
775        <NavigationProperty Name="Subjects" Type="Collection(Certificate.Certificate)">
776          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
777          <Annotation Term="OData.Description" String="An array of links to certificates that were issued by the CA that is represented by this certificate."/>
778          <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."/>
779          <Annotation Term="OData.AutoExpandReferences"/>
780        </NavigationProperty>
781      </ComplexType>
782    </Schema>
783
784    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_1">
785      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
786      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
787      <EntityType Name="Certificate" BaseType="Certificate.v1_4_0.Certificate"/>
788    </Schema>
789
790    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_2">
791      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
792      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
793      <EntityType Name="Certificate" BaseType="Certificate.v1_4_1.Certificate"/>
794    </Schema>
795
796    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_3">
797      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
798      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
799      <EntityType Name="Certificate" BaseType="Certificate.v1_4_2.Certificate"/>
800    </Schema>
801
802    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_4">
803      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
804      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
805      <EntityType Name="Certificate" BaseType="Certificate.v1_4_3.Certificate"/>
806    </Schema>
807
808    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_5">
809      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
810      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
811      <EntityType Name="Certificate" BaseType="Certificate.v1_4_4.Certificate"/>
812    </Schema>
813
814    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_4_6">
815      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
816      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
817      <EntityType Name="Certificate" BaseType="Certificate.v1_4_5.Certificate"/>
818    </Schema>
819
820    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_0">
821      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822      <Annotation Term="Redfish.Release" String="2021.3"/>
823
824      <EntityType Name="Certificate" BaseType="Certificate.v1_4_0.Certificate">
825        <Property Name="SPDM" Type="Certificate.v1_5_0.SPDM" Nullable="false">
826          <Annotation Term="OData.Description" String="SPDM-related information for the certificate."/>
827          <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."/>
828        </Property>
829      </EntityType>
830
831      <ComplexType Name="SPDM">
832        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
833        <Annotation Term="OData.Description" String="SPDM-related information for a certificate."/>
834        <Annotation Term="OData.LongDescription" String="This type shall contain SPDM-related information for a certificate."/>
835        <Property Name="SlotId" Type="Edm.Int64">
836          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
837          <Annotation Term="OData.Description" String="Slot identifier of the certificate."/>
838          <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."/>
839        </Property>
840      </ComplexType>
841    </Schema>
842
843    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_1">
844      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845      <Annotation Term="OData.Description" String="This version was created to update descriptions to reference attributes defined in RFC2985 and RFC5280."/>
846      <EntityType Name="Certificate" BaseType="Certificate.v1_5_0.Certificate"/>
847    </Schema>
848
849    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_2">
850      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
852      <EntityType Name="Certificate" BaseType="Certificate.v1_5_1.Certificate"/>
853    </Schema>
854
855    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_3">
856      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
858      <EntityType Name="Certificate" BaseType="Certificate.v1_5_2.Certificate"/>
859    </Schema>
860
861    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_4">
862      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
864      <EntityType Name="Certificate" BaseType="Certificate.v1_5_3.Certificate"/>
865    </Schema>
866
867    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_5">
868      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
870      <EntityType Name="Certificate" BaseType="Certificate.v1_5_4.Certificate"/>
871    </Schema>
872
873    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_5_6">
874      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
876      <EntityType Name="Certificate" BaseType="Certificate.v1_5_5.Certificate"/>
877    </Schema>
878
879    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_0">
880      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881      <Annotation Term="Redfish.Release" String="2022.1"/>
882
883      <EntityType Name="Certificate" BaseType="Certificate.v1_5_1.Certificate"/>
884
885      <ComplexType Name="Identifier" BaseType="Certificate.v1_0_0.Identifier">
886        <Property Name="DisplayString" Type="Edm.String">
887          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
888          <Annotation Term="OData.Description" String="A human-readable string for this identifier."/>
889          <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."/>
890        </Property>
891        <Property Name="DomainComponents" Type="Collection(Edm.String)">
892          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
893          <Annotation Term="OData.Description" String="The domain components of the entity."/>
894          <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."/>
895        </Property>
896        <Property Name="AdditionalCommonNames" Type="Collection(Edm.String)">
897          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
898          <Annotation Term="OData.Description" String="Additional common names of the entity."/>
899          <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."/>
900        </Property>
901        <Property Name="AdditionalOrganizationalUnits" Type="Collection(Edm.String)">
902          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
903          <Annotation Term="OData.Description" String="Additional organizational units of the entity."/>
904          <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."/>
905        </Property>
906      </ComplexType>
907    </Schema>
908
909    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_1">
910      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
912      <EntityType Name="Certificate" BaseType="Certificate.v1_6_0.Certificate"/>
913    </Schema>
914
915    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_2">
916      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
918      <EntityType Name="Certificate" BaseType="Certificate.v1_6_1.Certificate"/>
919    </Schema>
920
921    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_3">
922      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
924      <EntityType Name="Certificate" BaseType="Certificate.v1_6_2.Certificate"/>
925    </Schema>
926
927    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_4">
928      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
930      <EntityType Name="Certificate" BaseType="Certificate.v1_6_3.Certificate"/>
931    </Schema>
932
933    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_6_5">
934      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
936      <EntityType Name="Certificate" BaseType="Certificate.v1_6_4.Certificate"/>
937    </Schema>
938
939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_0">
940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941      <Annotation Term="Redfish.Release" String="2023.1"/>
942
943      <EntityType Name="Certificate" BaseType="Certificate.v1_6_0.Certificate"/>
944
945      <ComplexType Name="Identifier" BaseType="Certificate.v1_6_0.Identifier">
946        <Property Name="AlternativeNames" Type="Collection(Edm.String)">
947          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
948          <Annotation Term="OData.Description" String="The additional host names of the entity."/>
949          <Annotation Term="OData.LongDescription" String="This property shall contain the additional host names of the entity, as defined by the RFC5280 'subjectAltName' attribute.  This property shall not be present in the `Issuer` property."/>
950        </Property>
951      </ComplexType>
952    </Schema>
953
954    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_1">
955      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
957      <EntityType Name="Certificate" BaseType="Certificate.v1_7_0.Certificate"/>
958    </Schema>
959
960    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_2">
961      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
963      <EntityType Name="Certificate" BaseType="Certificate.v1_7_1.Certificate"/>
964    </Schema>
965
966    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_3">
967      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
969      <EntityType Name="Certificate" BaseType="Certificate.v1_7_2.Certificate"/>
970    </Schema>
971
972    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_4">
973      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
974      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
975      <EntityType Name="Certificate" BaseType="Certificate.v1_7_3.Certificate"/>
976    </Schema>
977
978    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_7_5">
979      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
981      <EntityType Name="Certificate" BaseType="Certificate.v1_7_4.Certificate"/>
982    </Schema>
983
984    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_0">
985      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986      <Annotation Term="Redfish.Release" String="2023.2"/>
987      <Annotation Term="OData.Description" String="This version was created to add the values `IDevID`, `LDevID`, `IAK`, and `LAK` to `CertificateUsageType` to support TCG TPM certificates."/>
988
989      <EntityType Name="Certificate" BaseType="Certificate.v1_7_0.Certificate"/>
990    </Schema>
991
992    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_1">
993      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
994      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
995      <EntityType Name="Certificate" BaseType="Certificate.v1_8_0.Certificate"/>
996    </Schema>
997
998    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_2">
999      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1000      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1001      <EntityType Name="Certificate" BaseType="Certificate.v1_8_1.Certificate"/>
1002    </Schema>
1003
1004    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_3">
1005      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1006      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
1007      <EntityType Name="Certificate" BaseType="Certificate.v1_8_2.Certificate"/>
1008    </Schema>
1009
1010    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_4">
1011      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1012      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
1013      <EntityType Name="Certificate" BaseType="Certificate.v1_8_3.Certificate"/>
1014    </Schema>
1015
1016    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_8_5">
1017      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1018      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
1019      <EntityType Name="Certificate" BaseType="Certificate.v1_8_4.Certificate"/>
1020    </Schema>
1021
1022    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_9_0">
1023      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1024      <Annotation Term="Redfish.Release" String="2024.3"/>
1025      <Annotation Term="OData.Description" String="This version was created to add the value `EK` to `CertificateUsageType` to support TCG TPM certificates."/>
1026
1027      <EntityType Name="Certificate" BaseType="Certificate.v1_8_3.Certificate"/>
1028    </Schema>
1029
1030    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_9_1">
1031      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1032      <Annotation Term="OData.Description" String="This version was created to clarify that `PEMChain` certificates contain leaf certificate information in the properties for the resource."/>
1033      <EntityType Name="Certificate" BaseType="Certificate.v1_9_0.Certificate"/>
1034    </Schema>
1035
1036    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_9_2">
1037      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1038      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
1039      <EntityType Name="Certificate" BaseType="Certificate.v1_9_1.Certificate"/>
1040    </Schema>
1041
1042    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_10_0">
1043      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1044      <Annotation Term="Redfish.Release" String="2025.2"/>
1045      <Annotation Term="OData.Description" String="This version was created to add the value `PKCS12` to `CertificateType`."/>
1046
1047      <EntityType Name="Certificate" BaseType="Certificate.v1_9_1.Certificate">
1048        <Property Name="Status" Type="Resource.Status" Nullable="false">
1049          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1050          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1051        </Property>
1052        <Property Name="Password" Type="Edm.String">
1053          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
1054          <Annotation Term="OData.Description" String="The password for the certificate."/>
1055          <Annotation Term="OData.LongDescription" String="This property shall contain the password for the certificate contained in the `CertificateString` property.  This property shall be required in create requests if the `CertificateType` property contains `PKCS12` and the client-provided certificate is password protected.  This property shall not be present in responses."/>
1056        </Property>
1057      </EntityType>
1058    </Schema>
1059
1060    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_10_1">
1061      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062      <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters.  It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/>
1063      <EntityType Name="Certificate" BaseType="Certificate.v1_10_0.Certificate"/>
1064    </Schema>
1065
1066    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Certificate.v1_11_0">
1067      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1068      <Annotation Term="Redfish.Release" String="2025.3"/>
1069      <Annotation Term="OData.Description" String="This version was created to add the `ForceAutomaticRenew` action."/>
1070
1071      <EntityType Name="Certificate" BaseType="Certificate.v1_10_1.Certificate"/>
1072    </Schema>
1073
1074  </edmx:DataServices>
1075</edmx:Edmx>
1076