Skip to content

Commit 54e08f2

Browse files
Google APIscopybara-github
authored andcommitted
feat: Adding programmatic_clients attribute to UpdateIapSettings API request
PiperOrigin-RevId: 565783416
1 parent af71d9c commit 54e08f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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.

0 commit comments

Comments
 (0)