Enum UserSynchResult.SynchStatus

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ERROR
      The synchronization process encountered a technical problem.
      NOT_FOUND
      The user does not exist and was not found in the external security system.
      SUCCESS
      The user has been found and successfully synchronized.
    • Enum Constant Detail

      • SUCCESS

        public static final UserSynchResult.SynchStatus SUCCESS
        The user has been found and successfully synchronized.
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • NOT_FOUND

        public static final UserSynchResult.SynchStatus NOT_FOUND
        The user does not exist and was not found in the external security system.
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • ERROR

        public static final UserSynchResult.SynchStatus ERROR
        The synchronization process encountered a technical problem.
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.