CreateConnectionParameters

data class CreateConnectionParameters(val displayName: String? = null, val identityProvider: String? = null)

A data class wrapping the parameters needed to create a SCIM connection

Constructors

Link copied to clipboard
constructor(displayName: String? = null, identityProvider: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

A human-readable display name for the connection.

Link copied to clipboard

The identity provider of this connection.