GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs(val idpCertificates: Output<List<GoogleCloudIdentitytoolkitAdminV2IdpCertificateArgs>>? = null, val idpEntityId: Output<String>? = null, val signRequest: Output<Boolean>? = null, val ssoUrl: Output<String>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs>

The SAML IdP (Identity Provider) configuration when the project acts as the relying party.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs(idpCertificates: Output<List<GoogleCloudIdentitytoolkitAdminV2IdpCertificateArgs>>? = null, idpEntityId: Output<String>? = null, signRequest: Output<Boolean>? = null, ssoUrl: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

IDP's public keys for verifying signature in the assertions.

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

Unique identifier for all SAML entities.

Link copied to clipboard
val signRequest: Output<Boolean>? = null

Indicates if outbounding SAMLRequest should be signed.

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

URL to send Authentication request to.