Package com.stytch.sdk.b2b.scim
Class SCIM.UpdateConnectionParameters
-
- All Implemented Interfaces:
public final class SCIM.UpdateConnectionParametersA data class wrapping the parameters needed to update a SCIM connection
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectionIdprivate final StringdisplayNameprivate final StringidentityProviderprivate final List<SCIMGroupImplicitRoleAssignment>scimGroupImplicitRoleAssignments
-
Constructor Summary
Constructors Constructor Description SCIM.UpdateConnectionParameters(String connectionId, String displayName, String identityProvider, List<SCIMGroupImplicitRoleAssignment> scimGroupImplicitRoleAssignments)
-
Method Summary
Modifier and Type Method Description final StringgetConnectionId()Globally unique UUID that identifies a specific SCIM Connection. final StringgetDisplayName()A human-readable display name for the connection. final StringgetIdentityProvider()The identity provider of this connection. final List<SCIMGroupImplicitRoleAssignment>getScimGroupImplicitRoleAssignments()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. -
-
Method Detail
-
getConnectionId
final String getConnectionId()
Globally unique UUID that identifies a specific SCIM Connection.
-
getDisplayName
final String getDisplayName()
A human-readable display name for the connection.
-
getIdentityProvider
final String getIdentityProvider()
The identity provider of this connection.
-
getScimGroupImplicitRoleAssignments
final List<SCIMGroupImplicitRoleAssignment> getScimGroupImplicitRoleAssignments()
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
-
-
-
-