access Denied Page Settings
suspend fun accessDeniedPageSettings(value: Output<SettingsApplicationSettingsAccessDeniedPageSettingsArgs>)
suspend fun accessDeniedPageSettings(value: SettingsApplicationSettingsAccessDeniedPageSettingsArgs?)
Parameters
value
Customization 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. Structure is documented below.
suspend fun accessDeniedPageSettings(argument: suspend SettingsApplicationSettingsAccessDeniedPageSettingsArgsBuilder.() -> Unit)
Parameters
argument
Customization 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. Structure is documented below.