Skip to content

Commit 18550fd

Browse files
feat(iap): update the api
#### iap:v1 The following keys were added: - schemas.AccessDeniedPageSettings.properties.generateTroubleshootingUri.type (Total Keys: 1)
1 parent 8ea0189 commit 18550fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/dyn/iap_v1.v1.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ <h3>Method Details</h3>
190190
&quot;applicationSettings&quot;: { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
191191
&quot;accessDeniedPageSettings&quot;: { # Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead. # Customization for Access Denied page.
192192
&quot;accessDeniedPageUri&quot;: &quot;A String&quot;, # The URI to be redirected to when access is denied.
193+
&quot;generateTroubleshootingUri&quot;: True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
193194
},
194195
&quot;cookieDomain&quot;: &quot;A String&quot;, # The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
195196
&quot;csmSettings&quot;: { # Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly # Settings to configure IAP&#x27;s behavior for a CSM mesh.
@@ -332,6 +333,7 @@ <h3>Method Details</h3>
332333
&quot;applicationSettings&quot;: { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
333334
&quot;accessDeniedPageSettings&quot;: { # Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead. # Customization for Access Denied page.
334335
&quot;accessDeniedPageUri&quot;: &quot;A String&quot;, # The URI to be redirected to when access is denied.
336+
&quot;generateTroubleshootingUri&quot;: True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
335337
},
336338
&quot;cookieDomain&quot;: &quot;A String&quot;, # The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
337339
&quot;csmSettings&quot;: { # Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly # Settings to configure IAP&#x27;s behavior for a CSM mesh.
@@ -385,6 +387,7 @@ <h3>Method Details</h3>
385387
&quot;applicationSettings&quot;: { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
386388
&quot;accessDeniedPageSettings&quot;: { # Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead. # Customization for Access Denied page.
387389
&quot;accessDeniedPageUri&quot;: &quot;A String&quot;, # The URI to be redirected to when access is denied.
390+
&quot;generateTroubleshootingUri&quot;: True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
388391
},
389392
&quot;cookieDomain&quot;: &quot;A String&quot;, # The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
390393
&quot;csmSettings&quot;: { # Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly # Settings to configure IAP&#x27;s behavior for a CSM mesh.

googleapiclient/discovery_cache/documents/iap.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20210513",
490+
"revision": "20210611",
491491
"rootUrl": "https://iap.googleapis.com/",
492492
"schemas": {
493493
"AccessDeniedPageSettings": {
@@ -497,6 +497,10 @@
497497
"accessDeniedPageUri": {
498498
"description": "The URI to be redirected to when access is denied.",
499499
"type": "string"
500+
},
501+
"generateTroubleshootingUri": {
502+
"description": "Whether to generate a troubleshooting URL on access denied events to this application.",
503+
"type": "boolean"
500504
}
501505
},
502506
"type": "object"

googleapiclient/discovery_cache/documents/iap.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
}
195195
}
196196
},
197-
"revision": "20210513",
197+
"revision": "20210611",
198198
"rootUrl": "https://iap.googleapis.com/",
199199
"schemas": {
200200
"Binding": {

0 commit comments

Comments
 (0)