AccessApplicationSaasApp

data class AccessApplicationSaasApp(val consumerServiceUrl: String, val nameIdFormat: String? = null, val spEntityId: String)

Constructors

Link copied to clipboard
constructor(consumerServiceUrl: String, nameIdFormat: String? = null, spEntityId: String)

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
val nameIdFormat: String? = null

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

Link copied to clipboard

A globally unique name for an identity or service provider.