Class SCIM.UpdateConnectionParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getConnectionId() Globally unique UUID that identifies a specific SCIM Connection.
      final String getDisplayName() A human-readable display name for the connection.
      final String getIdentityProvider() 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SCIM.UpdateConnectionParameters

        SCIM.UpdateConnectionParameters(String connectionId, String displayName, String identityProvider, List<SCIMGroupImplicitRoleAssignment> scimGroupImplicitRoleAssignments)
    • Method Detail

      • getConnectionId

         final String getConnectionId()

        Globally unique UUID that identifies a specific SCIM 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