Skip to content

Commit

Permalink
feat: [iap] Adding programmatic_clients attribute to UpdateIapSetting…
Browse files Browse the repository at this point in the history
…s 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 19, 2023
1 parent 555e5e4 commit 53d2755
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ message OAuthSettings {
// Note: IAP does not verify that the id token's hd claim matches this value
// since access behavior is managed by IAM policies.
google.protobuf.StringValue login_hint = 2;

// List of Oauth client IDs allowed to programmatically authenticate with IAP.
repeated string programmatic_clients = 5;
}

// Configuration for IAP reauthentication policies.
Expand Down
6 changes: 6 additions & 0 deletions packages/google-cloud-iap/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions packages/google-cloud-iap/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/google-cloud-iap/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53d2755

Please sign in to comment.