Skip to content

Commit

Permalink
Updating generated source matching API 10.10.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Loadbuild User committed Sep 9, 2024
1 parent 5b0d1fe commit 769cb5a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-b10.10.0.23
1.0.0-b10.10.0.24
Original file line number Diff line number Diff line change
Expand Up @@ -21687,6 +21687,32 @@
"x-sensitive": false,
"x-writeOnly": false
},
"messagingPayloadCompressionLevel": {
"description": "The level of compression to apply to the message payload, from 1 (least compression) to 9 (most compression). A value of 0 means no compression. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `0`. Available since 2.42.",
"format": "int32",
"maximum": 9,
"minimum": 0,
"type": "integer",
"x-accessLevels": {
"get": "vpn/read-only",
"patch": "vpn/read-write"
},
"x-autoDisable": [],
"x-configSyncDefault": 0,
"x-configSyncTableType": "vpn",
"x-default": 0,
"x-deprecated": false,
"x-identifying": false,
"x-identifyingDirect": false,
"x-opaque": false,
"x-readOnlyOther": false,
"x-readOnlyPost": false,
"x-readOptional": false,
"x-requiredPost": false,
"x-requiresDisable": [],
"x-sensitive": false,
"x-writeOnly": false
},
"messagingTextInXmlPayloadEnabled": {
"description": "Enable or disable encoding of JMS text messages in Publisher (Producer) messages as XML payload. When disabled, JMS text messages are encoded as a binary attachment. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `true`.",
"type": "boolean",
Expand Down Expand Up @@ -28053,6 +28079,31 @@
"x-sensitive": false,
"x-writeOnly": false
},
"authenticationOauthClientProxyName": {
"description": "The name of the proxy to use. Leave empty for no proxy. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.42.",
"maxLength": 32,
"minLength": 0,
"type": "string",
"x-accessLevels": {
"get": "vpn/read-only",
"patch": "vpn/read-write"
},
"x-autoDisable": [],
"x-configSyncDefault": "",
"x-configSyncTableType": "vpn",
"x-default": "",
"x-deprecated": false,
"x-identifying": false,
"x-identifyingDirect": false,
"x-opaque": false,
"x-readOnlyOther": false,
"x-readOnlyPost": false,
"x-readOptional": false,
"x-requiredPost": false,
"x-requiresDisable": [],
"x-sensitive": false,
"x-writeOnly": false
},
"authenticationOauthClientScope": {
"description": "The OAuth scope. Modifying this attribute while the object (or the relevant part of the object) is administratively enabled may be service impacting as enabled will be temporarily set to false to apply the change. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.19.",
"maxLength": 200,
Expand Down Expand Up @@ -28107,7 +28158,7 @@
"x-writeOnly": true
},
"authenticationOauthClientTokenEndpoint": {
"description": "The OAuth token endpoint URL that the REST Consumer will use to request a token for login to the REST host. Must begin with \"https\". Modifying this attribute while the object (or the relevant part of the object) is administratively enabled may be service impacting as enabled will be temporarily set to false to apply the change. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.19.",
"description": "The OAuth token endpoint URL that the REST Consumer will use to request a token for login to the REST host. Modifying this attribute while the object (or the relevant part of the object) is administratively enabled may be service impacting as enabled will be temporarily set to false to apply the change. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.19.",
"maxLength": 2048,
"minLength": 0,
"type": "string",
Expand Down Expand Up @@ -28161,6 +28212,31 @@
"x-sensitive": false,
"x-writeOnly": false
},
"authenticationOauthJwtProxyName": {
"description": "The name of the proxy to use. Leave empty for no proxy. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.42.",
"maxLength": 32,
"minLength": 0,
"type": "string",
"x-accessLevels": {
"get": "vpn/read-only",
"patch": "vpn/read-write"
},
"x-autoDisable": [],
"x-configSyncDefault": "",
"x-configSyncTableType": "vpn",
"x-default": "",
"x-deprecated": false,
"x-identifying": false,
"x-identifyingDirect": false,
"x-opaque": false,
"x-readOnlyOther": false,
"x-readOnlyPost": false,
"x-readOptional": false,
"x-requiredPost": false,
"x-requiresDisable": [],
"x-sensitive": false,
"x-writeOnly": false
},
"authenticationOauthJwtSecretKey": {
"description": "The OAuth secret key used to sign the token request JWT. This attribute is absent from a GET and not updated when absent in a PUT, subject to the exceptions [here](https://docs.solace.com/Admin/SEMP/SEMP-API-Archit.htm#HTTP_Methods). Modifying this attribute while the object (or the relevant part of the object) is administratively enabled may be service impacting as enabled will be temporarily set to false to apply the change. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`. Available since 2.21.",
"maxLength": 4096,
Expand Down

0 comments on commit 769cb5a

Please sign in to comment.