blob: 55be74e23a27cb4b2824313215340c687001c742 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07004<!--# Redfish Schema: Session 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 -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070021 <edmx:Include Namespace="Resource"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070022 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070027 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/OutboundConnection_v1.xml">
28 <edmx:Include Namespace="OutboundConnection"/>
29 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070030
31 <edmx:DataServices>
32
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session">
34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36 <EntityType Name="Session" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanoused761212022-09-23 15:03:29 -070037 <Annotation Term="OData.Description" String="The Session resource describes a single connection (session) between a client and a Redfish service instance."/>
38 <Annotation Term="OData.LongDescription" String="This resource shall represent a session for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070039 <Annotation Term="Capabilities.InsertRestrictions">
40 <Record>
41 <PropertyValue Property="Insertable" Bool="false"/>
42 </Record>
43 </Annotation>
44 <Annotation Term="Capabilities.UpdateRestrictions">
45 <Record>
46 <PropertyValue Property="Updatable" Bool="false"/>
47 </Record>
48 </Annotation>
49 <Annotation Term="Capabilities.DeleteRestrictions">
50 <Record>
51 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanoused761212022-09-23 15:03:29 -070052 <Annotation Term="OData.Description" String="Delete the Session resource to remove a session."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070053 </Record>
54 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080055 <Annotation Term="Redfish.Uris">
56 <Collection>
57 <String>/redfish/v1/SessionService/Sessions/{SessionId}</String>
58 </Collection>
59 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070060 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070061 </Schema>
62
63 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_0">
64 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060065 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066
67 <EntityType Name="Session" BaseType="Session.Session">
68 <Property Name="UserName" Type="Edm.String">
69 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
70 <Annotation Term="Redfish.RequiredOnCreate"/>
Ed Tanoused761212022-09-23 15:03:29 -070071 <Annotation Term="OData.Description" String="The username for the account for this session."/>
72 <Annotation Term="OData.LongDescription" String="This property shall contain the username that matches an account recognized by the account service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070073 </Property>
74 <Property Name="Password" Type="Edm.String">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080075 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/None"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <Annotation Term="Redfish.RequiredOnCreate"/>
Ed Tanouscb103132019-10-08 11:34:22 -070077 <Annotation Term="OData.Description" String="The password for this session. The value is `null` in responses."/>
78 <Annotation Term="OData.LongDescription" String="This property shall contain the password for this session. The value shall be `null` in responses."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 </Property>
80 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070081 </Schema>
82
83 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_2">
84 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
85 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
86 <EntityType Name="Session" BaseType="Session.v1_0_0.Session"/>
87 </Schema>
88
89 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_3">
90 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
91 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
92 <EntityType Name="Session" BaseType="Session.v1_0_2.Session"/>
93 </Schema>
94
Ed Tanous530520e2019-01-02 13:41:37 -080095 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_4">
96 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
97 <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."/>
98 <EntityType Name="Session" BaseType="Session.v1_0_3.Session"/>
99 </Schema>
100
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_5">
102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
103 <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."/>
104 <EntityType Name="Session" BaseType="Session.v1_0_4.Session"/>
105 </Schema>
106
107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_6">
108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
109 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
110 <EntityType Name="Session" BaseType="Session.v1_0_5.Session"/>
111 </Schema>
112
Ed Tanoused761212022-09-23 15:03:29 -0700113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_7">
114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
115 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
116 <EntityType Name="Session" BaseType="Session.v1_0_6.Session"/>
117 </Schema>
118
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_0_8">
120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
121 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
122 <EntityType Name="Session" BaseType="Session.v1_0_7.Session"/>
123 </Schema>
124
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_0">
126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600127 <Annotation Term="Redfish.Release" String="2017.1"/>
Ed Tanoused761212022-09-23 15:03:29 -0700128
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 <EntityType Name="Session" BaseType="Session.v1_0_3.Session">
130 <Property Name="Actions" Type="Session.v1_1_0.Actions" Nullable="false">
Ed Tanoused761212022-09-23 15:03:29 -0700131 <Annotation Term="OData.Description" String="The available actions for this resource."/>
132 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Property>
134 </EntityType>
135
136 <ComplexType Name="Actions">
137 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanoused761212022-09-23 15:03:29 -0700138 <Annotation Term="OData.Description" String="The available actions for this resource."/>
139 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800140 <Property Name="Oem" Type="Session.v1_1_0.OemActions" Nullable="false">
Ed Tanoused761212022-09-23 15:03:29 -0700141 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800143 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 </ComplexType>
145
146 <ComplexType Name="OemActions">
147 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanoused761212022-09-23 15:03:29 -0700148 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
149 <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 -0700150 </ComplexType>
151 </Schema>
152
Ed Tanous530520e2019-01-02 13:41:37 -0800153 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_1">
154 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
155 <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."/>
156 <EntityType Name="Session" BaseType="Session.v1_1_0.Session"/>
157 </Schema>
158
Ed Tanouscb103132019-10-08 11:34:22 -0700159 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_2">
160 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
161 <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."/>
162 <EntityType Name="Session" BaseType="Session.v1_1_1.Session"/>
163 </Schema>
164
165 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_3">
166 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
167 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
168 <EntityType Name="Session" BaseType="Session.v1_1_2.Session"/>
169 </Schema>
170
Ed Tanoused761212022-09-23 15:03:29 -0700171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_4">
172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
173 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
174 <EntityType Name="Session" BaseType="Session.v1_1_3.Session"/>
175 </Schema>
176
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800177 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_1_5">
178 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
179 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
180 <EntityType Name="Session" BaseType="Session.v1_1_4.Session"/>
181 </Schema>
182
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_2_0">
184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185 <Annotation Term="Redfish.Release" String="2019.1"/>
186
187 <EntityType Name="Session" BaseType="Session.v1_1_2.Session">
188 <Property Name="SessionType" Type="Session.v1_2_0.SessionTypes">
189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
190 <Annotation Term="OData.Description" String="The active session type."/>
191 <Annotation Term="OData.LongDescription" String="This property shall represent the type of session that is currently active."/>
192 </Property>
193 <Property Name="OemSessionType" Type="Edm.String">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
195 <Annotation Term="OData.Description" String="The active OEM-defined session type."/>
Ed Tanoused761212022-09-23 15:03:29 -0700196 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-specific session type that is currently active if SessionType contains `OEM`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700197 </Property>
198 </EntityType>
199
200 <EnumType Name="SessionTypes">
201 <Member Name="HostConsole">
202 <Annotation Term="OData.Description" String="The host's console, which could be connected through Telnet, SSH, or other protocol."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700203 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is the host's console, which could be connected through Telnet, SSH, or other protocol. If this session is terminated or deleted, the service shall close the connection for the respective host console session."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700204 </Member>
205 <Member Name="ManagerConsole">
206 <Annotation Term="OData.Description" String="The manager's console, which could be connected through Telnet, SSH, SM CLP, or other protocol."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700207 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is the manager's console, which could be connected through Telnet, SSH, SM CLP, or other protocol. If this session is terminated or deleted, the service shall close the connection for the respective manager console session."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700208 </Member>
209 <Member Name="IPMI">
210 <Annotation Term="OData.Description" String="Intelligent Platform Management Interface."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700211 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is an Intelligent Platform Management Interface session. If this session is terminated or deleted, the service shall close the connection for the respective IPMI session."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 </Member>
213 <Member Name="KVMIP">
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700214 <Annotation Term="OData.Description" String="A Keyboard-Video-Mouse over IP session."/>
215 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is a Keyboard-Video-Mouse over IP session. If this session is terminated or deleted, the service shall close the connection for the respective KVMIP session."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700216 </Member>
217 <Member Name="OEM">
Ed Tanoused761212022-09-23 15:03:29 -0700218 <Annotation Term="OData.Description" String="OEM type. For OEM session types, see the OemSessionType property."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700219 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is an OEM-specific session and is further described by the OemSessionType property."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700220 </Member>
221 <Member Name="Redfish">
222 <Annotation Term="OData.Description" String="A Redfish session."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700223 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is a Redfish session defined by the 'Redfish session login authentication' clause of the Redfish Specification. If this session is terminated or deleted, the service shall invalidate the respective session token."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700224 </Member>
225 <Member Name="VirtualMedia">
226 <Annotation Term="OData.Description" String="Virtual media."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700227 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is virtual media session. If this session is terminated or deleted, the service shall close the connection for the respective virtual media session and make the media inaccessible to the host."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700228 </Member>
229 <Member Name="WebUI">
230 <Annotation Term="OData.Description" String="A non-Redfish web user interface session, such as a graphical interface or another web-based protocol."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700231 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is a non-Redfish web user interface session. If this session is terminated or deleted, the service shall invalidate the respective session token."/>
232 </Member>
233 <Member Name="OutboundConnection">
234 <Annotation Term="OData.Description" String="A Redfish Specification-defined outbound connection. See the 'Outbound connections' clause of the Redfish Specification."/>
235 <Annotation Term="OData.LongDescription" String="This value shall indicate the session is an outbound connection defined by the 'Outbound connections' clause of the Redfish Specification. The `OutboundConnection` property inside the `Links` property shall contain the link to the outbound connection configuration. If this session is terminated or deleted, the service shall disable the associated `OutboundConnection` resource."/>
236 <Annotation Term="Redfish.Revisions">
237 <Collection>
238 <Record>
239 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
240 <PropertyValue Property="Version" String="v1_7_0"/>
241 </Record>
242 </Collection>
243 </Annotation>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 </Member>
245 </EnumType>
246 </Schema>
247
248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_2_1">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250 <Annotation Term="OData.Description" String="This version was created to update the Password description. It was also created to update descriptions that this schema defines."/>
251 <EntityType Name="Session" BaseType="Session.v1_2_0.Session"/>
252 </Schema>
253
Ed Tanoused761212022-09-23 15:03:29 -0700254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_2_2">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
257 <EntityType Name="Session" BaseType="Session.v1_2_1.Session"/>
258 </Schema>
259
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_2_3">
261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
263 <EntityType Name="Session" BaseType="Session.v1_2_2.Session"/>
264 </Schema>
265
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_2_4">
267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values for SessionType."/>
269 <EntityType Name="Session" BaseType="Session.v1_2_3.Session"/>
270 </Schema>
271
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_3_0">
273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274 <Annotation Term="Redfish.Release" String="2020.3"/>
275
276 <EntityType Name="Session" BaseType="Session.v1_2_1.Session">
277 <Property Name="ClientOriginIPAddress" Type="Edm.String">
278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279 <Annotation Term="OData.Description" String="The IP address of the client that created the session."/>
280 <Annotation Term="OData.LongDescription" String="This property shall contain the IP address of the client that created the session."/>
281 </Property>
282 </EntityType>
283 </Schema>
284
Ed Tanoused761212022-09-23 15:03:29 -0700285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_3_1">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
288 <EntityType Name="Session" BaseType="Session.v1_3_0.Session"/>
289 </Schema>
290
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_3_2">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
294 <EntityType Name="Session" BaseType="Session.v1_3_1.Session"/>
295 </Schema>
296
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_3_3">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values for SessionType."/>
300 <EntityType Name="Session" BaseType="Session.v1_3_2.Session"/>
301 </Schema>
302
Ed Tanoused761212022-09-23 15:03:29 -0700303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_4_0">
304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305 <Annotation Term="Redfish.Release" String="2022.1"/>
306
307 <EntityType Name="Session" BaseType="Session.v1_3_1.Session">
308 <Property Name="CreatedTime" Type="Edm.DateTimeOffset">
309 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
310 <Annotation Term="OData.Description" String="The date and time when the session was created."/>
311 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the session was created."/>
312 </Property>
313 </EntityType>
314 </Schema>
315
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_4_1">
317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
319 <EntityType Name="Session" BaseType="Session.v1_4_0.Session"/>
320 </Schema>
321
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_4_2">
323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values for SessionType."/>
325 <EntityType Name="Session" BaseType="Session.v1_4_1.Session"/>
326 </Schema>
327
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_5_0">
329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330 <Annotation Term="Redfish.Release" String="2022.2"/>
331
332 <EntityType Name="Session" BaseType="Session.v1_4_0.Session">
333 <Property Name="Context" Type="Edm.String">
334 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
335 <Annotation Term="OData.Description" String="A client-supplied string that is stored with the session."/>
336 <Annotation Term="OData.LongDescription" String="This property shall contain a client-supplied context that remains with the session through the session's lifetime."/>
337 </Property>
338 </EntityType>
339 </Schema>
340
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800341 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_5_1">
342 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
343 <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
344 <EntityType Name="Session" BaseType="Session.v1_5_0.Session"/>
345 </Schema>
346
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_5_2">
348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
349 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values for SessionType."/>
350 <EntityType Name="Session" BaseType="Session.v1_5_1.Session"/>
351 </Schema>
352
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_6_0">
354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
355 <Annotation Term="Redfish.Release" String="2022.3"/>
356
357 <EntityType Name="Session" BaseType="Session.v1_5_1.Session">
358 <Property Name="Token" Type="Edm.String">
359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/None"/>
360 <Annotation Term="OData.Description" String="The multi-factor authentication token for this session. The value is `null` in responses."/>
361 <Annotation Term="OData.LongDescription" String="This property shall contain the multi-factor authentication token for this session. The value shall be `null` in responses."/>
362 </Property>
363 </EntityType>
364 </Schema>
365
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_6_1">
367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values for SessionType."/>
369 <EntityType Name="Session" BaseType="Session.v1_6_0.Session"/>
370 </Schema>
371
372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Session.v1_7_0">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374 <Annotation Term="Redfish.Release" String="2023.2"/>
375 <Annotation Term="OData.Description" String="This version was created to add the `OutboundConnection` value to the SessionTypes."/>
376
377 <EntityType Name="Session" BaseType="Session.v1_6_1.Session">
378 <Property Name="Roles" Type="Collection(Edm.String)">
379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
380 <Annotation Term="OData.Description" String="The Redfish roles that contain the privileges of this session."/>
381 <Annotation Term="OData.LongDescription" String="This property shall contain the Redfish roles that contain the privileges of this session."/>
382 </Property>
383 <Property Name="Links" Type="Session.v1_7_0.Links" Nullable="false">
384 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
385 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
386 </Property>
387 </EntityType>
388
389 <ComplexType Name="Links" BaseType="Resource.Links">
390 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
391 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
392 <NavigationProperty Name="OutboundConnection" Type="OutboundConnection.OutboundConnection">
393 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
394 <Annotation Term="OData.Description" String="The outbound connection associated with this session."/>
395 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource type OutboundConnection that represents the outbound connection for this session. This property shall be present if SessionType contains `OutboundConnection`."/>
396 <Annotation Term="OData.AutoExpandReferences"/>
397 </NavigationProperty>
398 </ComplexType>
399 </Schema>
400
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 </edmx:DataServices>
402</edmx:Edmx>