Settings Application Settings Args
data class SettingsApplicationSettingsArgs(val accessDeniedPageSettings: Output<SettingsApplicationSettingsAccessDeniedPageSettingsArgs>? = null, val attributePropagationSettings: Output<SettingsApplicationSettingsAttributePropagationSettingsArgs>? = null, val cookieDomain: Output<String>? = null, val csmSettings: Output<SettingsApplicationSettingsCsmSettingsArgs>? = null) : ConvertibleToJava<SettingsApplicationSettingsArgs>
Constructors
Link copied to clipboard
constructor(accessDeniedPageSettings: Output<SettingsApplicationSettingsAccessDeniedPageSettingsArgs>? = null, attributePropagationSettings: Output<SettingsApplicationSettingsAttributePropagationSettingsArgs>? = null, cookieDomain: Output<String>? = null, csmSettings: Output<SettingsApplicationSettingsCsmSettingsArgs>? = null)
Properties
Link copied to clipboard
val accessDeniedPageSettings: Output<SettingsApplicationSettingsAccessDeniedPageSettingsArgs>? = null
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.
Link copied to clipboard
val attributePropagationSettings: Output<SettingsApplicationSettingsAttributePropagationSettingsArgs>? = null
Settings to configure attribute propagation. Structure is documented below.
Link copied to clipboard
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.
Link copied to clipboard
Settings to configure IAP's behavior for a service mesh. Structure is documented below.