GoogleCloudIdentitytoolkitAdminV2SpConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2SpConfigArgs(val callbackUri: Output<String>? = null, val spEntityId: Output<String>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2SpConfigArgs>

The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2SpConfigArgs(callbackUri: Output<String>? = null, spEntityId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIdentitytoolkitAdminV2SpConfigArgs

Properties

Link copied to clipboard
val callbackUri: Output<String>? = null

Callback URI where responses from IDP are handled.

Link copied to clipboard
val spEntityId: Output<String>? = null

Unique identifier for all SAML entities.