idpIdentifiers

@JvmName(name = "gldxxupuejlcdydd")
suspend fun idpIdentifiers(value: Output<List<String>>)
@JvmName(name = "uafkslhgofgoopdi")
suspend fun idpIdentifiers(value: List<String>?)

Parameters

value

An array of IdP identifiers, for example "IdPIdentifiers": [ "MyIdP", "MyIdP2" ] . Identifiers are friendly names that you can pass in the idp_identifier query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP. Identifiers in a domain format also enable the use of email-address matching with SAML providers .


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


@JvmName(name = "vqawpllyfffcgcyt")
suspend fun idpIdentifiers(values: List<Output<String>>)
@JvmName(name = "xismmcutaugtuaxy")
suspend fun idpIdentifiers(vararg values: String)

Parameters

values

An array of IdP identifiers, for example "IdPIdentifiers": [ "MyIdP", "MyIdP2" ] . Identifiers are friendly names that you can pass in the idp_identifier query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP. Identifiers in a domain format also enable the use of email-address matching with SAML providers .