blob: 0796f5d460b4eff3f8440a174f6c90071b4e53bf [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills2ae81db2024-01-31 14:25:11 -06004<!--# Redfish Schema: ManagerAccount v1.12.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060022 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Role_v1.xml">
29 <edmx:Include Namespace="Role"/>
30 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060031 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
32 <edmx:Include Namespace="CertificateCollection"/>
33 </edmx:Reference>
Ed Tanoused761212022-09-23 15:03:29 -070034 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
35 <edmx:Include Namespace="KeyCollection"/>
36 </edmx:Reference>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080037 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
38 <edmx:Include Namespace="AccountService"/>
39 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070040
41 <edmx:DataServices>
42
43 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount">
44 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45
46 <EntityType Name="ManagerAccount" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050047 <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."/>
Gunnar Mills60c922d2021-12-01 09:28:53 -060048 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 <Annotation Term="Capabilities.InsertRestrictions">
50 <Record>
51 <PropertyValue Property="Insertable" Bool="false"/>
52 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.UpdateRestrictions">
55 <Record>
56 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070057 <Annotation Term="OData.Description" String="Writable properties, such as the password, can be updated for manager accounts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070058 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.DeleteRestrictions">
61 <Record>
62 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070063 <Annotation Term="OData.Description" String="Use the DELETE operation to remove manager accounts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070064 </Record>
65 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080066 <Annotation Term="Redfish.Uris">
67 <Collection>
68 <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}</String>
69 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}</String>
70 </Collection>
71 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </EntityType>
Gunnar Mills262d7d42021-01-20 16:28:41 -060073
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070074 <Action Name="ChangePassword" IsBound="true">
75 <Annotation Term="OData.Description" String="This action changes the account password."/>
76 <Annotation Term="OData.LongDescription" String="This action shall change the account password while requiring password for the current session. This action prevents session hijacking."/>
77 <Annotation Term="Redfish.Revisions">
78 <Collection>
79 <Record>
80 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
81 <PropertyValue Property="Version" String="v1_11_0"/>
82 </Record>
83 </Collection>
84 </Annotation>
85 <Parameter Name="ManagerAccount" Type="ManagerAccount.v1_1_0.Actions"/>
86 <Parameter Name="SessionAccountPassword" Type="Edm.String" Nullable="false">
87 <Annotation Term="OData.Description" String="The password of the account tied to the current session."/>
88 <Annotation Term="OData.LongDescription" String="This parameter shall contain the password of the current session's account. A user changing their own password shall provide their current password for this parameter. An administrator changing the password for a different user shall provide their own password for this parameter. If the request is performed with HTTP Basic authentication, this parameter shall contain the same password encoded in the `Authorization` header."/>
89 </Parameter>
90 <Parameter Name="NewPassword" Type="Edm.String" Nullable="false">
91 <Annotation Term="OData.Description" String="The new account password."/>
92 <Annotation Term="OData.LongDescription" String="This parameter shall contain the new password."/>
93 </Parameter>
94 </Action>
95
Gunnar Mills262d7d42021-01-20 16:28:41 -060096 <EnumType Name="AccountTypes">
97 <Annotation Term="Redfish.Revisions">
98 <Collection>
99 <Record>
100 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
101 <PropertyValue Property="Version" String="v1_4_0"/>
102 </Record>
103 </Collection>
104 </Annotation>
105 <Member Name="Redfish">
106 <Annotation Term="OData.Description" String="Allow access to the Redfish service."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500107 <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."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600108 </Member>
109 <Member Name="SNMP">
110 <Annotation Term="OData.Description" String="Allow access to SNMP services."/>
111 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access SNMP services."/>
112 </Member>
113 <Member Name="OEM">
114 <Annotation Term="OData.Description" String="OEM account type. See the OEMAccountTypes property."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500115 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the services listed in the OEMAccountTypes property."/>
116 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600117 <Member Name="HostConsole">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600118 <Annotation Term="OData.Description" String="Allow access to the host's console, which could be connected through Telnet, SSH, or another protocol."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600119 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the host console."/>
120 <Annotation Term="Redfish.Revisions">
121 <Collection>
122 <Record>
123 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
124 <PropertyValue Property="Version" String="v1_7_0"/>
125 </Record>
126 </Collection>
127 </Annotation>
128 </Member>
129 <Member Name="ManagerConsole">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600130 <Annotation Term="OData.Description" String="Allow access to the manager's console, which could be connected through Telnet, SSH, SM CLP, or another protocol."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600131 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the manager console."/>
132 <Annotation Term="Redfish.Revisions">
133 <Collection>
134 <Record>
135 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
136 <PropertyValue Property="Version" String="v1_7_0"/>
137 </Record>
138 </Collection>
139 </Annotation>
140 </Member>
141 <Member Name="IPMI">
142 <Annotation Term="OData.Description" String="Allow access to the Intelligent Platform Management Interface service."/>
143 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service."/>
144 <Annotation Term="Redfish.Revisions">
145 <Collection>
146 <Record>
147 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148 <PropertyValue Property="Version" String="v1_7_0"/>
149 </Record>
150 </Collection>
151 </Annotation>
152 </Member>
153 <Member Name="KVMIP">
154 <Annotation Term="OData.Description" String="Allow access to a Keyboard-Video-Mouse over IP session."/>
155 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service."/>
156 <Annotation Term="Redfish.Revisions">
157 <Collection>
158 <Record>
159 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
160 <PropertyValue Property="Version" String="v1_7_0"/>
161 </Record>
162 </Collection>
163 </Annotation>
164 </Member>
165 <Member Name="VirtualMedia">
166 <Annotation Term="OData.Description" String="Allow access to control virtual media."/>
167 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to control virtual media."/>
168 <Annotation Term="Redfish.Revisions">
169 <Collection>
170 <Record>
171 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
172 <PropertyValue Property="Version" String="v1_7_0"/>
173 </Record>
174 </Collection>
175 </Annotation>
176 </Member>
177 <Member Name="WebUI">
178 <Annotation Term="OData.Description" String="Allow access to a web user interface session, such as a graphical interface or another web-based protocol."/>
179 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the web interface."/>
180 <Annotation Term="Redfish.Revisions">
181 <Collection>
182 <Record>
183 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
184 <PropertyValue Property="Version" String="v1_7_0"/>
185 </Record>
186 </Collection>
187 </Annotation>
188 </Member>
189 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 </Schema>
191
192 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_0">
193 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600194 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195
196 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.ManagerAccount">
197 <Property Name="Password" Type="Edm.String">
198 <Annotation Term="Redfish.RequiredOnCreate"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <Annotation Term="OData.Description" String="The password. Use this property with a PATCH or PUT to write the password for the account. This property is `null` in responses."/>
201 <Annotation Term="OData.LongDescription" String="This property shall contain the password for this account. The value shall be `null` in responses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700202 </Property>
203 <Property Name="UserName" Type="Edm.String" Nullable="false">
204 <Annotation Term="Redfish.RequiredOnCreate"/>
205 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700206 <Annotation Term="OData.Description" String="The user name for the account."/>
207 <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this account."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 </Property>
209 <Property Name="RoleId" Type="Edm.String" Nullable="false">
210 <Annotation Term="Redfish.RequiredOnCreate"/>
211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500212 <Annotation Term="OData.Description" String="The role for this account."/>
213 <Annotation Term="OData.LongDescription" String="This property shall contain the RoleId of the role resource configured for this account. The service shall reject POST, PATCH, or PUT operations that provide a RoleId that does not exist by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 </Property>
215 <Property Name="Locked" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500217 <Annotation Term="OData.Description" String="An indication of whether the account service automatically locked the account because the lockout threshold was exceeded. To manually unlock the account before the lockout duration period, an administrator can change the property to `false` to clear the lockout condition."/>
218 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the account service automatically locked the account because the AccountLockoutThreshold was exceeded. To manually unlock the account before the lockout duration period, an administrator shall be able to change the property to `false` to clear the lockout condition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Property>
220 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600222 <Annotation Term="OData.Description" String="An indication of whether an account is enabled. An administrator can disable it without deleting the user information. If `true`, the account is enabled and the user can log in. If `false`, the account is disabled and, in the future, the user cannot log in."/>
223 <Annotation Term="OData.LongDescription" String="This property shall indicate whether an account is enabled. If `true`, the account is enabled and the user can log in. If `false`, the account is disabled and, in the future, the user cannot log in."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Property>
225 <Property Name="Links" Type="ManagerAccount.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500226 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
227 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700228 </Property>
229 </EntityType>
230
231 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500232 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
233 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 <NavigationProperty Name="Role" Type="Role.Role" ContainsTarget="true" Nullable="false">
235 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500236 <Annotation Term="OData.Description" String="The link to the Redfish role that defines the privileges for this account."/>
237 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Role, and should link to the resource identified by the RoleId property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 <Annotation Term="OData.AutoExpandReferences"/>
239 </NavigationProperty>
240 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Schema>
242
243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_2">
244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
245 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
246 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_0.ManagerAccount"/>
247 </Schema>
248
249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_3">
250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
252 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_2.ManagerAccount"/>
253 </Schema>
254
255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_4">
256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
258 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_3.ManagerAccount"/>
259 </Schema>
260
261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_5">
262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
263 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
264 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount"/>
265 </Schema>
266
267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_6">
268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500269 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_5.ManagerAccount"/>
271 </Schema>
272
Ed Tanous530520e2019-01-02 13:41:37 -0800273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_7">
274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
276 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_6.ManagerAccount"/>
277 </Schema>
278
Ed Tanouscb103132019-10-08 11:34:22 -0700279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_8">
280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
282 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_7.ManagerAccount"/>
283 </Schema>
284
285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_9">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
288 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_8.ManagerAccount"/>
289 </Schema>
290
Gunnar Mills09b9d452020-02-11 13:27:39 -0600291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_10">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
294 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_9.ManagerAccount"/>
295 </Schema>
296
Gunnar Mills844b4152020-06-22 12:44:09 -0500297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_11">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
300 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_10.ManagerAccount"/>
301 </Schema>
302
Gunnar Mills10f270b2021-05-19 15:34:06 -0500303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_12">
304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600305 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500306 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_11.ManagerAccount"/>
307 </Schema>
308
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_13">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
312 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_12.ManagerAccount"/>
313 </Schema>
314
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_0">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600317 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500318
Jason M. Billsea4aa752018-06-05 13:29:11 -0700319 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount">
320 <Property Name="Actions" Type="ManagerAccount.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500321 <Annotation Term="OData.Description" String="The available actions for this resource."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600322 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700323 </Property>
324 </EntityType>
325
326 <ComplexType Name="Actions">
327 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500328 <Annotation Term="OData.Description" String="The available actions for this resource."/>
329 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800330 <Property Name="Oem" Type="ManagerAccount.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500331 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
332 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800333 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 </ComplexType>
335
336 <ComplexType Name="OemActions">
337 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500338 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
339 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 </ComplexType>
341 </Schema>
342
343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_1">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
346 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_0.ManagerAccount"/>
347 </Schema>
348
349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_2">
350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500351 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700352 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_1.ManagerAccount"/>
353 </Schema>
354
Ed Tanous530520e2019-01-02 13:41:37 -0800355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_3">
356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
358 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_2.ManagerAccount"/>
359 </Schema>
360
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_4">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
364 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount"/>
365 </Schema>
366
367 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_5">
368 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
370 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_4.ManagerAccount"/>
371 </Schema>
372
Gunnar Mills09b9d452020-02-11 13:27:39 -0600373 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_6">
374 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
376 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_5.ManagerAccount"/>
377 </Schema>
378
Gunnar Mills844b4152020-06-22 12:44:09 -0500379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_7">
380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
381 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
382 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_6.ManagerAccount"/>
383 </Schema>
384
Gunnar Mills10f270b2021-05-19 15:34:06 -0500385 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_8">
386 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600387 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500388 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_7.ManagerAccount"/>
389 </Schema>
390
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_9">
392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
393 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
394 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_8.ManagerAccount"/>
395 </Schema>
396
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_10">
398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
400 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_9.ManagerAccount"/>
401 </Schema>
402
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_0">
404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
405 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500406
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600407 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount">
408 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
409 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800410 <Annotation Term="OData.Description" String="The link to a collection of user identity certificates for this account."/>
411 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the user identity certificates for this account."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600412 <Annotation Term="OData.AutoExpandReferences"/>
413 </NavigationProperty>
414 </EntityType>
415 </Schema>
416
Ed Tanouscb103132019-10-08 11:34:22 -0700417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_1">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
420 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_0.ManagerAccount"/>
421 </Schema>
422
423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_2">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
426 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount"/>
427 </Schema>
428
Gunnar Mills09b9d452020-02-11 13:27:39 -0600429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_3">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
432 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_2.ManagerAccount"/>
433 </Schema>
434
Gunnar Mills844b4152020-06-22 12:44:09 -0500435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_4">
436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
437 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
438 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_3.ManagerAccount"/>
439 </Schema>
440
Gunnar Mills10f270b2021-05-19 15:34:06 -0500441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_5">
442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600443 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500444 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_4.ManagerAccount"/>
445 </Schema>
446
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_6">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
450 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_5.ManagerAccount"/>
451 </Schema>
452
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_7">
454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
456 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_6.ManagerAccount"/>
457 </Schema>
458
Ed Tanouscb103132019-10-08 11:34:22 -0700459 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_0">
460 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
461 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500462
Ed Tanouscb103132019-10-08 11:34:22 -0700463 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount">
464 <Property Name="PasswordChangeRequired" Type="Edm.Boolean">
465 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
466 <Annotation Term="OData.Description" String="An indication of whether the service requires that the password for this account be changed before further access to the account is allowed."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500467 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700468 </Property>
469 </EntityType>
470 </Schema>
471
472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_1">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
475 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount"/>
476 </Schema>
477
Gunnar Mills09b9d452020-02-11 13:27:39 -0600478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_2">
479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
481 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_1.ManagerAccount"/>
482 </Schema>
483
Gunnar Mills844b4152020-06-22 12:44:09 -0500484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_3">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
487 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_2.ManagerAccount"/>
488 </Schema>
489
Gunnar Mills10f270b2021-05-19 15:34:06 -0500490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_4">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600492 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500493 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_3.ManagerAccount"/>
494 </Schema>
495
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_5">
497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
499 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_4.ManagerAccount"/>
500 </Schema>
501
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_6">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
505 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_5.ManagerAccount"/>
506 </Schema>
507
Gunnar Mills6f44b752020-02-06 16:50:51 -0600508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_0">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510 <Annotation Term="Redfish.Release" String="2019.3"/>
511
512 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount">
513 <Property Name="SNMP" Type="ManagerAccount.v1_4_0.SNMPUserInfo">
514 <Annotation Term="OData.Description" String="The SNMP settings for this account."/>
515 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP settings for this account when AccountTypes contains `SNMP`."/>
516 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600517 <Property Name="AccountTypes" Type="Collection(ManagerAccount.AccountTypes)">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills60c922d2021-12-01 09:28:53 -0600519 <Annotation Term="OData.Description" String="The list of services in the manager that the account is allowed to access."/>
520 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the various manager services that the account is allowed to access. This shall not include functionality for receiving events or other notifications. If this property is not provided by the client, the default value shall be an array that contains the value `Redfish`. The service may add additional values when this property is set or updated if allowed by the value of the StrictAccountTypes property."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600521 <Annotation Term="Redfish.Required"/>
522 </Property>
523 <Property Name="OEMAccountTypes" Type="Collection(Edm.String)">
524 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
525 <Annotation Term="OData.Description" String="The OEM account types."/>
526 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the OEM account types for this account. This property shall be valid when AccountTypes contains `OEM`."/>
527 </Property>
528 </EntityType>
529
530 <ComplexType Name="SNMPUserInfo">
531 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
532 <Annotation Term="OData.Description" String="The SNMP settings for an account."/>
533 <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP settings for an account."/>
534 <Property Name="AuthenticationKey" Type="Edm.String">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800535 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600536 <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500537 <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 authentication. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. The passphrase can contain any printable characters except for the double quotation mark."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600538 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600539 </Property>
540 <Property Name="AuthenticationProtocol" Type="ManagerAccount.v1_4_0.SNMPAuthenticationProtocols">
541 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
542 <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/>
543 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/>
544 </Property>
545 <Property Name="EncryptionKey" Type="Edm.String">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800546 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500547 <Annotation Term="OData.Description" String="The secret encryption key used in SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500548 <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 encryption. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. The passphrase can contain any printable characters except for the double quotation mark."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500549 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{32})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600550 </Property>
551 <Property Name="EncryptionProtocol" Type="ManagerAccount.v1_4_0.SNMPEncryptionProtocols">
552 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
553 <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/>
554 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/>
555 </Property>
556 </ComplexType>
557
Gunnar Mills6f44b752020-02-06 16:50:51 -0600558 <EnumType Name="SNMPAuthenticationProtocols">
559 <Member Name="None">
560 <Annotation Term="OData.Description" String="No authentication."/>
561 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
562 </Member>
563 <Member Name="HMAC_MD5">
564 <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
565 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
566 </Member>
567 <Member Name="HMAC_SHA96">
568 <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
569 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
570 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600571 <Member Name="HMAC128_SHA224">
572 <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
573 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
574 <Annotation Term="Redfish.Revisions">
575 <Collection>
576 <Record>
577 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
578 <PropertyValue Property="Version" String="v1_7_0"/>
579 </Record>
580 </Collection>
581 </Annotation>
582 </Member>
583 <Member Name="HMAC192_SHA256">
584 <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
585 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
586 <Annotation Term="Redfish.Revisions">
587 <Collection>
588 <Record>
589 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
590 <PropertyValue Property="Version" String="v1_7_0"/>
591 </Record>
592 </Collection>
593 </Annotation>
594 </Member>
595 <Member Name="HMAC256_SHA384">
596 <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
597 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
598 <Annotation Term="Redfish.Revisions">
599 <Collection>
600 <Record>
601 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
602 <PropertyValue Property="Version" String="v1_7_0"/>
603 </Record>
604 </Collection>
605 </Annotation>
606 </Member>
607 <Member Name="HMAC384_SHA512">
608 <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
609 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
610 <Annotation Term="Redfish.Revisions">
611 <Collection>
612 <Record>
613 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
614 <PropertyValue Property="Version" String="v1_7_0"/>
615 </Record>
616 </Collection>
617 </Annotation>
618 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600619 </EnumType>
620
621 <EnumType Name="SNMPEncryptionProtocols">
622 <Member Name="None">
623 <Annotation Term="OData.Description" String="No encryption."/>
624 <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
625 </Member>
626 <Member Name="CBC_DES">
627 <Annotation Term="OData.Description" String="CBC-DES encryption."/>
628 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
629 </Member>
630 <Member Name="CFB128_AES128">
631 <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500632 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600633 </Member>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600634 <Member Name="CFB128_AES192">
635 <Annotation Term="OData.Description" String="CFB128-AES-192 encryption."/>
636 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826."/>
637 <Annotation Term="Redfish.Revisions">
638 <Collection>
639 <Record>
640 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
641 <PropertyValue Property="Version" String="v1_12_0"/>
642 </Record>
643 </Collection>
644 </Annotation>
645 </Member>
646 <Member Name="CFB128_AES256">
647 <Annotation Term="OData.Description" String="CFB128-AES-256 encryption."/>
648 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826."/>
649 <Annotation Term="Redfish.Revisions">
650 <Collection>
651 <Record>
652 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
653 <PropertyValue Property="Version" String="v1_12_0"/>
654 </Record>
655 </Collection>
656 </Annotation>
657 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600658 </EnumType>
659 </Schema>
660
Gunnar Mills09b9d452020-02-11 13:27:39 -0600661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_1">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
664 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_0.ManagerAccount"/>
665 </Schema>
666
Gunnar Millsa778c022020-05-12 12:20:36 -0500667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_2">
668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
670 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
671 </Schema>
672
Gunnar Mills844b4152020-06-22 12:44:09 -0500673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_3">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
676 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_2.ManagerAccount"/>
677 </Schema>
678
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_4">
680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
682 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_3.ManagerAccount"/>
683 </Schema>
684
Gunnar Mills10f270b2021-05-19 15:34:06 -0500685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_5">
686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600687 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500688 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_4.ManagerAccount"/>
689 </Schema>
690
Gunnar Mills60c922d2021-12-01 09:28:53 -0600691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_6">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
694 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_5.ManagerAccount"/>
695 </Schema>
696
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_7">
698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
700 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_6.ManagerAccount"/>
701 </Schema>
702
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600703 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_8">
704 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
706 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_7.ManagerAccount"/>
707 </Schema>
708
Gunnar Mills09b9d452020-02-11 13:27:39 -0600709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_0">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711 <Annotation Term="Redfish.Release" String="2019.4"/>
712
713 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
714
715 <ComplexType Name="SNMPUserInfo" BaseType="ManagerAccount.v1_4_0.SNMPUserInfo">
716 <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false">
717 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
718 <Annotation Term="OData.Description" String="Indicates if the AuthenticationKey property is set."/>
719 <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the AuthenticationKey property. Otherwise, the property shall contain `false`."/>
720 </Property>
721 <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false">
722 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
723 <Annotation Term="OData.Description" String="Indicates if the EncryptionKey property is set."/>
724 <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the EncryptionKey property. Otherwise, the property shall contain `false`."/>
725 </Property>
726 </ComplexType>
727 </Schema>
728
Gunnar Millsa778c022020-05-12 12:20:36 -0500729 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_1">
730 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
732 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_0.ManagerAccount"/>
733 </Schema>
734
Gunnar Mills844b4152020-06-22 12:44:09 -0500735 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_2">
736 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
737 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
738 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount"/>
739 </Schema>
740
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500741 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_3">
742 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
743 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
744 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_2.ManagerAccount"/>
745 </Schema>
746
Gunnar Mills10f270b2021-05-19 15:34:06 -0500747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_4">
748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600749 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500750 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_3.ManagerAccount"/>
751 </Schema>
752
Gunnar Mills60c922d2021-12-01 09:28:53 -0600753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_5">
754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
756 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_4.ManagerAccount"/>
757 </Schema>
758
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_6">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
762 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_5.ManagerAccount"/>
763 </Schema>
764
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_7">
766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
768 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_6.ManagerAccount"/>
769 </Schema>
770
Gunnar Millsa778c022020-05-12 12:20:36 -0500771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_0">
772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773 <Annotation Term="Redfish.Release" String="2020.1"/>
774 <Annotation Term="OData.Description" String="This version was created to add the PasswordExpiration property."/>
775
776 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount">
777 <Property Name="PasswordExpiration" Type="Edm.DateTimeOffset" Nullable="true">
778 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
779 <Annotation Term="OData.Description" String="Indicates the date and time when this account password expires. If `null`, the account password never expires."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500780 <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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500781 </Property>
782 </EntityType>
783 </Schema>
784
Gunnar Mills844b4152020-06-22 12:44:09 -0500785 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_1">
786 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
788 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_0.ManagerAccount"/>
789 </Schema>
790
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500791 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_2">
792 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
794 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_1.ManagerAccount"/>
795 </Schema>
796
Gunnar Mills10f270b2021-05-19 15:34:06 -0500797 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_3">
798 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600799 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500800 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount"/>
801 </Schema>
802
Gunnar Mills60c922d2021-12-01 09:28:53 -0600803 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_4">
804 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
806 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_3.ManagerAccount"/>
807 </Schema>
808
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_5">
810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
812 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_4.ManagerAccount"/>
813 </Schema>
814
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_6">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
818 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_5.ManagerAccount"/>
819 </Schema>
820
Gunnar Mills262d7d42021-01-20 16:28:41 -0600821 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_0">
822 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823 <Annotation Term="OData.Description" String="This version was created to add additional SNMPv3 authentication protocols. It was also created to extend the values for AccountTypes."/>
824 <Annotation Term="Redfish.Release" String="2020.4"/>
825
826 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount">
827 <Property Name="StrictAccountTypes" Type="Edm.Boolean">
828 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
829 <Annotation Term="OData.Description" String="Indicates if the service needs to use the account types exactly as specified when the account is created or updated."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500830 <Annotation Term="OData.LongDescription" String="This property shall indicate if the service needs to use the value of AccountTypes and OEMAccountTypes values exactly as specified. A `true` value shall indicate the service needs to either accept the value without changes or reject the request. A `false` value shall indicate the service may add additional `AccountTypes` and `OEMAccountTypes` values as needed to support limitations it has in separately controlling access to individual services. If this property is not present, the value shall be assumed to be `false`. An update of the service can cause account types to be added to or removed from the AccountTypes and OEMAccountTypes properties, regardless of the value of this property. After a service update, clients should inspect all accounts where the value of this property is `true` and perform maintenance as needed."/>
831 </Property>
832 </EntityType>
833 </Schema>
834
835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_1">
836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600837 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500838 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_0.ManagerAccount"/>
839 </Schema>
840
Gunnar Mills60c922d2021-12-01 09:28:53 -0600841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_2">
842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
843 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
844 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount"/>
845 </Schema>
846
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_3">
848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
850 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_2.ManagerAccount"/>
851 </Schema>
852
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600853 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_4">
854 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
856 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_3.ManagerAccount"/>
857 </Schema>
858
Gunnar Mills10f270b2021-05-19 15:34:06 -0500859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_0">
860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861 <Annotation Term="Redfish.Release" String="2021.1"/>
862 <Annotation Term="OData.Description" String="This version was created to add the AccountExpiration property."/>
863
864 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount">
865 <Property Name="AccountExpiration" Type="Edm.DateTimeOffset">
866 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
867 <Annotation Term="OData.Description" String="Indicates the date and time when this account expires. If `null`, the account never expires."/>
868 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when this account expires. The service shall disable or delete an account that has expired. This property shall not apply to accounts created by the Redfish Host Interface Specification-defined credential bootstrapping. If the value is `null`, or the property is not present, the account never expires."/>
869 </Property>
870 <Property Name="HostBootstrapAccount" Type="Edm.Boolean" Nullable="false">
871 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
872 <Annotation Term="OData.Description" String="An indication of whether this account is a bootstrap account for the host interface."/>
873 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this account is a bootstrap account created by the Redfish Host Interface Specification-defined credential bootstrapping."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600874 </Property>
875 </EntityType>
876 </Schema>
877
Gunnar Mills60c922d2021-12-01 09:28:53 -0600878 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_1">
879 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
880 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
881 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_0.ManagerAccount"/>
882 </Schema>
883
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800884 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_2">
885 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
886 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only. It was also created to provide more details for the usage of the Certificates property."/>
887 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount"/>
888 </Schema>
889
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600890 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_3">
891 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
892 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
893 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_2.ManagerAccount"/>
894 </Schema>
895
Ed Tanoused761212022-09-23 15:03:29 -0700896 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_0">
897 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
898 <Annotation Term="Redfish.Release" String="2022.1"/>
899
900 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount">
901 <NavigationProperty Name="Keys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
902 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
903 <Annotation Term="OData.Description" String="The link to the collection of keys that can be used to authenticate this account. For example, an SSH public key could be added to this collection to allow for SSH public key authentication."/>
904 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type KeyCollection that contains the keys that can be used to authenticate this account."/>
905 </NavigationProperty>
906 </EntityType>
907 </Schema>
908
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_1">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911 <Annotation Term="OData.Description" String="This version was created to provide more details for the usage of the Certificates property. It was also created to provide more details for the usage of the Certificates property."/>
912 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_0.ManagerAccount"/>
913 </Schema>
914
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_2">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
918 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount"/>
919 </Schema>
920
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_0">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <Annotation Term="Redfish.Release" String="2022.3"/>
924
925 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount">
926 <Property Name="MFABypass" Type="AccountService.MFABypass">
927 <Annotation Term="OData.Description" String="The multi-factor authentication bypass settings for this account."/>
928 <Annotation Term="OData.LongDescription" String="This property shall contain the multi-factor authentication bypass settings for this account."/>
929 </Property>
930 </EntityType>
931 </Schema>
932
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_1">
934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
936 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount"/>
937 </Schema>
938
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700939 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_0">
940 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941 <Annotation Term="Redfish.Release" String="2023.2"/>
942 <Annotation Term="OData.Description" String="This version was created to add the ChangePassword action."/>
943
944 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_10_0.ManagerAccount">
945 <Property Name="EmailAddress" Type="Edm.String">
946 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
947 <Annotation Term="OData.Description" String="The email address associated with this account."/>
948 <Annotation Term="OData.LongDescription" String="This property shall contain the email address associated with this account."/>
949 </Property>
950 <Property Name="PhoneNumber" Type="Edm.String">
951 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
952 <Annotation Term="OData.Description" String="The contact phone number associated with this account."/>
953 <Annotation Term="OData.LongDescription" String="This property shall contain the contact phone number associated with this account."/>
954 </Property>
955 <Property Name="OneTimePasscodeDeliveryAddress" Type="Edm.String">
956 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
957 <Annotation Term="OData.Description" String="The address used to receive one-time passcode messages for multi-factor authentication."/>
958 <Annotation Term="OData.LongDescription" String="This property shall contain the contact address for receiving one-time passcode messages for multi-factor authentication for this account when the Enabled property in the OneTimePasscode property in AccountService resource contains `true`. This is typically the contact email address associated with the account, but may be a separate, relay email address for delivery via SMS or other contact method."/>
959 </Property>
960 </EntityType>
961 </Schema>
962
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600963 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_11_1">
964 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
966 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_0.ManagerAccount"/>
967 </Schema>
968
969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_12_0">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971 <Annotation Term="Redfish.Release" String="2023.3"/>
972 <Annotation Term="OData.Description" String="This version was created to add `CFB128_AES192` and `CFB128_AES256` to SNMPEncryptionProtocols."/>
973
974 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_11_1.ManagerAccount"/>
975 </Schema>
976
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 </edmx:DataServices>
978</edmx:Edmx>