xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/PrivilegeRegistry.v1_1_5.json (revision f2a8e57ede74a8252100b2281e3f4d170aa69391)
1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.v1_1_5.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/PrivilegeRegistry",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "Oem": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
31*f2a8e57eSGunnar Mills                }
32*f2a8e57eSGunnar Mills            },
33*f2a8e57eSGunnar Mills            "type": "object"
34*f2a8e57eSGunnar Mills        },
35*f2a8e57eSGunnar Mills        "Mapping": {
36*f2a8e57eSGunnar Mills            "additionalProperties": false,
37*f2a8e57eSGunnar Mills            "description": "The mapping between a resource type and the relevant privileges that accesses the resource.",
38*f2a8e57eSGunnar Mills            "longDescription": "This type shall describe a mapping between a resource type and the relevant privileges that accesses the resource.",
39*f2a8e57eSGunnar Mills            "patternProperties": {
40*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*f2a8e57eSGunnar Mills                    "type": [
43*f2a8e57eSGunnar Mills                        "array",
44*f2a8e57eSGunnar Mills                        "boolean",
45*f2a8e57eSGunnar Mills                        "integer",
46*f2a8e57eSGunnar Mills                        "number",
47*f2a8e57eSGunnar Mills                        "null",
48*f2a8e57eSGunnar Mills                        "object",
49*f2a8e57eSGunnar Mills                        "string"
50*f2a8e57eSGunnar Mills                    ]
51*f2a8e57eSGunnar Mills                }
52*f2a8e57eSGunnar Mills            },
53*f2a8e57eSGunnar Mills            "properties": {
54*f2a8e57eSGunnar Mills                "Entity": {
55*f2a8e57eSGunnar Mills                    "description": "The resource name, such as `Manager`.",
56*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the resource name, such as `Manager`.",
57*f2a8e57eSGunnar Mills                    "readonly": true,
58*f2a8e57eSGunnar Mills                    "type": "string"
59*f2a8e57eSGunnar Mills                },
60*f2a8e57eSGunnar Mills                "OperationMap": {
61*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OperationMap",
62*f2a8e57eSGunnar Mills                    "description": "List mapping between HTTP methods and privilege required for the resource.",
63*f2a8e57eSGunnar Mills                    "longDescription": "This property shall list the mapping between HTTP methods and the privilege required for the resource."
64*f2a8e57eSGunnar Mills                },
65*f2a8e57eSGunnar Mills                "PropertyOverrides": {
66*f2a8e57eSGunnar Mills                    "description": "The privilege overrides of properties within a resource.",
67*f2a8e57eSGunnar Mills                    "items": {
68*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Target_PrivilegeMap"
69*f2a8e57eSGunnar Mills                    },
70*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege overrides of properties, such as the `Password` property in the `ManagerAccount` resource.",
71*f2a8e57eSGunnar Mills                    "type": "array"
72*f2a8e57eSGunnar Mills                },
73*f2a8e57eSGunnar Mills                "ResourceURIOverrides": {
74*f2a8e57eSGunnar Mills                    "description": "The privilege overrides of resource URIs.",
75*f2a8e57eSGunnar Mills                    "items": {
76*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Target_PrivilegeMap"
77*f2a8e57eSGunnar Mills                    },
78*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege overrides of resource URIs.  The target lists the resource URI and the new privileges.",
79*f2a8e57eSGunnar Mills                    "type": "array"
80*f2a8e57eSGunnar Mills                },
81*f2a8e57eSGunnar Mills                "SubordinateOverrides": {
82*f2a8e57eSGunnar Mills                    "description": "The privilege overrides of the subordinate resource.",
83*f2a8e57eSGunnar Mills                    "items": {
84*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Target_PrivilegeMap"
85*f2a8e57eSGunnar Mills                    },
86*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege overrides of the subordinate resource.  The target lists are identified by resource type.",
87*f2a8e57eSGunnar Mills                    "type": "array"
88*f2a8e57eSGunnar Mills                }
89*f2a8e57eSGunnar Mills            },
90*f2a8e57eSGunnar Mills            "type": "object"
91*f2a8e57eSGunnar Mills        },
92*f2a8e57eSGunnar Mills        "OemActions": {
93*f2a8e57eSGunnar Mills            "additionalProperties": true,
94*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
95*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
96*f2a8e57eSGunnar Mills            "patternProperties": {
97*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
98*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
99*f2a8e57eSGunnar Mills                    "type": [
100*f2a8e57eSGunnar Mills                        "array",
101*f2a8e57eSGunnar Mills                        "boolean",
102*f2a8e57eSGunnar Mills                        "integer",
103*f2a8e57eSGunnar Mills                        "number",
104*f2a8e57eSGunnar Mills                        "null",
105*f2a8e57eSGunnar Mills                        "object",
106*f2a8e57eSGunnar Mills                        "string"
107*f2a8e57eSGunnar Mills                    ]
108*f2a8e57eSGunnar Mills                }
109*f2a8e57eSGunnar Mills            },
110*f2a8e57eSGunnar Mills            "properties": {},
111*f2a8e57eSGunnar Mills            "type": "object"
112*f2a8e57eSGunnar Mills        },
113*f2a8e57eSGunnar Mills        "OperationMap": {
114*f2a8e57eSGunnar Mills            "additionalProperties": false,
115*f2a8e57eSGunnar Mills            "description": "The specific privileges required to complete a set of HTTP operations.",
116*f2a8e57eSGunnar Mills            "longDescription": "This type shall describe the specific privileges required to complete a set of HTTP operations.",
117*f2a8e57eSGunnar Mills            "patternProperties": {
118*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
119*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
120*f2a8e57eSGunnar Mills                    "type": [
121*f2a8e57eSGunnar Mills                        "array",
122*f2a8e57eSGunnar Mills                        "boolean",
123*f2a8e57eSGunnar Mills                        "integer",
124*f2a8e57eSGunnar Mills                        "number",
125*f2a8e57eSGunnar Mills                        "null",
126*f2a8e57eSGunnar Mills                        "object",
127*f2a8e57eSGunnar Mills                        "string"
128*f2a8e57eSGunnar Mills                    ]
129*f2a8e57eSGunnar Mills                }
130*f2a8e57eSGunnar Mills            },
131*f2a8e57eSGunnar Mills            "properties": {
132*f2a8e57eSGunnar Mills                "DELETE": {
133*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `DELETE` operation.",
134*f2a8e57eSGunnar Mills                    "items": {
135*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
136*f2a8e57eSGunnar Mills                    },
137*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `DELETE` operation.",
138*f2a8e57eSGunnar Mills                    "type": "array"
139*f2a8e57eSGunnar Mills                },
140*f2a8e57eSGunnar Mills                "GET": {
141*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `GET` operation.",
142*f2a8e57eSGunnar Mills                    "items": {
143*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
144*f2a8e57eSGunnar Mills                    },
145*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `GET` operation.",
146*f2a8e57eSGunnar Mills                    "type": "array"
147*f2a8e57eSGunnar Mills                },
148*f2a8e57eSGunnar Mills                "HEAD": {
149*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `HEAD` operation.",
150*f2a8e57eSGunnar Mills                    "items": {
151*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
152*f2a8e57eSGunnar Mills                    },
153*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `HEAD` operation.",
154*f2a8e57eSGunnar Mills                    "type": "array"
155*f2a8e57eSGunnar Mills                },
156*f2a8e57eSGunnar Mills                "PATCH": {
157*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `PATCH` operation.",
158*f2a8e57eSGunnar Mills                    "items": {
159*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
160*f2a8e57eSGunnar Mills                    },
161*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `PATCH` operation.",
162*f2a8e57eSGunnar Mills                    "type": "array"
163*f2a8e57eSGunnar Mills                },
164*f2a8e57eSGunnar Mills                "POST": {
165*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `POST` operation.",
166*f2a8e57eSGunnar Mills                    "items": {
167*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
168*f2a8e57eSGunnar Mills                    },
169*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `POST` operation.",
170*f2a8e57eSGunnar Mills                    "type": "array"
171*f2a8e57eSGunnar Mills                },
172*f2a8e57eSGunnar Mills                "PUT": {
173*f2a8e57eSGunnar Mills                    "description": "The privilege required to complete an HTTP `PUT` operation.",
174*f2a8e57eSGunnar Mills                    "items": {
175*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/OperationPrivilege"
176*f2a8e57eSGunnar Mills                    },
177*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the privilege required to complete an HTTP `PUT` operation.",
178*f2a8e57eSGunnar Mills                    "type": "array"
179*f2a8e57eSGunnar Mills                }
180*f2a8e57eSGunnar Mills            },
181*f2a8e57eSGunnar Mills            "type": "object"
182*f2a8e57eSGunnar Mills        },
183*f2a8e57eSGunnar Mills        "OperationPrivilege": {
184*f2a8e57eSGunnar Mills            "additionalProperties": false,
185*f2a8e57eSGunnar Mills            "description": "The privileges for a specific HTTP operation.",
186*f2a8e57eSGunnar Mills            "longDescription": "This type shall describe the privileges required to complete a specific HTTP operation.",
187*f2a8e57eSGunnar Mills            "patternProperties": {
188*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
189*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
190*f2a8e57eSGunnar Mills                    "type": [
191*f2a8e57eSGunnar Mills                        "array",
192*f2a8e57eSGunnar Mills                        "boolean",
193*f2a8e57eSGunnar Mills                        "integer",
194*f2a8e57eSGunnar Mills                        "number",
195*f2a8e57eSGunnar Mills                        "null",
196*f2a8e57eSGunnar Mills                        "object",
197*f2a8e57eSGunnar Mills                        "string"
198*f2a8e57eSGunnar Mills                    ]
199*f2a8e57eSGunnar Mills                }
200*f2a8e57eSGunnar Mills            },
201*f2a8e57eSGunnar Mills            "properties": {
202*f2a8e57eSGunnar Mills                "Privilege": {
203*f2a8e57eSGunnar Mills                    "description": "An array of privileges that are required to complete a specific HTTP operation on a resource.",
204*f2a8e57eSGunnar Mills                    "items": {
205*f2a8e57eSGunnar Mills                        "type": "string"
206*f2a8e57eSGunnar Mills                    },
207*f2a8e57eSGunnar Mills                    "longDescription": "This array shall contain an array of privileges that are required to complete a specific HTTP operation on a resource.  This set of strings match zero or more strings in the `PrivilegesUsed` and `OEMPrivilegesUsed` properties.",
208*f2a8e57eSGunnar Mills                    "readonly": true,
209*f2a8e57eSGunnar Mills                    "type": "array"
210*f2a8e57eSGunnar Mills                }
211*f2a8e57eSGunnar Mills            },
212*f2a8e57eSGunnar Mills            "type": "object"
213*f2a8e57eSGunnar Mills        },
214*f2a8e57eSGunnar Mills        "PrivilegeRegistry": {
215*f2a8e57eSGunnar Mills            "additionalProperties": false,
216*f2a8e57eSGunnar Mills            "description": "The `PrivilegeRegistry` schema describes the operation-to-privilege mappings.",
217*f2a8e57eSGunnar Mills            "longDescription": "This resource shall contain operation-to-privilege mappings.",
218*f2a8e57eSGunnar Mills            "patternProperties": {
219*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
220*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
221*f2a8e57eSGunnar Mills                    "type": [
222*f2a8e57eSGunnar Mills                        "array",
223*f2a8e57eSGunnar Mills                        "boolean",
224*f2a8e57eSGunnar Mills                        "integer",
225*f2a8e57eSGunnar Mills                        "number",
226*f2a8e57eSGunnar Mills                        "null",
227*f2a8e57eSGunnar Mills                        "object",
228*f2a8e57eSGunnar Mills                        "string"
229*f2a8e57eSGunnar Mills                    ]
230*f2a8e57eSGunnar Mills                }
231*f2a8e57eSGunnar Mills            },
232*f2a8e57eSGunnar Mills            "properties": {
233*f2a8e57eSGunnar Mills                "@odata.type": {
234*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
235*f2a8e57eSGunnar Mills                },
236*f2a8e57eSGunnar Mills                "Actions": {
237*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
238*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
239*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
240*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
241*f2a8e57eSGunnar Mills                },
242*f2a8e57eSGunnar Mills                "Description": {
243*f2a8e57eSGunnar Mills                    "anyOf": [
244*f2a8e57eSGunnar Mills                        {
245*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
246*f2a8e57eSGunnar Mills                        },
247*f2a8e57eSGunnar Mills                        {
248*f2a8e57eSGunnar Mills                            "type": "null"
249*f2a8e57eSGunnar Mills                        }
250*f2a8e57eSGunnar Mills                    ],
251*f2a8e57eSGunnar Mills                    "readonly": true
252*f2a8e57eSGunnar Mills                },
253*f2a8e57eSGunnar Mills                "Id": {
254*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
255*f2a8e57eSGunnar Mills                    "readonly": true
256*f2a8e57eSGunnar Mills                },
257*f2a8e57eSGunnar Mills                "Mappings": {
258*f2a8e57eSGunnar Mills                    "description": "The mappings between entities and the relevant privileges that access those entities.",
259*f2a8e57eSGunnar Mills                    "items": {
260*f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Mapping"
261*f2a8e57eSGunnar Mills                    },
262*f2a8e57eSGunnar Mills                    "longDescription": "This property shall describe the mappings between entities and the relevant privileges that access those entities.",
263*f2a8e57eSGunnar Mills                    "type": "array"
264*f2a8e57eSGunnar Mills                },
265*f2a8e57eSGunnar Mills                "Name": {
266*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
267*f2a8e57eSGunnar Mills                    "readonly": true
268*f2a8e57eSGunnar Mills                },
269*f2a8e57eSGunnar Mills                "OEMPrivilegesUsed": {
270*f2a8e57eSGunnar Mills                    "description": "The set of OEM privileges used in this mapping.",
271*f2a8e57eSGunnar Mills                    "items": {
272*f2a8e57eSGunnar Mills                        "type": "string"
273*f2a8e57eSGunnar Mills                    },
274*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of OEM privileges used in this mapping.",
275*f2a8e57eSGunnar Mills                    "readonly": true,
276*f2a8e57eSGunnar Mills                    "type": "array"
277*f2a8e57eSGunnar Mills                },
278*f2a8e57eSGunnar Mills                "Oem": {
279*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
280*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
281*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
282*f2a8e57eSGunnar Mills                },
283*f2a8e57eSGunnar Mills                "PrivilegesUsed": {
284*f2a8e57eSGunnar Mills                    "description": "The set of Redfish standard privileges used in this mapping.",
285*f2a8e57eSGunnar Mills                    "items": {
286*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Privileges.json#/definitions/PrivilegeType"
287*f2a8e57eSGunnar Mills                    },
288*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of Redfish standard privileges used in this mapping.",
289*f2a8e57eSGunnar Mills                    "readonly": true,
290*f2a8e57eSGunnar Mills                    "type": "array"
291*f2a8e57eSGunnar Mills                }
292*f2a8e57eSGunnar Mills            },
293*f2a8e57eSGunnar Mills            "required": [
294*f2a8e57eSGunnar Mills                "@odata.type",
295*f2a8e57eSGunnar Mills                "Id",
296*f2a8e57eSGunnar Mills                "Name"
297*f2a8e57eSGunnar Mills            ],
298*f2a8e57eSGunnar Mills            "type": "object"
299*f2a8e57eSGunnar Mills        },
300*f2a8e57eSGunnar Mills        "Target_PrivilegeMap": {
301*f2a8e57eSGunnar Mills            "additionalProperties": false,
302*f2a8e57eSGunnar Mills            "description": "This type describes a mapping between one or more targets and the HTTP operations associated with them.",
303*f2a8e57eSGunnar Mills            "longDescription": "This type shall describe a mapping between one or more targets and the HTTP operations associated with them.",
304*f2a8e57eSGunnar Mills            "patternProperties": {
305*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
306*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
307*f2a8e57eSGunnar Mills                    "type": [
308*f2a8e57eSGunnar Mills                        "array",
309*f2a8e57eSGunnar Mills                        "boolean",
310*f2a8e57eSGunnar Mills                        "integer",
311*f2a8e57eSGunnar Mills                        "number",
312*f2a8e57eSGunnar Mills                        "null",
313*f2a8e57eSGunnar Mills                        "object",
314*f2a8e57eSGunnar Mills                        "string"
315*f2a8e57eSGunnar Mills                    ]
316*f2a8e57eSGunnar Mills                }
317*f2a8e57eSGunnar Mills            },
318*f2a8e57eSGunnar Mills            "properties": {
319*f2a8e57eSGunnar Mills                "OperationMap": {
320*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OperationMap",
321*f2a8e57eSGunnar Mills                    "description": "The mapping between the HTTP operation and the privilege required to complete the operation.",
322*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the mapping between the HTTP operation and the privilege required to complete the operation."
323*f2a8e57eSGunnar Mills                },
324*f2a8e57eSGunnar Mills                "Targets": {
325*f2a8e57eSGunnar Mills                    "description": "The set of URIs, resource types, or properties.",
326*f2a8e57eSGunnar Mills                    "items": {
327*f2a8e57eSGunnar Mills                        "type": [
328*f2a8e57eSGunnar Mills                            "string",
329*f2a8e57eSGunnar Mills                            "null"
330*f2a8e57eSGunnar Mills                        ]
331*f2a8e57eSGunnar Mills                    },
332*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the array of URIs, resource types, or properties.  For example, `/redfish/v1/Systems/1`, `Manager`, or `Password`.  When the `Targets` property is not present, no override is specified.",
333*f2a8e57eSGunnar Mills                    "readonly": true,
334*f2a8e57eSGunnar Mills                    "type": "array"
335*f2a8e57eSGunnar Mills                }
336*f2a8e57eSGunnar Mills            },
337*f2a8e57eSGunnar Mills            "type": "object"
338*f2a8e57eSGunnar Mills        }
339*f2a8e57eSGunnar Mills    },
340*f2a8e57eSGunnar Mills    "language": "en",
341*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
342*f2a8e57eSGunnar Mills    "release": "2017.1",
343*f2a8e57eSGunnar Mills    "title": "#PrivilegeRegistry.v1_1_5.PrivilegeRegistry"
344*f2a8e57eSGunnar Mills}