UpdateConnectionParameters

data class UpdateConnectionParameters(val connectionId: String, val displayName: String? = null, val identityProvider: String? = null, val scimGroupImplicitRoleAssignments: List<SCIMGroupImplicitRoleAssignment>? = null)

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

Constructors

Link copied to clipboard
constructor(connectionId: String, displayName: String? = null, identityProvider: String? = null, scimGroupImplicitRoleAssignments: List<SCIMGroupImplicitRoleAssignment>? = null)

Properties

Link copied to clipboard

Globally unique UUID that identifies a specific SCIM Connection.

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.

Link copied to clipboard
val scimGroupImplicitRoleAssignments: List<SCIMGroupImplicitRoleAssignment>? = null

An array of implicit role assignments granted to members in this organization who are created via this SCIM connection and belong to the specified group. Before adding any group implicit role assignments, you must first provision groups from your IdP into Stytch