blob: 276d0b2ff8be99fed55d385f2d2f0ef4e79720c8 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: ManagerAccount v1.8.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070034
35 <edmx:DataServices>
36
37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount">
38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39
40 <EntityType Name="ManagerAccount" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050041 <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."/>
42 <Annotation Term="OData.LongDescription" String="This resource shall represent a user account for the manager in a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070043 <Annotation Term="Capabilities.InsertRestrictions">
44 <Record>
45 <PropertyValue Property="Insertable" Bool="false"/>
46 </Record>
47 </Annotation>
48 <Annotation Term="Capabilities.UpdateRestrictions">
49 <Record>
50 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070051 <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 -070052 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.DeleteRestrictions">
55 <Record>
56 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070057 <Annotation Term="OData.Description" String="Use the DELETE operation to remove manager accounts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070058 </Record>
59 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080060 <Annotation Term="Redfish.Uris">
61 <Collection>
62 <String>/redfish/v1/AccountService/Accounts/{ManagerAccountId}</String>
63 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}</String>
64 </Collection>
65 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066 </EntityType>
Gunnar Mills262d7d42021-01-20 16:28:41 -060067
68 <EnumType Name="AccountTypes">
69 <Annotation Term="Redfish.Revisions">
70 <Collection>
71 <Record>
72 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
73 <PropertyValue Property="Version" String="v1_4_0"/>
74 </Record>
75 </Collection>
76 </Annotation>
77 <Member Name="Redfish">
78 <Annotation Term="OData.Description" String="Allow access to the Redfish service."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050079 <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 -060080 </Member>
81 <Member Name="SNMP">
82 <Annotation Term="OData.Description" String="Allow access to SNMP services."/>
83 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access SNMP services."/>
84 </Member>
85 <Member Name="OEM">
86 <Annotation Term="OData.Description" String="OEM account type. See the OEMAccountTypes property."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050087 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the services listed in the OEMAccountTypes property."/>
88 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -060089 <Member Name="HostConsole">
90 <Annotation Term="OData.Description" String="Allow access to the host's console, which could be connected through Telnet, SSH, or other protocol."/>
91 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the host console."/>
92 <Annotation Term="Redfish.Revisions">
93 <Collection>
94 <Record>
95 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
96 <PropertyValue Property="Version" String="v1_7_0"/>
97 </Record>
98 </Collection>
99 </Annotation>
100 </Member>
101 <Member Name="ManagerConsole">
102 <Annotation Term="OData.Description" String="Allow access to the manager's console, which could be connected through Telnet, SSH, SM CLP, or other protocol."/>
103 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the manager console."/>
104 <Annotation Term="Redfish.Revisions">
105 <Collection>
106 <Record>
107 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
108 <PropertyValue Property="Version" String="v1_7_0"/>
109 </Record>
110 </Collection>
111 </Annotation>
112 </Member>
113 <Member Name="IPMI">
114 <Annotation Term="OData.Description" String="Allow access to the Intelligent Platform Management Interface service."/>
115 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service."/>
116 <Annotation Term="Redfish.Revisions">
117 <Collection>
118 <Record>
119 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
120 <PropertyValue Property="Version" String="v1_7_0"/>
121 </Record>
122 </Collection>
123 </Annotation>
124 </Member>
125 <Member Name="KVMIP">
126 <Annotation Term="OData.Description" String="Allow access to a Keyboard-Video-Mouse over IP session."/>
127 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service."/>
128 <Annotation Term="Redfish.Revisions">
129 <Collection>
130 <Record>
131 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
132 <PropertyValue Property="Version" String="v1_7_0"/>
133 </Record>
134 </Collection>
135 </Annotation>
136 </Member>
137 <Member Name="VirtualMedia">
138 <Annotation Term="OData.Description" String="Allow access to control virtual media."/>
139 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to control virtual media."/>
140 <Annotation Term="Redfish.Revisions">
141 <Collection>
142 <Record>
143 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
144 <PropertyValue Property="Version" String="v1_7_0"/>
145 </Record>
146 </Collection>
147 </Annotation>
148 </Member>
149 <Member Name="WebUI">
150 <Annotation Term="OData.Description" String="Allow access to a web user interface session, such as a graphical interface or another web-based protocol."/>
151 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the web interface."/>
152 <Annotation Term="Redfish.Revisions">
153 <Collection>
154 <Record>
155 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
156 <PropertyValue Property="Version" String="v1_7_0"/>
157 </Record>
158 </Collection>
159 </Annotation>
160 </Member>
161 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 </Schema>
163
164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_0">
165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600166 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700167
168 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.ManagerAccount">
169 <Property Name="Password" Type="Edm.String">
170 <Annotation Term="Redfish.RequiredOnCreate"/>
171 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700172 <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."/>
173 <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 -0700174 </Property>
175 <Property Name="UserName" Type="Edm.String" Nullable="false">
176 <Annotation Term="Redfish.RequiredOnCreate"/>
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <Annotation Term="OData.Description" String="The user name for the account."/>
179 <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this account."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 </Property>
181 <Property Name="RoleId" Type="Edm.String" Nullable="false">
182 <Annotation Term="Redfish.RequiredOnCreate"/>
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500184 <Annotation Term="OData.Description" String="The role for this account."/>
185 <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 -0700186 </Property>
187 <Property Name="Locked" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500189 <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."/>
190 <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 -0700191 </Property>
192 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600194 <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."/>
195 <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 -0700196 </Property>
197 <Property Name="Links" Type="ManagerAccount.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500198 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
199 <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 -0700200 </Property>
201 </EntityType>
202
203 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500204 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
205 <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 -0700206 <NavigationProperty Name="Role" Type="Role.Role" ContainsTarget="true" Nullable="false">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500208 <Annotation Term="OData.Description" String="The link to the Redfish role that defines the privileges for this account."/>
209 <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 -0700210 <Annotation Term="OData.AutoExpandReferences"/>
211 </NavigationProperty>
212 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700213 </Schema>
214
215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_2">
216 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
217 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
218 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_0.ManagerAccount"/>
219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_3">
222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
224 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_2.ManagerAccount"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_4">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
230 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_3.ManagerAccount"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_5">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
236 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount"/>
237 </Schema>
238
239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_6">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500241 <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 -0700242 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_5.ManagerAccount"/>
243 </Schema>
244
Ed Tanous530520e2019-01-02 13:41:37 -0800245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_7">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247 <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."/>
248 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_6.ManagerAccount"/>
249 </Schema>
250
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_8">
252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253 <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."/>
254 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_7.ManagerAccount"/>
255 </Schema>
256
257 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_9">
258 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259 <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."/>
260 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_8.ManagerAccount"/>
261 </Schema>
262
Gunnar Mills09b9d452020-02-11 13:27:39 -0600263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_10">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
266 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_9.ManagerAccount"/>
267 </Schema>
268
Gunnar Mills844b4152020-06-22 12:44:09 -0500269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_11">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
272 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_10.ManagerAccount"/>
273 </Schema>
274
Gunnar Mills10f270b2021-05-19 15:34:06 -0500275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_12">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
278 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_11.ManagerAccount"/>
279 </Schema>
280
Jason M. Billsea4aa752018-06-05 13:29:11 -0700281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_0">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600283 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500284
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount">
286 <Property Name="Actions" Type="ManagerAccount.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500287 <Annotation Term="OData.Description" String="The available actions for this resource."/>
288 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 </Property>
290 </EntityType>
291
292 <ComplexType Name="Actions">
293 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500294 <Annotation Term="OData.Description" String="The available actions for this resource."/>
295 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800296 <Property Name="Oem" Type="ManagerAccount.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500297 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
298 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800299 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700300 </ComplexType>
301
302 <ComplexType Name="OemActions">
303 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500304 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
305 <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 -0700306 </ComplexType>
307 </Schema>
308
309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_1">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
312 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_0.ManagerAccount"/>
313 </Schema>
314
315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_2">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500317 <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 -0700318 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_1.ManagerAccount"/>
319 </Schema>
320
Ed Tanous530520e2019-01-02 13:41:37 -0800321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_3">
322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323 <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."/>
324 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_2.ManagerAccount"/>
325 </Schema>
326
Ed Tanouscb103132019-10-08 11:34:22 -0700327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_4">
328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329 <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."/>
330 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount"/>
331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_5">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335 <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."/>
336 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_4.ManagerAccount"/>
337 </Schema>
338
Gunnar Mills09b9d452020-02-11 13:27:39 -0600339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_6">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
342 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_5.ManagerAccount"/>
343 </Schema>
344
Gunnar Mills844b4152020-06-22 12:44:09 -0500345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_7">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
348 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_6.ManagerAccount"/>
349 </Schema>
350
Gunnar Mills10f270b2021-05-19 15:34:06 -0500351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_8">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
354 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_7.ManagerAccount"/>
355 </Schema>
356
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_0">
358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500360
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600361 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount">
362 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
363 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700364 <Annotation Term="OData.Description" String="The link to a collection of certificates used for this account."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500365 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600366 <Annotation Term="OData.AutoExpandReferences"/>
367 </NavigationProperty>
368 </EntityType>
369 </Schema>
370
Ed Tanouscb103132019-10-08 11:34:22 -0700371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_1">
372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
373 <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."/>
374 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_0.ManagerAccount"/>
375 </Schema>
376
377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_2">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379 <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."/>
380 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount"/>
381 </Schema>
382
Gunnar Mills09b9d452020-02-11 13:27:39 -0600383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_3">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
386 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_2.ManagerAccount"/>
387 </Schema>
388
Gunnar Mills844b4152020-06-22 12:44:09 -0500389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_4">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
392 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_3.ManagerAccount"/>
393 </Schema>
394
Gunnar Mills10f270b2021-05-19 15:34:06 -0500395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_5">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
398 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_4.ManagerAccount"/>
399 </Schema>
400
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_0">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500404
Ed Tanouscb103132019-10-08 11:34:22 -0700405 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount">
406 <Property Name="PasswordChangeRequired" Type="Edm.Boolean">
407 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
408 <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 -0500409 <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 -0700410 </Property>
411 </EntityType>
412 </Schema>
413
414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_1">
415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416 <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."/>
417 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount"/>
418 </Schema>
419
Gunnar Mills09b9d452020-02-11 13:27:39 -0600420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_2">
421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
423 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_1.ManagerAccount"/>
424 </Schema>
425
Gunnar Mills844b4152020-06-22 12:44:09 -0500426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_3">
427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
429 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_2.ManagerAccount"/>
430 </Schema>
431
Gunnar Mills10f270b2021-05-19 15:34:06 -0500432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_4">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
435 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_3.ManagerAccount"/>
436 </Schema>
437
Gunnar Mills6f44b752020-02-06 16:50:51 -0600438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_0">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440 <Annotation Term="Redfish.Release" String="2019.3"/>
441
442 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount">
443 <Property Name="SNMP" Type="ManagerAccount.v1_4_0.SNMPUserInfo">
444 <Annotation Term="OData.Description" String="The SNMP settings for this account."/>
445 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP settings for this account when AccountTypes contains `SNMP`."/>
446 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600447 <Property Name="AccountTypes" Type="Collection(ManagerAccount.AccountTypes)">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
449 <Annotation Term="OData.Description" String="The account types."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500450 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the various account types that apply to the account. 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 -0600451 <Annotation Term="Redfish.Required"/>
452 </Property>
453 <Property Name="OEMAccountTypes" Type="Collection(Edm.String)">
454 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
455 <Annotation Term="OData.Description" String="The OEM account types."/>
456 <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`."/>
457 </Property>
458 </EntityType>
459
460 <ComplexType Name="SNMPUserInfo">
461 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
462 <Annotation Term="OData.Description" String="The SNMP settings for an account."/>
463 <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP settings for an account."/>
464 <Property Name="AuthenticationKey" Type="Edm.String">
465 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
466 <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500467 <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 -0600468 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600469 </Property>
470 <Property Name="AuthenticationProtocol" Type="ManagerAccount.v1_4_0.SNMPAuthenticationProtocols">
471 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
472 <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/>
473 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/>
474 </Property>
475 <Property Name="EncryptionKey" Type="Edm.String">
476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500477 <Annotation Term="OData.Description" String="The secret encryption key used in SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500478 <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 -0500479 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{32})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600480 </Property>
481 <Property Name="EncryptionProtocol" Type="ManagerAccount.v1_4_0.SNMPEncryptionProtocols">
482 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
483 <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/>
484 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/>
485 </Property>
486 </ComplexType>
487
Gunnar Mills6f44b752020-02-06 16:50:51 -0600488 <EnumType Name="SNMPAuthenticationProtocols">
489 <Member Name="None">
490 <Annotation Term="OData.Description" String="No authentication."/>
491 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
492 </Member>
493 <Member Name="HMAC_MD5">
494 <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
495 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
496 </Member>
497 <Member Name="HMAC_SHA96">
498 <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
499 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
500 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600501 <Member Name="HMAC128_SHA224">
502 <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
503 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
504 <Annotation Term="Redfish.Revisions">
505 <Collection>
506 <Record>
507 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
508 <PropertyValue Property="Version" String="v1_7_0"/>
509 </Record>
510 </Collection>
511 </Annotation>
512 </Member>
513 <Member Name="HMAC192_SHA256">
514 <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
515 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
516 <Annotation Term="Redfish.Revisions">
517 <Collection>
518 <Record>
519 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
520 <PropertyValue Property="Version" String="v1_7_0"/>
521 </Record>
522 </Collection>
523 </Annotation>
524 </Member>
525 <Member Name="HMAC256_SHA384">
526 <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
527 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
528 <Annotation Term="Redfish.Revisions">
529 <Collection>
530 <Record>
531 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
532 <PropertyValue Property="Version" String="v1_7_0"/>
533 </Record>
534 </Collection>
535 </Annotation>
536 </Member>
537 <Member Name="HMAC384_SHA512">
538 <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
539 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
540 <Annotation Term="Redfish.Revisions">
541 <Collection>
542 <Record>
543 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
544 <PropertyValue Property="Version" String="v1_7_0"/>
545 </Record>
546 </Collection>
547 </Annotation>
548 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600549 </EnumType>
550
551 <EnumType Name="SNMPEncryptionProtocols">
552 <Member Name="None">
553 <Annotation Term="OData.Description" String="No encryption."/>
554 <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
555 </Member>
556 <Member Name="CBC_DES">
557 <Annotation Term="OData.Description" String="CBC-DES encryption."/>
558 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
559 </Member>
560 <Member Name="CFB128_AES128">
561 <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500562 <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 -0600563 </Member>
564 </EnumType>
565 </Schema>
566
Gunnar Mills09b9d452020-02-11 13:27:39 -0600567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_1">
568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
570 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_0.ManagerAccount"/>
571 </Schema>
572
Gunnar Millsa778c022020-05-12 12:20:36 -0500573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_2">
574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
576 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
577 </Schema>
578
Gunnar Mills844b4152020-06-22 12:44:09 -0500579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_3">
580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
582 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_2.ManagerAccount"/>
583 </Schema>
584
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_4">
586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
588 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_3.ManagerAccount"/>
589 </Schema>
590
Gunnar Mills10f270b2021-05-19 15:34:06 -0500591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_5">
592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
594 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_4.ManagerAccount"/>
595 </Schema>
596
Gunnar Mills09b9d452020-02-11 13:27:39 -0600597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_0">
598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599 <Annotation Term="Redfish.Release" String="2019.4"/>
600
601 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
602
603 <ComplexType Name="SNMPUserInfo" BaseType="ManagerAccount.v1_4_0.SNMPUserInfo">
604 <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false">
605 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
606 <Annotation Term="OData.Description" String="Indicates if the AuthenticationKey property is set."/>
607 <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`."/>
608 </Property>
609 <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false">
610 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
611 <Annotation Term="OData.Description" String="Indicates if the EncryptionKey property is set."/>
612 <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`."/>
613 </Property>
614 </ComplexType>
615 </Schema>
616
Gunnar Millsa778c022020-05-12 12:20:36 -0500617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_1">
618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
620 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_0.ManagerAccount"/>
621 </Schema>
622
Gunnar Mills844b4152020-06-22 12:44:09 -0500623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_2">
624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
626 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount"/>
627 </Schema>
628
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_3">
630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
632 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_2.ManagerAccount"/>
633 </Schema>
634
Gunnar Mills10f270b2021-05-19 15:34:06 -0500635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_4">
636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
638 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_3.ManagerAccount"/>
639 </Schema>
640
Gunnar Millsa778c022020-05-12 12:20:36 -0500641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_0">
642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643 <Annotation Term="Redfish.Release" String="2020.1"/>
644 <Annotation Term="OData.Description" String="This version was created to add the PasswordExpiration property."/>
645
646 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount">
647 <Property Name="PasswordExpiration" Type="Edm.DateTimeOffset" Nullable="true">
648 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
649 <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 -0500650 <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 -0500651 </Property>
652 </EntityType>
653 </Schema>
654
Gunnar Mills844b4152020-06-22 12:44:09 -0500655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_1">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
658 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_0.ManagerAccount"/>
659 </Schema>
660
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_2">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
664 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_1.ManagerAccount"/>
665 </Schema>
666
Gunnar Mills10f270b2021-05-19 15:34:06 -0500667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_3">
668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669 <Annotation Term="OData.Description" String="This version was created to correct various description 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."/>
670 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount"/>
671 </Schema>
672
Gunnar Mills262d7d42021-01-20 16:28:41 -0600673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_0">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <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."/>
676 <Annotation Term="Redfish.Release" String="2020.4"/>
677
678 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount">
679 <Property Name="StrictAccountTypes" Type="Edm.Boolean">
680 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
681 <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 -0500682 <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."/>
683 </Property>
684 </EntityType>
685 </Schema>
686
687 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_1">
688 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689 <Annotation Term="OData.Description" String="This version was created to correct various description 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."/>
690 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_0.ManagerAccount"/>
691 </Schema>
692
693 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_0">
694 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
695 <Annotation Term="Redfish.Release" String="2021.1"/>
696 <Annotation Term="OData.Description" String="This version was created to add the AccountExpiration property."/>
697
698 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount">
699 <Property Name="AccountExpiration" Type="Edm.DateTimeOffset">
700 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
701 <Annotation Term="OData.Description" String="Indicates the date and time when this account expires. If `null`, the account never expires."/>
702 <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."/>
703 </Property>
704 <Property Name="HostBootstrapAccount" Type="Edm.Boolean" Nullable="false">
705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
706 <Annotation Term="OData.Description" String="An indication of whether this account is a bootstrap account for the host interface."/>
707 <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 -0600708 </Property>
709 </EntityType>
710 </Schema>
711
Jason M. Billsea4aa752018-06-05 13:29:11 -0700712 </edmx:DataServices>
713</edmx:Edmx>