Settings Access Settings Gcip Settings Args
data class SettingsAccessSettingsGcipSettingsArgs(val loginPageUri: Output<String>? = null, val tenantIds: Output<List<String>>? = null) : ConvertibleToJava<SettingsAccessSettingsGcipSettingsArgs>
Properties
Link copied to clipboard
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
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.