WorkOS.DsyncActivatedDataType (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

DsyncActivatedDataType enum.

Summary

Functions

Casts a wire string to its atom; unknown values pass through unchanged.

Dumps an atom back to its wire string.

All known values.

Types

t()

@type t() ::
  :azure_scim_v_2_0
  | :bamboohr
  | :breathe_hr
  | :cezanne_hr
  | :cyberark_scim_v_2_0
  | :fourth_hr
  | :generic_scim_v_2_0
  | :gsuite_directory
  | :gusto
  | :hibob
  | :jump_cloud_scim_v_2_0
  | :okta_scim_v_2_0
  | :onelogin_scim_v_2_0
  | :people_hr
  | :personio
  | :pingfederate_scim_v_2_0
  | :rippling_scim_v_2_0
  | :rippling
  | :sailpoint_scim_v_2_0
  | :s_3
  | :sftp
  | :sftp_workday
  | :workday

Functions

cast(other)

@spec cast(String.t() | nil) :: t() | String.t() | nil

Casts a wire string to its atom; unknown values pass through unchanged.

dump(other)

@spec dump(t() | String.t()) :: String.t()

Dumps an atom back to its wire string.

values()

@spec values() :: [t()]

All known values.