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
Properties
Link copied to clipboard
Globally unique UUID that identifies a specific SCIM Connection.
Link copied to clipboard
A human-readable display name for the connection.
Link copied to clipboard
The identity provider of this connection.
Link copied to clipboard
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