Skip to content

Commit 53d2755

Browse files
feat: [iap] Adding programmatic_clients attribute to UpdateIapSettings API request (#4668)
* feat: Adding programmatic_clients attribute to UpdateIapSettings API request PiperOrigin-RevId: 565783416 Source-Link: googleapis/googleapis@54e08f2 Source-Link: googleapis/googleapis-gen@b86e540 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWlhcC8uT3dsQm90LnlhbWwiLCJoIjoiYjg2ZTU0MDhkMDQwMzBiZjJlOTEyNzBkMmRiYTBmNDVlYzhlMDExNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 555e5e4 commit 53d2755

4 files changed

Lines changed: 54 additions & 0 deletions

File tree

packages/google-cloud-iap/protos/google/cloud/iap/v1/service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ message OAuthSettings {
444444
// Note: IAP does not verify that the id token's hd claim matches this value
445445
// since access behavior is managed by IAM policies.
446446
google.protobuf.StringValue login_hint = 2;
447+
448+
// List of Oauth client IDs allowed to programmatically authenticate with IAP.
449+
repeated string programmatic_clients = 5;
447450
}
448451

449452
// Configuration for IAP reauthentication policies.

packages/google-cloud-iap/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-iap/protos/protos.js

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-iap/protos/protos.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)