authenticationProviders

@JvmName(name = "cbndcqqlpmlsoerl")
suspend fun authenticationProviders(value: Output<List<WorkspaceAuthenticationProviderTypes>>)
@JvmName(name = "bisfkqftgvefjhic")
suspend fun authenticationProviders(value: List<WorkspaceAuthenticationProviderTypes>?)

Parameters

value

List of authentication providers to enable.


@JvmName(name = "vlvmroyupfhhdkks")
suspend fun authenticationProviders(vararg values: Output<WorkspaceAuthenticationProviderTypes>)


@JvmName(name = "vrttvfhsqoqllqio")
suspend fun authenticationProviders(values: List<Output<WorkspaceAuthenticationProviderTypes>>)
@JvmName(name = "gejbqtuwwytwplxt")
suspend fun authenticationProviders(vararg values: WorkspaceAuthenticationProviderTypes)

Parameters

values

List of authentication providers to enable.