Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 6.46 KB

AccountSettings200Response.md

File metadata and controls

37 lines (34 loc) · 6.46 KB

# AccountSettings200Response

Properties

Name Type Description Notes
security \Zoom\Api\Model\AccountSettingsSecurity [optional]
audio_conferencing \Zoom\Api\Model\AccountSettingsAudioConference [optional]
email_notification \Zoom\Api\Model\AccountSettingsEmailNotification [optional]
feature \Zoom\Api\Model\AccountSettingsFeature [optional]
in_meeting \Zoom\Api\Model\VideoSDKAccountInMeetingSettingsInMeeting [optional]
integration \Zoom\Api\Model\AccountSettingsIntegration [optional]
other_options \Zoom\Api\Model\AccountSettingsOtherOptions [optional]
profile \Zoom\Api\Model\Profile [optional]
recording \Zoom\Api\Model\VideoSDKAccountRecordingSettingsRecording [optional]
schedule_meeting \Zoom\Api\Model\AccountSettingsScheduleMeeting [optional]
telephony \Zoom\Api\Model\AccountSettingsTelephony [optional]
tsp \Zoom\Api\Model\AccountSettingsTSP [optional]
zoom_rooms \Zoom\Api\Model\AccountSettingsZoomRooms [optional]
allow_authentication_exception bool Whether to enable the Allow authentication exception setting. This lets hosts invite users who can bypass authentication. [optional]
authentication_options \Zoom\Api\Model\AccountSettingsAuthenticationOneOf1AuthenticationOptions[] [optional]
meeting_authentication bool Only authenticated users can join meetings [optional]
recording_authentication bool Only authenticated users can view cloud recordings [optional]
admin_change_name_pic bool Whether to only allow account administrators to change a user's picture. [optional]
admin_change_user_info bool Whether to only allow account administrators to change a user's information. [optional]
user_modifiable_info_by_admin string[] If the `admin_change_user_info` value is `true`, the list of the types of user information that only the account administrators can modify: * `name` * `profile_picture` * `sign_in_email` * `host_key` [optional]
hide_billing_info bool Hide billing information. [optional]
import_photos_from_devices bool Allow users to import photos from a photo library on a device. [optional]
password_requirement \Zoom\Api\Model\AccountSettingsSecurityPasswordRequirement [optional]
sign_again_period_for_inactivity_on_client int Settings for User Sign In interval requirements after a period of inactivity. If enabled, this setting forces automatic logout of users in Zoom Client app after a set amount of time. <br> If this setting is disabled, the value of this field will be `0`. If the setting is enabled, the value of this field will indicate the period of inactivity in minutes after which, an inactive user will be automatically logged out of the Zoom Client. The value for the period of inactivity can be one of the following:<br> `5`: 5 minutes<br> `10`: 10 minutes<br> `15`: 15 minutes<br> `30`: 30 minutes<br> `45`: 45 minutes<br> `60`: 60 minutes<br> `90`: 90 minutes<br> `120`: 120 minutes [optional]
sign_again_period_for_inactivity_on_web int Settings for User Sign In interval requirements after a period of inactivity. If enabled, this setting forces automatic logout of users in Zoom Web Portal after a set amount of time. <br> If this setting is disabled, the value of this field will be `0`. If the setting is enabled, the value of this field will indicate the period of inactivity in minutes after which, an inactive user will be automatically logged out of the Zoom Web Portal. The value for the period of inactivity can be one of the following:<br> `5`: 5 minutes<br> `10`: 10 minutes<br> `15`: 15 minutes<br> `30`: 30 minutes<br> `60`: 60 minutes<br> `120`: 120 minutes [optional]
sign_in_with_two_factor_auth string Settings for 2FA( two factor authentication ). The value can be one of the following: `all`: Two factor authentication will be enabled for all users in the account.<br> `none`: Two factor authentication is disabled.<br> `group`: Two factor authentication will be enabled for users belonging to specific groups. If 2FA is enabled for certain groups, the group IDs of the group(s) will be provided in the `sign_in_with_two_factor_auth_groups` field.<br> `role`: Two factor authentication will be enabled only for users assigned with specific roles in the account. If 2FA is enabled for specific roles, the role IDs will be provided in the `sign_in_with_two_factor_auth_roles` field. [optional]
sign_in_with_two_factor_auth_groups string[] This field contains group IDs of groups that have 2FA enabled. This field is only returned if the value of `sign_in_with_two_factor_auth` is `group` [optional]
sign_in_with_two_factor_auth_roles string[] This field contains role IDs of roles that have 2FA enabled. This field is only returned if the value of `sign_in_with_two_factor_auth` is `role`. [optional]
meeting_security \Zoom\Api\Model\MeetingOrWebinarSecurityAccountSettingsMeetingSecurity [optional]

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