You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/iap_v1.v1.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ <h3>Method Details</h3>
190
190
"applicationSettings": { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
191
191
"accessDeniedPageSettings": { # 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.
192
192
"accessDeniedPageUri": "A String", # The URI to be redirected to when access is denied.
193
+
"generateTroubleshootingUri": True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
193
194
},
194
195
"cookieDomain": "A String", # 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.
195
196
"csmSettings": { # 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's behavior for a CSM mesh.
@@ -332,6 +333,7 @@ <h3>Method Details</h3>
332
333
"applicationSettings": { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
333
334
"accessDeniedPageSettings": { # 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.
334
335
"accessDeniedPageUri": "A String", # The URI to be redirected to when access is denied.
336
+
"generateTroubleshootingUri": True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
335
337
},
336
338
"cookieDomain": "A String", # 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.
337
339
"csmSettings": { # 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's behavior for a CSM mesh.
@@ -385,6 +387,7 @@ <h3>Method Details</h3>
385
387
"applicationSettings": { # Wrapper over application specific settings for IAP. # Top level wrapper for all application related settings in IAP
386
388
"accessDeniedPageSettings": { # 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.
387
389
"accessDeniedPageUri": "A String", # The URI to be redirected to when access is denied.
390
+
"generateTroubleshootingUri": True or False, # Whether to generate a troubleshooting URL on access denied events to this application.
388
391
},
389
392
"cookieDomain": "A String", # 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.
390
393
"csmSettings": { # 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's behavior for a CSM mesh.
0 commit comments