Skip to content

Commit 554da8a

Browse files
Update depraction date for IAP OAuth APIs. (#15260) (#10826)
[upstream:28551d19f615425e5ad4f174f37ef4955667fc74] Signed-off-by: Modular Magician <[email protected]>
1 parent aad31d6 commit 554da8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google-beta/services/iap/resource_iap_brand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func ResourceIapBrand() *schema.Resource {
5353
tpgresource.DefaultProviderProject,
5454
),
5555

56-
DeprecationMessage: "after July 2025, the `google_iap_brand` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin API",
56+
DeprecationMessage: "This resource is deprecated on Jan 22, 2025. After Jan 19, 2026 the `google_iap_brand` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin APIs. New projects will not be able to use these APIs. March 19, 2026 The IAP OAuth Admin APIs will be permanently shut down. Access to this feature will no longer be available.",
5757

5858
Schema: map[string]*schema.Schema{
5959
"application_title": {

google-beta/services/iap/resource_iap_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func ResourceIapClient() *schema.Resource {
4848
Delete: schema.DefaultTimeout(20 * time.Minute),
4949
},
5050

51-
DeprecationMessage: "After July 2025, the `google_iap_client` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin API",
51+
DeprecationMessage: "This resource is deprecated on Jan 22, 2025. After Jan 19, 2026 the `google_iap_client` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin APIs. New projects will not be able to use these APIs. March 19, 2026 The IAP OAuth Admin APIs will be permanently shut down. Access to this feature will no longer be available.",
5252

5353
Schema: map[string]*schema.Schema{
5454
"brand": {

website/docs/r/iap_brand.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |-
2020
---
2121

2222
# google_iap_brand
23-
~> **Warning:** after July 2025, the `google_iap_brand` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin API
23+
~> **Warning:** This resource is deprecated on Jan 22, 2025. After Jan 19, 2026 the `google_iap_brand` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin APIs. New projects will not be able to use these APIs. March 19, 2026 The IAP OAuth Admin APIs will be permanently shut down. Access to this feature will no longer be available.
2424

2525
OAuth brand data. Only "Organization Internal" brands can be created
2626
programmatically via API. To convert it into an external brands

website/docs/r/iap_client.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |-
2020
---
2121

2222
# google_iap_client
23-
~> **Warning:** After July 2025, the `google_iap_client` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin API
23+
~> **Warning:** This resource is deprecated on Jan 22, 2025. After Jan 19, 2026 the `google_iap_client` Terraform resource will no longer function as intended due to the deprecation of the IAP OAuth Admin APIs. New projects will not be able to use these APIs. March 19, 2026 The IAP OAuth Admin APIs will be permanently shut down. Access to this feature will no longer be available.
2424

2525
Contains the data that describes an Identity Aware Proxy owned client.
2626

0 commit comments

Comments
 (0)