File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 204204 "$ref" : "#/definitions/LdapServerDefinition"
205205 },
206206 },
207+ "sso_server_definitions" : {
208+ "description" : "The SSO server definitions on this HMC" ,
209+ "type" : "array" ,
210+ "items" : {
211+ "$ref" : "#/definitions/SSOServerDefinition"
212+ },
213+ },
207214 "unmanaged_cpcs" : {
208215 "description" : "The unmanaged CPCs discovered by this HMC" ,
209216 "type" : "array" ,
305312 },
306313 },
307314 },
315+ "SSOServerDefinition" : {
316+ "description" : "An SSO server definition on an HMC" ,
317+ "type" : "object" ,
318+ "additionalProperties" : False ,
319+ "required" : [
320+ "properties" ,
321+ ],
322+ "properties" : {
323+ "properties" : {
324+ "$ref" : "#/definitions/Properties"
325+ },
326+ },
327+ },
308328 "UnmanagedCpc" : {
309329 "description" : "An unmanaged CPC discovered by an HMC" ,
310330 "type" : "object" ,
You can’t perform that action at this time.
0 commit comments