Gunnar Mills | ff85ed3 | 2021-06-24 13:30:46 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
| 4 | <!--# Redfish Schema: Privileges v1.0.5 --> |
| 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 --> |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame^] | 8 | <!--# Copyright 2014-2022 DMTF. --> |
Gunnar Mills | ff85ed3 | 2021-06-24 13:30:46 -0500 | [diff] [blame] | 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 18 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 19 | </edmx:Reference> |
| 20 | |
| 21 | <edmx:DataServices> |
| 22 | |
| 23 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges"> |
| 24 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 25 | |
| 26 | <EnumType Name="PrivilegeType"> |
| 27 | <Member Name="Login"> |
| 28 | <Annotation Term="OData.Description" String="Can log in to the service and read Resources."/> |
| 29 | </Member> |
| 30 | <Member Name="ConfigureManager"> |
| 31 | <Annotation Term="OData.Description" String="Can configure managers."/> |
| 32 | </Member> |
| 33 | <Member Name="ConfigureUsers"> |
| 34 | <Annotation Term="OData.Description" String="Can configure users and their accounts."/> |
| 35 | </Member> |
| 36 | <Member Name="ConfigureSelf"> |
| 37 | <Annotation Term="OData.Description" String="Can change the password for the current user account and log out of their own sessions."/> |
| 38 | </Member> |
| 39 | <Member Name="ConfigureComponents"> |
| 40 | <Annotation Term="OData.Description" String="Can configure components that this service manages."/> |
| 41 | </Member> |
| 42 | <Member Name="NoAuth"> |
| 43 | <Annotation Term="OData.Description" String="Authentication is not required."/> |
| 44 | <Annotation Term="OData.LongDescription" String="This value shall be used to indicate an operation does not require authentication. This privilege shall not be used in Redfish Roles."/> |
| 45 | <Annotation Term="Redfish.Revisions"> |
| 46 | <Collection> |
| 47 | <Record> |
| 48 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 49 | <PropertyValue Property="Version" String="2019.3"/> |
| 50 | </Record> |
| 51 | </Collection> |
| 52 | </Annotation> |
| 53 | </Member> |
| 54 | <Member Name="ConfigureCompositionInfrastructure"> |
| 55 | <Annotation Term="OData.Description" String="Can view and configure composition service resources."/> |
| 56 | <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the user can view and configure composition service resources without matching the Client property in the ResourceBlock or CompositionReservation resources."/> |
| 57 | <Annotation Term="Redfish.Revisions"> |
| 58 | <Collection> |
| 59 | <Record> |
| 60 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 61 | <PropertyValue Property="Version" String="2021.1"/> |
| 62 | </Record> |
| 63 | </Collection> |
| 64 | </Annotation> |
| 65 | </Member> |
| 66 | </EnumType> |
| 67 | </Schema> |
| 68 | |
| 69 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_0"> |
| 70 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 71 | <Annotation Term="Redfish.Release" String="1.0"/> |
| 72 | |
| 73 | <Term Name="OemGetPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 74 | <Annotation Term="OData.Description" String="OEM HTTP GET operation privileges might be defined on a Link element to provide read privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 75 | </Term> |
| 76 | <Term Name="OemPostPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 77 | <Annotation Term="OData.Description" String="OEM HTTP POST operation privileges might be defined on a Link element to provide create privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 78 | </Term> |
| 79 | <Term Name="OemPatchPutPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 80 | <Annotation Term="OData.Description" String="OEM HTTP PATCH/PUT operation privileges might be defined on a Link element to provide update privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 81 | </Term> |
| 82 | <Term Name="OemDeletePrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 83 | <Annotation Term="OData.Description" String="OEM HTTP DELETE operation privileges might be defined on a Link element to provide update privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 84 | </Term> |
| 85 | </Schema> |
| 86 | |
| 87 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_2"> |
| 88 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 89 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
| 90 | </Schema> |
| 91 | |
| 92 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_3"> |
| 93 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 94 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
| 95 | </Schema> |
| 96 | |
| 97 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_4"> |
| 98 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 99 | <Annotation Term="OData.Description" String="This version deprecates the versioned PrivilegeType definition to use an unversioned definition."/> |
| 100 | </Schema> |
| 101 | |
| 102 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_5"> |
| 103 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 104 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 105 | </Schema> |
| 106 | |
| 107 | </edmx:DataServices> |
| 108 | </edmx:Edmx> |