tenantIds

@JvmName(name = "qcemefwuiekbbsre")
suspend fun tenantIds(value: Output<List<String>>)
@JvmName(name = "yocvuinjbiratbuj")
suspend fun tenantIds(value: List<String>?)

Parameters

value

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.


@JvmName(name = "txrwpfqaccutvsih")
suspend fun tenantIds(vararg values: Output<String>)


@JvmName(name = "xyxjgnxrwvdauati")
suspend fun tenantIds(values: List<Output<String>>)
@JvmName(name = "busaouemqhtolack")
suspend fun tenantIds(vararg values: String)

Parameters

values

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.