Skip to content

Commit be2d54e

Browse files
Google APIscopybara-github
authored andcommitted
feat: add AllowedDomainSettings to the UpdateIapSettingsRequest
feat: add AttributePropagationSettings to the UpdateIapSettingsRequest feat: add remediation_token_generation_enabled to the CsmSettings chore: deprecate password reauth method which will no longer be accepted by IAP APIs. PiperOrigin-RevId: 496681848
1 parent bc27df2 commit be2d54e

3 files changed

Lines changed: 234 additions & 116 deletions

File tree

google/cloud/iap/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ py_gapic_library(
182182
srcs = [":iap_proto"],
183183
grpc_service_config = "iap_grpc_service_config.json",
184184
rest_numeric_enums = True,
185+
service_yaml = "iap_v1.yaml",
185186
transport = "grpc",
186187
deps = [
187188
"//google/iam/v1:iam_policy_py_proto",
@@ -317,6 +318,7 @@ ruby_cloud_gapic_library(
317318
rest_numeric_enums = True,
318319
ruby_cloud_description = "IAP lets you establish a central authorization layer for applications accessed by HTTPS, so you can use an application-level access control model instead of relying on network-level firewalls.",
319320
ruby_cloud_title = "Identity-Aware Proxy V1",
321+
service_yaml = "iap_v1.yaml",
320322
deps = [
321323
":iap_ruby_grpc",
322324
":iap_ruby_proto",

0 commit comments

Comments
 (0)