xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/ExternalAccountProvider.v1_8_1.json (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
1*d125652eSGunnar Mills{
2*d125652eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/ExternalAccountProvider.v1_8_1.json",
3*d125652eSGunnar Mills    "$ref": "#/definitions/ExternalAccountProvider",
4*d125652eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*d125652eSGunnar Mills    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*d125652eSGunnar Mills    "definitions": {
7*d125652eSGunnar Mills        "AccountProviderTypes": {
8*d125652eSGunnar Mills            "enum": [
9*d125652eSGunnar Mills                "RedfishService",
10*d125652eSGunnar Mills                "ActiveDirectoryService",
11*d125652eSGunnar Mills                "LDAPService",
12*d125652eSGunnar Mills                "OEM",
13*d125652eSGunnar Mills                "TACACSplus",
14*d125652eSGunnar Mills                "OAuth2"
15*d125652eSGunnar Mills            ],
16*d125652eSGunnar Mills            "enumDescriptions": {
17*d125652eSGunnar Mills                "ActiveDirectoryService": "An external Active Directory service.",
18*d125652eSGunnar Mills                "LDAPService": "A generic external LDAP service.",
19*d125652eSGunnar Mills                "OAuth2": "An external OAuth 2.0 service.",
20*d125652eSGunnar Mills                "OEM": "An OEM-specific external authentication or directory service.",
21*d125652eSGunnar Mills                "RedfishService": "An external Redfish service.",
22*d125652eSGunnar Mills                "TACACSplus": "An external TACACS+ service."
23*d125652eSGunnar Mills            },
24*d125652eSGunnar Mills            "enumLongDescriptions": {
25*d125652eSGunnar Mills                "ActiveDirectoryService": "The external account provider shall be a Microsoft Active Directory Technical Specification-conformant service.  The `ServiceAddresses` property shall contain fully qualified domain names (FQDN) or NetBIOS names that link to the domain servers for the Active Directory service.",
26*d125652eSGunnar Mills                "LDAPService": "The external account provider shall be an RFC4511-conformant service.  The `ServiceAddresses` property shall contain RFC3986-defined URIs in the format `scheme://host:port`, where `scheme://` and `:port` are optional, that link to the LDAP servers for the service.  If the scheme is not specified, services shall assume it is `ldaps://`.  If the port is not specified, services shall assume it is `636`.  For example, `ldaps://contoso.com:636` or `contoso.com`.",
27*d125652eSGunnar Mills                "OAuth2": "The external account provider shall be an RFC6749-conformant service.  The `ServiceAddresses` property shall contain RFC3986-defined URIs that correspond to the RFC8414-defined metadata for the OAuth 2.0 service.  For example, `https://contoso.org/.well-known/oauth-authorization-server`.",
28*d125652eSGunnar Mills                "RedfishService": "The external account provider shall be a DMTF Redfish Specification-conformant service.  The `ServiceAddresses` property shall contain URIs to `AccountService` resources that correspond to Redfish services.  For example, `https://192.168.1.50/redfish/v1/AccountService`.",
29*d125652eSGunnar Mills                "TACACSplus": "The external account provider shall be an RFC8907-conformant service.  The `ServiceAddresses` property shall contain RFC3986-defined URIs in the format `host:port` that correspond to the TACACS+ services."
30*d125652eSGunnar Mills            },
31*d125652eSGunnar Mills            "enumVersionAdded": {
32*d125652eSGunnar Mills                "OAuth2": "v1_3_0",
33*d125652eSGunnar Mills                "TACACSplus": "v1_3_0"
34*d125652eSGunnar Mills            },
35*d125652eSGunnar Mills            "type": "string"
36*d125652eSGunnar Mills        },
37*d125652eSGunnar Mills        "Actions": {
38*d125652eSGunnar Mills            "additionalProperties": false,
39*d125652eSGunnar Mills            "description": "The available actions for this resource.",
40*d125652eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
41*d125652eSGunnar Mills            "patternProperties": {
42*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
44*d125652eSGunnar Mills                    "type": [
45*d125652eSGunnar Mills                        "array",
46*d125652eSGunnar Mills                        "boolean",
47*d125652eSGunnar Mills                        "integer",
48*d125652eSGunnar Mills                        "number",
49*d125652eSGunnar Mills                        "null",
50*d125652eSGunnar Mills                        "object",
51*d125652eSGunnar Mills                        "string"
52*d125652eSGunnar Mills                    ]
53*d125652eSGunnar Mills                }
54*d125652eSGunnar Mills            },
55*d125652eSGunnar Mills            "properties": {
56*d125652eSGunnar Mills                "Oem": {
57*d125652eSGunnar Mills                    "$ref": "#/definitions/OemActions",
58*d125652eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
59*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
60*d125652eSGunnar Mills                }
61*d125652eSGunnar Mills            },
62*d125652eSGunnar Mills            "type": "object"
63*d125652eSGunnar Mills        },
64*d125652eSGunnar Mills        "Authentication": {
65*d125652eSGunnar Mills            "additionalProperties": false,
66*d125652eSGunnar Mills            "description": "The information required to authenticate to the external service.",
67*d125652eSGunnar Mills            "longDescription": "This type shall contain the information required to authenticate to the external service.",
68*d125652eSGunnar Mills            "patternProperties": {
69*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
70*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
71*d125652eSGunnar Mills                    "type": [
72*d125652eSGunnar Mills                        "array",
73*d125652eSGunnar Mills                        "boolean",
74*d125652eSGunnar Mills                        "integer",
75*d125652eSGunnar Mills                        "number",
76*d125652eSGunnar Mills                        "null",
77*d125652eSGunnar Mills                        "object",
78*d125652eSGunnar Mills                        "string"
79*d125652eSGunnar Mills                    ]
80*d125652eSGunnar Mills                }
81*d125652eSGunnar Mills            },
82*d125652eSGunnar Mills            "properties": {
83*d125652eSGunnar Mills                "AuthenticationType": {
84*d125652eSGunnar Mills                    "anyOf": [
85*d125652eSGunnar Mills                        {
86*d125652eSGunnar Mills                            "$ref": "#/definitions/AuthenticationTypes"
87*d125652eSGunnar Mills                        },
88*d125652eSGunnar Mills                        {
89*d125652eSGunnar Mills                            "type": "null"
90*d125652eSGunnar Mills                        }
91*d125652eSGunnar Mills                    ],
92*d125652eSGunnar Mills                    "description": "The type of authentication used to connect to the external account provider.",
93*d125652eSGunnar Mills                    "longDescription": "This property shall contain the type of authentication used to connect to the external account provider.",
94*d125652eSGunnar Mills                    "readonly": false
95*d125652eSGunnar Mills                },
96*d125652eSGunnar Mills                "EncryptionKey": {
97*d125652eSGunnar Mills                    "description": "Specifies the encryption key.",
98*d125652eSGunnar Mills                    "longDescription": "This property shall contain the value of a symmetric encryption key for account services that support some form of encryption, obfuscation, or authentication such as TACACS+.  The value shall be `null` in responses.  The property shall accept a hexadecimal string whose length depends on the external account service, such as TACACS+.  A TACACS+ service shall use this property to specify the secret key as defined in RFC8907.",
99*d125652eSGunnar Mills                    "pattern": "^[0-9a-fA-F]+$",
100*d125652eSGunnar Mills                    "readonly": false,
101*d125652eSGunnar Mills                    "type": [
102*d125652eSGunnar Mills                        "string",
103*d125652eSGunnar Mills                        "null"
104*d125652eSGunnar Mills                    ],
105*d125652eSGunnar Mills                    "versionAdded": "v1_2_0",
106*d125652eSGunnar Mills                    "writeOnly": true
107*d125652eSGunnar Mills                },
108*d125652eSGunnar Mills                "EncryptionKeySet": {
109*d125652eSGunnar Mills                    "description": "Indicates if the `EncryptionKey` property is set.",
110*d125652eSGunnar Mills                    "longDescription": "This property shall contain `true` if a valid value was provided for the `EncryptionKey` property.  Otherwise, the property shall contain `false`.  For a TACACS+ service, the value `false` shall indicate data obfuscation, as defined in section 4.5 of RFC8907, is disabled.",
111*d125652eSGunnar Mills                    "readonly": true,
112*d125652eSGunnar Mills                    "type": [
113*d125652eSGunnar Mills                        "boolean",
114*d125652eSGunnar Mills                        "null"
115*d125652eSGunnar Mills                    ],
116*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
117*d125652eSGunnar Mills                },
118*d125652eSGunnar Mills                "KerberosKeytab": {
119*d125652eSGunnar Mills                    "description": "The Base64-encoded Kerberos keytab for this service.  A `PATCH` or `PUT` operation writes the keytab.  This property is `null` in responses.",
120*d125652eSGunnar Mills                    "longDescription": "This property shall contain a Base64-encoded string, with padding characters, of the Kerberos keytab for this service.  A `PATCH` or `PUT` operation writes the keytab.  The value shall be `null` in responses.",
121*d125652eSGunnar Mills                    "readonly": false,
122*d125652eSGunnar Mills                    "type": [
123*d125652eSGunnar Mills                        "string",
124*d125652eSGunnar Mills                        "null"
125*d125652eSGunnar Mills                    ],
126*d125652eSGunnar Mills                    "writeOnly": true
127*d125652eSGunnar Mills                },
128*d125652eSGunnar Mills                "Oem": {
129*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
130*d125652eSGunnar Mills                    "description": "The OEM extension property.",
131*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
132*d125652eSGunnar Mills                },
133*d125652eSGunnar Mills                "Password": {
134*d125652eSGunnar Mills                    "description": "The password for this service.  A `PATCH` or `PUT` request writes the password.  This property is `null` in responses.",
135*d125652eSGunnar Mills                    "longDescription": "This property shall contain the password for this service.  A `PATCH` or `PUT` operation writes the password.  The value shall be `null` in responses.",
136*d125652eSGunnar Mills                    "readonly": false,
137*d125652eSGunnar Mills                    "type": [
138*d125652eSGunnar Mills                        "string",
139*d125652eSGunnar Mills                        "null"
140*d125652eSGunnar Mills                    ],
141*d125652eSGunnar Mills                    "writeOnly": true
142*d125652eSGunnar Mills                },
143*d125652eSGunnar Mills                "Token": {
144*d125652eSGunnar Mills                    "description": "The token for this service.  A `PATCH` or `PUT` operation writes the token.  This property is `null` in responses.",
145*d125652eSGunnar Mills                    "longDescription": "This property shall contain the token for this service.  A `PATCH` or `PUT` operation writes the token.  The value shall be `null` in responses.",
146*d125652eSGunnar Mills                    "readonly": false,
147*d125652eSGunnar Mills                    "type": [
148*d125652eSGunnar Mills                        "string",
149*d125652eSGunnar Mills                        "null"
150*d125652eSGunnar Mills                    ],
151*d125652eSGunnar Mills                    "writeOnly": true
152*d125652eSGunnar Mills                },
153*d125652eSGunnar Mills                "Username": {
154*d125652eSGunnar Mills                    "description": "The username for the service.",
155*d125652eSGunnar Mills                    "longDescription": "This property shall contain the username for this service.",
156*d125652eSGunnar Mills                    "readonly": false,
157*d125652eSGunnar Mills                    "type": "string"
158*d125652eSGunnar Mills                }
159*d125652eSGunnar Mills            },
160*d125652eSGunnar Mills            "type": "object"
161*d125652eSGunnar Mills        },
162*d125652eSGunnar Mills        "AuthenticationTypes": {
163*d125652eSGunnar Mills            "enum": [
164*d125652eSGunnar Mills                "Token",
165*d125652eSGunnar Mills                "KerberosKeytab",
166*d125652eSGunnar Mills                "UsernameAndPassword",
167*d125652eSGunnar Mills                "OEM"
168*d125652eSGunnar Mills            ],
169*d125652eSGunnar Mills            "enumDescriptions": {
170*d125652eSGunnar Mills                "KerberosKeytab": "A Kerberos keytab.",
171*d125652eSGunnar Mills                "OEM": "An OEM-specific authentication mechanism.",
172*d125652eSGunnar Mills                "Token": "An opaque authentication token.",
173*d125652eSGunnar Mills                "UsernameAndPassword": "A username and password combination."
174*d125652eSGunnar Mills            },
175*d125652eSGunnar Mills            "type": "string"
176*d125652eSGunnar Mills        },
177*d125652eSGunnar Mills        "ExternalAccountProvider": {
178*d125652eSGunnar Mills            "additionalProperties": false,
179*d125652eSGunnar Mills            "description": "The `ExternalAccountProvider` schema represents a remote service that provides accounts for this manager to use for authentication.",
180*d125652eSGunnar Mills            "longDescription": "This resource shall represent a remote authentication service in the Redfish Specification.",
181*d125652eSGunnar Mills            "patternProperties": {
182*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
183*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
184*d125652eSGunnar Mills                    "type": [
185*d125652eSGunnar Mills                        "array",
186*d125652eSGunnar Mills                        "boolean",
187*d125652eSGunnar Mills                        "integer",
188*d125652eSGunnar Mills                        "number",
189*d125652eSGunnar Mills                        "null",
190*d125652eSGunnar Mills                        "object",
191*d125652eSGunnar Mills                        "string"
192*d125652eSGunnar Mills                    ]
193*d125652eSGunnar Mills                }
194*d125652eSGunnar Mills            },
195*d125652eSGunnar Mills            "properties": {
196*d125652eSGunnar Mills                "@odata.context": {
197*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
198*d125652eSGunnar Mills                },
199*d125652eSGunnar Mills                "@odata.etag": {
200*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
201*d125652eSGunnar Mills                },
202*d125652eSGunnar Mills                "@odata.id": {
203*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
204*d125652eSGunnar Mills                },
205*d125652eSGunnar Mills                "@odata.type": {
206*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
207*d125652eSGunnar Mills                },
208*d125652eSGunnar Mills                "AccountProviderType": {
209*d125652eSGunnar Mills                    "anyOf": [
210*d125652eSGunnar Mills                        {
211*d125652eSGunnar Mills                            "$ref": "#/definitions/AccountProviderTypes"
212*d125652eSGunnar Mills                        },
213*d125652eSGunnar Mills                        {
214*d125652eSGunnar Mills                            "type": "null"
215*d125652eSGunnar Mills                        }
216*d125652eSGunnar Mills                    ],
217*d125652eSGunnar Mills                    "description": "The type of external account provider to which this service connects.",
218*d125652eSGunnar Mills                    "longDescription": "This property shall contain the type of external account provider to which this service connects.",
219*d125652eSGunnar Mills                    "readonly": true
220*d125652eSGunnar Mills                },
221*d125652eSGunnar Mills                "Actions": {
222*d125652eSGunnar Mills                    "$ref": "#/definitions/Actions",
223*d125652eSGunnar Mills                    "description": "The available actions for this resource.",
224*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
225*d125652eSGunnar Mills                },
226*d125652eSGunnar Mills                "Authentication": {
227*d125652eSGunnar Mills                    "$ref": "#/definitions/Authentication",
228*d125652eSGunnar Mills                    "description": "The authentication information for the external account provider.",
229*d125652eSGunnar Mills                    "longDescription": "This property shall contain the authentication information for the external account provider."
230*d125652eSGunnar Mills                },
231*d125652eSGunnar Mills                "Certificates": {
232*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
233*d125652eSGunnar Mills                    "description": "The link to a collection of certificates that the external account provider uses.",
234*d125652eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates the external account provider uses.",
235*d125652eSGunnar Mills                    "readonly": true,
236*d125652eSGunnar Mills                    "versionAdded": "v1_1_0"
237*d125652eSGunnar Mills                },
238*d125652eSGunnar Mills                "Description": {
239*d125652eSGunnar Mills                    "anyOf": [
240*d125652eSGunnar Mills                        {
241*d125652eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
242*d125652eSGunnar Mills                        },
243*d125652eSGunnar Mills                        {
244*d125652eSGunnar Mills                            "type": "null"
245*d125652eSGunnar Mills                        }
246*d125652eSGunnar Mills                    ],
247*d125652eSGunnar Mills                    "readonly": true
248*d125652eSGunnar Mills                },
249*d125652eSGunnar Mills                "Id": {
250*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
251*d125652eSGunnar Mills                    "readonly": true
252*d125652eSGunnar Mills                },
253*d125652eSGunnar Mills                "LDAPService": {
254*d125652eSGunnar Mills                    "$ref": "#/definitions/LDAPService",
255*d125652eSGunnar Mills                    "description": "The additional mapping information needed to parse a generic LDAP service.",
256*d125652eSGunnar Mills                    "longDescription": "This property shall contain any additional mapping information needed to parse a generic LDAP service.  This property should only be present if `AccountProviderType` is `LDAPService`."
257*d125652eSGunnar Mills                },
258*d125652eSGunnar Mills                "Links": {
259*d125652eSGunnar Mills                    "$ref": "#/definitions/Links",
260*d125652eSGunnar Mills                    "description": "The links to other resources that are related to this resource.",
261*d125652eSGunnar Mills                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
262*d125652eSGunnar Mills                },
263*d125652eSGunnar Mills                "Name": {
264*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
265*d125652eSGunnar Mills                    "readonly": true
266*d125652eSGunnar Mills                },
267*d125652eSGunnar Mills                "OAuth2Service": {
268*d125652eSGunnar Mills                    "anyOf": [
269*d125652eSGunnar Mills                        {
270*d125652eSGunnar Mills                            "$ref": "#/definitions/OAuth2Service"
271*d125652eSGunnar Mills                        },
272*d125652eSGunnar Mills                        {
273*d125652eSGunnar Mills                            "type": "null"
274*d125652eSGunnar Mills                        }
275*d125652eSGunnar Mills                    ],
276*d125652eSGunnar Mills                    "description": "The additional information needed to parse an OAuth 2.0 service.",
277*d125652eSGunnar Mills                    "longDescription": "This property shall contain additional information needed to parse an OAuth 2.0 service.  This property should only be present inside an `OAuth2` property.",
278*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
279*d125652eSGunnar Mills                },
280*d125652eSGunnar Mills                "Oem": {
281*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
282*d125652eSGunnar Mills                    "description": "The OEM extension property.",
283*d125652eSGunnar 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."
284*d125652eSGunnar Mills                },
285*d125652eSGunnar Mills                "Priority": {
286*d125652eSGunnar Mills                    "description": "The authentication priority for the external account provider.",
287*d125652eSGunnar Mills                    "longDescription": "This property shall contain the assigned priority for the specified external account provider.  The value `0` shall indicate the highest priority.  Increasing values shall represent decreasing priority.  If an external provider does not have a priority assignment or two or more external providers have the same priority, the behavior shall be determined by the Redfish service.  The priority is used to determine the order of authentication and authorization for each external account provider.",
288*d125652eSGunnar Mills                    "minimum": 0,
289*d125652eSGunnar Mills                    "readonly": false,
290*d125652eSGunnar Mills                    "type": [
291*d125652eSGunnar Mills                        "integer",
292*d125652eSGunnar Mills                        "null"
293*d125652eSGunnar Mills                    ],
294*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
295*d125652eSGunnar Mills                },
296*d125652eSGunnar Mills                "RemoteRoleMapping": {
297*d125652eSGunnar Mills                    "description": "The mapping rules to convert the external account providers account information to the local Redfish role.",
298*d125652eSGunnar Mills                    "items": {
299*d125652eSGunnar Mills                        "anyOf": [
300*d125652eSGunnar Mills                            {
301*d125652eSGunnar Mills                                "$ref": "#/definitions/RoleMapping"
302*d125652eSGunnar Mills                            },
303*d125652eSGunnar Mills                            {
304*d125652eSGunnar Mills                                "type": "null"
305*d125652eSGunnar Mills                            }
306*d125652eSGunnar Mills                        ]
307*d125652eSGunnar Mills                    },
308*d125652eSGunnar Mills                    "longDescription": "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.",
309*d125652eSGunnar Mills                    "type": "array"
310*d125652eSGunnar Mills                },
311*d125652eSGunnar Mills                "Retries": {
312*d125652eSGunnar Mills                    "description": "The number of times to retry connecting to an address in the `ServiceAddresses` property before attempting the next address in the array.",
313*d125652eSGunnar Mills                    "longDescription": "This property shall contain the number of retries to attempt a connection to an address in the `ServiceAddresses` property before attempting a connection to the next address in the array or giving up.  If this property is not present, the service has internal policies for handling retries.",
314*d125652eSGunnar Mills                    "readonly": false,
315*d125652eSGunnar Mills                    "type": [
316*d125652eSGunnar Mills                        "integer",
317*d125652eSGunnar Mills                        "null"
318*d125652eSGunnar Mills                    ],
319*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
320*d125652eSGunnar Mills                },
321*d125652eSGunnar Mills                "ServiceAddresses": {
322*d125652eSGunnar Mills                    "description": "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.",
323*d125652eSGunnar Mills                    "items": {
324*d125652eSGunnar Mills                        "type": [
325*d125652eSGunnar Mills                            "string",
326*d125652eSGunnar Mills                            "null"
327*d125652eSGunnar Mills                        ]
328*d125652eSGunnar Mills                    },
329*d125652eSGunnar Mills                    "longDescription": "This property shall contain the addresses of the account providers to which this external account provider links.  The format of this field depends on the type of external account provider.  Each item in the array shall contain a single address.  Services can define their own behavior for managing multiple addresses.",
330*d125652eSGunnar Mills                    "readonly": false,
331*d125652eSGunnar Mills                    "type": "array"
332*d125652eSGunnar Mills                },
333*d125652eSGunnar Mills                "ServiceEnabled": {
334*d125652eSGunnar Mills                    "description": "An indication of whether this service is enabled.",
335*d125652eSGunnar Mills                    "longDescription": "This property shall indicate whether this service is enabled.",
336*d125652eSGunnar Mills                    "readonly": false,
337*d125652eSGunnar Mills                    "type": [
338*d125652eSGunnar Mills                        "boolean",
339*d125652eSGunnar Mills                        "null"
340*d125652eSGunnar Mills                    ]
341*d125652eSGunnar Mills                },
342*d125652eSGunnar Mills                "TACACSplusService": {
343*d125652eSGunnar Mills                    "anyOf": [
344*d125652eSGunnar Mills                        {
345*d125652eSGunnar Mills                            "$ref": "#/definitions/TACACSplusService"
346*d125652eSGunnar Mills                        },
347*d125652eSGunnar Mills                        {
348*d125652eSGunnar Mills                            "type": "null"
349*d125652eSGunnar Mills                        }
350*d125652eSGunnar Mills                    ],
351*d125652eSGunnar Mills                    "description": "The additional information needed to parse a TACACS+ services.",
352*d125652eSGunnar Mills                    "longDescription": "This property shall contain additional information needed to parse a TACACS+ services.  This property should only be present inside a `TACACSplus` property.",
353*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
354*d125652eSGunnar Mills                },
355*d125652eSGunnar Mills                "TimeoutSeconds": {
356*d125652eSGunnar Mills                    "description": "The period of time, in seconds, this account service will wait for a response from an address of a user account provider before timing out.",
357*d125652eSGunnar Mills                    "longDescription": "This property shall contain the period of time, in seconds, this account service will wait for a response from an address of a user account provider before timing out.  If this property is not present, the service has internal policies for handling timeouts.",
358*d125652eSGunnar Mills                    "readonly": false,
359*d125652eSGunnar Mills                    "type": [
360*d125652eSGunnar Mills                        "integer",
361*d125652eSGunnar Mills                        "null"
362*d125652eSGunnar Mills                    ],
363*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
364*d125652eSGunnar Mills                }
365*d125652eSGunnar Mills            },
366*d125652eSGunnar Mills            "required": [
367*d125652eSGunnar Mills                "@odata.id",
368*d125652eSGunnar Mills                "@odata.type",
369*d125652eSGunnar Mills                "Id",
370*d125652eSGunnar Mills                "Name"
371*d125652eSGunnar Mills            ],
372*d125652eSGunnar Mills            "requiredOnCreate": [
373*d125652eSGunnar Mills                "AccountProviderType"
374*d125652eSGunnar Mills            ],
375*d125652eSGunnar Mills            "type": "object"
376*d125652eSGunnar Mills        },
377*d125652eSGunnar Mills        "LDAPSearchSettings": {
378*d125652eSGunnar Mills            "additionalProperties": false,
379*d125652eSGunnar Mills            "description": "The settings to search a generic LDAP service.",
380*d125652eSGunnar Mills            "longDescription": "This type shall contain all required settings to search a generic LDAP service.",
381*d125652eSGunnar Mills            "patternProperties": {
382*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
383*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
384*d125652eSGunnar Mills                    "type": [
385*d125652eSGunnar Mills                        "array",
386*d125652eSGunnar Mills                        "boolean",
387*d125652eSGunnar Mills                        "integer",
388*d125652eSGunnar Mills                        "number",
389*d125652eSGunnar Mills                        "null",
390*d125652eSGunnar Mills                        "object",
391*d125652eSGunnar Mills                        "string"
392*d125652eSGunnar Mills                    ]
393*d125652eSGunnar Mills                }
394*d125652eSGunnar Mills            },
395*d125652eSGunnar Mills            "properties": {
396*d125652eSGunnar Mills                "BaseDistinguishedNames": {
397*d125652eSGunnar Mills                    "description": "The base distinguished names to use to search an external LDAP service.",
398*d125652eSGunnar Mills                    "items": {
399*d125652eSGunnar Mills                        "type": [
400*d125652eSGunnar Mills                            "string",
401*d125652eSGunnar Mills                            "null"
402*d125652eSGunnar Mills                        ]
403*d125652eSGunnar Mills                    },
404*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of base distinguished names to use to search an external LDAP service.",
405*d125652eSGunnar Mills                    "readonly": false,
406*d125652eSGunnar Mills                    "type": "array"
407*d125652eSGunnar Mills                },
408*d125652eSGunnar Mills                "EmailAttribute": {
409*d125652eSGunnar Mills                    "description": "The attribute name that contains the LDAP user's email address.",
410*d125652eSGunnar Mills                    "longDescription": "This property shall contain the attribute name that contains the LDAP user's email address.  If this value is not set by the user, or the property is not present, the value shall be `mail`.",
411*d125652eSGunnar Mills                    "readonly": false,
412*d125652eSGunnar Mills                    "type": [
413*d125652eSGunnar Mills                        "string",
414*d125652eSGunnar Mills                        "null"
415*d125652eSGunnar Mills                    ],
416*d125652eSGunnar Mills                    "versionAdded": "v1_7_0"
417*d125652eSGunnar Mills                },
418*d125652eSGunnar Mills                "GroupNameAttribute": {
419*d125652eSGunnar Mills                    "description": "The attribute name that contains the LDAP group name entry.",
420*d125652eSGunnar Mills                    "longDescription": "This property shall contain the attribute name that contains the LDAP group name.",
421*d125652eSGunnar Mills                    "readonly": false,
422*d125652eSGunnar Mills                    "type": [
423*d125652eSGunnar Mills                        "string",
424*d125652eSGunnar Mills                        "null"
425*d125652eSGunnar Mills                    ]
426*d125652eSGunnar Mills                },
427*d125652eSGunnar Mills                "GroupsAttribute": {
428*d125652eSGunnar Mills                    "description": "The attribute name that contains the groups for a user on the LDAP user entry.",
429*d125652eSGunnar Mills                    "longDescription": "This property shall contain the attribute name that contains the groups for an LDAP user entry.",
430*d125652eSGunnar Mills                    "readonly": false,
431*d125652eSGunnar Mills                    "type": [
432*d125652eSGunnar Mills                        "string",
433*d125652eSGunnar Mills                        "null"
434*d125652eSGunnar Mills                    ]
435*d125652eSGunnar Mills                },
436*d125652eSGunnar Mills                "SSHKeyAttribute": {
437*d125652eSGunnar Mills                    "description": "The attribute name that contains the LDAP user's SSH public key entry.",
438*d125652eSGunnar Mills                    "longDescription": "This property shall contain the attribute name that contains the LDAP user's SSH public key.",
439*d125652eSGunnar Mills                    "readonly": false,
440*d125652eSGunnar Mills                    "type": [
441*d125652eSGunnar Mills                        "string",
442*d125652eSGunnar Mills                        "null"
443*d125652eSGunnar Mills                    ],
444*d125652eSGunnar Mills                    "versionAdded": "v1_4_0"
445*d125652eSGunnar Mills                },
446*d125652eSGunnar Mills                "UsernameAttribute": {
447*d125652eSGunnar Mills                    "description": "The attribute name that contains the LDAP username entry.",
448*d125652eSGunnar Mills                    "longDescription": "This property shall contain the attribute name that contains the LDAP username.",
449*d125652eSGunnar Mills                    "readonly": false,
450*d125652eSGunnar Mills                    "type": [
451*d125652eSGunnar Mills                        "string",
452*d125652eSGunnar Mills                        "null"
453*d125652eSGunnar Mills                    ]
454*d125652eSGunnar Mills                }
455*d125652eSGunnar Mills            },
456*d125652eSGunnar Mills            "type": "object"
457*d125652eSGunnar Mills        },
458*d125652eSGunnar Mills        "LDAPService": {
459*d125652eSGunnar Mills            "additionalProperties": false,
460*d125652eSGunnar Mills            "description": "The settings required to parse a generic LDAP service.",
461*d125652eSGunnar Mills            "longDescription": "This type shall contain all required settings to parse a generic LDAP service.",
462*d125652eSGunnar Mills            "patternProperties": {
463*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
464*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
465*d125652eSGunnar Mills                    "type": [
466*d125652eSGunnar Mills                        "array",
467*d125652eSGunnar Mills                        "boolean",
468*d125652eSGunnar Mills                        "integer",
469*d125652eSGunnar Mills                        "number",
470*d125652eSGunnar Mills                        "null",
471*d125652eSGunnar Mills                        "object",
472*d125652eSGunnar Mills                        "string"
473*d125652eSGunnar Mills                    ]
474*d125652eSGunnar Mills                }
475*d125652eSGunnar Mills            },
476*d125652eSGunnar Mills            "properties": {
477*d125652eSGunnar Mills                "Oem": {
478*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
479*d125652eSGunnar Mills                    "description": "The OEM extension property.",
480*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
481*d125652eSGunnar Mills                },
482*d125652eSGunnar Mills                "SearchSettings": {
483*d125652eSGunnar Mills                    "$ref": "#/definitions/LDAPSearchSettings",
484*d125652eSGunnar Mills                    "description": "The required settings to search an external LDAP service.",
485*d125652eSGunnar Mills                    "longDescription": "This property shall contain the required settings to search an external LDAP service."
486*d125652eSGunnar Mills                }
487*d125652eSGunnar Mills            },
488*d125652eSGunnar Mills            "type": "object"
489*d125652eSGunnar Mills        },
490*d125652eSGunnar Mills        "Links": {
491*d125652eSGunnar Mills            "additionalProperties": false,
492*d125652eSGunnar Mills            "description": "The links to other resources that are related to this resource.",
493*d125652eSGunnar Mills            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
494*d125652eSGunnar Mills            "patternProperties": {
495*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
496*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
497*d125652eSGunnar Mills                    "type": [
498*d125652eSGunnar Mills                        "array",
499*d125652eSGunnar Mills                        "boolean",
500*d125652eSGunnar Mills                        "integer",
501*d125652eSGunnar Mills                        "number",
502*d125652eSGunnar Mills                        "null",
503*d125652eSGunnar Mills                        "object",
504*d125652eSGunnar Mills                        "string"
505*d125652eSGunnar Mills                    ]
506*d125652eSGunnar Mills                }
507*d125652eSGunnar Mills            },
508*d125652eSGunnar Mills            "properties": {
509*d125652eSGunnar Mills                "Oem": {
510*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
511*d125652eSGunnar Mills                    "description": "The OEM extension property.",
512*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
513*d125652eSGunnar Mills                }
514*d125652eSGunnar Mills            },
515*d125652eSGunnar Mills            "type": "object"
516*d125652eSGunnar Mills        },
517*d125652eSGunnar Mills        "OAuth2Mode": {
518*d125652eSGunnar Mills            "enum": [
519*d125652eSGunnar Mills                "Discovery",
520*d125652eSGunnar Mills                "Offline"
521*d125652eSGunnar Mills            ],
522*d125652eSGunnar Mills            "enumDescriptions": {
523*d125652eSGunnar Mills                "Discovery": "OAuth 2.0 service information for token validation is downloaded by the service.",
524*d125652eSGunnar Mills                "Offline": "OAuth 2.0 service information for token validation is configured by a client.  Clients should configure the `Issuer` and `OAuthServiceSigningKeys` properties for this mode."
525*d125652eSGunnar Mills            },
526*d125652eSGunnar Mills            "enumLongDescriptions": {
527*d125652eSGunnar Mills                "Discovery": "This value shall indicate the service performs token validation from information found at the URIs specified by the `ServiceAddresses` property.  Services shall implement a caching method of this information so it's not necessary to retrieve metadata and key information for every request containing a token.",
528*d125652eSGunnar Mills                "Offline": "This value shall indicate the service performs token validation from properties configured by a client.  Clients should configure the `Issuer` and `OAuthServiceSigningKeys` properties for this mode."
529*d125652eSGunnar Mills            },
530*d125652eSGunnar Mills            "type": "string"
531*d125652eSGunnar Mills        },
532*d125652eSGunnar Mills        "OAuth2Service": {
533*d125652eSGunnar Mills            "additionalProperties": false,
534*d125652eSGunnar Mills            "description": "Various settings to parse an OAuth 2.0 service.",
535*d125652eSGunnar Mills            "longDescription": "This type shall contain settings for parsing an OAuth 2.0 service.",
536*d125652eSGunnar Mills            "patternProperties": {
537*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
538*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
539*d125652eSGunnar Mills                    "type": [
540*d125652eSGunnar Mills                        "array",
541*d125652eSGunnar Mills                        "boolean",
542*d125652eSGunnar Mills                        "integer",
543*d125652eSGunnar Mills                        "number",
544*d125652eSGunnar Mills                        "null",
545*d125652eSGunnar Mills                        "object",
546*d125652eSGunnar Mills                        "string"
547*d125652eSGunnar Mills                    ]
548*d125652eSGunnar Mills                }
549*d125652eSGunnar Mills            },
550*d125652eSGunnar Mills            "properties": {
551*d125652eSGunnar Mills                "Audience": {
552*d125652eSGunnar Mills                    "description": "The allowable audience strings of the Redfish service.",
553*d125652eSGunnar Mills                    "items": {
554*d125652eSGunnar Mills                        "type": "string"
555*d125652eSGunnar Mills                    },
556*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of allowable RFC7519-defined audience strings of the Redfish service.  The values shall uniquely identify the Redfish service.  For example, a MAC address or UUID for the manager can uniquely identify the service.",
557*d125652eSGunnar Mills                    "readonly": true,
558*d125652eSGunnar Mills                    "type": "array",
559*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
560*d125652eSGunnar Mills                },
561*d125652eSGunnar Mills                "Issuer": {
562*d125652eSGunnar Mills                    "description": "The issuer string of the OAuth 2.0 service.  Clients should configure this property if `Mode` contains `Offline`.",
563*d125652eSGunnar Mills                    "longDescription": "This property shall contain the RFC8414-defined issuer string of the OAuth 2.0 service.  If the `Mode` property contains the value `Discovery`, this property shall contain the value of the `issuer` string from the OAuth 2.0 service's metadata and this property shall be read-only.  Clients should configure this property if `Mode` contains `Offline`.",
564*d125652eSGunnar Mills                    "readonly": false,
565*d125652eSGunnar Mills                    "type": [
566*d125652eSGunnar Mills                        "string",
567*d125652eSGunnar Mills                        "null"
568*d125652eSGunnar Mills                    ],
569*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
570*d125652eSGunnar Mills                },
571*d125652eSGunnar Mills                "Mode": {
572*d125652eSGunnar Mills                    "$ref": "#/definitions/OAuth2Mode",
573*d125652eSGunnar Mills                    "description": "The mode of operation for token validation.",
574*d125652eSGunnar Mills                    "longDescription": "This property shall contain the mode of operation for token validation.",
575*d125652eSGunnar Mills                    "readonly": false,
576*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
577*d125652eSGunnar Mills                },
578*d125652eSGunnar Mills                "OAuthServiceSigningKeys": {
579*d125652eSGunnar Mills                    "description": "The Base64-encoded signing keys of the issuer of the OAuth 2.0 service.  Clients should configure this property if `Mode` contains `Offline`.",
580*d125652eSGunnar Mills                    "longDescription": "This property shall contain a Base64-encoded string, with padding characters, of the RFC7517-defined signing keys of the issuer of the OAuth 2.0 service.  Services shall verify the token provided in the `Authorization` header of the request with the value of this property.  If the `Mode` property contains the value `Discovery`, this property shall contain the keys found at the URI specified by the `jwks_uri` string from the OAuth 2.0 service's metadata and this property shall be read-only.  Clients should configure this property if `Mode` contains `Offline`.",
581*d125652eSGunnar Mills                    "readonly": false,
582*d125652eSGunnar Mills                    "type": [
583*d125652eSGunnar Mills                        "string",
584*d125652eSGunnar Mills                        "null"
585*d125652eSGunnar Mills                    ],
586*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
587*d125652eSGunnar Mills                },
588*d125652eSGunnar Mills                "Oem": {
589*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
590*d125652eSGunnar Mills                    "description": "The OEM extension property.",
591*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
592*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
593*d125652eSGunnar Mills                }
594*d125652eSGunnar Mills            },
595*d125652eSGunnar Mills            "type": "object"
596*d125652eSGunnar Mills        },
597*d125652eSGunnar Mills        "OemActions": {
598*d125652eSGunnar Mills            "additionalProperties": true,
599*d125652eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
600*d125652eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
601*d125652eSGunnar Mills            "patternProperties": {
602*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
603*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
604*d125652eSGunnar Mills                    "type": [
605*d125652eSGunnar Mills                        "array",
606*d125652eSGunnar Mills                        "boolean",
607*d125652eSGunnar Mills                        "integer",
608*d125652eSGunnar Mills                        "number",
609*d125652eSGunnar Mills                        "null",
610*d125652eSGunnar Mills                        "object",
611*d125652eSGunnar Mills                        "string"
612*d125652eSGunnar Mills                    ]
613*d125652eSGunnar Mills                }
614*d125652eSGunnar Mills            },
615*d125652eSGunnar Mills            "properties": {},
616*d125652eSGunnar Mills            "type": "object"
617*d125652eSGunnar Mills        },
618*d125652eSGunnar Mills        "RoleMapping": {
619*d125652eSGunnar Mills            "additionalProperties": false,
620*d125652eSGunnar Mills            "description": "The mapping rules that are used to convert the external account providers account information to the local Redfish role.",
621*d125652eSGunnar Mills            "longDescription": "This type shall contain mapping rules that are used to convert the external account providers account information to the local Redfish role.",
622*d125652eSGunnar Mills            "patternProperties": {
623*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
624*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
625*d125652eSGunnar Mills                    "type": [
626*d125652eSGunnar Mills                        "array",
627*d125652eSGunnar Mills                        "boolean",
628*d125652eSGunnar Mills                        "integer",
629*d125652eSGunnar Mills                        "number",
630*d125652eSGunnar Mills                        "null",
631*d125652eSGunnar Mills                        "object",
632*d125652eSGunnar Mills                        "string"
633*d125652eSGunnar Mills                    ]
634*d125652eSGunnar Mills                }
635*d125652eSGunnar Mills            },
636*d125652eSGunnar Mills            "properties": {
637*d125652eSGunnar Mills                "LocalAccountTypes": {
638*d125652eSGunnar Mills                    "description": "The list of local services in the manager that the remote user or group is allowed to access.",
639*d125652eSGunnar Mills                    "items": {
640*d125652eSGunnar Mills                        "anyOf": [
641*d125652eSGunnar Mills                            {
642*d125652eSGunnar Mills                                "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.json#/definitions/AccountTypes"
643*d125652eSGunnar Mills                            },
644*d125652eSGunnar Mills                            {
645*d125652eSGunnar Mills                                "type": "null"
646*d125652eSGunnar Mills                            }
647*d125652eSGunnar Mills                        ]
648*d125652eSGunnar Mills                    },
649*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of the various local manager services that the remote user or group is allowed to access.  This shall not include functionality for receiving events or other notifications.  If this property is not supported, the value shall be assumed to be an array that contains the value `Redfish`.",
650*d125652eSGunnar Mills                    "readonly": false,
651*d125652eSGunnar Mills                    "type": "array",
652*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
653*d125652eSGunnar Mills                },
654*d125652eSGunnar Mills                "LocalOEMAccountTypes": {
655*d125652eSGunnar Mills                    "description": "The OEM account types for the remote user or group.",
656*d125652eSGunnar Mills                    "items": {
657*d125652eSGunnar Mills                        "type": [
658*d125652eSGunnar Mills                            "string",
659*d125652eSGunnar Mills                            "null"
660*d125652eSGunnar Mills                        ]
661*d125652eSGunnar Mills                    },
662*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of the OEM account types for the remote user or group when `LocalAccountTypes` contains `OEM`.",
663*d125652eSGunnar Mills                    "readonly": false,
664*d125652eSGunnar Mills                    "type": "array",
665*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
666*d125652eSGunnar Mills                },
667*d125652eSGunnar Mills                "LocalRole": {
668*d125652eSGunnar Mills                    "description": "The name of the local Redfish role to which to map the remote user or group.",
669*d125652eSGunnar Mills                    "longDescription": "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.",
670*d125652eSGunnar Mills                    "readonly": false,
671*d125652eSGunnar Mills                    "type": [
672*d125652eSGunnar Mills                        "string",
673*d125652eSGunnar Mills                        "null"
674*d125652eSGunnar Mills                    ]
675*d125652eSGunnar Mills                },
676*d125652eSGunnar Mills                "MFABypass": {
677*d125652eSGunnar Mills                    "anyOf": [
678*d125652eSGunnar Mills                        {
679*d125652eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/AccountService.json#/definitions/MFABypass"
680*d125652eSGunnar Mills                        },
681*d125652eSGunnar Mills                        {
682*d125652eSGunnar Mills                            "type": "null"
683*d125652eSGunnar Mills                        }
684*d125652eSGunnar Mills                    ],
685*d125652eSGunnar Mills                    "description": "The multi-factor authentication bypass settings.",
686*d125652eSGunnar Mills                    "longDescription": "This property shall contain the multi-factor authentication bypass settings.",
687*d125652eSGunnar Mills                    "versionAdded": "v1_5_0"
688*d125652eSGunnar Mills                },
689*d125652eSGunnar Mills                "Oem": {
690*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
691*d125652eSGunnar Mills                    "description": "The OEM extension property.",
692*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
693*d125652eSGunnar Mills                },
694*d125652eSGunnar Mills                "RemoteGroup": {
695*d125652eSGunnar Mills                    "description": "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.",
696*d125652eSGunnar Mills                    "longDescription": "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.",
697*d125652eSGunnar Mills                    "readonly": false,
698*d125652eSGunnar Mills                    "type": [
699*d125652eSGunnar Mills                        "string",
700*d125652eSGunnar Mills                        "null"
701*d125652eSGunnar Mills                    ]
702*d125652eSGunnar Mills                },
703*d125652eSGunnar Mills                "RemoteUser": {
704*d125652eSGunnar Mills                    "description": "The name of the remote user that maps to the local Redfish role to which this entity links.",
705*d125652eSGunnar Mills                    "longDescription": "This property shall contain the name of the remote user that maps to the local Redfish role to which this entity links.",
706*d125652eSGunnar Mills                    "readonly": false,
707*d125652eSGunnar Mills                    "type": [
708*d125652eSGunnar Mills                        "string",
709*d125652eSGunnar Mills                        "null"
710*d125652eSGunnar Mills                    ]
711*d125652eSGunnar Mills                }
712*d125652eSGunnar Mills            },
713*d125652eSGunnar Mills            "type": "object"
714*d125652eSGunnar Mills        },
715*d125652eSGunnar Mills        "TACACSplusPasswordExchangeProtocol": {
716*d125652eSGunnar Mills            "enum": [
717*d125652eSGunnar Mills                "ASCII",
718*d125652eSGunnar Mills                "PAP",
719*d125652eSGunnar Mills                "CHAP",
720*d125652eSGunnar Mills                "MSCHAPv1",
721*d125652eSGunnar Mills                "MSCHAPv2"
722*d125652eSGunnar Mills            ],
723*d125652eSGunnar Mills            "enumDescriptions": {
724*d125652eSGunnar Mills                "ASCII": "The ASCII Login method.",
725*d125652eSGunnar Mills                "CHAP": "The CHAP Login method.",
726*d125652eSGunnar Mills                "MSCHAPv1": "The MS-CHAP v1 Login method.",
727*d125652eSGunnar Mills                "MSCHAPv2": "The MS-CHAP v2 Login method.",
728*d125652eSGunnar Mills                "PAP": "The PAP Login method."
729*d125652eSGunnar Mills            },
730*d125652eSGunnar Mills            "enumLongDescriptions": {
731*d125652eSGunnar Mills                "ASCII": "This value shall indicate the ASCII Login flow as described under section 5.4.2 of RFC8907.",
732*d125652eSGunnar Mills                "CHAP": "This value shall indicate the CHAP Login flow as described under section 5.4.2 of RFC8907.",
733*d125652eSGunnar Mills                "MSCHAPv1": "This value shall indicate the MS-CHAP v1 Login flow as described under section 5.4.2 of RFC8907.",
734*d125652eSGunnar Mills                "MSCHAPv2": "This value shall indicate the MS-CHAP v2 Login flow as described under section 5.4.2 of RFC8907.",
735*d125652eSGunnar Mills                "PAP": "This value shall indicate the PAP Login flow as described under section 5.4.2 of RFC8907."
736*d125652eSGunnar Mills            },
737*d125652eSGunnar Mills            "type": "string"
738*d125652eSGunnar Mills        },
739*d125652eSGunnar Mills        "TACACSplusService": {
740*d125652eSGunnar Mills            "additionalProperties": false,
741*d125652eSGunnar Mills            "description": "Various settings to parse a TACACS+ service.",
742*d125652eSGunnar Mills            "longDescription": "This type shall contain settings for parsing a TACACS+ service.",
743*d125652eSGunnar Mills            "patternProperties": {
744*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
745*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
746*d125652eSGunnar Mills                    "type": [
747*d125652eSGunnar Mills                        "array",
748*d125652eSGunnar Mills                        "boolean",
749*d125652eSGunnar Mills                        "integer",
750*d125652eSGunnar Mills                        "number",
751*d125652eSGunnar Mills                        "null",
752*d125652eSGunnar Mills                        "object",
753*d125652eSGunnar Mills                        "string"
754*d125652eSGunnar Mills                    ]
755*d125652eSGunnar Mills                }
756*d125652eSGunnar Mills            },
757*d125652eSGunnar Mills            "properties": {
758*d125652eSGunnar Mills                "AuthorizationService": {
759*d125652eSGunnar Mills                    "description": "The TACACS+ service authorization argument.",
760*d125652eSGunnar Mills                    "longDescription": "This property shall contain the TACACS+ service authorization argument as defined by section 8.2 of RFC8907.  If this property is not present, the service defines the value to provide to the TACACS+ server.",
761*d125652eSGunnar Mills                    "readonly": false,
762*d125652eSGunnar Mills                    "type": "string",
763*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
764*d125652eSGunnar Mills                },
765*d125652eSGunnar Mills                "Oem": {
766*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
767*d125652eSGunnar Mills                    "description": "The OEM extension property.",
768*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
769*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
770*d125652eSGunnar Mills                },
771*d125652eSGunnar Mills                "PasswordExchangeProtocols": {
772*d125652eSGunnar Mills                    "description": "Indicates the allowed TACACS+ password exchange protocols.",
773*d125652eSGunnar Mills                    "items": {
774*d125652eSGunnar Mills                        "anyOf": [
775*d125652eSGunnar Mills                            {
776*d125652eSGunnar Mills                                "$ref": "#/definitions/TACACSplusPasswordExchangeProtocol"
777*d125652eSGunnar Mills                            },
778*d125652eSGunnar Mills                            {
779*d125652eSGunnar Mills                                "type": "null"
780*d125652eSGunnar Mills                            }
781*d125652eSGunnar Mills                        ]
782*d125652eSGunnar Mills                    },
783*d125652eSGunnar Mills                    "longDescription": "This property shall indicate all the allowed TACACS+ password exchange protocol described under section 5.4.2 of RFC8907.",
784*d125652eSGunnar Mills                    "readonly": false,
785*d125652eSGunnar Mills                    "type": "array",
786*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
787*d125652eSGunnar Mills                },
788*d125652eSGunnar Mills                "PrivilegeLevelArgument": {
789*d125652eSGunnar Mills                    "description": "Indicates the name of the TACACS+ argument name in an authorization request.",
790*d125652eSGunnar Mills                    "longDescription": "This property shall specify the name of the argument in a TACACS+ Authorization REPLY packet body, as defined in RFC8907, that contains the user's privilege level.",
791*d125652eSGunnar Mills                    "readonly": false,
792*d125652eSGunnar Mills                    "type": [
793*d125652eSGunnar Mills                        "string",
794*d125652eSGunnar Mills                        "null"
795*d125652eSGunnar Mills                    ],
796*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
797*d125652eSGunnar Mills                }
798*d125652eSGunnar Mills            },
799*d125652eSGunnar Mills            "type": "object"
800*d125652eSGunnar Mills        }
801*d125652eSGunnar Mills    },
802*d125652eSGunnar Mills    "language": "en",
803*d125652eSGunnar Mills    "owningEntity": "DMTF",
804*d125652eSGunnar Mills    "release": "2024.3",
805*d125652eSGunnar Mills    "title": "#ExternalAccountProvider.v1_8_1.ExternalAccountProvider"
806*d125652eSGunnar Mills}