SettingsAccessSettingsGcipSettingsArgs

data class SettingsAccessSettingsGcipSettingsArgs(val loginPageUri: Output<String>? = null, val tenantIds: Output<List<String>>? = null) : ConvertibleToJava<SettingsAccessSettingsGcipSettingsArgs>

Constructors

Link copied to clipboard
constructor(loginPageUri: Output<String>? = null, tenantIds: Output<List<String>>? = null)

Properties

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

Login page URI associated with the GCIP tenants. Typically, all resources within the same project share the same login page, though it could be overridden at the sub resource level.

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

GCIP tenant ids that are linked to the IAP resource. tenantIds could be a string beginning with a number character to indicate authenticating with GCIP tenant flow, or in the format of _ to indicate authenticating with GCIP agent flow. If agent flow is used, tenantIds should only contain one single element, while for tenant flow, tenantIds can contain multiple elements.

Functions

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