AccessApplicationSaasApp

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.

Link copied to clipboard

Custom attribute mapped from IDPs.

Link copied to clipboard
val idpEntityId: String? = null

The unique identifier for the SaaS application.

Link copied to clipboard
val nameIdFormat: String? = null

The format of the name identifier sent to the SaaS application. Defaults to email.

Link copied to clipboard
val publicKey: String? = null

The public certificate that will be used to verify identities.

Link copied to clipboard

A globally unique name for an identity or service provider.

Link copied to clipboard
val ssoEndpoint: String? = null

The endpoint where the SaaS application will send login requests.