blob: c212382aed28bdf3af240d6d083e78d8f7f30bd8 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08004<!--# Redfish Schema: ManagerAccount v1.10.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 Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 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
74 <EnumType Name="AccountTypes">
75 <Annotation Term="Redfish.Revisions">
76 <Collection>
77 <Record>
78 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
79 <PropertyValue Property="Version" String="v1_4_0"/>
80 </Record>
81 </Collection>
82 </Annotation>
83 <Member Name="Redfish">
84 <Annotation Term="OData.Description" String="Allow access to the Redfish service."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050085 <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 -060086 </Member>
87 <Member Name="SNMP">
88 <Annotation Term="OData.Description" String="Allow access to SNMP services."/>
89 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access SNMP services."/>
90 </Member>
91 <Member Name="OEM">
92 <Annotation Term="OData.Description" String="OEM account type. See the OEMAccountTypes property."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050093 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the services listed in the OEMAccountTypes property."/>
94 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -060095 <Member Name="HostConsole">
96 <Annotation Term="OData.Description" String="Allow access to the host's console, which could be connected through Telnet, SSH, or other protocol."/>
97 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the host console."/>
98 <Annotation Term="Redfish.Revisions">
99 <Collection>
100 <Record>
101 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
102 <PropertyValue Property="Version" String="v1_7_0"/>
103 </Record>
104 </Collection>
105 </Annotation>
106 </Member>
107 <Member Name="ManagerConsole">
108 <Annotation Term="OData.Description" String="Allow access to the manager's console, which could be connected through Telnet, SSH, SM CLP, or other protocol."/>
109 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the manager console."/>
110 <Annotation Term="Redfish.Revisions">
111 <Collection>
112 <Record>
113 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
114 <PropertyValue Property="Version" String="v1_7_0"/>
115 </Record>
116 </Collection>
117 </Annotation>
118 </Member>
119 <Member Name="IPMI">
120 <Annotation Term="OData.Description" String="Allow access to the Intelligent Platform Management Interface service."/>
121 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service."/>
122 <Annotation Term="Redfish.Revisions">
123 <Collection>
124 <Record>
125 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
126 <PropertyValue Property="Version" String="v1_7_0"/>
127 </Record>
128 </Collection>
129 </Annotation>
130 </Member>
131 <Member Name="KVMIP">
132 <Annotation Term="OData.Description" String="Allow access to a Keyboard-Video-Mouse over IP session."/>
133 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service."/>
134 <Annotation Term="Redfish.Revisions">
135 <Collection>
136 <Record>
137 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
138 <PropertyValue Property="Version" String="v1_7_0"/>
139 </Record>
140 </Collection>
141 </Annotation>
142 </Member>
143 <Member Name="VirtualMedia">
144 <Annotation Term="OData.Description" String="Allow access to control virtual media."/>
145 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to control virtual media."/>
146 <Annotation Term="Redfish.Revisions">
147 <Collection>
148 <Record>
149 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
150 <PropertyValue Property="Version" String="v1_7_0"/>
151 </Record>
152 </Collection>
153 </Annotation>
154 </Member>
155 <Member Name="WebUI">
156 <Annotation Term="OData.Description" String="Allow access to a web user interface session, such as a graphical interface or another web-based protocol."/>
157 <Annotation Term="OData.LongDescription" String="This value shall indicate the account is allowed to access the web interface."/>
158 <Annotation Term="Redfish.Revisions">
159 <Collection>
160 <Record>
161 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
162 <PropertyValue Property="Version" String="v1_7_0"/>
163 </Record>
164 </Collection>
165 </Annotation>
166 </Member>
167 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 </Schema>
169
170 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_0">
171 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600172 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173
174 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.ManagerAccount">
175 <Property Name="Password" Type="Edm.String">
176 <Annotation Term="Redfish.RequiredOnCreate"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <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."/>
179 <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 -0700180 </Property>
181 <Property Name="UserName" Type="Edm.String" Nullable="false">
182 <Annotation Term="Redfish.RequiredOnCreate"/>
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 <Annotation Term="OData.Description" String="The user name for the account."/>
185 <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this account."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700186 </Property>
187 <Property Name="RoleId" Type="Edm.String" Nullable="false">
188 <Annotation Term="Redfish.RequiredOnCreate"/>
189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500190 <Annotation Term="OData.Description" String="The role for this account."/>
191 <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 -0700192 </Property>
193 <Property Name="Locked" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500195 <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."/>
196 <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 -0700197 </Property>
198 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600200 <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."/>
201 <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 -0700202 </Property>
203 <Property Name="Links" Type="ManagerAccount.v1_0_0.Links" Nullable="false">
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 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 -0700206 </Property>
207 </EntityType>
208
209 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500210 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
211 <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 -0700212 <NavigationProperty Name="Role" Type="Role.Role" ContainsTarget="true" Nullable="false">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500214 <Annotation Term="OData.Description" String="The link to the Redfish role that defines the privileges for this account."/>
215 <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 -0700216 <Annotation Term="OData.AutoExpandReferences"/>
217 </NavigationProperty>
218 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_2">
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_0.ManagerAccount"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_3">
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_2.ManagerAccount"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_4">
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_3.ManagerAccount"/>
237 </Schema>
238
239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_5">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
242 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount"/>
243 </Schema>
244
245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_6">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500247 <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 -0700248 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_5.ManagerAccount"/>
249 </Schema>
250
Ed Tanous530520e2019-01-02 13:41:37 -0800251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_7">
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 OData properties are marked as required, and integer properties are marked as integer rather than number."/>
254 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_6.ManagerAccount"/>
255 </Schema>
256
Ed Tanouscb103132019-10-08 11:34:22 -0700257 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_8">
258 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259 <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."/>
260 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_7.ManagerAccount"/>
261 </Schema>
262
263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_9">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265 <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."/>
266 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_8.ManagerAccount"/>
267 </Schema>
268
Gunnar Mills09b9d452020-02-11 13:27:39 -0600269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_10">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
272 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_9.ManagerAccount"/>
273 </Schema>
274
Gunnar Mills844b4152020-06-22 12:44:09 -0500275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_11">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
278 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_10.ManagerAccount"/>
279 </Schema>
280
Gunnar Mills10f270b2021-05-19 15:34:06 -0500281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_12">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
284 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_11.ManagerAccount"/>
285 </Schema>
286
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_0_13">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
290 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_12.ManagerAccount"/>
291 </Schema>
292
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_0">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600295 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500296
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_0_4.ManagerAccount">
298 <Property Name="Actions" Type="ManagerAccount.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500299 <Annotation Term="OData.Description" String="The available actions for this resource."/>
300 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 </Property>
302 </EntityType>
303
304 <ComplexType Name="Actions">
305 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500306 <Annotation Term="OData.Description" String="The available actions for this resource."/>
307 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800308 <Property Name="Oem" Type="ManagerAccount.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500309 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
310 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800311 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 </ComplexType>
313
314 <ComplexType Name="OemActions">
315 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500316 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
317 <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 -0700318 </ComplexType>
319 </Schema>
320
321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_1">
322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
324 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_0.ManagerAccount"/>
325 </Schema>
326
327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_2">
328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500329 <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 -0700330 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_1.ManagerAccount"/>
331 </Schema>
332
Ed Tanous530520e2019-01-02 13:41:37 -0800333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_3">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335 <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."/>
336 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_2.ManagerAccount"/>
337 </Schema>
338
Ed Tanouscb103132019-10-08 11:34:22 -0700339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_4">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <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."/>
342 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount"/>
343 </Schema>
344
345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_5">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <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."/>
348 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_4.ManagerAccount"/>
349 </Schema>
350
Gunnar Mills09b9d452020-02-11 13:27:39 -0600351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_6">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
354 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_5.ManagerAccount"/>
355 </Schema>
356
Gunnar Mills844b4152020-06-22 12:44:09 -0500357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_7">
358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_6.ManagerAccount"/>
361 </Schema>
362
Gunnar Mills10f270b2021-05-19 15:34:06 -0500363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_8">
364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
366 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_7.ManagerAccount"/>
367 </Schema>
368
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_1_9">
370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
372 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_8.ManagerAccount"/>
373 </Schema>
374
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_0">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500378
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600379 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_1_3.ManagerAccount">
380 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
381 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800382 <Annotation Term="OData.Description" String="The link to a collection of user identity certificates for this account."/>
383 <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 -0600384 <Annotation Term="OData.AutoExpandReferences"/>
385 </NavigationProperty>
386 </EntityType>
387 </Schema>
388
Ed Tanouscb103132019-10-08 11:34:22 -0700389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_1">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <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."/>
392 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_0.ManagerAccount"/>
393 </Schema>
394
395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_2">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <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."/>
398 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount"/>
399 </Schema>
400
Gunnar Mills09b9d452020-02-11 13:27:39 -0600401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_3">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
404 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_2.ManagerAccount"/>
405 </Schema>
406
Gunnar Mills844b4152020-06-22 12:44:09 -0500407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_4">
408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
410 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_3.ManagerAccount"/>
411 </Schema>
412
Gunnar Mills10f270b2021-05-19 15:34:06 -0500413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_5">
414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
416 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_4.ManagerAccount"/>
417 </Schema>
418
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_2_6">
420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421 <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."/>
422 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_5.ManagerAccount"/>
423 </Schema>
424
Ed Tanouscb103132019-10-08 11:34:22 -0700425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_0">
426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500428
Ed Tanouscb103132019-10-08 11:34:22 -0700429 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_2_1.ManagerAccount">
430 <Property Name="PasswordChangeRequired" Type="Edm.Boolean">
431 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
432 <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 -0500433 <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 -0700434 </Property>
435 </EntityType>
436 </Schema>
437
438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_1">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440 <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."/>
441 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount"/>
442 </Schema>
443
Gunnar Mills09b9d452020-02-11 13:27:39 -0600444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_2">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
446 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
447 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_1.ManagerAccount"/>
448 </Schema>
449
Gunnar Mills844b4152020-06-22 12:44:09 -0500450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_3">
451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
452 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
453 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_2.ManagerAccount"/>
454 </Schema>
455
Gunnar Mills10f270b2021-05-19 15:34:06 -0500456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_4">
457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
458 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
459 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_3.ManagerAccount"/>
460 </Schema>
461
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_3_5">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464 <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."/>
465 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_4.ManagerAccount"/>
466 </Schema>
467
Gunnar Mills6f44b752020-02-06 16:50:51 -0600468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_0">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470 <Annotation Term="Redfish.Release" String="2019.3"/>
471
472 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_3_0.ManagerAccount">
473 <Property Name="SNMP" Type="ManagerAccount.v1_4_0.SNMPUserInfo">
474 <Annotation Term="OData.Description" String="The SNMP settings for this account."/>
475 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP settings for this account when AccountTypes contains `SNMP`."/>
476 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600477 <Property Name="AccountTypes" Type="Collection(ManagerAccount.AccountTypes)">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills60c922d2021-12-01 09:28:53 -0600479 <Annotation Term="OData.Description" String="The list of services in the manager that the account is allowed to access."/>
480 <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 -0600481 <Annotation Term="Redfish.Required"/>
482 </Property>
483 <Property Name="OEMAccountTypes" Type="Collection(Edm.String)">
484 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
485 <Annotation Term="OData.Description" String="The OEM account types."/>
486 <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`."/>
487 </Property>
488 </EntityType>
489
490 <ComplexType Name="SNMPUserInfo">
491 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
492 <Annotation Term="OData.Description" String="The SNMP settings for an account."/>
493 <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP settings for an account."/>
494 <Property Name="AuthenticationKey" Type="Edm.String">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800495 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600496 <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500497 <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 -0600498 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600499 </Property>
500 <Property Name="AuthenticationProtocol" Type="ManagerAccount.v1_4_0.SNMPAuthenticationProtocols">
501 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
502 <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/>
503 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/>
504 </Property>
505 <Property Name="EncryptionKey" Type="Edm.String">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800506 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500507 <Annotation Term="OData.Description" String="The secret encryption key used in SNMPv3."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500508 <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 -0500509 <Annotation Term="Validation.Pattern" String="(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{32})|(^\*+$)"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600510 </Property>
511 <Property Name="EncryptionProtocol" Type="ManagerAccount.v1_4_0.SNMPEncryptionProtocols">
512 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
513 <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/>
514 <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/>
515 </Property>
516 </ComplexType>
517
Gunnar Mills6f44b752020-02-06 16:50:51 -0600518 <EnumType Name="SNMPAuthenticationProtocols">
519 <Member Name="None">
520 <Annotation Term="OData.Description" String="No authentication."/>
521 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
522 </Member>
523 <Member Name="HMAC_MD5">
524 <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
525 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
526 </Member>
527 <Member Name="HMAC_SHA96">
528 <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
529 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
530 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600531 <Member Name="HMAC128_SHA224">
532 <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
533 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
534 <Annotation Term="Redfish.Revisions">
535 <Collection>
536 <Record>
537 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
538 <PropertyValue Property="Version" String="v1_7_0"/>
539 </Record>
540 </Collection>
541 </Annotation>
542 </Member>
543 <Member Name="HMAC192_SHA256">
544 <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
545 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
546 <Annotation Term="Redfish.Revisions">
547 <Collection>
548 <Record>
549 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
550 <PropertyValue Property="Version" String="v1_7_0"/>
551 </Record>
552 </Collection>
553 </Annotation>
554 </Member>
555 <Member Name="HMAC256_SHA384">
556 <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
557 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
558 <Annotation Term="Redfish.Revisions">
559 <Collection>
560 <Record>
561 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
562 <PropertyValue Property="Version" String="v1_7_0"/>
563 </Record>
564 </Collection>
565 </Annotation>
566 </Member>
567 <Member Name="HMAC384_SHA512">
568 <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
569 <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
570 <Annotation Term="Redfish.Revisions">
571 <Collection>
572 <Record>
573 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
574 <PropertyValue Property="Version" String="v1_7_0"/>
575 </Record>
576 </Collection>
577 </Annotation>
578 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600579 </EnumType>
580
581 <EnumType Name="SNMPEncryptionProtocols">
582 <Member Name="None">
583 <Annotation Term="OData.Description" String="No encryption."/>
584 <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
585 </Member>
586 <Member Name="CBC_DES">
587 <Annotation Term="OData.Description" String="CBC-DES encryption."/>
588 <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
589 </Member>
590 <Member Name="CFB128_AES128">
591 <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500592 <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 -0600593 </Member>
594 </EnumType>
595 </Schema>
596
Gunnar Mills09b9d452020-02-11 13:27:39 -0600597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_1">
598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599 <Annotation Term="OData.Description" String="This version was created to correct the description for Enabled to remove the tie with Locked."/>
600 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_0.ManagerAccount"/>
601 </Schema>
602
Gunnar Millsa778c022020-05-12 12:20:36 -0500603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_2">
604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
606 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
607 </Schema>
608
Gunnar Mills844b4152020-06-22 12:44:09 -0500609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_3">
610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
612 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_2.ManagerAccount"/>
613 </Schema>
614
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_4">
616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
618 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_3.ManagerAccount"/>
619 </Schema>
620
Gunnar Mills10f270b2021-05-19 15:34:06 -0500621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_5">
622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
624 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_4.ManagerAccount"/>
625 </Schema>
626
Gunnar Mills60c922d2021-12-01 09:28:53 -0600627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_6">
628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
630 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_5.ManagerAccount"/>
631 </Schema>
632
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_4_7">
634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635 <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."/>
636 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_6.ManagerAccount"/>
637 </Schema>
638
Gunnar Mills09b9d452020-02-11 13:27:39 -0600639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_0">
640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641 <Annotation Term="Redfish.Release" String="2019.4"/>
642
643 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_4_1.ManagerAccount"/>
644
645 <ComplexType Name="SNMPUserInfo" BaseType="ManagerAccount.v1_4_0.SNMPUserInfo">
646 <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false">
647 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
648 <Annotation Term="OData.Description" String="Indicates if the AuthenticationKey property is set."/>
649 <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`."/>
650 </Property>
651 <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false">
652 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
653 <Annotation Term="OData.Description" String="Indicates if the EncryptionKey property is set."/>
654 <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`."/>
655 </Property>
656 </ComplexType>
657 </Schema>
658
Gunnar Millsa778c022020-05-12 12:20:36 -0500659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_1">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661 <Annotation Term="OData.Description" String="This version was created to correct the description for AuthenticationKey, EncryptionKey, and CFB128_AES128."/>
662 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_0.ManagerAccount"/>
663 </Schema>
664
Gunnar Mills844b4152020-06-22 12:44:09 -0500665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_2">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
667 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
668 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount"/>
669 </Schema>
670
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_3">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
674 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_2.ManagerAccount"/>
675 </Schema>
676
Gunnar Mills10f270b2021-05-19 15:34:06 -0500677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_4">
678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
680 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_3.ManagerAccount"/>
681 </Schema>
682
Gunnar Mills60c922d2021-12-01 09:28:53 -0600683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_5">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
686 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_4.ManagerAccount"/>
687 </Schema>
688
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_5_6">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <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."/>
692 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_5.ManagerAccount"/>
693 </Schema>
694
Gunnar Millsa778c022020-05-12 12:20:36 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_0">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <Annotation Term="Redfish.Release" String="2020.1"/>
698 <Annotation Term="OData.Description" String="This version was created to add the PasswordExpiration property."/>
699
700 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_5_1.ManagerAccount">
701 <Property Name="PasswordExpiration" Type="Edm.DateTimeOffset" Nullable="true">
702 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
703 <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 -0500704 <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 -0500705 </Property>
706 </EntityType>
707 </Schema>
708
Gunnar Mills844b4152020-06-22 12:44:09 -0500709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_1">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
712 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_0.ManagerAccount"/>
713 </Schema>
714
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_2">
716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
717 <Annotation Term="OData.Description" String="This version was created to correct the description for EncryptionKey."/>
718 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_1.ManagerAccount"/>
719 </Schema>
720
Gunnar Mills10f270b2021-05-19 15:34:06 -0500721 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_3">
722 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
723 <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."/>
724 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount"/>
725 </Schema>
726
Gunnar Mills60c922d2021-12-01 09:28:53 -0600727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_4">
728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
729 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
730 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_3.ManagerAccount"/>
731 </Schema>
732
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_6_5">
734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735 <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."/>
736 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_4.ManagerAccount"/>
737 </Schema>
738
Gunnar Mills262d7d42021-01-20 16:28:41 -0600739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_0">
740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741 <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."/>
742 <Annotation Term="Redfish.Release" String="2020.4"/>
743
744 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_6_2.ManagerAccount">
745 <Property Name="StrictAccountTypes" Type="Edm.Boolean">
746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
747 <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 -0500748 <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."/>
749 </Property>
750 </EntityType>
751 </Schema>
752
753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_1">
754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755 <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."/>
756 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_0.ManagerAccount"/>
757 </Schema>
758
Gunnar Mills60c922d2021-12-01 09:28:53 -0600759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_2">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
762 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount"/>
763 </Schema>
764
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_7_3">
766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767 <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."/>
768 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_2.ManagerAccount"/>
769 </Schema>
770
Gunnar Mills10f270b2021-05-19 15:34:06 -0500771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_0">
772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773 <Annotation Term="Redfish.Release" String="2021.1"/>
774 <Annotation Term="OData.Description" String="This version was created to add the AccountExpiration property."/>
775
776 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_7_1.ManagerAccount">
777 <Property Name="AccountExpiration" Type="Edm.DateTimeOffset">
778 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
779 <Annotation Term="OData.Description" String="Indicates the date and time when this account expires. If `null`, the account never expires."/>
780 <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."/>
781 </Property>
782 <Property Name="HostBootstrapAccount" Type="Edm.Boolean" Nullable="false">
783 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
784 <Annotation Term="OData.Description" String="An indication of whether this account is a bootstrap account for the host interface."/>
785 <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 -0600786 </Property>
787 </EntityType>
788 </Schema>
789
Gunnar Mills60c922d2021-12-01 09:28:53 -0600790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_1">
791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
792 <Annotation Term="OData.Description" String="This version was created to update the descriptions of the resource and the AccountTypes property to clarify intended usage."/>
793 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_0.ManagerAccount"/>
794 </Schema>
795
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_8_2">
797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
798 <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."/>
799 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount"/>
800 </Schema>
801
Ed Tanoused761212022-09-23 15:03:29 -0700802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_0">
803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
804 <Annotation Term="Redfish.Release" String="2022.1"/>
805
806 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_8_1.ManagerAccount">
807 <NavigationProperty Name="Keys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
808 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
809 <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."/>
810 <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."/>
811 </NavigationProperty>
812 </EntityType>
813 </Schema>
814
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_9_1">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817 <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."/>
818 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_0.ManagerAccount"/>
819 </Schema>
820
821 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerAccount.v1_10_0">
822 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823 <Annotation Term="Redfish.Release" String="2022.3"/>
824
825 <EntityType Name="ManagerAccount" BaseType="ManagerAccount.v1_9_1.ManagerAccount">
826 <Property Name="MFABypass" Type="AccountService.MFABypass">
827 <Annotation Term="OData.Description" String="The multi-factor authentication bypass settings for this account."/>
828 <Annotation Term="OData.LongDescription" String="This property shall contain the multi-factor authentication bypass settings for this account."/>
829 </Property>
830 </EntityType>
831 </Schema>
832
Jason M. Billsea4aa752018-06-05 13:29:11 -0700833 </edmx:DataServices>
834</edmx:Edmx>