@@ -61265,16 +61265,14 @@ components:
6126561265 displayName: displayName
6126661266 id: id
6126761267 detailEntry:
61268- key: "{} "
61268+ key: ""
6126961269 type: type
6127061270 properties:
6127161271 alternateId:
6127261272 readOnly: true
6127361273 type: string
6127461274 detailEntry:
61275- additionalProperties:
61276- properties: {}
61277- type: object
61275+ additionalProperties: true
6127861276 readOnly: true
6127961277 type: object
6128061278 displayName:
@@ -61410,12 +61408,10 @@ components:
6141061408 LogDebugContext:
6141161409 example:
6141261410 debugData:
61413- key: "{} "
61411+ key: ""
6141461412 properties:
6141561413 debugData:
61416- additionalProperties:
61417- properties: {}
61418- type: object
61414+ additionalProperties: true
6141961415 readOnly: true
6142061416 type: object
6142161417 type: object
@@ -61471,34 +61467,34 @@ components:
6147161467 displayName: displayName
6147261468 id: id
6147361469 detailEntry:
61474- key: "{} "
61470+ key: ""
6147561471 type: type
6147661472 changeDetails:
6147761473 from:
61478- key: "{} "
61474+ key: ""
6147961475 to:
61480- key: "{} "
61476+ key: ""
6148161477 - alternateId: alternateId
6148261478 displayName: displayName
6148361479 id: id
6148461480 detailEntry:
61485- key: "{} "
61481+ key: ""
6148661482 type: type
6148761483 changeDetails:
6148861484 from:
61489- key: "{} "
61485+ key: ""
6149061486 to:
61491- key: "{} "
61487+ key: ""
6149261488 actor:
6149361489 alternateId: alternateId
6149461490 displayName: displayName
6149561491 id: id
6149661492 detailEntry:
61497- key: "{} "
61493+ key: ""
6149861494 type: type
6149961495 debugContext:
6150061496 debugData:
61501- key: "{} "
61497+ key: ""
6150261498 displayMessage: displayMessage
6150361499 client:
6150461500 zone: zone
@@ -61523,7 +61519,7 @@ components:
6152361519 reason: reason
6152461520 transaction:
6152561521 detail:
61526- key: "{} "
61522+ key: ""
6152761523 id: id
6152861524 type: type
6152961525 properties:
@@ -62066,13 +62062,13 @@ components:
6206662062 displayName: displayName
6206762063 id: id
6206862064 detailEntry:
62069- key: "{} "
62065+ key: ""
6207062066 type: type
6207162067 changeDetails:
6207262068 from:
62073- key: "{} "
62069+ key: ""
6207462070 to:
62075- key: "{} "
62071+ key: ""
6207662072 properties:
6207762073 alternateId:
6207862074 description: The alternate ID of the target
@@ -62081,9 +62077,7 @@ components:
6208162077 changeDetails:
6208262078 $ref: '#/components/schemas/LogTarget_changeDetails'
6208362079 detailEntry:
62084- additionalProperties:
62085- properties: {}
62086- type: object
62080+ additionalProperties: true
6208762081 description: Further details on the target
6208862082 readOnly: true
6208962083 type: object
@@ -62103,14 +62097,12 @@ components:
6210362097 LogTransaction:
6210462098 example:
6210562099 detail:
62106- key: "{} "
62100+ key: ""
6210762101 id: id
6210862102 type: type
6210962103 properties:
6211062104 detail:
62111- additionalProperties:
62112- properties: {}
62113- type: object
62105+ additionalProperties: true
6211462106 readOnly: true
6211562107 type: object
6211662108 id:
@@ -67219,8 +67211,7 @@ components:
6721967211 - $ref: '#/components/schemas/ApplicationSettings'
6722067212 - properties:
6722167213 app:
67222- additionalProperties:
67223- type: string
67214+ additionalProperties: true
6722467215 type: object
6722567216 signOn:
6722667217 $ref: '#/components/schemas/Saml11ApplicationSettingsSignOn'
@@ -79312,20 +79303,16 @@ components:
7931279303 property within the object.
7931379304 example:
7931479305 from:
79315- key: "{} "
79306+ key: ""
7931679307 to:
79317- key: "{} "
79308+ key: ""
7931879309 properties:
7931979310 from:
79320- additionalProperties:
79321- properties: {}
79322- type: object
79311+ additionalProperties: true
7932379312 description: The original properties of the target
7932479313 type: object
7932579314 to:
79326- additionalProperties:
79327- properties: {}
79328- type: object
79315+ additionalProperties: true
7932979316 description: The updated properties of the target
7933079317 type: object
7933179318 type: object
0 commit comments