xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/ManagerAccount_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*c6d7a45dSGunnar Mills<!--# Redfish Schema:  ManagerAccount v1.14.0                                              -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23720c9898SEd Tanous  </edmx:Reference>
24720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
26720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
27720c9898SEd Tanous  </edmx:Reference>
28720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Role_v1.xml">
29720c9898SEd Tanous    <edmx:Include Namespace="Role"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="CertificateCollection"/>
33720c9898SEd Tanous  </edmx:Reference>
34720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
35720c9898SEd Tanous    <edmx:Include Namespace="KeyCollection"/>
36720c9898SEd Tanous  </edmx:Reference>
37720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
38720c9898SEd Tanous    <edmx:Include Namespace="AccountService"/>
39720c9898SEd Tanous  </edmx:Reference>
40720c9898SEd Tanous
41720c9898SEd Tanous  <edmx:DataServices>
42720c9898SEd Tanous
43720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount">
44720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
46720c9898SEd Tanous
47720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48f2a8e57eSGunnar Mills        <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."/>
49720c9898SEd Tanous        <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."/>
50720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
51720c9898SEd Tanous          <Record>
52720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
53720c9898SEd Tanous          </Record>
54720c9898SEd Tanous        </Annotation>
55720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
56720c9898SEd Tanous          <Record>
57720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
58720c9898SEd Tanous            <Annotation Term="OData.Description" String="Writable properties, such as the password, can be updated for manager accounts."/>
59720c9898SEd Tanous          </Record>
60720c9898SEd Tanous        </Annotation>
61720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
62720c9898SEd Tanous          <Record>
63720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
64f2a8e57eSGunnar Mills            <Annotation Term="OData.Description" String="Use the `DELETE` operation to remove manager accounts."/>
65720c9898SEd Tanous          </Record>
66720c9898SEd Tanous        </Annotation>
67720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
68720c9898SEd Tanous          <Collection>
69720c9898SEd Tanous            <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}</String>
70720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}</String>
71720c9898SEd Tanous          </Collection>
72720c9898SEd Tanous        </Annotation>
73720c9898SEd Tanous      </EntityType>
74720c9898SEd Tanous
75720c9898SEd Tanous      <Action Name="ChangePassword" IsBound="true">
76720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action changes the account password."/>
77720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall change the account password while requiring password for the current session.  This action prevents session hijacking."/>
78720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
79720c9898SEd Tanous          <Collection>
80720c9898SEd Tanous            <Record>
81720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
82720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_11_0"/>
83720c9898SEd Tanous            </Record>
84720c9898SEd Tanous          </Collection>
85720c9898SEd Tanous        </Annotation>
86720c9898SEd Tanous        <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
87720c9898SEd Tanous        <Parameter Name="SessionAccountPassword" Type="Edm.String" Nullable="false">
88720c9898SEd Tanous          <Annotation Term="OData.Description" String="The password of the account tied to the current session."/>
89720c9898SEd Tanous          <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."/>
90720c9898SEd Tanous        </Parameter>
91720c9898SEd Tanous        <Parameter Name="NewPassword" Type="Edm.String" Nullable="false">
92720c9898SEd Tanous          <Annotation Term="OData.Description" String="The new account password."/>
93720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the new password."/>
94720c9898SEd Tanous        </Parameter>
95720c9898SEd Tanous      </Action>
96720c9898SEd Tanous
97dd5c81e9SGunnar Mills      <Action Name="GenerateSecretKey" IsBound="true">
98dd5c81e9SGunnar Mills        <Annotation Term="OData.Description" String="This action randomly generates a new secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
99dd5c81e9SGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall randomly generate a new secret key for RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
100dd5c81e9SGunnar Mills        <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
101dd5c81e9SGunnar Mills        <ReturnType Type="ManagerAccount.v1_13_0.GenerateSecretKeyResponse" Nullable="false"/>
102dd5c81e9SGunnar Mills        <Annotation Term="Redfish.Revisions">
103dd5c81e9SGunnar Mills          <Collection>
104dd5c81e9SGunnar Mills            <Record>
105dd5c81e9SGunnar Mills              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
106dd5c81e9SGunnar Mills              <PropertyValue Property="Version" String="v1_13_0"/>
107dd5c81e9SGunnar Mills            </Record>
108dd5c81e9SGunnar Mills          </Collection>
109dd5c81e9SGunnar Mills        </Annotation>
110dd5c81e9SGunnar Mills      </Action>
111dd5c81e9SGunnar Mills
112dd5c81e9SGunnar Mills      <Action Name="ClearSecretKey" IsBound="true">
113dd5c81e9SGunnar Mills        <Annotation Term="OData.Description" String="This action clears the secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
114dd5c81e9SGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall clear the secret key for RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
115dd5c81e9SGunnar Mills        <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
116dd5c81e9SGunnar Mills        <Annotation Term="Redfish.Revisions">
117dd5c81e9SGunnar Mills          <Collection>
118dd5c81e9SGunnar Mills            <Record>
119dd5c81e9SGunnar Mills              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
120dd5c81e9SGunnar Mills              <PropertyValue Property="Version" String="v1_13_0"/>
121dd5c81e9SGunnar Mills            </Record>
122dd5c81e9SGunnar Mills          </Collection>
123dd5c81e9SGunnar Mills        </Annotation>
124dd5c81e9SGunnar Mills      </Action>
125dd5c81e9SGunnar Mills
126dd5c81e9SGunnar Mills      <Action Name="VerifyTimeBasedOneTimePassword" IsBound="true">
127dd5c81e9SGunnar Mills        <Annotation Term="OData.Description" String="This action verifies a user-provided Time-based One-Time Password (TOTP).  This is to ensure the client's copy of the secret key is aligned with the secret key stored by the service."/>
128dd5c81e9SGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall verify a user-provided RFC6238-defined Time-based One-Time Password (TOTP)."/>
129dd5c81e9SGunnar Mills        <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
130dd5c81e9SGunnar Mills        <Parameter Name="TimeBasedOneTimePassword" Type="Edm.String" Nullable="false">
131dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The Time-based One-Time Password (TOTP) to verify."/>
132dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Time-based One-Time Password (TOTP) to verify.  If the Time-based One-Time Password (TOTP) is not valid, the service shall return the HTTP `400 Bad Request` status code."/>
133dd5c81e9SGunnar Mills        </Parameter>
134dd5c81e9SGunnar Mills        <Annotation Term="Redfish.Revisions">
135dd5c81e9SGunnar Mills          <Collection>
136dd5c81e9SGunnar Mills            <Record>
137dd5c81e9SGunnar Mills              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
138dd5c81e9SGunnar Mills              <PropertyValue Property="Version" String="v1_13_0"/>
139dd5c81e9SGunnar Mills            </Record>
140dd5c81e9SGunnar Mills          </Collection>
141dd5c81e9SGunnar Mills        </Annotation>
142dd5c81e9SGunnar Mills      </Action>
143dd5c81e9SGunnar Mills
144720c9898SEd Tanous      <EnumType Name="AccountTypes">
145720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
146720c9898SEd Tanous          <Collection>
147720c9898SEd Tanous            <Record>
148720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
149720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_4_0"/>
150720c9898SEd Tanous            </Record>
151720c9898SEd Tanous          </Collection>
152720c9898SEd Tanous        </Annotation>
153720c9898SEd Tanous        <Member Name="Redfish">
154720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to the Redfish service."/>
155f2a8e57eSGunnar Mills          <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."/>
156720c9898SEd Tanous        </Member>
157720c9898SEd Tanous        <Member Name="SNMP">
158720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to SNMP services."/>
159720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access SNMP services."/>
160720c9898SEd Tanous        </Member>
161720c9898SEd Tanous        <Member Name="OEM">
162f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="OEM account type.  See the `OEMAccountTypes` property."/>
163f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the services listed in the `OEMAccountTypes` property."/>
164720c9898SEd Tanous        </Member>
165720c9898SEd Tanous        <Member Name="HostConsole">
166720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to the host's console, which could be connected through Telnet, SSH, or another protocol."/>
167720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the host console."/>
168720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
169720c9898SEd Tanous            <Collection>
170720c9898SEd Tanous              <Record>
171720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
172720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
173720c9898SEd Tanous              </Record>
174720c9898SEd Tanous            </Collection>
175720c9898SEd Tanous          </Annotation>
176720c9898SEd Tanous        </Member>
177720c9898SEd Tanous        <Member Name="ManagerConsole">
178720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to the manager's console, which could be connected through Telnet, SSH, SM CLP, or another protocol."/>
179720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the manager console."/>
180720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
181720c9898SEd Tanous            <Collection>
182720c9898SEd Tanous              <Record>
183720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
184720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
185720c9898SEd Tanous              </Record>
186720c9898SEd Tanous            </Collection>
187720c9898SEd Tanous          </Annotation>
188720c9898SEd Tanous        </Member>
189720c9898SEd Tanous        <Member Name="IPMI">
190720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to the Intelligent Platform Management Interface service."/>
191720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service."/>
192720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
193720c9898SEd Tanous            <Collection>
194720c9898SEd Tanous              <Record>
195720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
196720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
197720c9898SEd Tanous              </Record>
198720c9898SEd Tanous            </Collection>
199720c9898SEd Tanous          </Annotation>
200720c9898SEd Tanous        </Member>
201720c9898SEd Tanous        <Member Name="KVMIP">
202720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to a Keyboard-Video-Mouse over IP session."/>
203720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service."/>
204720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
205720c9898SEd Tanous            <Collection>
206720c9898SEd Tanous              <Record>
207720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
208720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
209720c9898SEd Tanous              </Record>
210720c9898SEd Tanous            </Collection>
211720c9898SEd Tanous          </Annotation>
212720c9898SEd Tanous        </Member>
213720c9898SEd Tanous        <Member Name="VirtualMedia">
214720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to control virtual media."/>
215720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to control virtual media."/>
216720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
217720c9898SEd Tanous            <Collection>
218720c9898SEd Tanous              <Record>
219720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
220720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
221720c9898SEd Tanous              </Record>
222720c9898SEd Tanous            </Collection>
223720c9898SEd Tanous          </Annotation>
224720c9898SEd Tanous        </Member>
225720c9898SEd Tanous        <Member Name="WebUI">
226720c9898SEd Tanous          <Annotation Term="OData.Description" String="Allow access to a web user interface session, such as a graphical interface or another web-based protocol."/>
227720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the web interface."/>
228720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
229720c9898SEd Tanous            <Collection>
230720c9898SEd Tanous              <Record>
231720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
232720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
233720c9898SEd Tanous              </Record>
234720c9898SEd Tanous            </Collection>
235720c9898SEd Tanous          </Annotation>
236720c9898SEd Tanous        </Member>
237*c6d7a45dSGunnar Mills        <Member Name="ControlPanel">
238*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="Allow PIN-based access via an external control panel, such as a keypad, touchscreen, or other human interface."/>
239*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the account is used to allow PIN-based access via an external control panel.  If this value is specified, the `AccountTypes` property should not contain other values for the same `ManagerAccount` resource.  If this value is specified, `Password` shall contain the PIN to enable access, and may not follow other password-related rules.  The `ChangePassword` action, if supported, may be used to update the PIN."/>
240*c6d7a45dSGunnar Mills          <Annotation Term="Redfish.Revisions">
241*c6d7a45dSGunnar Mills            <Collection>
242*c6d7a45dSGunnar Mills              <Record>
243*c6d7a45dSGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
244*c6d7a45dSGunnar Mills                <PropertyValue Property="Version" String="v1_14_0"/>
245*c6d7a45dSGunnar Mills              </Record>
246*c6d7a45dSGunnar Mills            </Collection>
247*c6d7a45dSGunnar Mills          </Annotation>
248*c6d7a45dSGunnar Mills        </Member>
249720c9898SEd Tanous      </EnumType>
250720c9898SEd Tanous    </Schema>
251720c9898SEd Tanous
252720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_0">
253720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
255720c9898SEd Tanous
256720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.ManagerAccount">
257720c9898SEd Tanous        <Property Name="Password" Type="Edm.String">
258720c9898SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
259720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
260f2a8e57eSGunnar Mills          <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."/>
261720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the password for this account.  The value shall be `null` in responses."/>
262720c9898SEd Tanous        </Property>
263720c9898SEd Tanous        <Property Name="UserName" Type="Edm.String" Nullable="false">
264720c9898SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
265720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
266720c9898SEd Tanous          <Annotation Term="OData.Description" String="The username for the account."/>
267720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the username for this account."/>
268720c9898SEd Tanous        </Property>
269720c9898SEd Tanous        <Property Name="RoleId" Type="Edm.String" Nullable="false">
270720c9898SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
271720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
272720c9898SEd Tanous          <Annotation Term="OData.Description" String="The role for this account."/>
273f2a8e57eSGunnar Mills          <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."/>
274720c9898SEd Tanous        </Property>
275720c9898SEd Tanous        <Property Name="Locked" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
276720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
277720c9898SEd Tanous          <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."/>
278f2a8e57eSGunnar Mills          <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."/>
279720c9898SEd Tanous        </Property>
280720c9898SEd Tanous        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
281720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
282720c9898SEd Tanous          <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."/>
283720c9898SEd Tanous          <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."/>
284720c9898SEd Tanous        </Property>
285720c9898SEd Tanous        <Property Name="Links" Type="ManagerAccount.v1_0_0.Links" Nullable="false">
286720c9898SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
287720c9898SEd Tanous          <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."/>
288720c9898SEd Tanous        </Property>
289720c9898SEd Tanous      </EntityType>
290720c9898SEd Tanous
291720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
292720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
293720c9898SEd Tanous        <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."/>
294720c9898SEd Tanous        <NavigationProperty Name="Role" Type="Role.Role" ContainsTarget="true" Nullable="false">
295720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
296720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the Redfish role that defines the privileges for this account."/>
297f2a8e57eSGunnar Mills          <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."/>
298720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
299720c9898SEd Tanous        </NavigationProperty>
300720c9898SEd Tanous      </ComplexType>
301720c9898SEd Tanous    </Schema>
302720c9898SEd Tanous
303720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_2">
304720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
306720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_0.ManagerAccount"/>
307720c9898SEd Tanous    </Schema>
308720c9898SEd Tanous
309720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_3">
310720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
312720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_2.ManagerAccount"/>
313720c9898SEd Tanous    </Schema>
314720c9898SEd Tanous
315720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_4">
316720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
318720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_3.ManagerAccount"/>
319720c9898SEd Tanous    </Schema>
320720c9898SEd Tanous
321720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_5">
322720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
324720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount"/>
325720c9898SEd Tanous    </Schema>
326720c9898SEd Tanous
327720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_6">
328720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329f2a8e57eSGunnar Mills      <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."/>
330720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_5.ManagerAccount"/>
331720c9898SEd Tanous    </Schema>
332720c9898SEd Tanous
333720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_7">
334720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335720c9898SEd Tanous      <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."/>
336720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_6.ManagerAccount"/>
337720c9898SEd Tanous    </Schema>
338720c9898SEd Tanous
339720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_8">
340720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341720c9898SEd Tanous      <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."/>
342720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_7.ManagerAccount"/>
343720c9898SEd Tanous    </Schema>
344720c9898SEd Tanous
345720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_9">
346720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347f2a8e57eSGunnar Mills      <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."/>
348720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_8.ManagerAccount"/>
349720c9898SEd Tanous    </Schema>
350720c9898SEd Tanous
351720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_10">
352720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `Enabled` to remove the tie with `Locked`."/>
354720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_9.ManagerAccount"/>
355720c9898SEd Tanous    </Schema>
356720c9898SEd Tanous
357720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_11">
358720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_10.ManagerAccount"/>
361720c9898SEd Tanous    </Schema>
362720c9898SEd Tanous
363720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_12">
364720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
366720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_11.ManagerAccount"/>
367720c9898SEd Tanous    </Schema>
368720c9898SEd Tanous
369720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_13">
370720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
372720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_12.ManagerAccount"/>
373720c9898SEd Tanous    </Schema>
374720c9898SEd Tanous
375f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_14">
376f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377f2a8e57eSGunnar Mills      <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."/>
378f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_13.ManagerAccount"/>
379f2a8e57eSGunnar Mills    </Schema>
380f2a8e57eSGunnar Mills
381720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_0">
382720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
384720c9898SEd Tanous
385720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount">
386720c9898SEd Tanous        <Property Name="Actions" Type="ManagerAccount.v1_1_0.Actions" Nullable="false">
387720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
388720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
389720c9898SEd Tanous        </Property>
390720c9898SEd Tanous      </EntityType>
391720c9898SEd Tanous
392720c9898SEd Tanous      <ComplexType Name="Actions">
393720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
394720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
395720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
396720c9898SEd Tanous        <Property Name="Oem" Type="ManagerAccount.v1_1_0.OemActions" Nullable="false">
397720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
398720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
399720c9898SEd Tanous        </Property>
400720c9898SEd Tanous      </ComplexType>
401720c9898SEd Tanous
402720c9898SEd Tanous      <ComplexType Name="OemActions">
403720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
404720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
405720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
406720c9898SEd Tanous      </ComplexType>
407720c9898SEd Tanous    </Schema>
408720c9898SEd Tanous
409720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_1">
410720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
411720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
412720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_0.ManagerAccount"/>
413720c9898SEd Tanous    </Schema>
414720c9898SEd Tanous
415720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_2">
416720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
417f2a8e57eSGunnar Mills      <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."/>
418720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_1.ManagerAccount"/>
419720c9898SEd Tanous    </Schema>
420720c9898SEd Tanous
421720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_3">
422720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
423720c9898SEd Tanous      <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."/>
424720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_2.ManagerAccount"/>
425720c9898SEd Tanous    </Schema>
426720c9898SEd Tanous
427720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_4">
428720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
429720c9898SEd Tanous      <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."/>
430720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount"/>
431720c9898SEd Tanous    </Schema>
432720c9898SEd Tanous
433720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_5">
434720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
435f2a8e57eSGunnar Mills      <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."/>
436720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_4.ManagerAccount"/>
437720c9898SEd Tanous    </Schema>
438720c9898SEd Tanous
439720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_6">
440720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `Enabled` to remove the tie with `Locked`."/>
442720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_5.ManagerAccount"/>
443720c9898SEd Tanous    </Schema>
444720c9898SEd Tanous
445720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_7">
446720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
447720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
448720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_6.ManagerAccount"/>
449720c9898SEd Tanous    </Schema>
450720c9898SEd Tanous
451720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_8">
452720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
454720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_7.ManagerAccount"/>
455720c9898SEd Tanous    </Schema>
456720c9898SEd Tanous
457720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_9">
458720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
460720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_8.ManagerAccount"/>
461720c9898SEd Tanous    </Schema>
462720c9898SEd Tanous
463720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_10">
464720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
466720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_9.ManagerAccount"/>
467720c9898SEd Tanous    </Schema>
468720c9898SEd Tanous
469f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_11">
470f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471f2a8e57eSGunnar Mills      <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."/>
472f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_10.ManagerAccount"/>
473f2a8e57eSGunnar Mills    </Schema>
474f2a8e57eSGunnar Mills
475720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_0">
476720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
478720c9898SEd Tanous
479720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount">
480720c9898SEd Tanous        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
481720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
482720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of user identity certificates for this account."/>
483f2a8e57eSGunnar Mills          <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."/>
484720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
485720c9898SEd Tanous        </NavigationProperty>
486720c9898SEd Tanous      </EntityType>
487720c9898SEd Tanous    </Schema>
488720c9898SEd Tanous
489720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_1">
490720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
491720c9898SEd Tanous      <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."/>
492720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_0.ManagerAccount"/>
493720c9898SEd Tanous    </Schema>
494720c9898SEd Tanous
495720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_2">
496720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497f2a8e57eSGunnar Mills      <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."/>
498720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount"/>
499720c9898SEd Tanous    </Schema>
500720c9898SEd Tanous
501720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_3">
502720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
503f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `Enabled` to remove the tie with `Locked`."/>
504720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_2.ManagerAccount"/>
505720c9898SEd Tanous    </Schema>
506720c9898SEd Tanous
507720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_4">
508720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
510720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_3.ManagerAccount"/>
511720c9898SEd Tanous    </Schema>
512720c9898SEd Tanous
513720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_5">
514720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
516720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_4.ManagerAccount"/>
517720c9898SEd Tanous    </Schema>
518720c9898SEd Tanous
519720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_6">
520720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521f2a8e57eSGunnar Mills      <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."/>
522720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_5.ManagerAccount"/>
523720c9898SEd Tanous    </Schema>
524720c9898SEd Tanous
525720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_7">
526720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
528720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_6.ManagerAccount"/>
529720c9898SEd Tanous    </Schema>
530720c9898SEd Tanous
531f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_8">
532f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533f2a8e57eSGunnar Mills      <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."/>
534f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_7.ManagerAccount"/>
535f2a8e57eSGunnar Mills    </Schema>
536f2a8e57eSGunnar Mills
537720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_0">
538720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
539720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.1"/>
540720c9898SEd Tanous
541720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount">
542720c9898SEd Tanous        <Property Name="PasswordChangeRequired" Type="Edm.Boolean">
543720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
544720c9898SEd Tanous          <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."/>
545f2a8e57eSGunnar Mills          <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`."/>
546720c9898SEd Tanous        </Property>
547720c9898SEd Tanous      </EntityType>
548720c9898SEd Tanous    </Schema>
549720c9898SEd Tanous
550720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_1">
551720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552f2a8e57eSGunnar Mills      <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."/>
553720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount"/>
554720c9898SEd Tanous    </Schema>
555720c9898SEd Tanous
556720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_2">
557720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `Enabled` to remove the tie with `Locked`."/>
559720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_1.ManagerAccount"/>
560720c9898SEd Tanous    </Schema>
561720c9898SEd Tanous
562720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_3">
563720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
565720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_2.ManagerAccount"/>
566720c9898SEd Tanous    </Schema>
567720c9898SEd Tanous
568720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_4">
569720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
570720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
571720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_3.ManagerAccount"/>
572720c9898SEd Tanous    </Schema>
573720c9898SEd Tanous
574720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_5">
575720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576f2a8e57eSGunnar Mills      <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."/>
577720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_4.ManagerAccount"/>
578720c9898SEd Tanous    </Schema>
579720c9898SEd Tanous
580720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_6">
581720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
583720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_5.ManagerAccount"/>
584720c9898SEd Tanous    </Schema>
585720c9898SEd Tanous
586f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_7">
587f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588f2a8e57eSGunnar Mills      <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."/>
589f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_6.ManagerAccount"/>
590f2a8e57eSGunnar Mills    </Schema>
591f2a8e57eSGunnar Mills
592720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_0">
593720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.3"/>
595720c9898SEd Tanous
596720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount">
597720c9898SEd Tanous        <Property Name="SNMP" Type="ManagerAccount.v1_4_0.SNMPUserInfo">
598720c9898SEd Tanous          <Annotation Term="OData.Description" String="The SNMP settings for this account."/>
599f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP settings for this account when `AccountTypes` contains `SNMP`."/>
600720c9898SEd Tanous        </Property>
601720c9898SEd Tanous        <Property Name="AccountTypes" Type="Collection(ManagerAccount.AccountTypes)">
602720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
603720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of services in the manager that the account is allowed to access."/>
604f2a8e57eSGunnar Mills          <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."/>
605720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
606720c9898SEd Tanous        </Property>
607720c9898SEd Tanous        <Property Name="OEMAccountTypes" Type="Collection(Edm.String)">
608720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
609720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM account types."/>
610f2a8e57eSGunnar Mills          <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`."/>
611720c9898SEd Tanous        </Property>
612720c9898SEd Tanous      </EntityType>
613720c9898SEd Tanous
614720c9898SEd Tanous      <ComplexType Name="SNMPUserInfo">
615720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
616720c9898SEd Tanous        <Annotation Term="OData.Description" String="The SNMP settings for an account."/>
617720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP settings for an account."/>
618720c9898SEd Tanous        <Property Name="AuthenticationKey" Type="Edm.String">
619720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
620720c9898SEd Tanous          <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/>
621dd5c81e9SGunnar Mills          <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."/>
622dd5c81e9SGunnar Mills          <Annotation Term="Validation.Pattern" String="(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\*+$)"/>
623720c9898SEd Tanous        </Property>
624720c9898SEd Tanous        <Property Name="AuthenticationProtocol" Type="ManagerAccount.v1_4_0.SNMPAuthenticationProtocols">
625720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
626720c9898SEd Tanous          <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/>
627720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/>
628720c9898SEd Tanous        </Property>
629720c9898SEd Tanous        <Property Name="EncryptionKey" Type="Edm.String">
630720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
631720c9898SEd Tanous          <Annotation Term="OData.Description" String="The secret encryption key used in SNMPv3."/>
632dd5c81e9SGunnar Mills          <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."/>
633dd5c81e9SGunnar Mills          <Annotation Term="Validation.Pattern" String="(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{16,64}$)|(^\*+$)"/>
634720c9898SEd Tanous        </Property>
635720c9898SEd Tanous        <Property Name="EncryptionProtocol" Type="ManagerAccount.v1_4_0.SNMPEncryptionProtocols">
636720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
637720c9898SEd Tanous          <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/>
638720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/>
639720c9898SEd Tanous        </Property>
640720c9898SEd Tanous      </ComplexType>
641720c9898SEd Tanous
642720c9898SEd Tanous      <EnumType Name="SNMPAuthenticationProtocols">
643720c9898SEd Tanous        <Member Name="None">
644720c9898SEd Tanous          <Annotation Term="OData.Description" String="No authentication."/>
645720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
646720c9898SEd Tanous        </Member>
647720c9898SEd Tanous        <Member Name="HMAC_MD5">
648720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
649720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
650720c9898SEd Tanous        </Member>
651720c9898SEd Tanous        <Member Name="HMAC_SHA96">
652720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
653720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
654720c9898SEd Tanous        </Member>
655720c9898SEd Tanous        <Member Name="HMAC128_SHA224">
656720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
657720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
658720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
659720c9898SEd Tanous            <Collection>
660720c9898SEd Tanous              <Record>
661720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
662720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
663720c9898SEd Tanous              </Record>
664720c9898SEd Tanous            </Collection>
665720c9898SEd Tanous          </Annotation>
666720c9898SEd Tanous        </Member>
667720c9898SEd Tanous        <Member Name="HMAC192_SHA256">
668720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
669720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
670720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
671720c9898SEd Tanous            <Collection>
672720c9898SEd Tanous              <Record>
673720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
674720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
675720c9898SEd Tanous              </Record>
676720c9898SEd Tanous            </Collection>
677720c9898SEd Tanous          </Annotation>
678720c9898SEd Tanous        </Member>
679720c9898SEd Tanous        <Member Name="HMAC256_SHA384">
680720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
681720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
682720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
683720c9898SEd Tanous            <Collection>
684720c9898SEd Tanous              <Record>
685720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
686720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
687720c9898SEd Tanous              </Record>
688720c9898SEd Tanous            </Collection>
689720c9898SEd Tanous          </Annotation>
690720c9898SEd Tanous        </Member>
691720c9898SEd Tanous        <Member Name="HMAC384_SHA512">
692720c9898SEd Tanous          <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
693720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
694720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
695720c9898SEd Tanous            <Collection>
696720c9898SEd Tanous              <Record>
697720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
698720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
699720c9898SEd Tanous              </Record>
700720c9898SEd Tanous            </Collection>
701720c9898SEd Tanous          </Annotation>
702720c9898SEd Tanous        </Member>
703720c9898SEd Tanous      </EnumType>
704720c9898SEd Tanous
705720c9898SEd Tanous      <EnumType Name="SNMPEncryptionProtocols">
706720c9898SEd Tanous        <Member Name="None">
707720c9898SEd Tanous          <Annotation Term="OData.Description" String="No encryption."/>
708720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
709720c9898SEd Tanous        </Member>
710720c9898SEd Tanous        <Member Name="CBC_DES">
711720c9898SEd Tanous          <Annotation Term="OData.Description" String="CBC-DES encryption."/>
712720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
713720c9898SEd Tanous        </Member>
714720c9898SEd Tanous        <Member Name="CFB128_AES128">
715720c9898SEd Tanous          <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
716720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol."/>
717720c9898SEd Tanous        </Member>
718720c9898SEd Tanous        <Member Name="CFB128_AES192">
719720c9898SEd Tanous          <Annotation Term="OData.Description" String="CFB128-AES-192 encryption."/>
720720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826."/>
721720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
722720c9898SEd Tanous            <Collection>
723720c9898SEd Tanous              <Record>
724720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
725720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_12_0"/>
726720c9898SEd Tanous              </Record>
727720c9898SEd Tanous            </Collection>
728720c9898SEd Tanous          </Annotation>
729720c9898SEd Tanous        </Member>
730720c9898SEd Tanous        <Member Name="CFB128_AES256">
731720c9898SEd Tanous          <Annotation Term="OData.Description" String="CFB128-AES-256 encryption."/>
732720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826."/>
733720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
734720c9898SEd Tanous            <Collection>
735720c9898SEd Tanous              <Record>
736720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
737720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_12_0"/>
738720c9898SEd Tanous              </Record>
739720c9898SEd Tanous            </Collection>
740720c9898SEd Tanous          </Annotation>
741720c9898SEd Tanous        </Member>
742720c9898SEd Tanous      </EnumType>
743720c9898SEd Tanous    </Schema>
744720c9898SEd Tanous
745720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_1">
746720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `Enabled` to remove the tie with `Locked`."/>
748720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_0.ManagerAccount"/>
749720c9898SEd Tanous    </Schema>
750720c9898SEd Tanous
751720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_2">
752720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `AuthenticationKey`, `EncryptionKey`, and `CFB128_AES128`."/>
754720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
755720c9898SEd Tanous    </Schema>
756720c9898SEd Tanous
757720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_3">
758720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
759720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
760720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_2.ManagerAccount"/>
761720c9898SEd Tanous    </Schema>
762720c9898SEd Tanous
763720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_4">
764720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
765f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `EncryptionKey`."/>
766720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_3.ManagerAccount"/>
767720c9898SEd Tanous    </Schema>
768720c9898SEd Tanous
769720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_5">
770720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
771720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
772720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_4.ManagerAccount"/>
773720c9898SEd Tanous    </Schema>
774720c9898SEd Tanous
775720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_6">
776720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
777f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the `AccountTypes` property to clarify intended usage."/>
778720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_5.ManagerAccount"/>
779720c9898SEd Tanous    </Schema>
780720c9898SEd Tanous
781720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_7">
782720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
783f2a8e57eSGunnar Mills      <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."/>
784720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_6.ManagerAccount"/>
785720c9898SEd Tanous    </Schema>
786720c9898SEd Tanous
787720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_8">
788720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
789720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
790720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_7.ManagerAccount"/>
791720c9898SEd Tanous    </Schema>
792720c9898SEd Tanous
793f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_9">
794f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
795f2a8e57eSGunnar Mills      <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."/>
796f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_8.ManagerAccount"/>
797f2a8e57eSGunnar Mills    </Schema>
798f2a8e57eSGunnar Mills
799dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_10">
800dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
801dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
802dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_9.ManagerAccount"/>
803dd5c81e9SGunnar Mills    </Schema>
804dd5c81e9SGunnar Mills
805720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_0">
806720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
807720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
808720c9898SEd Tanous
809720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
810720c9898SEd Tanous
811720c9898SEd Tanous      <ComplexType Name="SNMPUserInfo" BaseType="ManagerAccount.v1_4_0.SNMPUserInfo">
812720c9898SEd Tanous        <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false">
813720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
814f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates if the `AuthenticationKey` property is set."/>
815f2a8e57eSGunnar Mills          <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`."/>
816720c9898SEd Tanous        </Property>
817720c9898SEd Tanous        <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false">
818720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
819f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates if the `EncryptionKey` property is set."/>
820f2a8e57eSGunnar Mills          <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`."/>
821720c9898SEd Tanous        </Property>
822720c9898SEd Tanous      </ComplexType>
823720c9898SEd Tanous    </Schema>
824720c9898SEd Tanous
825720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_1">
826720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `AuthenticationKey`, `EncryptionKey`, and `CFB128_AES128`."/>
828720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_0.ManagerAccount"/>
829720c9898SEd Tanous    </Schema>
830720c9898SEd Tanous
831720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_2">
832720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
834720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount"/>
835720c9898SEd Tanous    </Schema>
836720c9898SEd Tanous
837720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_3">
838720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `EncryptionKey`."/>
840720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_2.ManagerAccount"/>
841720c9898SEd Tanous    </Schema>
842720c9898SEd Tanous
843720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_4">
844720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
846720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_3.ManagerAccount"/>
847720c9898SEd Tanous    </Schema>
848720c9898SEd Tanous
849720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_5">
850720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the `AccountTypes` property to clarify intended usage."/>
852720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_4.ManagerAccount"/>
853720c9898SEd Tanous    </Schema>
854720c9898SEd Tanous
855720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_6">
856720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857f2a8e57eSGunnar Mills      <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."/>
858720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_5.ManagerAccount"/>
859720c9898SEd Tanous    </Schema>
860720c9898SEd Tanous
861720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_7">
862720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
864720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_6.ManagerAccount"/>
865720c9898SEd Tanous    </Schema>
866720c9898SEd Tanous
867f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_8">
868f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869f2a8e57eSGunnar Mills      <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."/>
870f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_7.ManagerAccount"/>
871f2a8e57eSGunnar Mills    </Schema>
872f2a8e57eSGunnar Mills
873dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_9">
874dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
876dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_8.ManagerAccount"/>
877dd5c81e9SGunnar Mills    </Schema>
878dd5c81e9SGunnar Mills
879720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_0">
880720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.1"/>
882720c9898SEd Tanous
883720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount">
884720c9898SEd Tanous        <Property Name="PasswordExpiration" Type="Edm.DateTimeOffset" Nullable="true">
885720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
886720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates the date and time when this account password expires.  If `null`, the account password never expires."/>
887f2a8e57eSGunnar Mills          <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."/>
888720c9898SEd Tanous        </Property>
889720c9898SEd Tanous      </EntityType>
890720c9898SEd Tanous    </Schema>
891720c9898SEd Tanous
892720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_1">
893720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
895720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_0.ManagerAccount"/>
896720c9898SEd Tanous    </Schema>
897720c9898SEd Tanous
898720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_2">
899720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `EncryptionKey`."/>
901720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_1.ManagerAccount"/>
902720c9898SEd Tanous    </Schema>
903720c9898SEd Tanous
904720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_3">
905720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906f2a8e57eSGunnar Mills      <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."/>
907720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount"/>
908720c9898SEd Tanous    </Schema>
909720c9898SEd Tanous
910720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_4">
911720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
912f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the `AccountTypes` property to clarify intended usage."/>
913720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_3.ManagerAccount"/>
914720c9898SEd Tanous    </Schema>
915720c9898SEd Tanous
916720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_5">
917720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
918f2a8e57eSGunnar Mills      <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."/>
919720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_4.ManagerAccount"/>
920720c9898SEd Tanous    </Schema>
921720c9898SEd Tanous
922720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_6">
923720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
924720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
925720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_5.ManagerAccount"/>
926720c9898SEd Tanous    </Schema>
927720c9898SEd Tanous
928f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_7">
929f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
930f2a8e57eSGunnar Mills      <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."/>
931f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_6.ManagerAccount"/>
932f2a8e57eSGunnar Mills    </Schema>
933f2a8e57eSGunnar Mills
934dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_8">
935dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
936dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
937dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_7.ManagerAccount"/>
938dd5c81e9SGunnar Mills    </Schema>
939dd5c81e9SGunnar Mills
940720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_0">
941720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
942720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
943f2a8e57eSGunnar Mills      <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`."/>
944720c9898SEd Tanous
945720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount">
946720c9898SEd Tanous        <Property Name="StrictAccountTypes" Type="Edm.Boolean">
947720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
948720c9898SEd Tanous          <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."/>
949f2a8e57eSGunnar Mills          <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."/>
950720c9898SEd Tanous        </Property>
951720c9898SEd Tanous      </EntityType>
952720c9898SEd Tanous    </Schema>
953720c9898SEd Tanous
954720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_1">
955720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956f2a8e57eSGunnar Mills      <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."/>
957720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_0.ManagerAccount"/>
958720c9898SEd Tanous    </Schema>
959720c9898SEd Tanous
960720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_2">
961720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the `AccountTypes` property to clarify intended usage."/>
963720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount"/>
964720c9898SEd Tanous    </Schema>
965720c9898SEd Tanous
966720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_3">
967720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968f2a8e57eSGunnar Mills      <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."/>
969720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_2.ManagerAccount"/>
970720c9898SEd Tanous    </Schema>
971720c9898SEd Tanous
972720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_4">
973720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
974720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
975720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_3.ManagerAccount"/>
976720c9898SEd Tanous    </Schema>
977720c9898SEd Tanous
978f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_5">
979f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980f2a8e57eSGunnar Mills      <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."/>
981f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_4.ManagerAccount"/>
982f2a8e57eSGunnar Mills    </Schema>
983f2a8e57eSGunnar Mills
984dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_6">
985dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
987dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_5.ManagerAccount"/>
988dd5c81e9SGunnar Mills    </Schema>
989dd5c81e9SGunnar Mills
990720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_0">
991720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
992720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
993720c9898SEd Tanous
994720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount">
995720c9898SEd Tanous        <Property Name="AccountExpiration" Type="Edm.DateTimeOffset">
996720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
997720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates the date and time when this account expires.  If `null`, the account never expires."/>
998720c9898SEd Tanous          <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."/>
999720c9898SEd Tanous        </Property>
1000720c9898SEd Tanous        <Property Name="HostBootstrapAccount" Type="Edm.Boolean" Nullable="false">
1001720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this account is a bootstrap account for the host interface."/>
1003720c9898SEd Tanous          <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."/>
1004720c9898SEd Tanous        </Property>
1005720c9898SEd Tanous      </EntityType>
1006720c9898SEd Tanous    </Schema>
1007720c9898SEd Tanous
1008720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_1">
1009720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1010f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the `AccountTypes` property to clarify intended usage."/>
1011720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_0.ManagerAccount"/>
1012720c9898SEd Tanous    </Schema>
1013720c9898SEd Tanous
1014720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_2">
1015720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1016f2a8e57eSGunnar Mills      <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."/>
1017720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount"/>
1018720c9898SEd Tanous    </Schema>
1019720c9898SEd Tanous
1020720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_3">
1021720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1023720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_2.ManagerAccount"/>
1024720c9898SEd Tanous    </Schema>
1025720c9898SEd Tanous
1026f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_4">
1027f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1028f2a8e57eSGunnar Mills      <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."/>
1029f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_3.ManagerAccount"/>
1030f2a8e57eSGunnar Mills    </Schema>
1031f2a8e57eSGunnar Mills
1032dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_5">
1033dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1034dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
1035dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_4.ManagerAccount"/>
1036dd5c81e9SGunnar Mills    </Schema>
1037dd5c81e9SGunnar Mills
1038720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_0">
1039720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
1041720c9898SEd Tanous
1042720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount">
1043720c9898SEd Tanous        <NavigationProperty Name="Keys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
1044720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1045720c9898SEd Tanous          <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."/>
1046f2a8e57eSGunnar Mills          <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."/>
1047720c9898SEd Tanous        </NavigationProperty>
1048720c9898SEd Tanous      </EntityType>
1049720c9898SEd Tanous    </Schema>
1050720c9898SEd Tanous
1051720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_1">
1052720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1053f2a8e57eSGunnar Mills      <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."/>
1054720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_0.ManagerAccount"/>
1055720c9898SEd Tanous    </Schema>
1056720c9898SEd Tanous
1057720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_2">
1058720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1059720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1060720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount"/>
1061720c9898SEd Tanous    </Schema>
1062720c9898SEd Tanous
1063f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_3">
1064f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1065f2a8e57eSGunnar Mills      <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."/>
1066f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_2.ManagerAccount"/>
1067f2a8e57eSGunnar Mills    </Schema>
1068f2a8e57eSGunnar Mills
1069dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_4">
1070dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1071dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
1072dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_3.ManagerAccount"/>
1073dd5c81e9SGunnar Mills    </Schema>
1074dd5c81e9SGunnar Mills
1075720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_0">
1076720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
1078720c9898SEd Tanous
1079720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount">
1080720c9898SEd Tanous        <Property Name="MFABypass" Type="AccountService.MFABypass">
1081720c9898SEd Tanous          <Annotation Term="OData.Description" String="The multi-factor authentication bypass settings for this account."/>
1082720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the multi-factor authentication bypass settings for this account."/>
1083720c9898SEd Tanous        </Property>
1084720c9898SEd Tanous      </EntityType>
1085720c9898SEd Tanous    </Schema>
1086720c9898SEd Tanous
1087720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_1">
1088720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1089720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1090720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount"/>
1091720c9898SEd Tanous    </Schema>
1092720c9898SEd Tanous
1093f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_2">
1094f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1095f2a8e57eSGunnar Mills      <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."/>
1096f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_1.ManagerAccount"/>
1097f2a8e57eSGunnar Mills    </Schema>
1098f2a8e57eSGunnar Mills
1099dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_3">
1100dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1101dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
1102dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_2.ManagerAccount"/>
1103dd5c81e9SGunnar Mills    </Schema>
1104dd5c81e9SGunnar Mills
1105720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_0">
1106720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1107720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
1108f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `ChangePassword` action."/>
1109720c9898SEd Tanous
1110720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount">
1111720c9898SEd Tanous        <Property Name="EmailAddress" Type="Edm.String">
1112720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113720c9898SEd Tanous          <Annotation Term="OData.Description" String="The email address associated with this account."/>
1114720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the email address associated with this account."/>
1115720c9898SEd Tanous        </Property>
1116720c9898SEd Tanous        <Property Name="PhoneNumber" Type="Edm.String">
1117720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1118720c9898SEd Tanous          <Annotation Term="OData.Description" String="The contact phone number associated with this account."/>
1119720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the contact phone number associated with this account."/>
1120720c9898SEd Tanous        </Property>
1121720c9898SEd Tanous        <Property Name="OneTimePasscodeDeliveryAddress" Type="Edm.String">
1122720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1123720c9898SEd Tanous          <Annotation Term="OData.Description" String="The address used to receive one-time passcode messages for multi-factor authentication."/>
1124f2a8e57eSGunnar Mills          <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."/>
1125720c9898SEd Tanous        </Property>
1126720c9898SEd Tanous      </EntityType>
1127720c9898SEd Tanous    </Schema>
1128720c9898SEd Tanous
1129720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_1">
1130720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1131720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1132720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_0.ManagerAccount"/>
1133720c9898SEd Tanous    </Schema>
1134720c9898SEd Tanous
1135f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_2">
1136f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1137f2a8e57eSGunnar Mills      <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."/>
1138f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_1.ManagerAccount"/>
1139f2a8e57eSGunnar Mills    </Schema>
1140f2a8e57eSGunnar Mills
1141dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_3">
1142dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1143dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
1144dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_2.ManagerAccount"/>
1145dd5c81e9SGunnar Mills    </Schema>
1146dd5c81e9SGunnar Mills
1147720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_12_0">
1148720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1149720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
1150f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `CFB128_AES192` and `CFB128_AES256` to `SNMPEncryptionProtocols`."/>
1151720c9898SEd Tanous
1152720c9898SEd Tanous      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_1.ManagerAccount"/>
1153720c9898SEd Tanous    </Schema>
1154720c9898SEd Tanous
1155f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_12_1">
1156f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1157f2a8e57eSGunnar Mills      <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."/>
1158f2a8e57eSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_12_0.ManagerAccount"/>
1159f2a8e57eSGunnar Mills    </Schema>
1160f2a8e57eSGunnar Mills
1161dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_12_2">
1162dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1163dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` and `EncryptionKey` properties."/>
1164dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_12_1.ManagerAccount"/>
1165dd5c81e9SGunnar Mills    </Schema>
1166dd5c81e9SGunnar Mills
1167dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_13_0">
1168dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1169dd5c81e9SGunnar Mills      <Annotation Term="Redfish.Release" String="2024.3"/>
1170dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `GenerateSecretKey`, `ClearSecretKey`, and `VerifyTimeBasedOneTimePassword` actions."/>
1171dd5c81e9SGunnar Mills
1172dd5c81e9SGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_12_2.ManagerAccount">
1173dd5c81e9SGunnar Mills        <Property Name="SecretKeySet" Type="Edm.Boolean" Nullable="false">
1174dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1175dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="Indicates if the secret key for Time-based One-Time Password (TOTP) multi-factor authentication is set."/>
1176dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate if the secret key for RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication is set."/>
1177dd5c81e9SGunnar Mills        </Property>
1178dd5c81e9SGunnar Mills      </EntityType>
1179dd5c81e9SGunnar Mills
1180dd5c81e9SGunnar Mills      <ComplexType Name="GenerateSecretKeyResponse">
1181dd5c81e9SGunnar Mills        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1182dd5c81e9SGunnar Mills        <Annotation Term="OData.Description" String="The response body for the `GenerateSecretKey` action."/>
1183dd5c81e9SGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the `GenerateSecretKey` action."/>
1184dd5c81e9SGunnar Mills        <Property Name="SecretKey" Type="Edm.String" Nullable="false">
1185dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1186dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The secret key generated for Time-based One-Time Password (TOTP) multi-factor authentication."/>
1187dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain secret key generated for RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication.  Clients shall retain the value of this property to generate tokens for future session creation requests."/>
1188dd5c81e9SGunnar Mills        </Property>
1189dd5c81e9SGunnar Mills      </ComplexType>
1190dd5c81e9SGunnar Mills    </Schema>
1191dd5c81e9SGunnar Mills
1192*c6d7a45dSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_14_0">
1193*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1194*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.2"/>
1195*c6d7a45dSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ControlPanel` to `AccountTypes`."/>
1196*c6d7a45dSGunnar Mills
1197*c6d7a45dSGunnar Mills      <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_13_0.ManagerAccount"/>
1198*c6d7a45dSGunnar Mills    </Schema>
1199*c6d7a45dSGunnar Mills
1200720c9898SEd Tanous  </edmx:DataServices>
1201720c9898SEd Tanous</edmx:Edmx>
1202