Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.33 KB

AccountSettingsAuthenticationUpdateOneOfAuthenticationOption.md

File metadata and controls

14 lines (11 loc) · 2.33 KB

# AccountSettingsAuthenticationUpdateOneOfAuthenticationOption

Properties

Name Type Description Notes
action string Specify the action that you would like to take via this API request:<br> * `add` : Choose this value if you are adding an authentication option. * `update`: Choose this value if you are updating an existing authentication option. * `delete`: Choose this value if you are deleting an existing authentication option. [optional]
default_option bool Specify whether you would like to set this authentication option as the default option or not. [optional]
domains string If you chose `enforce_login_with_domains` as the authentication type, specify the domain(s) that you want to allow to join your meetings or webinars. [optional]
id string Authentication ID. If you are creating an authentication profile, you do not need to provide this field. The id field will be generated in the response once this API request is completed successfully. You can also use the Get Account Settings API with query parameter set to `meeting_authentication` to list the authentication id.<br><br> Use this field or the `name` field to identify the associated authentication option that you would like to update or delete. [optional]
name string Unique name for the authentication option. [optional]
type string Authentication type. Specify one of the following authentication types for the authentication profile:<br> * `enforce_login`: This option allows any users to join the meeting or webinar, as long as they are signed into their Zoom account. * `enforce_login_with_domains`: This option, allows you to specify a rule so that only those Zoom users whose email addresses contain a certain domain, can join the meeting or webinar. You can either add multiple domains using a comma in between and/or use a wildcard for listing domains.<br> * `enforce_login_with_same_account`: This option allows users to join the meeting or webinar with the same Zoom account. [optional]

[Back to Model list] [Back to API list] [Back to README]