LiftrBaseSingleSignOnPropertiesV2Response

data class LiftrBaseSingleSignOnPropertiesV2Response(val aadDomains: List<String>? = null, val enterpriseAppId: String? = null, val state: String? = null, val type: String, val url: String? = null)

Properties specific to Single Sign On Resource

Constructors

constructor(aadDomains: List<String>? = null, enterpriseAppId: String? = null, state: String? = null, type: String, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadDomains: List<String>? = null

List of AAD domains fetched from Microsoft Graph for user.

Link copied to clipboard
val enterpriseAppId: String? = null

AAD enterprise application Id used to setup SSO

Link copied to clipboard
val state: String? = null

State of the Single Sign On for the resource

Link copied to clipboard

Type of Single Sign-On mechanism being used

Link copied to clipboard
val url: String? = null

URL for SSO to be used by the partner to redirect the user to their system