1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ManagerAccount v1.12.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-2023 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/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Role_v1.xml">
29    <edmx:Include Namespace="Role"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
32    <edmx:Include Namespace="CertificateCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
35    <edmx:Include Namespace="KeyCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
38    <edmx:Include Namespace="AccountService"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45
46      <EntityType Name="ManagerAccount" BaseType="Resource.v1_0_0.Resource" Abstract="true">
47        <Annotation Term="OData.Description" String="The ManagerAccount schema defines the user accounts that are owned by a manager.  Changes to a manager account might affect the current Redfish service connection if this manager is responsible for the Redfish service."/>
48        <Annotation Term="OData.LongDescription" String="This resource shall represent a user account for the manager in a Redfish implementation.  The account shall indicate the allowed access to one of more services in the manager."/>
49        <Annotation Term="Capabilities.InsertRestrictions">
50          <Record>
51            <PropertyValue Property="Insertable" Bool="false"/>
52          </Record>
53        </Annotation>
54        <Annotation Term="Capabilities.UpdateRestrictions">
55          <Record>
56            <PropertyValue Property="Updatable" Bool="true"/>
57            <Annotation Term="OData.Description" String="Writable properties, such as the password, can be updated for manager accounts."/>
58          </Record>
59        </Annotation>
60        <Annotation Term="Capabilities.DeleteRestrictions">
61          <Record>
62            <PropertyValue Property="Deletable" Bool="true"/>
63            <Annotation Term="OData.Description" String="Use the DELETE operation to remove manager accounts."/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Redfish.Uris">
67          <Collection>
68            <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}</String>
69            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}</String>
70          </Collection>
71        </Annotation>
72      </EntityType>
73
74      <Action Name="ChangePassword" IsBound="true">
75        <Annotation Term="OData.Description" String="This action changes the account password."/>
76        <Annotation Term="OData.LongDescription" String="This action shall change the account password while requiring password for the current session.  This action prevents session hijacking."/>
77        <Annotation Term="Redfish.Revisions">
78          <Collection>
79            <Record>
80              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
81              <PropertyValue Property="Version" String="v1_11_0"/>
82            </Record>
83          </Collection>
84        </Annotation>
85        <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
86        <Parameter Name="SessionAccountPassword" Type="Edm.String" Nullable="false">
87          <Annotation Term="OData.Description" String="The password of the account tied to the current session."/>
88          <Annotation Term="OData.LongDescription" String="This parameter shall contain the password of the current session's account.  A user changing their own password shall provide their current password for this parameter.  An administrator changing the password for a different user shall provide their own password for this parameter.  If the request is performed with HTTP Basic authentication, this parameter shall contain the same password encoded in the `Authorization` header."/>
89        </Parameter>
90        <Parameter Name="NewPassword" Type="Edm.String" Nullable="false">
91          <Annotation Term="OData.Description" String="The new account password."/>
92          <Annotation Term="OData.LongDescription" String="This parameter shall contain the new password."/>
93        </Parameter>
94      </Action>
95
96      <EnumType Name="AccountTypes">
97        <Annotation Term="Redfish.Revisions">
98          <Collection>
99            <Record>
100              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
101              <PropertyValue Property="Version" String="v1_4_0"/>
102            </Record>
103          </Collection>
104        </Annotation>
105        <Member Name="Redfish">
106          <Annotation Term="OData.Description" String="Allow access to the Redfish service."/>
107          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access Redfish services.  If the version of the ManagerAccount resource is lower than the schema version when another enumeration value in this list was added, the implementation may include that functionality as part of the `Redfish` value."/>
108        </Member>
109        <Member Name="SNMP">
110          <Annotation Term="OData.Description" String="Allow access to SNMP services."/>
111          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access SNMP services."/>
112        </Member>
113        <Member Name="OEM">
114          <Annotation Term="OData.Description" String="OEM account type.  See the OEMAccountTypes property."/>
115          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the services listed in the OEMAccountTypes property."/>
116        </Member>
117        <Member Name="HostConsole">
118          <Annotation Term="OData.Description" String="Allow access to the host's console, which could be connected through Telnet, SSH, or another protocol."/>
119          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the host console."/>
120          <Annotation Term="Redfish.Revisions">
121            <Collection>
122              <Record>
123                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
124                <PropertyValue Property="Version" String="v1_7_0"/>
125              </Record>
126            </Collection>
127          </Annotation>
128        </Member>
129        <Member Name="ManagerConsole">
130          <Annotation Term="OData.Description" String="Allow access to the manager's console, which could be connected through Telnet, SSH, SM CLP, or another protocol."/>
131          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the manager console."/>
132          <Annotation Term="Redfish.Revisions">
133            <Collection>
134              <Record>
135                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
136                <PropertyValue Property="Version" String="v1_7_0"/>
137              </Record>
138            </Collection>
139          </Annotation>
140        </Member>
141        <Member Name="IPMI">
142          <Annotation Term="OData.Description" String="Allow access to the Intelligent Platform Management Interface service."/>
143          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service."/>
144          <Annotation Term="Redfish.Revisions">
145            <Collection>
146              <Record>
147                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148                <PropertyValue Property="Version" String="v1_7_0"/>
149              </Record>
150            </Collection>
151          </Annotation>
152        </Member>
153        <Member Name="KVMIP">
154          <Annotation Term="OData.Description" String="Allow access to a Keyboard-Video-Mouse over IP session."/>
155          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service."/>
156          <Annotation Term="Redfish.Revisions">
157            <Collection>
158              <Record>
159                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
160                <PropertyValue Property="Version" String="v1_7_0"/>
161              </Record>
162            </Collection>
163          </Annotation>
164        </Member>
165        <Member Name="VirtualMedia">
166          <Annotation Term="OData.Description" String="Allow access to control virtual media."/>
167          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to control virtual media."/>
168          <Annotation Term="Redfish.Revisions">
169            <Collection>
170              <Record>
171                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
172                <PropertyValue Property="Version" String="v1_7_0"/>
173              </Record>
174            </Collection>
175          </Annotation>
176        </Member>
177        <Member Name="WebUI">
178          <Annotation Term="OData.Description" String="Allow access to a web user interface session, such as a graphical interface or another web-based protocol."/>
179          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the web interface."/>
180          <Annotation Term="Redfish.Revisions">
181            <Collection>
182              <Record>
183                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
184                <PropertyValue Property="Version" String="v1_7_0"/>
185              </Record>
186            </Collection>
187          </Annotation>
188        </Member>
189      </EnumType>
190    </Schema>
191
192    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_0">
193      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
194      <Annotation Term="Redfish.Release" String="1.0"/>
195
196      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.ManagerAccount">
197        <Property Name="Password" Type="Edm.String">
198          <Annotation Term="Redfish.RequiredOnCreate"/>
199          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
200          <Annotation Term="OData.Description" String="The password.  Use this property with a PATCH or PUT to write the password for the account.  This property is `null` in responses."/>
201          <Annotation Term="OData.LongDescription" String="This property shall contain the password for this account.  The value shall be `null` in responses."/>
202        </Property>
203        <Property Name="UserName" Type="Edm.String" Nullable="false">
204          <Annotation Term="Redfish.RequiredOnCreate"/>
205          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
206          <Annotation Term="OData.Description" String="The user name for the account."/>
207          <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this account."/>
208        </Property>
209        <Property Name="RoleId" Type="Edm.String" Nullable="false">
210          <Annotation Term="Redfish.RequiredOnCreate"/>
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
212          <Annotation Term="OData.Description" String="The role for this account."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain the RoleId of the role resource configured for this account.  The service shall reject POST, PATCH, or PUT operations that provide a RoleId that does not exist by returning the HTTP 400 (Bad Request) status code."/>
214        </Property>
215        <Property Name="Locked" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
216          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
217          <Annotation Term="OData.Description" String="An indication of whether the account service automatically locked the account because the lockout threshold was exceeded.  To manually unlock the account before the lockout duration period, an administrator can change the property to `false` to clear the lockout condition."/>
218          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the account service automatically locked the account because the AccountLockoutThreshold was exceeded.  To manually unlock the account before the lockout duration period, an administrator shall be able to change the property to `false` to clear the lockout condition."/>
219        </Property>
220        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
221          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
222          <Annotation Term="OData.Description" String="An indication of whether an account is enabled.  An administrator can disable it without deleting the user information.  If `true`, the account is enabled and the user can log in.  If `false`, the account is disabled and, in the future, the user cannot log in."/>
223          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an account is enabled.  If `true`, the account is enabled and the user can log in.  If `false`, the account is disabled and, in the future, the user cannot log in."/>
224        </Property>
225        <Property Name="Links" Type="ManagerAccount.v1_0_0.Links" Nullable="false">
226          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
227          <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."/>
228        </Property>
229      </EntityType>
230
231      <ComplexType Name="Links" BaseType="Resource.Links">
232        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
233        <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."/>
234        <NavigationProperty Name="Role" Type="Role.Role" ContainsTarget="true" Nullable="false">
235          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
236          <Annotation Term="OData.Description" String="The link to the Redfish role that defines the privileges for this account."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Role, and should link to the resource identified by the RoleId property."/>
238          <Annotation Term="OData.AutoExpandReferences"/>
239        </NavigationProperty>
240      </ComplexType>
241    </Schema>
242
243    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_2">
244      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
245      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
246      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_0.ManagerAccount"/>
247    </Schema>
248
249    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_3">
250      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
252      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_2.ManagerAccount"/>
253    </Schema>
254
255    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_4">
256      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
258      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_3.ManagerAccount"/>
259    </Schema>
260
261    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_5">
262      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
263      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
264      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount"/>
265    </Schema>
266
267    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_6">
268      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
269      <Annotation Term="OData.Description" String="This version was created to clarify the RoleId property description by stating its relation to RoleId in the role resource."/>
270      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_5.ManagerAccount"/>
271    </Schema>
272
273    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_7">
274      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
276      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_6.ManagerAccount"/>
277    </Schema>
278
279    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_8">
280      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281      <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."/>
282      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_7.ManagerAccount"/>
283    </Schema>
284
285    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_9">
286      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287      <Annotation Term="OData.Description" String="This version was created to update the Password description.  It was also created to update descriptions that this schema defines."/>
288      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_8.ManagerAccount"/>
289    </Schema>
290
291    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_10">
292      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293      <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
294      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_9.ManagerAccount"/>
295    </Schema>
296
297    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_11">
298      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
300      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_10.ManagerAccount"/>
301    </Schema>
302
303    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_12">
304      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
306      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_11.ManagerAccount"/>
307    </Schema>
308
309    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_13">
310      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
312      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_12.ManagerAccount"/>
313    </Schema>
314
315    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_0">
316      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317      <Annotation Term="Redfish.Release" String="2017.1"/>
318
319      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount">
320        <Property Name="Actions" Type="ManagerAccount.v1_1_0.Actions" Nullable="false">
321          <Annotation Term="OData.Description" String="The available actions for this resource."/>
322          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
323        </Property>
324      </EntityType>
325
326      <ComplexType Name="Actions">
327        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
328        <Annotation Term="OData.Description" String="The available actions for this resource."/>
329        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
330        <Property Name="Oem" Type="ManagerAccount.v1_1_0.OemActions" Nullable="false">
331          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
332          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
333        </Property>
334      </ComplexType>
335
336      <ComplexType Name="OemActions">
337        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
338        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
339        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
340      </ComplexType>
341    </Schema>
342
343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_1">
344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
346      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_0.ManagerAccount"/>
347    </Schema>
348
349    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_2">
350      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351      <Annotation Term="OData.Description" String="This version was created to clarify the RoleId property description by stating its relation to RoleId in the role resource."/>
352      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_1.ManagerAccount"/>
353    </Schema>
354
355    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_3">
356      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
358      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_2.ManagerAccount"/>
359    </Schema>
360
361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_4">
362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363      <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."/>
364      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount"/>
365    </Schema>
366
367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_5">
368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369      <Annotation Term="OData.Description" String="This version was created to update the Password description.  It was also created to update descriptions that this schema defines."/>
370      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_4.ManagerAccount"/>
371    </Schema>
372
373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_6">
374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375      <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
376      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_5.ManagerAccount"/>
377    </Schema>
378
379    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_7">
380      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
381      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
382      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_6.ManagerAccount"/>
383    </Schema>
384
385    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_8">
386      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
387      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
388      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_7.ManagerAccount"/>
389    </Schema>
390
391    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_9">
392      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
393      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
394      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_8.ManagerAccount"/>
395    </Schema>
396
397    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_10">
398      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
400      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_9.ManagerAccount"/>
401    </Schema>
402
403    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_0">
404      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
405      <Annotation Term="Redfish.Release" String="2018.3"/>
406
407      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount">
408        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
409          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
410          <Annotation Term="OData.Description" String="The link to a collection of user identity certificates for this account."/>
411          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the user identity certificates for this account."/>
412          <Annotation Term="OData.AutoExpandReferences"/>
413        </NavigationProperty>
414      </EntityType>
415    </Schema>
416
417    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_1">
418      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419      <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."/>
420      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_0.ManagerAccount"/>
421    </Schema>
422
423    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_2">
424      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425      <Annotation Term="OData.Description" String="This version was created to update the Password description.  It was also created to update descriptions that this schema defines."/>
426      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount"/>
427    </Schema>
428
429    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_3">
430      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431      <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
432      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_2.ManagerAccount"/>
433    </Schema>
434
435    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_4">
436      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
437      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
438      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_3.ManagerAccount"/>
439    </Schema>
440
441    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_5">
442      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
443      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
444      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_4.ManagerAccount"/>
445    </Schema>
446
447    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_6">
448      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
450      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_5.ManagerAccount"/>
451    </Schema>
452
453    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_7">
454      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
456      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_6.ManagerAccount"/>
457    </Schema>
458
459    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_0">
460      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
461      <Annotation Term="Redfish.Release" String="2019.1"/>
462
463      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount">
464        <Property Name="PasswordChangeRequired" Type="Edm.Boolean">
465          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
466          <Annotation Term="OData.Description" String="An indication of whether the service requires that the password for this account be changed before further access to the account is allowed."/>
467          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service requires that the password for this account be changed before further access to the account is allowed.  The implementation may deny access to the service if the password has not been changed.  A manager account created with an initial PasswordChangeRequired value of `true` may force a password change before first access of the account.  When the Password property for this account is updated, the service shall set this property to `false`."/>
468        </Property>
469      </EntityType>
470    </Schema>
471
472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_1">
473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474      <Annotation Term="OData.Description" String="This version was created to update the Password description.  It was also created to update descriptions that this schema defines."/>
475      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount"/>
476    </Schema>
477
478    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_2">
479      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480      <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
481      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_1.ManagerAccount"/>
482    </Schema>
483
484    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_3">
485      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
487      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_2.ManagerAccount"/>
488    </Schema>
489
490    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_4">
491      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
493      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_3.ManagerAccount"/>
494    </Schema>
495
496    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_5">
497      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
499      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_4.ManagerAccount"/>
500    </Schema>
501
502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_6">
503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
505      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_5.ManagerAccount"/>
506    </Schema>
507
508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_0">
509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510      <Annotation Term="Redfish.Release" String="2019.3"/>
511
512      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount">
513        <Property Name="SNMP" Type="ManagerAccount.v1_4_0.SNMPUserInfo">
514          <Annotation Term="OData.Description" String="The SNMP settings for this account."/>
515          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP settings for this account when AccountTypes contains `SNMP`."/>
516        </Property>
517        <Property Name="AccountTypes" Type="Collection(ManagerAccount.AccountTypes)">
518          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
519          <Annotation Term="OData.Description" String="The list of services in the manager that the account is allowed to access."/>
520          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the various manager services that the account is allowed to access.  This shall not include functionality for receiving events or other notifications.  If this property is not provided by the client, the default value shall be an array that contains the value `Redfish`.  The service may add additional values when this property is set or updated if allowed by the value of the StrictAccountTypes property."/>
521          <Annotation Term="Redfish.Required"/>
522        </Property>
523        <Property Name="OEMAccountTypes" Type="Collection(Edm.String)">
524          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
525          <Annotation Term="OData.Description" String="The OEM account types."/>
526          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the OEM account types for this account.  This property shall be valid when AccountTypes contains `OEM`."/>
527        </Property>
528      </EntityType>
529
530      <ComplexType Name="SNMPUserInfo">
531        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
532        <Annotation Term="OData.Description" String="The SNMP settings for an account."/>
533        <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP settings for an account."/>
534        <Property Name="AuthenticationKey" Type="Edm.String">
535          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
536          <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/>
537          <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 authentication.  The value shall be `null` in responses.  This property accepts a passphrase or a hex-encoded key.  If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation.  If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  The passphrase can contain any printable characters except for the double quotation mark."/>
538          <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\*+$)"/>
539        </Property>
540        <Property Name="AuthenticationProtocol" Type="ManagerAccount.v1_4_0.SNMPAuthenticationProtocols">
541          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
542          <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/>
543          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/>
544        </Property>
545        <Property Name="EncryptionKey" Type="Edm.String">
546          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
547          <Annotation Term="OData.Description" String="The secret encryption key used in SNMPv3."/>
548          <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 encryption.  The value shall be `null` in responses.  This property accepts a passphrase or a hex-encoded key.  If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation.  If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  The passphrase can contain any printable characters except for the double quotation mark."/>
549          <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{32})|(^\*+$)"/>
550        </Property>
551        <Property Name="EncryptionProtocol" Type="ManagerAccount.v1_4_0.SNMPEncryptionProtocols">
552          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
553          <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/>
554          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/>
555        </Property>
556      </ComplexType>
557
558      <EnumType Name="SNMPAuthenticationProtocols">
559        <Member Name="None">
560          <Annotation Term="OData.Description" String="No authentication."/>
561          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
562        </Member>
563        <Member Name="HMAC_MD5">
564          <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
565          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
566        </Member>
567        <Member Name="HMAC_SHA96">
568          <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
569          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
570        </Member>
571        <Member Name="HMAC128_SHA224">
572          <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
573          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
574          <Annotation Term="Redfish.Revisions">
575            <Collection>
576              <Record>
577                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
578                <PropertyValue Property="Version" String="v1_7_0"/>
579              </Record>
580            </Collection>
581          </Annotation>
582        </Member>
583        <Member Name="HMAC192_SHA256">
584          <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
585          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
586          <Annotation Term="Redfish.Revisions">
587            <Collection>
588              <Record>
589                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
590                <PropertyValue Property="Version" String="v1_7_0"/>
591              </Record>
592            </Collection>
593          </Annotation>
594        </Member>
595        <Member Name="HMAC256_SHA384">
596          <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
597          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
598          <Annotation Term="Redfish.Revisions">
599            <Collection>
600              <Record>
601                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
602                <PropertyValue Property="Version" String="v1_7_0"/>
603              </Record>
604            </Collection>
605          </Annotation>
606        </Member>
607        <Member Name="HMAC384_SHA512">
608          <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
609          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
610          <Annotation Term="Redfish.Revisions">
611            <Collection>
612              <Record>
613                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
614                <PropertyValue Property="Version" String="v1_7_0"/>
615              </Record>
616            </Collection>
617          </Annotation>
618        </Member>
619      </EnumType>
620
621      <EnumType Name="SNMPEncryptionProtocols">
622        <Member Name="None">
623          <Annotation Term="OData.Description" String="No encryption."/>
624          <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
625        </Member>
626        <Member Name="CBC_DES">
627          <Annotation Term="OData.Description" String="CBC-DES encryption."/>
628          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
629        </Member>
630        <Member Name="CFB128_AES128">
631          <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
632          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol."/>
633        </Member>
634        <Member Name="CFB128_AES192">
635          <Annotation Term="OData.Description" String="CFB128-AES-192 encryption."/>
636          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826."/>
637          <Annotation Term="Redfish.Revisions">
638            <Collection>
639              <Record>
640                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
641                <PropertyValue Property="Version" String="v1_12_0"/>
642              </Record>
643            </Collection>
644          </Annotation>
645        </Member>
646        <Member Name="CFB128_AES256">
647          <Annotation Term="OData.Description" String="CFB128-AES-256 encryption."/>
648          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826."/>
649          <Annotation Term="Redfish.Revisions">
650            <Collection>
651              <Record>
652                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
653                <PropertyValue Property="Version" String="v1_12_0"/>
654              </Record>
655            </Collection>
656          </Annotation>
657        </Member>
658      </EnumType>
659    </Schema>
660
661    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_1">
662      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663      <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
664      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_0.ManagerAccount"/>
665    </Schema>
666
667    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_2">
668      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669      <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
670      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
671    </Schema>
672
673    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_3">
674      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
676      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_2.ManagerAccount"/>
677    </Schema>
678
679    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_4">
680      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681      <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
682      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_3.ManagerAccount"/>
683    </Schema>
684
685    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_5">
686      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
688      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_4.ManagerAccount"/>
689    </Schema>
690
691    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_6">
692      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
694      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_5.ManagerAccount"/>
695    </Schema>
696
697    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_7">
698      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
700      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_6.ManagerAccount"/>
701    </Schema>
702
703    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_8">
704      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
706      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_7.ManagerAccount"/>
707    </Schema>
708
709    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_0">
710      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711      <Annotation Term="Redfish.Release" String="2019.4"/>
712
713      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
714
715      <ComplexType Name="SNMPUserInfo" BaseType="ManagerAccount.v1_4_0.SNMPUserInfo">
716        <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false">
717          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
718          <Annotation Term="OData.Description" String="Indicates if the AuthenticationKey property is set."/>
719          <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the AuthenticationKey property.  Otherwise, the property shall contain `false`."/>
720        </Property>
721        <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false">
722          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
723          <Annotation Term="OData.Description" String="Indicates if the EncryptionKey property is set."/>
724          <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the EncryptionKey property.  Otherwise, the property shall contain `false`."/>
725        </Property>
726      </ComplexType>
727    </Schema>
728
729    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_1">
730      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731      <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
732      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_0.ManagerAccount"/>
733    </Schema>
734
735    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_2">
736      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
737      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
738      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount"/>
739    </Schema>
740
741    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_3">
742      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
743      <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
744      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_2.ManagerAccount"/>
745    </Schema>
746
747    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_4">
748      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
749      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
750      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_3.ManagerAccount"/>
751    </Schema>
752
753    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_5">
754      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
756      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_4.ManagerAccount"/>
757    </Schema>
758
759    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_6">
760      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
762      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_5.ManagerAccount"/>
763    </Schema>
764
765    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_7">
766      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
768      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_6.ManagerAccount"/>
769    </Schema>
770
771    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_0">
772      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773      <Annotation Term="Redfish.Release" String="2020.1"/>
774      <Annotation Term="OData.Description" String="This version was created to add the PasswordExpiration property."/>
775
776      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount">
777        <Property Name="PasswordExpiration" Type="Edm.DateTimeOffset" Nullable="true">
778          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
779          <Annotation Term="OData.Description" String="Indicates the date and time when this account password expires.  If `null`, the account password never expires."/>
780          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when this account password expires.  If the value is `null`, the account password never expires.  If provided during account creation or password modification, this value shall override the value of the PasswordExpirationDays property in the AccountService resource."/>
781        </Property>
782      </EntityType>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_1">
786      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
788      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_0.ManagerAccount"/>
789    </Schema>
790
791    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_2">
792      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793      <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
794      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_1.ManagerAccount"/>
795    </Schema>
796
797    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_3">
798      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology.  It was also created to update the description of PasswordExpiration to tie behavior to the PasswordExpirationDays property in the AccountService resource."/>
800      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_4">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
806      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_3.ManagerAccount"/>
807    </Schema>
808
809    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_5">
810      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
812      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_4.ManagerAccount"/>
813    </Schema>
814
815    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_6">
816      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
818      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_5.ManagerAccount"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_0">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to add additional SNMPv3 authentication protocols.  It was also created to extend the values for AccountTypes."/>
824      <Annotation Term="Redfish.Release" String="2020.4"/>
825
826      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount">
827        <Property Name="StrictAccountTypes" Type="Edm.Boolean">
828          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
829          <Annotation Term="OData.Description" String="Indicates if the service needs to use the account types exactly as specified when the account is created or updated."/>
830          <Annotation Term="OData.LongDescription" String="This property shall indicate if the service needs to use the value of AccountTypes and OEMAccountTypes values exactly as specified.  A `true` value shall indicate the service needs to either accept the value without changes or reject the request.  A `false` value shall indicate the service may add additional `AccountTypes` and `OEMAccountTypes` values as needed to support limitations it has in separately controlling access to individual services.  If this property is not present, the value shall be assumed to be `false`.  An update of the service can cause account types to be added to or removed from the AccountTypes and OEMAccountTypes properties, regardless of the value of this property.  After a service update, clients should inspect all accounts where the value of this property is `true` and perform maintenance as needed."/>
831        </Property>
832      </EntityType>
833    </Schema>
834
835    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_1">
836      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
837      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology.  It was also created to update the description of PasswordExpiration to tie behavior to the PasswordExpirationDays property in the AccountService resource."/>
838      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_0.ManagerAccount"/>
839    </Schema>
840
841    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_2">
842      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
843      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
844      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount"/>
845    </Schema>
846
847    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_3">
848      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
850      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_2.ManagerAccount"/>
851    </Schema>
852
853    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_4">
854      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
856      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_3.ManagerAccount"/>
857    </Schema>
858
859    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_0">
860      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861      <Annotation Term="Redfish.Release" String="2021.1"/>
862      <Annotation Term="OData.Description" String="This version was created to add the AccountExpiration property."/>
863
864      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount">
865        <Property Name="AccountExpiration" Type="Edm.DateTimeOffset">
866          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
867          <Annotation Term="OData.Description" String="Indicates the date and time when this account expires.  If `null`, the account never expires."/>
868          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when this account expires.  The service shall disable or delete an account that has expired.  This property shall not apply to accounts created by the Redfish Host Interface Specification-defined credential bootstrapping.  If the value is `null`, or the property is not present, the account never expires."/>
869        </Property>
870        <Property Name="HostBootstrapAccount" Type="Edm.Boolean" Nullable="false">
871          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
872          <Annotation Term="OData.Description" String="An indication of whether this account is a bootstrap account for the host interface."/>
873          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this account is a bootstrap account created by the Redfish Host Interface Specification-defined credential bootstrapping."/>
874        </Property>
875      </EntityType>
876    </Schema>
877
878    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_1">
879      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
880      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
881      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_0.ManagerAccount"/>
882    </Schema>
883
884    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_2">
885      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
886      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only.  It was also created to provide more details for the usage of the Certificates property."/>
887      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount"/>
888    </Schema>
889
890    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_3">
891      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
892      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
893      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_2.ManagerAccount"/>
894    </Schema>
895
896    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_0">
897      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
898      <Annotation Term="Redfish.Release" String="2022.1"/>
899
900      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount">
901        <NavigationProperty Name="Keys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
902          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
903          <Annotation Term="OData.Description" String="The link to the collection of keys that can be used to authenticate this account.  For example, an SSH public key could be added to this collection to allow for SSH public key authentication."/>
904          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type KeyCollection that contains the keys that can be used to authenticate this account."/>
905        </NavigationProperty>
906      </EntityType>
907    </Schema>
908
909    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_1">
910      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911      <Annotation Term="OData.Description" String="This version was created to provide more details for the usage of the Certificates property.  It was also created to provide more details for the usage of the Certificates property."/>
912      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_0.ManagerAccount"/>
913    </Schema>
914
915    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_2">
916      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
918      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount"/>
919    </Schema>
920
921    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_0">
922      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923      <Annotation Term="Redfish.Release" String="2022.3"/>
924
925      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount">
926        <Property Name="MFABypass" Type="AccountService.MFABypass">
927          <Annotation Term="OData.Description" String="The multi-factor authentication bypass settings for this account."/>
928          <Annotation Term="OData.LongDescription" String="This property shall contain the multi-factor authentication bypass settings for this account."/>
929        </Property>
930      </EntityType>
931    </Schema>
932
933    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_1">
934      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
936      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount"/>
937    </Schema>
938
939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_0">
940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941      <Annotation Term="Redfish.Release" String="2023.2"/>
942      <Annotation Term="OData.Description" String="This version was created to add the ChangePassword action."/>
943
944      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount">
945        <Property Name="EmailAddress" Type="Edm.String">
946          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
947          <Annotation Term="OData.Description" String="The email address associated with this account."/>
948          <Annotation Term="OData.LongDescription" String="This property shall contain the email address associated with this account."/>
949        </Property>
950        <Property Name="PhoneNumber" Type="Edm.String">
951          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
952          <Annotation Term="OData.Description" String="The contact phone number associated with this account."/>
953          <Annotation Term="OData.LongDescription" String="This property shall contain the contact phone number associated with this account."/>
954        </Property>
955        <Property Name="OneTimePasscodeDeliveryAddress" Type="Edm.String">
956          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
957          <Annotation Term="OData.Description" String="The address used to receive one-time passcode messages for multi-factor authentication."/>
958          <Annotation Term="OData.LongDescription" String="This property shall contain the contact address for receiving one-time passcode messages for multi-factor authentication for this account when the Enabled property in the OneTimePasscode property in AccountService resource contains `true`.  This is typically the contact email address associated with the account, but may be a separate, relay email address for delivery via SMS or other contact method."/>
959        </Property>
960      </EntityType>
961    </Schema>
962
963    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_1">
964      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
966      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_0.ManagerAccount"/>
967    </Schema>
968
969    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_12_0">
970      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971      <Annotation Term="Redfish.Release" String="2023.3"/>
972      <Annotation Term="OData.Description" String="This version was created to add `CFB128_AES192` and `CFB128_AES256` to SNMPEncryptionProtocols."/>
973
974      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_1.ManagerAccount"/>
975    </Schema>
976
977  </edmx:DataServices>
978</edmx:Edmx>
979