1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  AccountService v1.8.0                                               -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2020 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
21    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
25    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerAccountCollection_v1.xml">
32    <edmx:Include Namespace="ManagerAccountCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RoleCollection_v1.xml">
35    <edmx:Include Namespace="RoleCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry_v1.xml">
38    <edmx:Include Namespace="PrivilegeRegistry"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ExternalAccountProviderCollection_v1.xml">
41    <edmx:Include Namespace="ExternalAccountProviderCollection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
44    <edmx:Include Namespace="CertificateCollection"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Privileges_v1.xml">
47    <edmx:Include Namespace="Privileges"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerAccount_v1.xml">
50    <edmx:Include Namespace="ManagerAccount"/>
51  </edmx:Reference>
52
53  <edmx:DataServices>
54
55    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService">
56      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
57
58      <EntityType Name="AccountService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
59        <Annotation Term="OData.Description" String="The AccountService schema defines an account service.  The properties are common to, and enable management of, all user accounts.  The properties include the password requirements and control features, such as account lockout.  The schema also contains links to the manager accounts and roles."/>
60        <Annotation Term="OData.LongDescription" String="This resource shall represent an account service for a Redfish implementation.  The properties are common to, and enable management of, all user accounts.  The properties include the password requirements and control features, such as account lockout."/>
61        <Annotation Term="Capabilities.InsertRestrictions">
62          <Record>
63            <PropertyValue Property="Insertable" Bool="false"/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Capabilities.UpdateRestrictions">
67          <Record>
68            <PropertyValue Property="Updatable" Bool="true"/>
69            <Annotation Term="OData.Description" String="Some properties, such as thresholds and durations, can be updated for the account service."/>
70          </Record>
71        </Annotation>
72        <Annotation Term="Capabilities.DeleteRestrictions">
73          <Record>
74            <PropertyValue Property="Deletable" Bool="false"/>
75          </Record>
76        </Annotation>
77        <Annotation Term="Redfish.Uris">
78          <Collection>
79            <String>/redfish/v1/AccountService</String>
80            <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService</String>
81          </Collection>
82        </Annotation>
83      </EntityType>
84    </Schema>
85
86    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_0">
87      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
88      <Annotation Term="Redfish.Release" String="1.0"/>
89
90      <EntityType Name="AccountService" BaseType="AccountService.AccountService">
91        <Property Name="Status" Type="Resource.Status" Nullable="false">
92          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
93          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
94        </Property>
95        <Property Name="ServiceEnabled" Type="Edm.Boolean">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
97          <Annotation Term="OData.Description" String="An indication of whether the account service is enabled.  If `true`, it is enabled.  If `false`, it is disabled and users cannot be created, deleted, or modified, and new sessions cannot be started.  However, established sessions might still continue to run.  Any service, such as the session service, that attempts to access the disabled account service fails.  However, this does not affect HTTP Basic Authentication connections."/>
98          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the account service is enabled.  If `true`, it is enabled.  If `false`, it is disabled and users cannot be created, deleted, or modified, and new sessions cannot be started.  However, established sessions might still continue to run.  Any service, such as the session service, that attempts to access the disabled account service fails.  However, this does not affect HTTP Basic Authentication connections."/>
99        </Property>
100        <Property Name="AuthFailureLoggingThreshold" Type="Edm.Int64" Nullable="false">
101          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
102          <Annotation Term="OData.Description" String="The number of authorization failures per account that are allowed before the failed attempt is logged to the manager log."/>
103          <Annotation Term="OData.LongDescription" String="This property shall contain the threshold for when an authorization failure is logged.  Logging shall occur after every `n` occurrences of an authorization failure on the same account, where `n` represents the value of this property.  If the value is `0`, logging of authorization failures shall be disabled."/>
104          <Annotation Term="Validation.Minimum" Int="0"/>
105        </Property>
106        <Property Name="MinPasswordLength" Type="Edm.Int64" Nullable="false">
107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
108          <Annotation Term="OData.Description" String="The minimum password length for this account service."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain the minimum password length that the implementation allows for this account service.  This property does not apply to accounts from external account providers."/>
110          <Annotation Term="Validation.Minimum" Int="0"/>
111        </Property>
112        <Property Name="MaxPasswordLength" Type="Edm.Int64" Nullable="false">
113          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
114          <Annotation Term="OData.Description" String="The maximum password length for this account service."/>
115          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum password length that the implementation allows for this account service.  This property does not apply to accounts from external account providers."/>
116          <Annotation Term="Validation.Minimum" Int="0"/>
117        </Property>
118        <Property Name="AccountLockoutThreshold" Type="Edm.Int64" Nullable="true">
119          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
120          <Annotation Term="OData.Description" String="The number of allowed failed login attempts before a user account is locked for a specified duration.  If `0`, the account is never locked."/>
121          <Annotation Term="OData.LongDescription" String="This property shall contain the threshold of failed login attempts before a user account is locked.  If `0`, the account shall never be locked."/>
122          <Annotation Term="Validation.Minimum" Int="0"/>
123        </Property>
124        <Property Name="AccountLockoutDuration" Type="Edm.Int64" Nullable="true">
125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
126          <Annotation Term="OData.Description" String="The period of time, in seconds, that an account is locked after the number of failed login attempts reaches the account lockout threshold, within the period between the last failed login attempt and the reset of the lockout threshold counter.  If this value is `0`, no lockout will occur.  If the AccountLockoutCounterResetEnabled value is `false`, this property is ignored."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the period of time, in seconds, that an account is locked after the number of failed login attempts reaches the AccountLockoutThreshold value, within the AccountLockoutCounterResetAfter window of time.  The value shall be greater than or equal to the AccountLockoutCounterResetAfter value.  If this value is `0`, no lockout shall occur.  If AccountLockoutCounterResetEnabled value is `false`, this property shall be ignored."/>
128          <Annotation Term="Validation.Minimum" Int="0"/>
129          <Annotation Term="Measures.Unit" String="s"/>
130        </Property>
131        <Property Name="AccountLockoutCounterResetAfter" Type="Edm.Int64" Nullable="false">
132          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
133          <Annotation Term="OData.Description" String="The period of time, in seconds, between the last failed login attempt and the reset of the lockout threshold counter.  This value must be less than or equal to the AccountLockoutDuration value.  A reset sets the counter to `0`."/>
134          <Annotation Term="OData.LongDescription" String="This property shall contain the period of time, in seconds, from the last failed login attempt when the AccountLockoutThreshold counter, which counts the number of failed login attempts, is reset to `0`.  Then, AccountLockoutThreshold failures are required before the account is locked.  This value shall be less than or equal to the AccountLockoutDuration value.  The threshold counter also resets to `0` after each successful login.  If the AccountLockoutCounterResetEnabled value is `false`, this property shall be ignored."/>
135          <Annotation Term="Validation.Minimum" Int="0"/>
136          <Annotation Term="Measures.Unit" String="s"/>
137        </Property>
138        <NavigationProperty Name="Accounts" Type="ManagerAccountCollection.ManagerAccountCollection" ContainsTarget="true" Nullable="false">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="The collection of manager accounts."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ManagerAccountCollection."/>
142          <Annotation Term="OData.AutoExpandReferences"/>
143        </NavigationProperty>
144        <NavigationProperty Name="Roles" Type="RoleCollection.RoleCollection" ContainsTarget="true" Nullable="false">
145          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146          <Annotation Term="OData.Description" String="The collection of Redfish roles."/>
147          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RoleCollection."/>
148          <Annotation Term="OData.AutoExpandReferences"/>
149        </NavigationProperty>
150      </EntityType>
151    </Schema>
152
153    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_2">
154      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
155      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
156      <EntityType Name="AccountService" BaseType="AccountService.v1_0_0.AccountService"/>
157    </Schema>
158
159    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_3">
160      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
161      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
162      <EntityType Name="AccountService" BaseType="AccountService.v1_0_2.AccountService"/>
163    </Schema>
164
165    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_4">
166      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
167      <Annotation Term="OData.Description" String="This version was created to fix supported types."/>
168      <EntityType Name="AccountService" BaseType="AccountService.v1_0_3.AccountService"/>
169    </Schema>
170
171    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_5">
172      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
173      <Annotation Term="OData.Description" String="This version was created to fix supported types, which are the ServiceEnabled fixed and long descriptions."/>
174      <EntityType Name="AccountService" BaseType="AccountService.v1_0_4.AccountService"/>
175    </Schema>
176
177    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_6">
178      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
179      <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."/>
180      <EntityType Name="AccountService" BaseType="AccountService.v1_0_5.AccountService"/>
181    </Schema>
182
183    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_7">
184      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185      <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."/>
186      <EntityType Name="AccountService" BaseType="AccountService.v1_0_6.AccountService"/>
187    </Schema>
188
189    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_8">
190      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
191      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
192      <EntityType Name="AccountService" BaseType="AccountService.v1_0_7.AccountService"/>
193    </Schema>
194
195    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_9">
196      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
198      <EntityType Name="AccountService" BaseType="AccountService.v1_0_8.AccountService"/>
199    </Schema>
200
201    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_10">
202      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
204      <EntityType Name="AccountService" BaseType="AccountService.v1_0_9.AccountService"/>
205    </Schema>
206
207    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_11">
208      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209      <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
210      <EntityType Name="AccountService" BaseType="AccountService.v1_0_10.AccountService"/>
211    </Schema>
212
213    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_0">
214      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215      <Annotation Term="Redfish.Release" String="2016.3"/>
216
217      <EntityType Name="AccountService" BaseType="AccountService.v1_0_3.AccountService">
218        <NavigationProperty Name="PrivilegeMap" Type="PrivilegeRegistry.PrivilegeRegistry" ContainsTarget="true" Nullable="false">
219          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220          <Annotation Term="OData.Description" String="The link to the mapping of the privileges required to complete a requested operation on a URI associated with this service."/>
221          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PrivilegeMapping that contains the privileges that are required for a user context to complete a requested operation on a URI associated with this service."/>
222          <Annotation Term="OData.AutoExpandReferences"/>
223        </NavigationProperty>
224      </EntityType>
225    </Schema>
226
227    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_1">
228      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229      <Annotation Term="OData.Description" String="This version was created to fix supported types."/>
230      <EntityType Name="AccountService" BaseType="AccountService.v1_1_0.AccountService"/>
231    </Schema>
232
233    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_2">
234      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235      <Annotation Term="OData.Description" String="This version was created to fix the description for ServiceEnabled."/>
236      <EntityType Name="AccountService" BaseType="AccountService.v1_1_1.AccountService"/>
237    </Schema>
238
239    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_3">
240      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241      <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."/>
242      <EntityType Name="AccountService" BaseType="AccountService.v1_1_2.AccountService"/>
243    </Schema>
244
245    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_4">
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 URI properties use the uri-reference format."/>
248      <EntityType Name="AccountService" BaseType="AccountService.v1_1_3.AccountService"/>
249    </Schema>
250
251    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_5">
252      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
254      <EntityType Name="AccountService" BaseType="AccountService.v1_1_4.AccountService"/>
255    </Schema>
256
257    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_6">
258      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
260      <EntityType Name="AccountService" BaseType="AccountService.v1_1_5.AccountService"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_7">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
266      <EntityType Name="AccountService" BaseType="AccountService.v1_1_6.AccountService"/>
267    </Schema>
268
269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_8">
270      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271      <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
272      <EntityType Name="AccountService" BaseType="AccountService.v1_1_7.AccountService"/>
273    </Schema>
274
275    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_0">
276      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277      <Annotation Term="Redfish.Release" String="2017.1"/>
278
279      <EntityType Name="AccountService" BaseType="AccountService.v1_1_1.AccountService">
280        <Property Name="Actions" Type="AccountService.v1_2_0.Actions" Nullable="false">
281          <Annotation Term="OData.Description" String="The available actions for this resource."/>
282          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
283        </Property>
284      </EntityType>
285
286      <ComplexType Name="Actions">
287        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
288        <Annotation Term="OData.Description" String="The available actions for this resource."/>
289        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
290        <Property Name="Oem" Type="AccountService.v1_2_0.OemActions" Nullable="false">
291          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
292          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
293        </Property>
294      </ComplexType>
295
296      <ComplexType Name="OemActions">
297        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
298        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
299        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
300      </ComplexType>
301    </Schema>
302
303    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_1">
304      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305      <Annotation Term="OData.Description" String="This version was created to fix the description for ServiceEnabled."/>
306      <EntityType Name="AccountService" BaseType="AccountService.v1_2_0.AccountService"/>
307    </Schema>
308
309    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_2">
310      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311      <Annotation Term="OData.Description" String="This version was created to update the descriptions in this schema."/>
312      <EntityType Name="AccountService" BaseType="AccountService.v1_2_1.AccountService"/>
313    </Schema>
314
315    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_3">
316      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317      <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."/>
318      <EntityType Name="AccountService" BaseType="AccountService.v1_2_2.AccountService"/>
319    </Schema>
320
321    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_4">
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 URI properties use the uri-reference format."/>
324      <EntityType Name="AccountService" BaseType="AccountService.v1_2_3.AccountService"/>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_5">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
330      <EntityType Name="AccountService" BaseType="AccountService.v1_2_4.AccountService"/>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_6">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
336      <EntityType Name="AccountService" BaseType="AccountService.v1_2_5.AccountService"/>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_7">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
342      <EntityType Name="AccountService" BaseType="AccountService.v1_2_6.AccountService"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_8">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
348      <EntityType Name="AccountService" BaseType="AccountService.v1_2_7.AccountService"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_0">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="Redfish.Release" String="2018.1"/>
354
355      <EntityType Name="AccountService" BaseType="AccountService.v1_2_2.AccountService">
356        <Property Name="LocalAccountAuth" Type="AccountService.v1_3_0.LocalAccountAuth" Nullable="false">
357          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
358          <Annotation Term="OData.Description" String="An indication of how the service uses the accounts collection within this account service as part of authentication.  The enumerated values describe the details for each mode."/>
359          <Annotation Term="OData.LongDescription" String="This property shall govern how the service uses the manager accounts resource collection within this account service as part of authentication.  The enumerated values describe the details for each mode."/>
360        </Property>
361        <Property Name="LDAP" Type="AccountService.v1_3_0.ExternalAccountProvider" Nullable="false">
362          <Annotation Term="OData.Description" String="The first LDAP external account provider that this account service supports."/>
363          <Annotation Term="OData.LongDescription" String="This property shall contain the first LDAP external account provider that this account service supports.  If the account service supports one or more LDAP services as an external account provider, this entity shall be populated by default.  This entity shall not be present in the additional external account providers resource collection."/>
364        </Property>
365        <Property Name="ActiveDirectory" Type="AccountService.v1_3_0.ExternalAccountProvider" Nullable="false">
366          <Annotation Term="OData.Description" String="The first Active Directory external account provider that this account service supports."/>
367          <Annotation Term="OData.LongDescription" String="This property shall contain the first Active Directory external account provider that this account service supports.  If the account service supports one or more Active Directory services as an external account provider, this entity shall be populated by default.  This entity shall not be present in the additional external account providers resource collection."/>
368        </Property>
369        <NavigationProperty Name="AdditionalExternalAccountProviders" Type="ExternalAccountProviderCollection.ExternalAccountProviderCollection" ContainsTarget="true"  Nullable="false">
370          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
371          <Annotation Term="OData.Description" String="The additional external account providers that this account service uses."/>
372          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ExternalAccountProviderCollection that represents the additional external account providers that this account service uses."/>
373        </NavigationProperty>
374      </EntityType>
375
376      <EnumType Name="LocalAccountAuth">
377        <Member Name="Enabled">
378          <Annotation Term="OData.Description" String="The service authenticates users based on the account service-defined accounts collection."/>
379          <Annotation Term="OData.LongDescription" String="The service shall authenticate users based on the account service-defined manager accounts resource collection."/>
380        </Member>
381        <Member Name="Disabled">
382          <Annotation Term="OData.Description" String="The service never authenticates users based on the account service-defined accounts collection."/>
383          <Annotation Term="OData.LongDescription" String="The service shall never authenticate users based on the account service-defined manager accounts resource collection."/>
384        </Member>
385        <Member Name="Fallback">
386          <Annotation Term="OData.Description" String="The service authenticates users based on the account service-defined accounts collection only if any external account providers are currently unreachable."/>
387          <Annotation Term="OData.LongDescription" String="The service shall authenticate users based on the account service-defined manager accounts resource collection only if any external account providers are currently unreachable."/>
388        </Member>
389        <Member Name="LocalFirst">
390          <Annotation Term="OData.Description" String="The service first authenticates users based on the account service-defined accounts collection.  If authentication fails, the service authenticates by using external account providers."/>
391          <Annotation Term="OData.LongDescription" String="The service shall first authenticate users based on the account service-defined manager accounts resource collection.  If authentication fails, the service shall authenticate by using external account providers."/>
392          <Annotation Term="Redfish.Revisions">
393            <Collection>
394              <Record>
395                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
396                <PropertyValue Property="Version" String="v1_6_0"/>
397              </Record>
398            </Collection>
399          </Annotation>
400        </Member>
401      </EnumType>
402
403      <ComplexType Name="ExternalAccountProvider">
404        <Annotation Term="OData.Description" String="The external account provider services that can provide accounts for this manager to use for authentication."/>
405        <Annotation Term="OData.LongDescription" String="This type shall contain properties that represent external account provider services that can provide accounts for this manager to use for authentication."/>
406        <Property Name="AccountProviderType" Type="AccountService.v1_3_0.AccountProviderTypes">
407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
408          <Annotation Term="OData.Description" String="The type of external account provider to which this service connects."/>
409          <Annotation Term="OData.LongDescription" String="This property shall contain the type of external account provider to which this service connects."/>
410          <Annotation Term="Redfish.Revisions">
411            <Collection>
412              <Record>
413                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
414                <PropertyValue Property="Version" String="v1_5_0"/>
415                <PropertyValue Property="Description" String="This property is deprecated because the account provider type is known when used in the LDAP and ActiveDirectory objects."/>
416              </Record>
417            </Collection>
418          </Annotation>
419        </Property>
420        <Property Name="ServiceEnabled" Type="Edm.Boolean">
421          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
422          <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
423          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
424        </Property>
425        <Property Name="ServiceAddresses" Type="Collection(Edm.String)">
426          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
427          <Annotation Term="OData.Description" String="The addresses of the user account providers to which this external account provider links.  The format of this field depends on the type of external account provider."/>
428          <Annotation Term="OData.LongDescription" String="This property shall contain the addresses of the account providers to which this external account provider links.  The format of this field depends on the type of external account provider.  Each item in the array shall contain a single address.  Services can define their own behavior for managing multiple addresses."/>
429        </Property>
430        <Property Name="Authentication" Type="AccountService.v1_3_0.Authentication" Nullable="false">
431          <Annotation Term="OData.Description" String="The authentication information for the external account provider."/>
432          <Annotation Term="OData.LongDescription" String="This property shall contain the authentication information for the external account provider."/>
433        </Property>
434        <Property Name="LDAPService" Type="AccountService.v1_3_0.LDAPService" Nullable="false">
435          <Annotation Term="OData.Description" String="The additional mapping information needed to parse a generic LDAP service."/>
436          <Annotation Term="OData.LongDescription" String="This property shall contain any additional mapping information needed to parse a generic LDAP service.  This property should only be present inside the LDAP property."/>
437        </Property>
438        <Property Name="RemoteRoleMapping" Type="Collection(AccountService.v1_3_0.RoleMapping)">
439          <Annotation Term="OData.Description" String="The mapping rules to convert the external account providers account information to the local Redfish role."/>
440          <Annotation Term="OData.LongDescription" String="This property shall contain a set of the mapping rules that are used to convert the external account providers account information to the local Redfish role."/>
441        </Property>
442      </ComplexType>
443
444      <EnumType Name="AccountProviderTypes">
445        <Member Name="RedfishService">
446          <Annotation Term="OData.Description" String="An external Redfish service."/>
447          <Annotation Term="OData.LongDescription" String="The external account provider shall be a DMTF Redfish Specification-conformant service.  The ServiceAddresses format shall contain a set of URIs that correspond to a Redfish account service."/>
448        </Member>
449        <Member Name="ActiveDirectoryService">
450          <Annotation Term="OData.Description" String="An external Active Directory service."/>
451          <Annotation Term="OData.LongDescription" String="The external account provider shall be a Microsoft Active Directory Technical Specification-conformant service.  The ServiceAddresses format shall contain a set of fully qualified domain names (FQDN) or NetBIOS names that links to the set of domain servers for the Active Directory service."/>
452        </Member>
453        <Member Name="LDAPService">
454          <Annotation Term="OData.Description" String="A generic external LDAP service."/>
455          <Annotation Term="OData.LongDescription" String="The external account provider shall be an RFC4511-conformant service.  The ServiceAddresses format shall contain a set of fully qualified domain names (FQDN) that links to the set of LDAP servers for the service."/>
456        </Member>
457        <Member Name="OEM">
458          <Annotation Term="OData.Description" String="An OEM-specific external authentication or directory service."/>
459        </Member>
460        <Member Name="TACACSplus">
461          <Annotation Term="OData.Description" String="An external TACACS+ service."/>
462          <Annotation Term="OData.LongDescription" String="The external account provider shall be an RFC8907-conformant service.  The ServiceAddresses format shall contain a set of host:port that correspond to a TACACS+ service and where the format for host and port are defined in RFC3986."/>
463          <Annotation Term="Redfish.Revisions">
464            <Collection>
465              <Record>
466                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
467                <PropertyValue Property="Version" String="v1_8_0"/>
468              </Record>
469            </Collection>
470          </Annotation>
471        </Member>
472      </EnumType>
473
474      <ComplexType Name="Authentication">
475        <Annotation Term="OData.Description" String="The information required to authenticate to the external service."/>
476        <Annotation Term="OData.LongDescription" String="This type shall contain the information required to authenticate to the external service."/>
477        <Property Name="AuthenticationType" Type="AccountService.v1_3_0.AuthenticationTypes">
478          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
479          <Annotation Term="OData.Description" String="The type of authentication used to connect to the external account provider."/>
480          <Annotation Term="OData.LongDescription" String="This property shall contain the type of authentication used to connect to the external account provider."/>
481        </Property>
482        <Property Name="Username" Type="Edm.String" Nullable="false">
483          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
484          <Annotation Term="OData.Description" String="The user name for the service."/>
485          <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this service."/>
486        </Property>
487        <Property Name="Password" Type="Edm.String">
488          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
489          <Annotation Term="OData.Description" String="The password for this service.  A PATCH or PUT request writes the password.  This property is `null` in responses."/>
490          <Annotation Term="OData.LongDescription" String="This property shall contain the password for this service.  A PATCH or PUT operation writes the password.  The value shall be `null` in responses."/>
491        </Property>
492        <Property Name="Token" Type="Edm.String">
493          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
494          <Annotation Term="OData.Description" String="The token for this service.  A PATCH or PUT operation writes the token.  This property is `null` in responses."/>
495          <Annotation Term="OData.LongDescription" String="This property shall contain the token for this service.  A PATCH or PUT operation writes the token.  The value shall be `null` in responses."/>
496        </Property>
497        <Property Name="KerberosKeytab" Type="Edm.String">
498          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
499          <Annotation Term="OData.Description" String="The Base64-encoded version of the Kerberos keytab for this service.  A PATCH or PUT operation writes the keytab.  This property is `null` in responses."/>
500          <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded version of the Kerberos keytab for this service.  A PATCH or PUT operation writes the keytab.  The value shall be `null` in responses."/>
501        </Property>
502        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
503          <Annotation Term="OData.Description" String="The OEM extension property."/>
504          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
505        </Property>
506      </ComplexType>
507
508      <EnumType Name="AuthenticationTypes">
509        <Member Name="Token">
510          <Annotation Term="OData.Description" String="An opaque authentication token."/>
511        </Member>
512        <Member Name="KerberosKeytab">
513          <Annotation Term="OData.Description" String="A Kerberos keytab."/>
514        </Member>
515        <Member Name="UsernameAndPassword">
516          <Annotation Term="OData.Description" String="A user name and password combination."/>
517        </Member>
518        <Member Name="OEM">
519          <Annotation Term="OData.Description" String="An OEM-specific authentication mechanism."/>
520        </Member>
521      </EnumType>
522
523      <ComplexType Name="LDAPService">
524        <Annotation Term="OData.Description" String="The settings required to parse a generic LDAP service."/>
525        <Annotation Term="OData.LongDescription" String="This type shall contain all required settings to parse a generic LDAP service."/>
526        <Property Name="SearchSettings" Type="AccountService.v1_3_0.LDAPSearchSettings" Nullable="false">
527          <Annotation Term="OData.Description" String="The required settings to search an external LDAP service."/>
528          <Annotation Term="OData.LongDescription" String="This property shall contain the required settings to search an external LDAP service."/>
529        </Property>
530        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
531          <Annotation Term="OData.Description" String="The OEM extension property."/>
532          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
533        </Property>
534      </ComplexType>
535
536      <ComplexType Name="LDAPSearchSettings">
537        <Annotation Term="OData.Description" String="The settings to search a generic LDAP service."/>
538        <Annotation Term="OData.LongDescription" String="This type shall contain all required settings to search a generic LDAP service."/>
539        <Property Name="BaseDistinguishedNames" Type="Collection(Edm.String)">
540          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
541          <Annotation Term="OData.Description" String="The base distinguished names to use to search an external LDAP service."/>
542          <Annotation Term="OData.LongDescription" String="This property shall contain an array of base distinguished names to use to search an external LDAP service."/>
543        </Property>
544        <Property Name="UsernameAttribute" Type="Edm.String">
545          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
546          <Annotation Term="OData.Description" String="The attribute name that contains the LDAP user name entry."/>
547          <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the LDAP user name."/>
548        </Property>
549        <Property Name="GroupNameAttribute" Type="Edm.String">
550          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
551          <Annotation Term="OData.Description" String="The attribute name that contains the LDAP group name entry."/>
552          <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the LDAP group name."/>
553        </Property>
554        <Property Name="GroupsAttribute" Type="Edm.String">
555          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
556          <Annotation Term="OData.Description" String="The attribute name that contains the groups for a user on the LDAP user entry."/>
557          <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the groups for an LDAP user entry."/>
558        </Property>
559      </ComplexType>
560
561      <ComplexType Name="RoleMapping">
562        <Annotation Term="OData.Description" String="The mapping rules that are used to convert the external account providers account information to the local Redfish role."/>
563        <Annotation Term="OData.LongDescription" String="This type shall contain mapping rules that are used to convert the external account providers account information to the local Redfish role."/>
564        <Property Name="RemoteGroup" Type="Edm.String">
565          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
566          <Annotation Term="OData.Description" String="The name of the remote group, or the remote role in the case of a Redfish service, that maps to the local Redfish role to which this entity links."/>
567          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the remote group, or the remote role in the case of a Redfish service, that maps to the local Redfish role to which this entity links."/>
568        </Property>
569        <Property Name="RemoteUser" Type="Edm.String">
570          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
571          <Annotation Term="OData.Description" String="The name of the remote user that maps to the local Redfish role to which this entity links."/>
572          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the remote user that maps to the local Redfish role to which this entity links."/>
573        </Property>
574        <Property Name="LocalRole" Type="Edm.String">
575          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
576          <Annotation Term="OData.Description" String="The name of the local Redfish role to which to map the remote user or group."/>
577          <Annotation Term="OData.LongDescription" String="This property shall contain the RoleId property value within a role resource on this Redfish service to which to map the remote user or group."/>
578        </Property>
579        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
580          <Annotation Term="OData.Description" String="The OEM extension property."/>
581          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
582        </Property>
583      </ComplexType>
584    </Schema>
585
586    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_1">
587      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588      <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."/>
589      <EntityType Name="AccountService" BaseType="AccountService.v1_3_0.AccountService"/>
590    </Schema>
591
592    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_2">
593      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594      <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.  It also clarifies property descriptions in LDAPSearchSettings and adds a missing term to several properties to disallow them from being `null`."/>
595      <EntityType Name="AccountService" BaseType="AccountService.v1_3_1.AccountService"/>
596    </Schema>
597
598    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_3">
599      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600      <Annotation Term="OData.Description" String="This version was created to update the description of the Password, Token, and KerberosKeytab properties.  It was also created to clarify the usage of the LDAPService property."/>
601      <EntityType Name="AccountService" BaseType="AccountService.v1_3_2.AccountService"/>
602    </Schema>
603
604    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_4">
605      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
607      <EntityType Name="AccountService" BaseType="AccountService.v1_3_3.AccountService"/>
608    </Schema>
609
610    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_5">
611      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
612      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
613      <EntityType Name="AccountService" BaseType="AccountService.v1_3_4.AccountService"/>
614    </Schema>
615
616    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_6">
617      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
618      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
619      <EntityType Name="AccountService" BaseType="AccountService.v1_3_5.AccountService"/>
620    </Schema>
621
622    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_7">
623      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
624      <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
625      <EntityType Name="AccountService" BaseType="AccountService.v1_3_6.AccountService"/>
626    </Schema>
627
628    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_0">
629      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
630      <Annotation Term="Redfish.Release" String="2018.3"/>
631
632      <EntityType Name="AccountService" BaseType="AccountService.v1_3_1.AccountService"/>
633
634      <ComplexType Name="ExternalAccountProvider" BaseType="AccountService.v1_3_0.ExternalAccountProvider">
635        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
636          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
637          <Annotation Term="OData.Description" String="The link to a collection of certificates that the external account provider uses."/>
638          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates the external account provider uses."/>
639          <Annotation Term="OData.AutoExpandReferences"/>
640        </NavigationProperty>
641      </ComplexType>
642    </Schema>
643
644    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_1">
645      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646      <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.  It also clarifies property descriptions in LDAPSearchSettings and adds a missing term to several properties to disallow them from being `null`."/>
647      <EntityType Name="AccountService" BaseType="AccountService.v1_4_0.AccountService"/>
648    </Schema>
649
650    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_2">
651      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652      <Annotation Term="OData.Description" String="This version was created to update the description of the Password, Token, and KerberosKeytab properties.  It was also created to clarify the usage of the LDAPService property."/>
653      <EntityType Name="AccountService" BaseType="AccountService.v1_4_1.AccountService"/>
654    </Schema>
655
656    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_3">
657      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
659      <EntityType Name="AccountService" BaseType="AccountService.v1_4_2.AccountService"/>
660    </Schema>
661
662    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_4">
663      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
665      <EntityType Name="AccountService" BaseType="AccountService.v1_4_3.AccountService"/>
666    </Schema>
667
668    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_5">
669      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
670      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
671      <EntityType Name="AccountService" BaseType="AccountService.v1_4_4.AccountService"/>
672    </Schema>
673
674    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_0">
675      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
676      <Annotation Term="Redfish.Release" String="2019.1"/>
677      <Annotation Term="OData.Description" String="This version was created to add the AccountLockoutCounterResetEnabled property, update the long descriptions of the AccountLockoutCounterResetAfter and AccountLockoutDuration properties, and deprecate the AccountProviderType property."/>
678
679      <EntityType Name="AccountService" BaseType="AccountService.v1_4_1.AccountService">
680        <Property Name="AccountLockoutCounterResetEnabled" Type="Edm.Boolean" Nullable="false">
681          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
682          <Annotation Term="OData.Description" String="An indication of whether the threshold counter is reset after AccountLockoutCounterResetAfter expires.  If `true`, it is reset.  If `false`, only a successful login resets the threshold counter and if the user reaches the AccountLockoutThreshold limit, the account will be locked out indefinitely and only an administrator-issued reset clears the threshold counter.  If this property is absent, the default is `true`."/>
683          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the threshold counter is reset after the AccountLockoutCounterResetAfter expires.  If `true`, it is reset.  If `false`, only a successful login resets the threshold counter and if the user reaches the AccountLockoutThreshold limit, the account shall be locked out indefinitely and only an administrator-issued reset clears the threshold counter.  If this property is absent, the default is `true`."/>
684        </Property>
685      </EntityType>
686    </Schema>
687
688    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_1">
689      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
690      <Annotation Term="OData.Description" String="This version was created to update the description of the Password, Token, and KerberosKeytab properties.  It was also created to clarify the usage of the LDAPService property."/>
691      <EntityType Name="AccountService" BaseType="AccountService.v1_5_0.AccountService"/>
692    </Schema>
693
694    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_2">
695      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
696      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
697      <EntityType Name="AccountService" BaseType="AccountService.v1_5_1.AccountService"/>
698    </Schema>
699
700    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_3">
701      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
702      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
703      <EntityType Name="AccountService" BaseType="AccountService.v1_5_2.AccountService"/>
704    </Schema>
705
706    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_4">
707      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
708      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
709      <EntityType Name="AccountService" BaseType="AccountService.v1_5_3.AccountService"/>
710    </Schema>
711
712    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_6_0">
713      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
714      <Annotation Term="Redfish.Release" String="2019.2"/>
715      <Annotation Term="OData.Description" String="This version was created to add LocalFirst to the LocalAccountAuth enumeration."/>
716
717      <EntityType Name="AccountService" BaseType="AccountService.v1_5_1.AccountService"/>
718    </Schema>
719
720    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_6_1">
721      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
723      <EntityType Name="AccountService" BaseType="AccountService.v1_6_0.AccountService"/>
724    </Schema>
725
726    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_6_2">
727      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
729      <EntityType Name="AccountService" BaseType="AccountService.v1_6_1.AccountService"/>
730    </Schema>
731
732    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_6_3">
733      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
735      <EntityType Name="AccountService" BaseType="AccountService.v1_6_2.AccountService"/>
736    </Schema>
737
738    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_7_0">
739      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740      <Annotation Term="Redfish.Release" String="2019.4"/>
741
742      <EntityType Name="AccountService" BaseType="AccountService.v1_6_0.AccountService"/>
743
744      <ComplexType Name="ExternalAccountProvider" BaseType="AccountService.v1_4_0.ExternalAccountProvider">
745        <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
746          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
747          <Annotation Term="OData.Description" String="Indicates if the Password property is set."/>
748          <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the Password property.  Otherwise, the property shall contain `false`."/>
749        </Property>
750      </ComplexType>
751    </Schema>
752
753    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_7_1">
754      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755      <Annotation Term="OData.Description" String="This version was created to clarify the description for AuthFailureLoggingThreshold."/>
756      <EntityType Name="AccountService" BaseType="AccountService.v1_7_0.AccountService"/>
757    </Schema>
758
759    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_7_2">
760      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for MinPasswordLength and MaxPasswordLength to state they do not apply to accounts from external account providers.  It was also updated to make MinPasswordLength and MaxPasswordLength writable.  The description for AuthFailureLoggingThreshold was also updated to clarify that the threshold applies to authentication failures per account."/>
762      <EntityType Name="AccountService" BaseType="AccountService.v1_7_1.AccountService"/>
763    </Schema>
764
765    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_7_3">
766      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
768      <EntityType Name="AccountService" BaseType="AccountService.v1_7_2.AccountService"/>
769    </Schema>
770
771    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_8_0">
772      <Annotation Term="Redfish.Release" String="2020.4"/>
773      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
774      <Annotation Term="OData.Description" String="This version was created to add TACACS+ support and SupportedAccountTypes."/>
775
776      <EntityType Name="AccountService" BaseType="AccountService.v1_7_3.AccountService">
777        <Property Name="TACACSplus" Type="AccountService.v1_8_0.ExternalAccountProvider">
778          <Annotation Term="OData.Description" String="The first TACACS+ external account provider that this account service supports."/>
779          <Annotation Term="OData.LongDescription" String="This property shall contain the first TACACS+ external account provider that this account service supports.  If the account service supports one or more TACACS+ services as an external account provider, this entity shall be populated by default.  This entity shall not be present in the additional external account providers resource collection."/>
780        </Property>
781        <Property Name="SupportedAccountTypes" Type="Collection(ManagerAccount.AccountTypes)" Nullable="false">
782          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
783          <Annotation Term="OData.Description" String="The account types supported by the service."/>
784          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the account types supported by the service."/>
785        </Property>
786        <Property Name="SupportedOEMAccountTypes" Type="Collection(Edm.String)" Nullable="false">
787          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
788          <Annotation Term="OData.Description" String="The OEM account types supported by the service."/>
789          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the OEM account types supported by the service."/>
790        </Property>
791        <Property Name="RestrictedPrivileges" Type="Collection(Privileges.PrivilegeType)" Nullable="false">
792          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
793          <Annotation Term="OData.Description" String="The set of restricted Redfish privileges."/>
794          <Annotation Term="OData.LongDescription" String="This property shall contain an array of Redfish privileges that are restricted by the service."/>
795        </Property>
796        <Property Name="RestrictedOemPrivileges" Type="Collection(Edm.String)" Nullable="false">
797          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
798          <Annotation Term="OData.Description" String="The set of restricted OEM privileges."/>
799          <Annotation Term="OData.LongDescription" String="This property shall contain an array of OEM privileges that are restricted by the service."/>
800        </Property>
801      </EntityType>
802
803      <ComplexType Name="ExternalAccountProvider" BaseType="AccountService.v1_7_0.ExternalAccountProvider">
804        <Property Name="TACACSplusService" Type="AccountService.v1_8_0.TACACSplusService">
805          <Annotation Term="OData.Description" String="The additional information needed to parse a TACACS+ services."/>
806          <Annotation Term="OData.LongDescription" String="This property shall contain additional information needed to parse a TACACS+ services. This property should only be present inside a TACACSplus property."/>
807        </Property>
808        <Property Name="Priority" Type="Edm.Int64">
809          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
810          <Annotation Term="OData.Description" String="The authentication priority for the external account provider."/>
811          <Annotation Term="OData.LongDescription" String="This property shall contain the assigned priority for the specified external account provider.  The value `0` value shall indicate the highest priority.  Increasing values shall represent decreasing priority.  If an external provider does not have a priority assignment or two or more external providers have the same priority, the behavior shall be determined by the Redfish service.  The priority is used to determine the order of authentication and authorization for each external account provider."/>
812          <Annotation Term="Validation.Minimum" Int="0"/>
813        </Property>
814      </ComplexType>
815
816      <ComplexType Name="Authentication" BaseType="AccountService.v1_3_0.Authentication">
817        <Property Name="EncryptionKey" Type="Edm.String">
818          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
819          <Annotation Term="OData.Description" String="Specifies the encryption key."/>
820          <Annotation Term="OData.LongDescription" String="This property shall contain the value of a symmetric encryption key for account services that support some form of encryption, obfuscation, or authentication such as TACACS+.  The value shall be `null` in responses.  The property shall accept a hexadecimal string whose length depends on the external account service, such as TACACS+.  A TACACS+ service shall use this property to specify the secret key as defined in RFC8907."/>
821          <Annotation Term="Validation.Pattern" String="^[0-9a-fA-F]+$"/>
822        </Property>
823       <Property Name="EncryptionKeySet" Type="Edm.Boolean">
824          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
825          <Annotation Term="OData.Description" String="Indicates if the EncryptionKey property is set."/>
826          <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`.  For a TACACS+ service, the value `false` shall indicate data obfuscation, as defined in section 4.5 of RFC8907, is disabled."/>
827        </Property>
828      </ComplexType>
829
830      <ComplexType Name="TACACSplusService">
831        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
832        <Annotation Term="OData.Description" String="Various settings to parse a TACACS+ service."/>
833        <Annotation Term="OData.LongDescription" String="This type shall contain settings for parsing a TACACS+ service."/>
834        <Property Name="PrivilegeLevelArgument" Type="Edm.String">
835          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
836          <Annotation Term="OData.Description" String="Indicates the name of the TACACS+ argument name in an authorization request."/>
837          <Annotation Term="OData.LongDescription" String="This property shall specify the name of the argument in a TACACS+ Authorization REPLY packet body, as defined in RFC8907, that contains the user's privilege level."/>
838        </Property>
839        <Property Name="PasswordExchangeProtocols" Type="Collection(AccountService.v1_8_0.TACACSplusPasswordExchangeProtocol)">
840          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
841          <Annotation Term="OData.Description" String="Indicates the allowed TACACS+ password exchange protocols."/>
842          <Annotation Term="OData.LongDescription" String="This property shall indicate all the allowed TACACS+ password exchange protocol described under section 5.4.2 of RFC8907."/>
843        </Property>
844      </ComplexType>
845
846      <EnumType Name="TACACSplusPasswordExchangeProtocol">
847        <Member Name="ASCII">
848          <Annotation Term="OData.Description" String="The ASCII Login method."/>
849          <Annotation Term="OData.LongDescription" String="This value shall indicate the ASCII Login flow as described under section 5.4.2 of RFC8907."/>
850        </Member>
851        <Member Name="PAP">
852          <Annotation Term="OData.Description" String="The PAP Login method."/>
853          <Annotation Term="OData.LongDescription" String="This value shall indicate the PAP Login flow as described under section 5.4.2 of RFC8907."/>
854        </Member>
855        <Member Name="CHAP">
856          <Annotation Term="OData.Description" String="The CHAP Login method."/>
857          <Annotation Term="OData.LongDescription" String="This value shall indicate the CHAP Login flow as described under section 5.4.2 of RFC8907."/>
858        </Member>
859        <Member Name="MSCHAPv1">
860          <Annotation Term="OData.Description" String="The MS-CHAP v1 Login method."/>
861          <Annotation Term="OData.LongDescription" String="This value shall indicate the MS-CHAP v1 Login flow as described under section 5.4.2 of RFC8907."/>
862        </Member>
863        <Member Name="MSCHAPv2">
864          <Annotation Term="OData.Description" String="The MS-CHAP v2 Login method."/>
865          <Annotation Term="OData.LongDescription" String="This value shall indicate the MS-CHAP v2 Login flow as described under section 5.4.2 of RFC8907."/>
866        </Member>
867      </EnumType>
868    </Schema>
869
870  </edmx:DataServices>
871</edmx:Edmx>
872