Access Application Saas App
data class AccessApplicationSaasApp(val consumerServiceUrl: String, val nameIdFormat: String? = null, val spEntityId: String)
Properties
Link copied to clipboard
The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
Link copied to clipboard
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.