blob: 3009770758aa34f86130a25da2850bd7979387c1 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills09b9d452020-02-11 13:27:39 -06004<!--# Redfish Schema: AccountService v1.7.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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.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>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060043 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
44 <edmx:Include Namespace="CertificateCollection"/>
45 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070046
47 <edmx:DataServices>
48
49 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService">
50 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51
52 <EntityType Name="AccountService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070053 <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."/>
54 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070055 <Annotation Term="Capabilities.InsertRestrictions">
56 <Record>
57 <PropertyValue Property="Insertable" Bool="false"/>
58 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.UpdateRestrictions">
61 <Record>
62 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070063 <Annotation Term="OData.Description" String="Some properties, such as thresholds and durations, can be updated for the Account Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070064 </Record>
65 </Annotation>
66 <Annotation Term="Capabilities.DeleteRestrictions">
67 <Record>
68 <PropertyValue Property="Deletable" Bool="false"/>
69 </Record>
70 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080071 <Annotation Term="Redfish.Uris">
72 <Collection>
73 <String>/redfish/v1/AccountService</String>
74 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService</String>
75 </Collection>
76 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070077 </EntityType>
78
79 </Schema>
80
81 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_0">
82 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060083 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084
85 <EntityType Name="AccountService" BaseType="AccountService.AccountService">
Ed Tanous530520e2019-01-02 13:41:37 -080086 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
88 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -080089 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070090 <Property Name="ServiceEnabled" Type="Edm.Boolean">
91 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070092 <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 may 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."/>
93 <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 may 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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094 </Property>
95 <Property Name="AuthFailureLoggingThreshold" Type="Edm.Int64" Nullable="false">
96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <Annotation Term="OData.Description" String="The number of authorization failures that are allowed before the failed attempt is logged to the manager log."/>
98 <Annotation Term="OData.LongDescription" String="This property shall contain the threshold for when an authorization failure is logged. This value represents a modulo function. The failure shall be logged every `n`th occurrence, where `n` represents this property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070099 <Annotation Term="Validation.Minimum" Int="0"/>
100 </Property>
101 <Property Name="MinPasswordLength" Type="Edm.Int64" Nullable="false">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700103 <Annotation Term="OData.Description" String="The minimum password length for this Account Service."/>
104 <Annotation Term="OData.LongDescription" String="This property shall contain the minimum password length that the implementation allows for this Account Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 <Annotation Term="Validation.Minimum" Int="0"/>
106 </Property>
107 <Property Name="MaxPasswordLength" Type="Edm.Int64" Nullable="false">
108 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The maximum password length for this Account Service."/>
110 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum password length that the implementation allows for this Account Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 <Annotation Term="Validation.Minimum" Int="0"/>
112 </Property>
113 <Property Name="AccountLockoutThreshold" Type="Edm.Int64" Nullable="true">
114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700115 <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."/>
116 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 <Annotation Term="Validation.Minimum" Int="0"/>
118 </Property>
119 <Property Name="AccountLockoutDuration" Type="Edm.Int64" Nullable="true">
120 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700121 <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."/>
122 <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 AccountLockoutResetAfter value. If this value is `0`, no lockout shall occur. If AccountLockoutCounterResetEnabled value is `false`, this property shall be ignored."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700123 <Annotation Term="Validation.Minimum" Int="0"/>
124 <Annotation Term="Measures.Unit" String="s"/>
125 </Property>
126 <Property Name="AccountLockoutCounterResetAfter" Type="Edm.Int64" Nullable="false">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <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`."/>
129 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 <Annotation Term="Validation.Minimum" Int="0"/>
131 <Annotation Term="Measures.Unit" String="s"/>
132 </Property>
133 <NavigationProperty Name="Accounts" Type="ManagerAccountCollection.ManagerAccountCollection" ContainsTarget="true" Nullable="false">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.Description" String="The collection of manager accounts."/>
136 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type ManagerAccountCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700137 <Annotation Term="OData.AutoExpandReferences"/>
138 </NavigationProperty>
139 <NavigationProperty Name="Roles" Type="RoleCollection.RoleCollection" ContainsTarget="true" Nullable="false">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700141 <Annotation Term="OData.Description" String="The collection of Redfish Roles."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type RoleCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 <Annotation Term="OData.AutoExpandReferences"/>
144 </NavigationProperty>
145 </EntityType>
146
147 </Schema>
148
149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_2">
150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152 <EntityType Name="AccountService" BaseType="AccountService.v1_0_0.AccountService"/>
153 </Schema>
154
155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_3">
156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
158 <EntityType Name="AccountService" BaseType="AccountService.v1_0_2.AccountService"/>
159 </Schema>
160
161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_4">
162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163 <Annotation Term="OData.Description" String="This version was created to fix supported types."/>
164 <EntityType Name="AccountService" BaseType="AccountService.v1_0_3.AccountService"/>
165 </Schema>
166
167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_5">
168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700169 <Annotation Term="OData.Description" String="This version was created to fix supported types, which are the ServiceEnabled fixed and long descriptions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700170 <EntityType Name="AccountService" BaseType="AccountService.v1_0_4.AccountService"/>
171 </Schema>
172
Ed Tanous530520e2019-01-02 13:41:37 -0800173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_6">
174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
175 <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."/>
176 <EntityType Name="AccountService" BaseType="AccountService.v1_0_5.AccountService"/>
177 </Schema>
178
Ed Tanouscb103132019-10-08 11:34:22 -0700179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_7">
180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181 <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."/>
182 <EntityType Name="AccountService" BaseType="AccountService.v1_0_6.AccountService"/>
183 </Schema>
184
185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_0_8">
186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
187 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
188 <EntityType Name="AccountService" BaseType="AccountService.v1_0_7.AccountService"/>
189 </Schema>
190
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_0">
192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600193 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 <EntityType Name="AccountService" BaseType="AccountService.v1_0_3.AccountService">
195 <NavigationProperty Name="PrivilegeMap" Type="PrivilegeRegistry.PrivilegeRegistry" ContainsTarget="true" Nullable="false">
196 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700197 <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."/>
198 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700199 <Annotation Term="OData.AutoExpandReferences"/>
200 </NavigationProperty>
201 </EntityType>
202 </Schema>
203
204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_1">
205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
206 <Annotation Term="OData.Description" String="This version was created to fix supported types."/>
207 <EntityType Name="AccountService" BaseType="AccountService.v1_1_0.AccountService"/>
208 </Schema>
209
210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_2">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="This version was created to fix the description for ServiceEnabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700213 <EntityType Name="AccountService" BaseType="AccountService.v1_1_1.AccountService"/>
214 </Schema>
215
Ed Tanous530520e2019-01-02 13:41:37 -0800216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_3">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <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."/>
219 <EntityType Name="AccountService" BaseType="AccountService.v1_1_2.AccountService"/>
220 </Schema>
221
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_4">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224 <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."/>
225 <EntityType Name="AccountService" BaseType="AccountService.v1_1_3.AccountService"/>
226 </Schema>
227
228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_1_5">
229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
231 <EntityType Name="AccountService" BaseType="AccountService.v1_1_4.AccountService"/>
232 </Schema>
233
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_0">
235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600236 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700237 <EntityType Name="AccountService" BaseType="AccountService.v1_1_1.AccountService">
238 <Property Name="Actions" Type="AccountService.v1_2_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700239 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
240 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Property>
242 </EntityType>
243
244 <ComplexType Name="Actions">
245 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
247 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800248 <Property Name="Oem" Type="AccountService.v1_2_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
250 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800251 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700252 </ComplexType>
253
254 <ComplexType Name="OemActions">
255 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700256 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
257 <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 -0700258 </ComplexType>
259 </Schema>
260
261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_1">
262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <Annotation Term="OData.Description" String="This version was created to fix the description for ServiceEnabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700264 <EntityType Name="AccountService" BaseType="AccountService.v1_2_0.AccountService"/>
265 </Schema>
266
267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_2">
268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="This version was created to update the descriptions in this schema."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 <EntityType Name="AccountService" BaseType="AccountService.v1_2_1.AccountService"/>
271 </Schema>
272
Ed Tanous530520e2019-01-02 13:41:37 -0800273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_3">
274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
276 <EntityType Name="AccountService" BaseType="AccountService.v1_2_2.AccountService"/>
277 </Schema>
278
Ed Tanouscb103132019-10-08 11:34:22 -0700279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_4">
280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
282 <EntityType Name="AccountService" BaseType="AccountService.v1_2_3.AccountService"/>
283 </Schema>
284
285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_2_5">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
288 <EntityType Name="AccountService" BaseType="AccountService.v1_2_4.AccountService"/>
289 </Schema>
290
Jason M. Billsea4aa752018-06-05 13:29:11 -0700291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_0">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600293 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294
295 <EntityType Name="AccountService" BaseType="AccountService.v1_2_2.AccountService">
296 <Property Name="LocalAccountAuth" Type="AccountService.v1_3_0.LocalAccountAuth" Nullable="false">
297 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700298 <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."/>
299 <Annotation Term="OData.LongDescription" String="This property shall govern how the Service uses the Accounts Resource Collection within this Account Service as part of authentication. The enumerated values describe the details for each mode."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700300 </Property>
301 <Property Name="LDAP" Type="AccountService.v1_3_0.ExternalAccountProvider" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="The first LDAP external account provider that this Account Service supports."/>
303 <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 AdditionalExternalAccountProviders Resource Collection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700304 </Property>
305 <Property Name="ActiveDirectory" Type="AccountService.v1_3_0.ExternalAccountProvider" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Annotation Term="OData.Description" String="The first Active Directory external account provider that this Account Service supports."/>
307 <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 AdditionalExternalAccountProviders Resource Collection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700308 </Property>
309 <NavigationProperty Name="AdditionalExternalAccountProviders" Type="ExternalAccountProviderCollection.ExternalAccountProviderCollection" ContainsTarget="true" Nullable="false">
310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <Annotation Term="OData.Description" String="The additional external account providers that this Account Service uses."/>
312 <Annotation Term="OData.LongDescription" String="This property shall contain the additional external account providers that this Account Service uses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </NavigationProperty>
314 </EntityType>
315
316 <EnumType Name="LocalAccountAuth">
317 <Member Name="Enabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="The service authenticates users based on the Account Service-defined accounts collection."/>
319 <Annotation Term="OData.LongDescription" String="The service shall authenticate users based on the Account Service-defined Accounts Resource Collection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 </Member>
321 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700322 <Annotation Term="OData.Description" String="The service never authenticates users based on the Account Service-defined accounts collection."/>
323 <Annotation Term="OData.LongDescription" String="The service shall never authenticate users based on the Account Service-defined Accounts Resource Collection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700324 </Member>
325 <Member Name="Fallback">
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <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."/>
327 <Annotation Term="OData.LongDescription" String="The service shall authenticate users based on the Account Service-defined Accounts Resource Collection only if any external account providers are currently unreachable."/>
328 </Member>
329 <Member Name="LocalFirst">
330 <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."/>
331 <Annotation Term="OData.LongDescription" String="The service shall first authenticate users based on the Account Service-defined Accounts Resource Collection. If authentication fails, the Service shall authenticate by using external account providers."/>
332 <Annotation Term="Redfish.Revisions">
333 <Collection>
334 <Record>
335 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
336 <PropertyValue Property="Version" String="v1_6_0"/>
337 </Record>
338 </Collection>
339 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 </Member>
341 </EnumType>
342
343 <ComplexType Name="ExternalAccountProvider">
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <Annotation Term="OData.Description" String="The external account provider services that can provide accounts for this manager to use for authentication."/>
345 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700346 <Property Name="AccountProviderType" Type="AccountService.v1_3_0.AccountProviderTypes">
347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700348 <Annotation Term="OData.Description" String="The type of external account provider to which this Service connects."/>
349 <Annotation Term="OData.LongDescription" String="This property shall contain the type of external account provider to which this Service connects."/>
350 <Annotation Term="Redfish.Revisions">
351 <Collection>
352 <Record>
353 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
354 <PropertyValue Property="Version" String="v1_5_0"/>
355 <PropertyValue Property="Description" String="This property is deprecated because the account provider type is known when used in the LDAP and ActiveDirectory objects."/>
356 </Record>
357 </Collection>
358 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700359 </Property>
360 <Property Name="ServiceEnabled" Type="Edm.Boolean">
361 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700362 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
363 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700364 </Property>
365 <Property Name="ServiceAddresses" Type="Collection(Edm.String)">
366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700367 <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."/>
368 <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 may define their own behavior for managing multiple addresses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700369 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <Property Name="Authentication" Type="AccountService.v1_3_0.Authentication" Nullable="false">
371 <Annotation Term="OData.Description" String="The authentication information for the external account provider."/>
372 <Annotation Term="OData.LongDescription" String="This property shall contain the authentication information for the external account provider."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700374 <Property Name="LDAPService" Type="AccountService.v1_3_0.LDAPService" Nullable="false">
375 <Annotation Term="OData.Description" String="The additional mapping information needed to parse a generic LDAP service."/>
376 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700377 </Property>
378 <Property Name="RemoteRoleMapping" Type="Collection(AccountService.v1_3_0.RoleMapping)">
Ed Tanouscb103132019-10-08 11:34:22 -0700379 <Annotation Term="OData.Description" String="The mapping rules to convert the external account providers account information to the local Redfish Role."/>
380 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </Property>
382 </ComplexType>
383
384 <EnumType Name="AccountProviderTypes">
385 <Member Name="RedfishService">
386 <Annotation Term="OData.Description" String="An external Redfish Service."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700387 <Annotation Term="OData.LongDescription" String="The external account provider shall be a DMTF Redfish Specification-comformant service. The ServiceAddresses format shall contain a set of URIs that correspond to a Redfish Account Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 </Member>
389 <Member Name="ActiveDirectoryService">
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="An external Active Directory service."/>
391 <Annotation Term="OData.LongDescription" String="The external account provider shall be a Microsoft Active Directory Technical Specification-comformant 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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700392 </Member>
393 <Member Name="LDAPService">
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="A generic external LDAP service."/>
395 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 </Member>
397 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700398 <Annotation Term="OData.Description" String="An OEM-specific external authentication or directory service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700399 </Member>
400 </EnumType>
401
402 <ComplexType Name="Authentication">
Ed Tanouscb103132019-10-08 11:34:22 -0700403 <Annotation Term="OData.Description" String="The information required to authenticate to the external service."/>
404 <Annotation Term="OData.LongDescription" String="This type shall contain the information required to authenticate to the external service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 <Property Name="AuthenticationType" Type="AccountService.v1_3_0.AuthenticationTypes">
406 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <Annotation Term="OData.Description" String="The type of authentication used to connect to the external account provider."/>
408 <Annotation Term="OData.LongDescription" String="This property shall contain the type of authentication used to connect to the external account provider."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700409 </Property>
410 <Property Name="Username" Type="Edm.String" Nullable="false">
411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="The user name for the Service."/>
413 <Annotation Term="OData.LongDescription" String="This property shall contain the user name for this Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700414 </Property>
415 <Property Name="Password" Type="Edm.String">
416 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700417 <Annotation Term="OData.Description" String="The password for this Service. A PATCH or PUT request writes the password. This property is `null` in responses."/>
418 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700419 </Property>
420 <Property Name="Token" Type="Edm.String">
421 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700422 <Annotation Term="OData.Description" String="The token for this Service. A PATCH or PUT operation writes the token. This property is `null` in responses."/>
423 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 </Property>
425 <Property Name="KerberosKeytab" Type="Edm.String">
426 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700427 <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."/>
428 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700429 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800430 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700431 <Annotation Term="OData.Description" String="The OEM extension property."/>
432 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800433 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700434 </ComplexType>
435
436 <EnumType Name="AuthenticationTypes">
437 <Member Name="Token">
438 <Annotation Term="OData.Description" String="An opaque authentication token."/>
439 </Member>
440 <Member Name="KerberosKeytab">
Ed Tanouscb103132019-10-08 11:34:22 -0700441 <Annotation Term="OData.Description" String="A Kerberos keytab."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700442 </Member>
443 <Member Name="UsernameAndPassword">
Ed Tanouscb103132019-10-08 11:34:22 -0700444 <Annotation Term="OData.Description" String="A user name and password combination."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700445 </Member>
446 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700447 <Annotation Term="OData.Description" String="An OEM-specific authentication mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700448 </Member>
449 </EnumType>
450
451 <ComplexType Name="LDAPService">
Ed Tanouscb103132019-10-08 11:34:22 -0700452 <Annotation Term="OData.Description" String="The settings required to parse a generic LDAP service."/>
453 <Annotation Term="OData.LongDescription" String="This type shall contain all required settings to parse a generic LDAP service."/>
454 <Property Name="SearchSettings" Type="AccountService.v1_3_0.LDAPSearchSettings" Nullable="false">
455 <Annotation Term="OData.Description" String="The required settings to search an external LDAP service."/>
456 <Annotation Term="OData.LongDescription" String="This property shall contain the required settings to search an external LDAP service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700457 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800458 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700459 <Annotation Term="OData.Description" String="The OEM extension property."/>
460 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800461 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700462 </ComplexType>
463
464 <ComplexType Name="LDAPSearchSettings">
Ed Tanouscb103132019-10-08 11:34:22 -0700465 <Annotation Term="OData.Description" String="The settings to search a generic LDAP service."/>
466 <Annotation Term="OData.LongDescription" String="This type shall contain all required settings to search a generic LDAP service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700467 <Property Name="BaseDistinguishedNames" Type="Collection(Edm.String)">
468 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700469 <Annotation Term="OData.Description" String="The base distinguished names to use to search an external LDAP service."/>
470 <Annotation Term="OData.LongDescription" String="This property shall contain an array of base distinguished names to use to search an external LDAP service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700471 </Property>
472 <Property Name="UsernameAttribute" Type="Edm.String">
473 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700474 <Annotation Term="OData.Description" String="The attribute name that contains the LDAP user name entry."/>
475 <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the LDAP user name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700476 </Property>
477 <Property Name="GroupNameAttribute" Type="Edm.String">
478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <Annotation Term="OData.Description" String="The attribute name that contains the LDAP group name entry."/>
480 <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the LDAP group name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700481 </Property>
482 <Property Name="GroupsAttribute" Type="Edm.String">
483 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 <Annotation Term="OData.Description" String="The attribute name that contains the groups for a user on the LDAP user entry."/>
485 <Annotation Term="OData.LongDescription" String="This property shall contain the attribute name that contains the groups for an LDAP user entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700486 </Property>
487 </ComplexType>
488
489 <ComplexType Name="RoleMapping">
Ed Tanouscb103132019-10-08 11:34:22 -0700490 <Annotation Term="OData.Description" String="The mapping rules that are used to convert the external account providers account information to the local Redfish Role."/>
491 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700492 <Property Name="RemoteGroup" Type="Edm.String">
493 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700494 <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."/>
495 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 </Property>
497 <Property Name="RemoteUser" Type="Edm.String">
498 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700499 <Annotation Term="OData.Description" String="The name of the remote user that maps to the local Redfish Role to which this entity links."/>
500 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700501 </Property>
502 <Property Name="LocalRole" Type="Edm.String">
503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700504 <Annotation Term="OData.Description" String="The name of the local Redfish Role to which to map the remote user or group."/>
505 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700506 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800507 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700508 <Annotation Term="OData.Description" String="The OEM extension property."/>
509 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800510 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700511 </ComplexType>
512
513 </Schema>
514
Ed Tanous530520e2019-01-02 13:41:37 -0800515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_1">
516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
517 <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."/>
518 <EntityType Name="AccountService" BaseType="AccountService.v1_3_0.AccountService"/>
519 </Schema>
520
Ed Tanouscb103132019-10-08 11:34:22 -0700521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_2">
522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
523 <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."/>
524 <EntityType Name="AccountService" BaseType="AccountService.v1_3_1.AccountService"/>
525 </Schema>
526
527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_3_3">
528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
529 <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."/>
530 <EntityType Name="AccountService" BaseType="AccountService.v1_3_2.AccountService"/>
531 </Schema>
532
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_0">
534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535 <Annotation Term="Redfish.Release" String="2018.3"/>
536 <EntityType Name="AccountService" BaseType="AccountService.v1_3_1.AccountService"/>
537 <ComplexType Name="ExternalAccountProvider" BaseType="AccountService.v1_3_0.ExternalAccountProvider">
538 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
539 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700540 <Annotation Term="OData.Description" String="The link to a collection of certificates that the external account provider uses."/>
541 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of certificates of the CertificateCollection type that the external account provider uses."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600542 <Annotation Term="OData.AutoExpandReferences"/>
543 </NavigationProperty>
544 </ComplexType>
545 </Schema>
546
Ed Tanouscb103132019-10-08 11:34:22 -0700547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_1">
548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549 <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."/>
550 <EntityType Name="AccountService" BaseType="AccountService.v1_4_0.AccountService"/>
551 </Schema>
552
553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_4_2">
554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
555 <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."/>
556 <EntityType Name="AccountService" BaseType="AccountService.v1_4_1.AccountService"/>
557 </Schema>
558
559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_0">
560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561 <Annotation Term="Redfish.Release" String="2019.1"/>
562 <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."/>
563
564 <EntityType Name="AccountService" BaseType="AccountService.v1_4_1.AccountService">
565 <Property Name="AccountLockoutCounterResetEnabled" Type="Edm.Boolean" Nullable="false">
566 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
567 <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`."/>
568 <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`."/>
569 </Property>
570 </EntityType>
571 </Schema>
572
573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_5_1">
574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575 <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."/>
576 <EntityType Name="AccountService" BaseType="AccountService.v1_5_0.AccountService"/>
577 </Schema>
578
579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_6_0">
580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581 <Annotation Term="Redfish.Release" String="2019.2"/>
582 <Annotation Term="OData.Description" String="This version was created to add LocalFirst to the LocalAccountAuth enum."/>
583
584 <EntityType Name="AccountService" BaseType="AccountService.v1_5_1.AccountService"/>
585 </Schema>
586
Gunnar Mills09b9d452020-02-11 13:27:39 -0600587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AccountService.v1_7_0">
588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589 <Annotation Term="Redfish.Release" String="2019.4"/>
590 <Annotation Term="OData.Description" String="This version was created to add LocalFirst to the LocalAccountAuth enum."/>
591
592 <EntityType Name="AccountService" BaseType="AccountService.v1_6_0.AccountService"/>
593
594 <ComplexType Name="ExternalAccountProvider" BaseType="AccountService.v1_4_0.ExternalAccountProvider">
595 <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
596 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
597 <Annotation Term="OData.Description" String="Indicates if the Password property is set."/>
598 <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`."/>
599 </Property>
600 </ComplexType>
601 </Schema>
602
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 </edmx:DataServices>
604</edmx:Edmx>