workforce Identity Federation Config
suspend fun workforceIdentityFederationConfig(value: Output<InstanceWorkforceIdentityFederationConfigArgs>)
suspend fun workforceIdentityFederationConfig(value: InstanceWorkforceIdentityFederationConfigArgs?)
Parameters
value
Configuration for Workforce Identity Federation to support third party identity provider. If unset, defaults to the Google OIDC IdP. Structure is documented below.
suspend fun workforceIdentityFederationConfig(argument: suspend InstanceWorkforceIdentityFederationConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration for Workforce Identity Federation to support third party identity provider. If unset, defaults to the Google OIDC IdP. Structure is documented below.