Tenant Inbound Saml Config Idp Config
data class TenantInboundSamlConfigIdpConfig(val idpCertificates: List<TenantInboundSamlConfigIdpConfigIdpCertificate>, val idpEntityId: String, val signRequest: Boolean? = null, val ssoUrl: String)
Constructors
Link copied to clipboard
constructor(idpCertificates: List<TenantInboundSamlConfigIdpConfigIdpCertificate>, idpEntityId: String, signRequest: Boolean? = null, ssoUrl: String)