Skip to content

Commit dbf1af3

Browse files
authored
Allow empty fields for serviceDiscovery, userInfo, groupInfo and deviceInfo (#16031)
1 parent 8f91a7c commit dbf1af3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

mmv1/products/beyondcorp/SecurityGateway.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ properties:
221221
description: Client IP configuration. The client IP address is included if true.
222222
- name: serviceDiscovery
223223
type: NestedObject
224+
send_empty_value: true
225+
allow_empty_object: true
224226
description: Settings related to the Service Discovery.
225227
properties:
226228
- name: apiGateway

mmv1/products/beyondcorp/SecurityGatewayApplication.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ properties:
187187
properties:
188188
- name: userInfo
189189
type: NestedObject
190+
send_empty_value: true
191+
allow_empty_object: true
190192
description: User info configuration.
191193
properties:
192194
- name: outputType
@@ -198,6 +200,8 @@ properties:
198200
- 'NONE'
199201
- name: groupInfo
200202
type: NestedObject
203+
send_empty_value: true
204+
allow_empty_object: true
201205
description: Group info configuration.
202206
properties:
203207
- name: outputType
@@ -209,6 +213,8 @@ properties:
209213
- 'NONE'
210214
- name: deviceInfo
211215
type: NestedObject
216+
send_empty_value: true
217+
allow_empty_object: true
212218
description: Device info configuration.
213219
properties:
214220
- name: outputType

0 commit comments

Comments
 (0)