Get Inbound Saml Sso Profile Result
    data class GetInboundSamlSsoProfileResult(val customer: String, val displayName: String, val idpConfig: SamlIdpConfigResponse, val name: String, val spConfig: SamlSpConfigResponse)
Constructors
Link copied to clipboard
                fun GetInboundSamlSsoProfileResult(customer: String, displayName: String, idpConfig: SamlIdpConfigResponse, name: String, spConfig: SamlSpConfigResponse)