Sha256: 0f78ff4a85266e0caaab20add9e48b74af770759d8e66d6dcbf1b6e62723e7d6

Contents?: true

Size: 1.12 KB

Versions: 16

Compression:

Stored size: 1.12 KB

Contents

module Zoom
  module Constants
    module User
      CREATE_TYPES = {
        'create' => 'User will get an email sent from Zoom. There is a confirmation link in this email. User will then need to click this link to activate their account to the Zoom service. The user can set or change their password in Zoom.',
        'autoCreate' => 'This action is provided for enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain without notifying the user.',
        'custCreate' => 'This action is provided for API partner only. User created in this way has no password and is not able to log into the Zoom web site or client.',
        'ssoCreate' => 'This action is provided for enabled “Pre-provisioning SSO User” option. User created in this way has no password. If it is not a basic user, will generate a Personal Vanity URL using user name (no domain) of the provisioning email. If user name or pmi is invalid or occupied, will use random number/random personal vanity URL.'
      }.freeze # no default
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
zoom_rb-1.1.11 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.10 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.9 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.8 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.7 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.6 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.5 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.4 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.3 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.2 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.1 lib/zoom/constants/user/create_types.rb
zoom_rb-1.1.0 lib/zoom/constants/user/create_types.rb
zoom_rb-1.0.2 lib/zoom/constants/user/create_types.rb
zoom_rb-1.0.1 lib/zoom/constants/user/create_types.rb
zoom_rb-1.0.0 lib/zoom/constants/user/create_types.rb
zoom_rb-0.11.0 lib/zoom/constants/user/create_types.rb