SettingsApplicationSettingsArgs

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

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

Settings to configure attribute propagation. Structure is documented below.

Link copied to clipboard
val cookieDomain: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): SettingsApplicationSettingsArgs