Skip to content

Commit 1d4d34e

Browse files
authored
Clarify the default behavior for IAP OAuth client fields in backend services (#13145)
1 parent a58b66f commit 1d4d34e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

mmv1/products/compute/BackendService.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,9 @@ properties:
743743
output: true
744744
- name: 'iap'
745745
type: NestedObject
746-
description: Settings for enabling Cloud Identity Aware Proxy
746+
description: |
747+
Settings for enabling Cloud Identity Aware Proxy.
748+
If OAuth client is not set, the Google-managed OAuth client is used.
747749
default_from_api: true
748750
send_empty_value: true
749751
properties:

mmv1/products/compute/RegionBackendService.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,9 @@ properties:
757757
output: true
758758
- name: 'iap'
759759
type: NestedObject
760-
description: Settings for enabling Cloud Identity Aware Proxy
760+
description: |
761+
Settings for enabling Cloud Identity Aware Proxy.
762+
If OAuth client is not set, Google-managed OAuth client is used.
761763
default_from_api: true
762764
send_empty_value: true
763765
properties:

0 commit comments

Comments
 (0)