Skip to content

Commit fa8a73f

Browse files
Allow sending false for enabled field under iap
1 parent dfbaea0 commit fa8a73f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mmv1/products/compute/BackendService.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ properties:
754754
type: Boolean
755755
description: Whether the serving infrastructure will authenticate and authorize all incoming requests.
756756
required: true
757+
send_empty_value: true
757758
- name: 'oauth2ClientId'
758759
type: String
759760
description: |

mmv1/products/compute/RegionBackendService.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ properties:
759759
type: Boolean
760760
description: Whether the serving infrastructure will authenticate and authorize all incoming requests.
761761
required: true
762+
send_empty_value: true
762763
- name: 'oauth2ClientId'
763764
type: String
764765
description: |

0 commit comments

Comments
 (0)