Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.94 KB

AccountOptions.md

File metadata and controls

14 lines (11 loc) · 1.94 KB

# AccountOptions

Properties

Name Type Description Notes
billing_auto_renew bool Whether to enable automatic billing renewal. [optional]
meeting_connector_list string[] A comma-separated list of Meeting Connector IP addresses shared with the sub account. If you do not provide a value for this field, all the Master account's Meeting Connectors will be shared with the sub account. Note: You can only use this field if `share_mc` value is `true`. [optional]
pay_mode string The account's payee: * `master` — The Master account holder pays. * `sub` - The sub account holder pays. This value defaults to `master`. [optional] [default to 'master']
room_connector_list string[] A comma-separated list of VRC IP addresses shared with the sub account. If you do not provide a value for this field, all of the Master account's VRCs will be shared with the sub account. Note: You can only use this field if `share_rc` value is `true`. [optional]
share_mc bool Whether to enable the option for a sub account to use the Master account's shared Meeting Connectors. Meeting Connectors are only available for On-Premise accounts. This value defaults to `false`. [optional] [default to false]
share_rc bool Whether to enable the option for a sub account to use the Master account's shared Virtual Room Connectors (VRC). VRCs are only available for On-premise accounts. This value defaults to `false`. [optional] [default to false]

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