GoogleCloudIdentitytoolkitAdminV2IdpConfigResponse

data class GoogleCloudIdentitytoolkitAdminV2IdpConfigResponse(val idpCertificates: List<GoogleCloudIdentitytoolkitAdminV2IdpCertificateResponse>, val idpEntityId: String, val signRequest: Boolean, val ssoUrl: String)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Unique identifier for all SAML entities.

Link copied to clipboard

Indicates if outbounding SAMLRequest should be signed.

Link copied to clipboard

URL to send Authentication request to.