idpIdentifiers

@JvmName(name = "imopjgxfqahwadlg")
suspend fun idpIdentifiers(value: Output<List<String>>)
@JvmName(name = "nefevamfclnjhgmr")
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 = "vackuxlsppjtfxxf")
suspend fun idpIdentifiers(vararg values: Output<String>)


@JvmName(name = "hgmgpeeiwemlyusk")
suspend fun idpIdentifiers(values: List<Output<String>>)
@JvmName(name = "xnamtqxuukpvgmmy")
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 .