Skip to content

Commit

Permalink
feat: Adding programmatic_clients attribute to UpdateIapSettings API …
Browse files Browse the repository at this point in the history
…request

PiperOrigin-RevId: 565783416
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 15, 2023
1 parent af71d9c commit 54e08f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/iap/v1/service.proto
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

0 comments on commit 54e08f2

Please sign in to comment.