Get Inbound Saml Config Result
data class GetInboundSamlConfigResult(val displayName: String, val enabled: Boolean, val idpConfig: GoogleCloudIdentitytoolkitAdminV2IdpConfigResponse, val name: String, val spConfig: GoogleCloudIdentitytoolkitAdminV2SpConfigResponse)
Constructors
Link copied to clipboard
constructor(displayName: String, enabled: Boolean, idpConfig: GoogleCloudIdentitytoolkitAdminV2IdpConfigResponse, name: String, spConfig: GoogleCloudIdentitytoolkitAdminV2SpConfigResponse)
Properties
Link copied to clipboard
The config's display name set by developers.
Link copied to clipboard
The SAML IdP (Identity Provider) configuration when the project acts as the relying party.
Link copied to clipboard
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.