Access Application Saas App
data class AccessApplicationSaasApp(val consumerServiceUrl: String, val customAttributes: List<AccessApplicationSaasAppCustomAttribute>? = null, val idpEntityId: String? = null, val nameIdFormat: String? = null, val publicKey: String? = null, val spEntityId: String, val ssoEndpoint: String? = null)
Constructors
Link copied to clipboard
fun AccessApplicationSaasApp(consumerServiceUrl: String, customAttributes: List<AccessApplicationSaasAppCustomAttribute>? = null, idpEntityId: String? = null, nameIdFormat: String? = null, publicKey: String? = null, spEntityId: String, ssoEndpoint: String? = null)