docusign_esign.models.account_settings_information
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class AccountSettingsInformation(object): 23 """NOTE: This class is auto generated by the swagger code generator program. 24 25 Do not edit the class manually. 26 """ 27 28 """ 29 Attributes: 30 swagger_types (dict): The key is attribute name 31 and the value is attribute type. 32 attribute_map (dict): The key is attribute name 33 and the value is json key in definition. 34 """ 35 swagger_types = { 36 'access_code_format': 'AccessCodeFormat', 37 'account_date_time_format': 'str', 38 'account_date_time_format_metadata': 'SettingsMetadata', 39 'account_default_language': 'str', 40 'account_default_language_metadata': 'SettingsMetadata', 41 'account_name': 'str', 42 'account_name_metadata': 'SettingsMetadata', 43 'account_notification': 'AccountNotification', 44 'account_ui_settings': 'AccountUISettings', 45 'adopt_sig_config': 'str', 46 'adopt_sig_config_metadata': 'SettingsMetadata', 47 'advanced_correct': 'str', 48 'advanced_correct_metadata': 'SettingsMetadata', 49 'advanced_search_enable_tab_field': 'str', 50 'advanced_search_enable_tab_field_metadata': 'SettingsMetadata', 51 'advanced_search_enable_template_id_field': 'str', 52 'advanced_search_enable_template_id_field_metadata': 'SettingsMetadata', 53 'advanced_search_enable_template_name_field': 'str', 54 'advanced_search_enable_template_name_field_metadata': 'SettingsMetadata', 55 'allow_access_code_format': 'str', 56 'allow_access_code_format_metadata': 'SettingsMetadata', 57 'allow_account_management_granular': 'str', 58 'allow_account_management_granular_metadata': 'SettingsMetadata', 59 'allow_account_member_name_change': 'str', 60 'allow_account_member_name_change_metadata': 'SettingsMetadata', 61 'allow_ace': 'str', 62 'allow_ace_metadata': 'SettingsMetadata', 63 'allow_advanced_recipient_routing_conditional': 'str', 64 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', 65 'allow_agent_name_email_edit': 'str', 66 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', 67 'allow_agreement_actions': 'str', 68 'allow_agreement_actions_metadata': 'SettingsMetadata', 69 'allow_agreement_orchestrations': 'str', 70 'allow_agreement_orchestrations_metadata': 'SettingsMetadata', 71 'allow_auto_nav_settings': 'str', 72 'allow_auto_nav_settings_metadata': 'SettingsMetadata', 73 'allow_auto_tagging': 'str', 74 'allow_auto_tagging_metadata': 'SettingsMetadata', 75 'allow_bulk_send': 'str', 76 'allow_bulk_send_metadata': 'SettingsMetadata', 77 'allow_byoidv': 'str', 78 'allow_byoidv_metadata': 'SettingsMetadata', 79 'allow_cd_withdraw': 'str', 80 'allow_cd_withdraw_metadata': 'SettingsMetadata', 81 'allow_connect_agreement_ui': 'str', 82 'allow_connect_agreement_ui_metadata': 'SettingsMetadata', 83 'allow_connect_authoritative_copy_ready_event_ui': 'str', 84 'allow_connect_envelope_reminder_sent_event_ui': 'str', 85 'allow_connect_envelope_removed_event': 'str', 86 'allow_connect_extension_ui': 'str', 87 'allow_connect_http_listener_configs': 'str', 88 'allow_connect_identity_verification_ui': 'str', 89 'allow_connect_o_auth_ui': 'str', 90 'allow_connect_send_finish_later': 'str', 91 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', 92 'allow_connect_unified_payload_ui': 'str', 93 'allow_consumer_disclosure_override': 'str', 94 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', 95 'allow_data_download': 'str', 96 'allow_data_download_metadata': 'SettingsMetadata', 97 'allow_delayed_routing': 'str', 98 'allow_delayed_routing_metadata': 'SettingsMetadata', 99 'allow_delegated_signing': 'str', 100 'allow_delegated_signing_metadata': 'SettingsMetadata', 101 'allow_doc_gen_documents': 'str', 102 'allow_doc_gen_documents_metadata': 'SettingsMetadata', 103 'allow_document_disclosures': 'str', 104 'allow_document_disclosures_metadata': 'SettingsMetadata', 105 'allow_documents_on_signed_envelopes': 'str', 106 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', 107 'allow_document_visibility': 'str', 108 'allow_document_visibility_metadata': 'SettingsMetadata', 109 'allow_editing_envelopes_on_behalf_of_others': 'str', 110 'allow_editing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 111 'allow_e_hanko_stamps': 'str', 112 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', 113 'allow_e_note_e_original': 'str', 114 'allow_e_note_e_original_metadata': 'SettingsMetadata', 115 'allow_envelope_correct': 'str', 116 'allow_envelope_correct_metadata': 'SettingsMetadata', 117 'allow_envelope_custody_transfer': 'str', 118 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', 119 'allow_envelope_custom_fields': 'str', 120 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', 121 'allow_envelope_publish_reporting': 'str', 122 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', 123 'allow_envelope_reporting': 'str', 124 'allow_envelope_reporting_metadata': 'SettingsMetadata', 125 'allow_expression': 'str', 126 'allow_expression_metadata': 'SettingsMetadata', 127 'allow_express_signer_certificate': 'str', 128 'allow_express_signer_certificate_metadata': 'SettingsMetadata', 129 'allow_extended_sending_resource_file': 'str', 130 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', 131 'allow_external_linked_accounts': 'str', 132 'allow_external_linked_accounts_metadata': 'SettingsMetadata', 133 'allow_external_signature_pad': 'str', 134 'allow_external_signature_pad_metadata': 'SettingsMetadata', 135 'allow_fed_ramp_idv_level1': 'str', 136 'allow_fed_ramp_idv_level1_metadata': 'SettingsMetadata', 137 'allow_fed_ramp_idv_level2': 'str', 138 'allow_fed_ramp_idv_level2_metadata': 'SettingsMetadata', 139 'allow_idv_for_eu_qualified_signatures': 'str', 140 'allow_idv_for_eu_qualified_signatures_metadata': 'SettingsMetadata', 141 'allow_idv_level1': 'str', 142 'allow_idv_level1_metadata': 'SettingsMetadata', 143 'allow_idv_level1_trial': 'str', 144 'allow_idv_level1_trial_metadata': 'SettingsMetadata', 145 'allow_idv_level2': 'str', 146 'allow_idv_level2_metadata': 'SettingsMetadata', 147 'allow_idv_level3': 'str', 148 'allow_idv_level3_metadata': 'SettingsMetadata', 149 'allow_idv_platform': 'str', 150 'allow_idv_platform_metadata': 'SettingsMetadata', 151 'allow_idv_risk_assessment': 'str', 152 'allow_idv_risk_assessment_metadata': 'SettingsMetadata', 153 'allow_in_person': 'str', 154 'allow_in_person_electronic_notary': 'str', 155 'allow_in_person_electronic_notary_metadata': 'SettingsMetadata', 156 'allow_in_person_metadata': 'SettingsMetadata', 157 'allow_managed_stamps': 'str', 158 'allow_managed_stamps_metadata': 'SettingsMetadata', 159 'allow_managing_envelopes_on_behalf_of_others': 'str', 160 'allow_managing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 161 'allow_markup': 'str', 162 'allow_markup_metadata': 'SettingsMetadata', 163 'allow_member_time_zone': 'str', 164 'allow_member_time_zone_metadata': 'SettingsMetadata', 165 'allow_merge_fields': 'str', 166 'allow_merge_fields_metadata': 'SettingsMetadata', 167 'allow_multiple_brand_profiles': 'str', 168 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', 169 'allow_multiple_signer_attachments': 'str', 170 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', 171 'allow_non_us_phone_auth': 'str', 172 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', 173 'allow_ocr_of_envelope_documents': 'str', 174 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', 175 'allow_offline_signing': 'str', 176 'allow_offline_signing_metadata': 'SettingsMetadata', 177 'allow_only_standalone_web_forms': 'str', 178 'allow_only_standalone_web_forms_metadata': 'SettingsMetadata', 179 'allow_open_trust_signer_certificate': 'str', 180 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', 181 'allow_organization_branding': 'str', 182 'allow_organization_branding_metadata': 'SettingsMetadata', 183 'allow_organization_docusign_monitor': 'str', 184 'allow_organization_docusign_monitor_free': 'str', 185 'allow_organization_docusign_monitor_free_metadata': 'SettingsMetadata', 186 'allow_organization_docusign_monitor_metadata': 'SettingsMetadata', 187 'allow_organization_domain_user_management': 'str', 188 'allow_organization_domain_user_management_metadata': 'SettingsMetadata', 189 'allow_organizations': 'str', 190 'allow_organizations_metadata': 'SettingsMetadata', 191 'allow_organization_sso_management': 'str', 192 'allow_organization_sso_management_metadata': 'SettingsMetadata', 193 'allow_organization_to_use_in_person_electronic_notary': 'str', 194 'allow_organization_to_use_in_person_electronic_notary_metadata': 'SettingsMetadata', 195 'allow_organization_to_use_remote_notary': 'str', 196 'allow_organization_to_use_remote_notary_metadata': 'SettingsMetadata', 197 'allow_organization_to_use_third_party_electronic_notary': 'str', 198 'allow_organization_to_use_third_party_electronic_notary_metadata': 'SettingsMetadata', 199 'allow_participant_recipient_type': 'str', 200 'allow_participant_recipient_type_metadata': 'SettingsMetadata', 201 'allow_payment_processing': 'str', 202 'allow_payment_processing_metadata': 'SettingsMetadata', 203 'allow_pending_destination_url_edition': 'str', 204 'allow_pending_destination_url_edition_metadata': 'SettingsMetadata', 205 'allow_performance_analytics': 'str', 206 'allow_performance_analytics_metadata': 'SettingsMetadata', 207 'allow_phone_authentication': 'str', 208 'allow_phone_authentication_metadata': 'SettingsMetadata', 209 'allow_phone_auth_override': 'str', 210 'allow_phone_auth_override_metadata': 'SettingsMetadata', 211 'allow_private_signing_groups': 'str', 212 'allow_private_signing_groups_metadata': 'SettingsMetadata', 213 'allow_recipient_connect': 'str', 214 'allow_recipient_connect_metadata': 'SettingsMetadata', 215 'allow_reminders': 'str', 216 'allow_reminders_metadata': 'SettingsMetadata', 217 'allow_remote_notary': 'str', 218 'allow_remote_notary_metadata': 'SettingsMetadata', 219 'allow_resource_file_branding': 'str', 220 'allow_resource_file_branding_metadata': 'SettingsMetadata', 221 'allow_safe_bio_pharma_signer_certificate': 'str', 222 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', 223 'allow_scheduled_sending': 'str', 224 'allow_scheduled_sending_metadata': 'SettingsMetadata', 225 'allow_security_appliance': 'str', 226 'allow_security_appliance_metadata': 'SettingsMetadata', 227 'allow_sending_envelopes_on_behalf_of_others': 'str', 228 'allow_sending_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 229 'allow_send_to_certified_delivery': 'str', 230 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', 231 'allow_send_to_intermediary': 'str', 232 'allow_send_to_intermediary_metadata': 'SettingsMetadata', 233 'allow_server_templates': 'str', 234 'allow_server_templates_metadata': 'SettingsMetadata', 235 'allow_set_embedded_recipient_start_url': 'str', 236 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', 237 'allow_shared_tabs': 'str', 238 'allow_shared_tabs_metadata': 'SettingsMetadata', 239 'allow_signature_stamps': 'str', 240 'allow_signature_stamps_metadata': 'SettingsMetadata', 241 'allow_sign_document_from_home_page': 'str', 242 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', 243 'allow_signer_reassign': 'str', 244 'allow_signer_reassign_metadata': 'SettingsMetadata', 245 'allow_signer_reassign_override': 'str', 246 'allow_signer_reassign_override_metadata': 'SettingsMetadata', 247 'allow_signing_extensions': 'str', 248 'allow_signing_extensions_metadata': 'SettingsMetadata', 249 'allow_signing_groups': 'str', 250 'allow_signing_groups_metadata': 'SettingsMetadata', 251 'allow_signing_insights': 'str', 252 'allow_signing_insights_metadata': 'SettingsMetadata', 253 'allow_signing_radio_deselect': 'str', 254 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', 255 'allow_sign_now': 'str', 256 'allow_sign_now_metadata': 'str', 257 'allow_sms_delivery': 'str', 258 'allow_sms_delivery_metadata': 'SettingsMetadata', 259 'allow_social_id_login': 'str', 260 'allow_social_id_login_metadata': 'SettingsMetadata', 261 'allow_supplemental_documents': 'str', 262 'allow_supplemental_documents_metadata': 'SettingsMetadata', 263 'allow_third_party_electronic_notary': 'str', 264 'allow_third_party_electronic_notary_metadata': 'SettingsMetadata', 265 'allow_transactions_workspace': 'str', 266 'allow_transactions_workspace_metadata': 'SettingsMetadata', 267 'allow_transactions_workspace_original': 'str', 268 'allow_transactions_workspace_original_metadata': 'SettingsMetadata', 269 'allow_users_to_access_directory': 'str', 270 'allow_users_to_access_directory_metadata': 'SettingsMetadata', 271 'allow_value_insights': 'str', 272 'allow_value_insights_metadata': 'SettingsMetadata', 273 'allow_web_forms': 'str', 274 'allow_web_forms_metadata': 'SettingsMetadata', 275 'allow_whats_app_delivery': 'str', 276 'allow_whats_app_delivery_metadata': 'SettingsMetadata', 277 'anchor_population_scope': 'str', 278 'anchor_population_scope_metadata': 'SettingsMetadata', 279 'anchor_tag_versioned_placement_enabled': 'str', 280 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', 281 'attach_completed_envelope': 'str', 282 'attach_completed_envelope_metadata': 'SettingsMetadata', 283 'authentication_check': 'str', 284 'authentication_check_metadata': 'SettingsMetadata', 285 'auto_nav_rule': 'str', 286 'auto_nav_rule_metadata': 'SettingsMetadata', 287 'auto_provision_signer_account': 'str', 288 'auto_provision_signer_account_metadata': 'SettingsMetadata', 289 'bcc_email_archive': 'str', 290 'bcc_email_archive_metadata': 'SettingsMetadata', 291 'beta_switch_configuration': 'str', 292 'beta_switch_configuration_metadata': 'SettingsMetadata', 293 'billing_address': 'AddressInformation', 294 'billing_address_metadata': 'SettingsMetadata', 295 'bulk_send': 'str', 296 'bulk_send_action_resend_limit': 'str', 297 'bulk_send_max_copies_in_batch': 'str', 298 'bulk_send_max_unprocessed_envelopes_count': 'str', 299 'bulk_send_metadata': 'SettingsMetadata', 300 'can_self_brand_send': 'str', 301 'can_self_brand_send_metadata': 'SettingsMetadata', 302 'can_self_brand_sign': 'str', 303 'can_self_brand_sign_metadata': 'SettingsMetadata', 304 'can_use_salesforce_o_auth': 'str', 305 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', 306 'capture_voice_recording': 'str', 307 'capture_voice_recording_metadata': 'SettingsMetadata', 308 'cfr21_simplified_signing_enabled': 'str', 309 'cfr21_simplified_signing_enabled_metadata': 'SettingsMetadata', 310 'cfr_use_wide_image': 'str', 311 'cfr_use_wide_image_metadata': 'SettingsMetadata', 312 'check_for_multiple_admins_on_account': 'str', 313 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', 314 'chrome_signature_enabled': 'str', 315 'chrome_signature_enabled_metadata': 'SettingsMetadata', 316 'cloud_ready': 'str', 317 'comment_email_show_message_text': 'str', 318 'comment_email_show_message_text_metadata': 'SettingsMetadata', 319 'comments_allow_envelope_override': 'str', 320 'comments_allow_envelope_override_metadata': 'SettingsMetadata', 321 'conditional_fields_enabled': 'str', 322 'conditional_fields_enabled_metadata': 'SettingsMetadata', 323 'consumer_disclosure_frequency': 'str', 324 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', 325 'convert_pdf_fields': 'str', 326 'convert_pdf_fields_metadata': 'SettingsMetadata', 327 'custom_extraction_plan_levels': 'str', 328 'custom_extraction_plan_levels_metadata': 'SettingsMetadata', 329 'data_population_scope': 'str', 330 'data_population_scope_metadata': 'SettingsMetadata', 331 'default_signing_responsive_view': 'str', 332 'default_signing_responsive_view_metadata': 'SettingsMetadata', 333 'default_signing_responsive_view_use_grade': 'str', 334 'default_signing_responsive_view_use_grade_metadata': 'SettingsMetadata', 335 'default_to_advanced_envelopes_filter_form': 'str', 336 'default_to_advanced_envelopes_filter_form_metadata': 'SettingsMetadata', 337 'disable_auto_template_matching': 'str', 338 'disable_auto_template_matching_metadata': 'SettingsMetadata', 339 'disable_legacy_kba': 'str', 340 'disable_legacy_kba_metadata': 'SettingsMetadata', 341 'disable_legacy_shared_envelopes': 'str', 342 'disable_legacy_shared_envelopes_metadata': 'SettingsMetadata', 343 'disable_mobile_app': 'str', 344 'disable_mobile_app_metadata': 'SettingsMetadata', 345 'disable_mobile_push_notifications': 'str', 346 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', 347 'disable_mobile_sending': 'str', 348 'disable_mobile_sending_metadata': 'SettingsMetadata', 349 'disable_multiple_sessions': 'str', 350 'disable_multiple_sessions_metadata': 'SettingsMetadata', 351 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', 352 'disable_signer_cert_view': 'str', 353 'disable_signer_cert_view_metadata': 'SettingsMetadata', 354 'disable_signer_history_view': 'str', 355 'disable_signer_history_view_metadata': 'SettingsMetadata', 356 'disable_style_signature': 'str', 357 'disable_style_signature_metadata': 'SettingsMetadata', 358 'disable_upload_signature': 'str', 359 'disable_upload_signature_metadata': 'SettingsMetadata', 360 'disable_user_sharing': 'str', 361 'disable_user_sharing_metadata': 'SettingsMetadata', 362 'display_beta_switch': 'str', 363 'display_beta_switch_metadata': 'SettingsMetadata', 364 'document_conversion_restrictions': 'str', 365 'document_conversion_restrictions_metadata': 'SettingsMetadata', 366 'document_retention': 'str', 367 'document_retention_metadata': 'SettingsMetadata', 368 'document_retention_purge_tabs': 'str', 369 'document_visibility': 'str', 370 'document_visibility_metadata': 'SettingsMetadata', 371 'draft_envelope_retention': 'str', 372 'draft_envelope_retention_metadata': 'SettingsMetadata', 373 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'str', 374 'dss_sign_29182_slide_up_bar_radmin_option': 'str', 375 'email_template_version': 'str', 376 'email_template_version_metadata': 'SettingsMetadata', 377 'enable_access_code_generator': 'str', 378 'enable_access_code_generator_metadata': 'SettingsMetadata', 379 'enable_account_wide_search': 'str', 380 'enable_account_wide_search_metadata': 'SettingsMetadata', 381 'enable_additional_advanced_web_forms_features': 'str', 382 'enable_additional_advanced_web_forms_features_metadata': 'SettingsMetadata', 383 'enable_adm_healthcare': 'str', 384 'enable_adm_healthcare_metadata': 'SettingsMetadata', 385 'enable_advanced_envelopes_search': 'str', 386 'enable_advanced_envelopes_search_metadata': 'SettingsMetadata', 387 'enable_advanced_payments': 'str', 388 'enable_advanced_payments_metadata': 'SettingsMetadata', 389 'enable_advanced_power_forms': 'str', 390 'enable_advanced_power_forms_metadata': 'SettingsMetadata', 391 'enable_advanced_search': 'str', 392 'enable_advanced_search_metadata': 'SettingsMetadata', 393 'enable_agreement_actions_for_clm': 'str', 394 'enable_agreement_actions_for_clm_metadata': 'SettingsMetadata', 395 'enable_agreement_actions_for_e_sign': 'str', 396 'enable_agreement_actions_for_e_sign_metadata': 'SettingsMetadata', 397 'enable_agreement_desk_advanced': 'str', 398 'enable_agreement_desk_advanced_meta_data': 'SettingsMetadata', 399 'enable_ai_contract_review': 'str', 400 'enable_ai_contract_review_metadata': 'SettingsMetadata', 401 'enable_ai_sender_message': 'str', 402 'enable_ai_sender_message_metadata': 'SettingsMetadata', 403 'enable_ai_suggested_fields': 'str', 404 'enable_ai_suggested_fields_auto_place': 'str', 405 'enable_ai_suggested_fields_auto_place_metadata': 'SettingsMetadata', 406 'enable_ai_suggested_fields_metadata': 'SettingsMetadata', 407 'enable_auto_nav': 'str', 408 'enable_auto_nav_metadata': 'SettingsMetadata', 409 'enable_batch_update_envelope_types': 'str', 410 'enable_batch_update_envelope_types_metadata': 'SettingsMetadata', 411 'enable_bcc_dummy_link': 'str', 412 'enable_bcc_dummy_link_metadata': 'SettingsMetadata', 413 'enable_calculated_fields': 'str', 414 'enable_calculated_fields_metadata': 'SettingsMetadata', 415 'enable_cfr_rapid_signing_embedded_auth': 'str', 416 'enable_cfr_rapid_signing_embedded_auth_metadata': 'SettingsMetadata', 417 'enable_click_plus': 'str', 418 'enable_click_plus_conditional_content': 'str', 419 'enable_click_plus_conditional_content_meta_data': 'SettingsMetadata', 420 'enable_click_plus_custom_fields': 'str', 421 'enable_click_plus_custom_fields_meta_data': 'SettingsMetadata', 422 'enable_click_plus_custom_style': 'str', 423 'enable_click_plus_custom_style_meta_data': 'SettingsMetadata', 424 'enable_click_plus_dynamic_content': 'str', 425 'enable_click_plus_dynamic_content_meta_data': 'SettingsMetadata', 426 'enable_click_plus_meta_data': 'SettingsMetadata', 427 'enable_clickwraps': 'str', 428 'enable_clickwraps_metadata': 'SettingsMetadata', 429 'enable_combined_pdf_download_for_sbs': 'str', 430 'enable_comments_history_download_in_signing': 'str', 431 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', 432 'enable_contact_suggestions': 'str', 433 'enable_contact_suggestions_metadata': 'SettingsMetadata', 434 'enable_content_search': 'str', 435 'enable_content_search_metadata': 'SettingsMetadata', 436 'enable_coupa_core_extension': 'str', 437 'enable_coupa_core_extension_metadata': 'SettingsMetadata', 438 'enable_custom_data_verification_extensions': 'str', 439 'enable_custom_data_verification_extensions_metadata': 'SettingsMetadata', 440 'enable_customer_satisfaction_metric_tracking': 'str', 441 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', 442 'enable_data_verification_extensions': 'str', 443 'enable_data_verification_extensions_metadata': 'SettingsMetadata', 444 'enable_document_template_library': 'str', 445 'enable_document_template_library_metadata': 'SettingsMetadata', 446 'enable_d_sig_eu_advanced_pens': 'str', 447 'enable_d_sig_eu_advanced_pens_metadata': 'SettingsMetadata', 448 'enable_d_sig_express_pens': 'str', 449 'enable_d_sig_express_pens_metadata': 'SettingsMetadata', 450 'enable_d_sig_id_check_for_aes_pens': 'str', 451 'enable_d_sig_id_check_for_aes_pens_metadata': 'SettingsMetadata', 452 'enable_d_sig_id_check_in_person_for_qes_pens': 'str', 453 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'SettingsMetadata', 454 'enable_d_sig_id_check_remote_for_qes_pens': 'str', 455 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'SettingsMetadata', 456 'enable_d_sig_id_verification_pens': 'str', 457 'enable_d_sig_id_verification_pens_metadata': 'SettingsMetadata', 458 'enable_d_sig_id_verification_premier_pens': 'str', 459 'enable_d_sig_id_verification_premier_pens_metadata': 'SettingsMetadata', 460 'enable_d_sig_pen_group_eu_qes': 'str', 461 'enable_d_sig_pen_group_eu_qes_metadata': 'SettingsMetadata', 462 'enable_d_sig_plg_eu_qes_pens': 'str', 463 'enable_d_sig_plg_eu_qes_pens_metadata': 'SettingsMetadata', 464 'enable_ds_pro': 'str', 465 'enable_ds_pro_metadata': 'SettingsMetadata', 466 'enable_enforce_tls_emails_setting_metadata': 'SettingsMetadata', 467 'enable_envelope_stamping_by_account_admin': 'str', 468 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', 469 'enable_envelope_stamping_by_ds_admin': 'str', 470 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', 471 'enable_e_sign_api_hourly_limit_management': 'str', 472 'enable_e_sign_api_hourly_limit_management_metadata': 'SettingsMetadata', 473 'enable_esign_communities': 'str', 474 'enable_esign_communities_metadata': 'SettingsMetadata', 475 'enable_esign_task_list': 'str', 476 'enable_esign_task_list_metadata': 'SettingsMetadata', 477 'enable_generation_with3_p_integration': 'str', 478 'enable_generation_with3_p_integration_meta_data': 'SettingsMetadata', 479 'enable_id_fx_accountless_sms_auth_for_part11': 'str', 480 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 481 'enable_id_fx_intuit_kba': 'str', 482 'enable_id_fx_intuit_kba_metadata': 'SettingsMetadata', 483 'enable_id_fx_phone_authentication': 'str', 484 'enable_id_fx_phone_authentication_metadata': 'SettingsMetadata', 485 'enable_idfx_phone_auth_signature_auth_status': 'str', 486 'enable_idfx_phone_auth_signature_auth_status_metadata': 'SettingsMetadata', 487 'enable_inbox_browse_views_powered_by_elastic_search': 'str', 488 'enable_inbox_browse_views_powered_by_elastic_search_metadata': 'SettingsMetadata', 489 'enable_inbox_relevance_sort': 'str', 490 'enable_inbox_relevance_sort_metadata': 'SettingsMetadata', 491 'enable_in_browser_editor': 'str', 492 'enable_in_browser_editor_metadata': 'SettingsMetadata', 493 'enable_key_terms_suggestions_by_document_type': 'str', 494 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 495 'enable_large_file_support': 'str', 496 'enable_large_file_support_metadata': 'SettingsMetadata', 497 'enable_legacy_shared_envelopes': 'str', 498 'enable_legacy_shared_envelopes_metadata': 'SettingsMetadata', 499 'enable_license_management': 'str', 500 'enable_license_management_metadata': 'SettingsMetadata', 501 'enable_microsoft_dynamics365_extension': 'str', 502 'enable_microsoft_dynamics365_extension_metadata': 'SettingsMetadata', 503 'enable_multi_user_repository_features': 'str', 504 'enable_multi_user_repository_features_metadata': 'SettingsMetadata', 505 'enable_navigator_api_data_in': 'str', 506 'enable_navigator_api_data_in_metadata': 'SettingsMetadata', 507 'enable_navigator_api_data_out': 'str', 508 'enable_navigator_api_data_out_metadata': 'SettingsMetadata', 509 'enable_navigator_api_utilities': 'str', 510 'enable_navigator_api_utilities_metadata': 'SettingsMetadata', 511 'enable_navigator_for_hr': 'str', 512 'enable_navigator_for_hr_metadata': 'SettingsMetadata', 513 'enable_navigator_hierarchy_ai': 'str', 514 'enable_navigator_hierarchy_ai_metadata': 'SettingsMetadata', 515 'enable_navigator_partial_ingestion': 'str', 516 'enable_navigator_partial_ingestion_metadata': 'SettingsMetadata', 517 'enable_navigator_trial': 'str', 518 'enable_navigator_trial_metadata': 'SettingsMetadata', 519 'enable_notary_on_demand_witness': 'str', 520 'enable_notary_on_demand_witness_metadata': 'SettingsMetadata', 521 'enable_obligation_management': 'str', 522 'enable_obligation_management_metadata': 'SettingsMetadata', 523 'enable_participant_recipient_setting_metadata': 'SettingsMetadata', 524 'enable_payment_processing': 'str', 525 'enable_payment_processing_metadata': 'SettingsMetadata', 526 'enable_pdfa_conversion': 'str', 527 'enable_pdfa_conversion_metadata': 'SettingsMetadata', 528 'enable_power_form': 'str', 529 'enable_power_form_direct': 'str', 530 'enable_power_form_direct_metadata': 'SettingsMetadata', 531 'enable_power_form_metadata': 'SettingsMetadata', 532 'enable_premium_data_verification_extensions': 'str', 533 'enable_premium_data_verification_extensions_metadata': 'SettingsMetadata', 534 'enable_recipient_domain_validation': 'str', 535 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', 536 'enable_recipient_may_provide_phone_number': 'str', 537 'enable_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 538 'enable_report_links': 'str', 539 'enable_report_links_metadata': 'SettingsMetadata', 540 'enable_require_sign_on_paper': 'str', 541 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', 542 'enable_reserved_domain': 'str', 543 'enable_reserved_domain_metadata': 'SettingsMetadata', 544 'enable_responsive_signing': 'str', 545 'enable_responsive_signing_metadata': 'SettingsMetadata', 546 'enable_sap_ariba_extension': 'str', 547 'enable_sap_ariba_extension_meta_data': 'SettingsMetadata', 548 'enable_scheduled_release': 'str', 549 'enable_scheduled_release_metadata': 'SettingsMetadata', 550 'enable_search_service_azure_uri': 'str', 551 'enable_search_service_azure_uri_metadata': 'SettingsMetadata', 552 'enable_search_site_specific_api': 'str', 553 'enable_search_site_specific_api_metadata': 'SettingsMetadata', 554 'enable_sending_tags_font_settings': 'str', 555 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', 556 'enable_send_to_agent': 'str', 557 'enable_send_to_agent_metadata': 'SettingsMetadata', 558 'enable_send_to_intermediary': 'str', 559 'enable_send_to_intermediary_metadata': 'SettingsMetadata', 560 'enable_send_to_manage': 'str', 561 'enable_send_to_manage_metadata': 'SettingsMetadata', 562 'enable_sequential_signing_api': 'str', 563 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 564 'enable_sequential_signing_ui': 'str', 565 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 566 'enable_signer_attachments': 'str', 567 'enable_signer_attachments_metadata': 'SettingsMetadata', 568 'enable_signing_ai_features_plan': 'str', 569 'enable_signing_ai_features_plan_metadata': 'SettingsMetadata', 570 'enable_signing_extension_comments': 'str', 571 'enable_signing_extension_comments_metadata': 'SettingsMetadata', 572 'enable_signing_extension_conversations': 'str', 573 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', 574 'enable_signing_group_continue_page_setting': 'str', 575 'enable_signing_group_continue_page_setting_metadata': 'SettingsMetadata', 576 'enable_signing_order_settings_for_account': 'str', 577 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', 578 'enable_sign_on_paper': 'str', 579 'enable_sign_on_paper_metadata': 'SettingsMetadata', 580 'enable_sign_on_paper_override': 'str', 581 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 582 'enable_sign_with_notary': 'str', 583 'enable_sign_with_notary_metadata': 'SettingsMetadata', 584 'enable_smart_contracts': 'str', 585 'enable_smart_contracts_metadata': 'SettingsMetadata', 586 'enable_sms_authentication': 'str', 587 'enable_sms_authentication_metadata': 'SettingsMetadata', 588 'enable_sms_delivery_additional_notification': 'str', 589 'enable_sms_delivery_additional_notification_metadata': 'SettingsMetadata', 590 'enable_sms_delivery_primary': 'str', 591 'enable_social_id_login': 'str', 592 'enable_social_id_login_metadata': 'SettingsMetadata', 593 'enable_strike_through': 'str', 594 'enable_strike_through_metadata': 'SettingsMetadata', 595 'enable_tickets': 'str', 596 'enable_tickets_meta_data': 'SettingsMetadata', 597 'enable_transaction_point': 'str', 598 'enable_transaction_point_metadata': 'SettingsMetadata', 599 'enable_unified_repository': 'str', 600 'enable_unified_repository_metadata': 'SettingsMetadata', 601 'enable_vaulting': 'str', 602 'enable_vaulting_metadata': 'SettingsMetadata', 603 'enable_web_forms_runtime_ap_is': 'str', 604 'enable_web_forms_runtime_ap_is_metadata': 'SettingsMetadata', 605 'enable_web_forms_separate_user_permissions': 'str', 606 'enable_web_forms_separate_user_permissions_metadata': 'SettingsMetadata', 607 'enable_witnessing': 'str', 608 'enable_witnessing_metadata': 'SettingsMetadata', 609 'enable_workday_financials_extension': 'str', 610 'enable_workday_financials_extension_meta_data': 'SettingsMetadata', 611 'enforce_template_name_uniqueness': 'str', 612 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', 613 'enforce_tls_emails': 'str', 614 'enforce_tls_emails_metadata': 'SettingsMetadata', 615 'envelope_integration_allowed': 'str', 616 'envelope_integration_allowed_metadata': 'SettingsMetadata', 617 'envelope_integration_enabled': 'str', 618 'envelope_integration_enabled_metadata': 'SettingsMetadata', 619 'envelope_limits_total_document_size_allowed_in_mb': 'str', 620 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'str', 621 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'SettingsMetadata', 622 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'SettingsMetadata', 623 'envelope_search_mode': 'str', 624 'envelope_search_mode_metadata': 'SettingsMetadata', 625 'envelope_stamping_default_value': 'str', 626 'envelope_stamping_default_value_metadata': 'SettingsMetadata', 627 'exit_prompt': 'str', 628 'exit_prompt_metadata': 'SettingsMetadata', 629 'express_send': 'str', 630 'express_send_allow_tabs': 'str', 631 'express_send_allow_tabs_metadata': 'SettingsMetadata', 632 'express_send_metadata': 'SettingsMetadata', 633 'external_document_sources': 'ExternalDocumentSources', 634 'external_signature_pad_type': 'str', 635 'external_signature_pad_type_metadata': 'SettingsMetadata', 636 'fax_out_enabled': 'str', 637 'fax_out_enabled_metadata': 'SettingsMetadata', 638 'finish_reminder': 'str', 639 'finish_reminder_metadata': 'SettingsMetadata', 640 'forbid_adding_user_stamps': 'str', 641 'forbid_adding_user_stamps_metadata': 'SettingsMetadata', 642 'guided_forms_html_allowed': 'str', 643 'guided_forms_html_allowed_metadata': 'SettingsMetadata', 644 'guided_forms_html_conversion_policy': 'str', 645 'guided_forms_html_conversion_policy_metadata': 'SettingsMetadata', 646 'has_recipient_connect_claimed_domain': 'str', 647 'hide_account_address_in_co_c': 'str', 648 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', 649 'hide_pricing': 'str', 650 'hide_pricing_metadata': 'SettingsMetadata', 651 'id_check_configurations': 'list[IdCheckConfiguration]', 652 'id_check_expire': 'str', 653 'id_check_expire_days': 'str', 654 'id_check_expire_days_metadata': 'SettingsMetadata', 655 'id_check_expire_metadata': 'SettingsMetadata', 656 'id_check_expire_minutes': 'str', 657 'id_check_expire_minutes_metadata': 'SettingsMetadata', 658 'id_check_required': 'str', 659 'id_check_required_metadata': 'SettingsMetadata', 660 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', 661 'identity_verification_metadata': 'SettingsMetadata', 662 'idfx_kba_authentication_override': 'str', 663 'idfx_kba_authentication_override_metadata': 'SettingsMetadata', 664 'idfx_phone_authentication_override': 'str', 665 'idfx_phone_authentication_override_metadata': 'SettingsMetadata', 666 'ignore_error_if_anchor_tab_not_found': 'str', 667 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', 668 'in_person_id_check_question': 'str', 669 'in_person_id_check_question_metadata': 'SettingsMetadata', 670 'in_person_signing_enabled': 'str', 671 'in_person_signing_enabled_metadata': 'SettingsMetadata', 672 'in_session_enabled': 'str', 673 'in_session_enabled_metadata': 'SettingsMetadata', 674 'in_session_suppress_emails': 'str', 675 'in_session_suppress_emails_metadata': 'SettingsMetadata', 676 'is_connect_document_fields_enabled': 'str', 677 'isv_embed': 'str', 678 'isv_embed_meta_data': 'SettingsMetadata', 679 'isv_oem_embed': 'str', 680 'isv_oem_embed_meta_data': 'SettingsMetadata', 681 'linked_external_primary_accounts': 'list[LinkedExternalPrimaryAccount]', 682 'maestro_plan_levels': 'str', 683 'maestro_plan_levels_metadata': 'SettingsMetadata', 684 'maximum_signing_groups': 'str', 685 'maximum_signing_groups_metadata': 'SettingsMetadata', 686 'maximum_users_per_signing_group': 'str', 687 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', 688 'max_number_of_custom_stamps': 'str', 689 'merge_mixed_mode_results': 'str', 690 'merge_mixed_mode_results_metadata': 'SettingsMetadata', 691 'mobile_session_timeout': 'str', 692 'mobile_session_timeout_metadata': 'SettingsMetadata', 693 'number_of_active_custom_stamps': 'str', 694 'opt_in_mobile_signing_v02': 'str', 695 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', 696 'opt_in_universal_signatures': 'str', 697 'opt_out_auto_nav_text_and_tab_color_updates': 'str', 698 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', 699 'opt_out_new_platform_seal': 'str', 700 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', 701 'original_account_site': 'str', 702 'participant_copy_opt_out': 'str', 703 'participant_copy_opt_out_metadata': 'SettingsMetadata', 704 'pdf_max_chunked_upload_part_size': 'str', 705 'pdf_max_chunked_upload_part_size_metadata': 'SettingsMetadata', 706 'pdf_max_chunked_upload_total_size': 'str', 707 'pdf_max_chunked_upload_total_size_metadata': 'SettingsMetadata', 708 'pdf_max_individual_upload_size': 'str', 709 'pdf_max_individual_upload_size_metadata': 'SettingsMetadata', 710 'phone_auth_recipient_may_provide_phone_number': 'str', 711 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 712 'pki_sign_downloaded_pdf_docs': 'str', 713 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', 714 'read_only_mode': 'str', 715 'read_only_mode_metadata': 'SettingsMetadata', 716 'recipients_can_sign_offline': 'str', 717 'recipients_can_sign_offline_metadata': 'SettingsMetadata', 718 'recipient_signing_auto_navigation_control': 'str', 719 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', 720 'recycle_bin_envelope_retention': 'str', 721 'recycle_bin_envelope_retention_metadata': 'SettingsMetadata', 722 'require21_cf_rpt11_compliance': 'str', 723 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', 724 'require_decline_reason': 'str', 725 'require_decline_reason_metadata': 'SettingsMetadata', 726 'require_external_user_management': 'str', 727 'require_external_user_management_metadata': 'SettingsMetadata', 728 'require_signer_certificate_type': 'str', 729 'require_signer_certificate_type_metadata': 'SettingsMetadata', 730 'rsa_verid_account_name': 'str', 731 'rsa_verid_password': 'str', 732 'rsa_verid_ruleset': 'str', 733 'rsa_verid_user_id': 'str', 734 'self_signed_recipient_email_document': 'str', 735 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 736 'self_signed_recipient_email_document_user_override': 'str', 737 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', 738 'sender_can_sign_in_each_location': 'str', 739 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', 740 'sender_must_authenticate_signing': 'str', 741 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', 742 'sending_tags_font_color': 'str', 743 'sending_tags_font_color_metadata': 'SettingsMetadata', 744 'sending_tags_font_name': 'str', 745 'sending_tags_font_name_metadata': 'SettingsMetadata', 746 'sending_tags_font_size': 'str', 747 'sending_tags_font_size_metadata': 'SettingsMetadata', 748 'send_lockout_recipient_notification': 'str', 749 'send_lockout_recipient_notification_metadata': 'SettingsMetadata', 750 'send_to_certified_delivery_enabled': 'str', 751 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', 752 'session_timeout': 'str', 753 'session_timeout_metadata': 'SettingsMetadata', 754 'set_recip_email_lang': 'str', 755 'set_recip_email_lang_metadata': 'SettingsMetadata', 756 'set_recip_sign_lang': 'str', 757 'set_recip_sign_lang_metadata': 'SettingsMetadata', 758 'shared_template_folders': 'str', 759 'shared_template_folders_metadata': 'SettingsMetadata', 760 'show_complete_dialog_in_embedded_session': 'str', 761 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', 762 'show_conditional_routing_on_send': 'str', 763 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', 764 'show_initial_conditional_fields': 'str', 765 'show_initial_conditional_fields_metadata': 'SettingsMetadata', 766 'show_localized_watermarks': 'str', 767 'show_localized_watermarks_metadata': 'SettingsMetadata', 768 'show_masked_fields_when_downloading_document_as_sender': 'str', 769 'show_masked_fields_when_downloading_document_as_sender_metadata': 'SettingsMetadata', 770 'show_tutorials': 'str', 771 'show_tutorials_metadata': 'SettingsMetadata', 772 'signature_providers': 'list[str]', 773 'signature_providers_metadata': 'SettingsMetadata', 774 'sign_date_format': 'str', 775 'sign_date_format_metadata': 'SettingsMetadata', 776 'sign_date_time_account_language_override': 'str', 777 'sign_date_time_account_language_override_metadata': 'SettingsMetadata', 778 'sign_date_time_account_timezone_override': 'str', 779 'sign_date_time_account_timezone_override_metadata': 'SettingsMetadata', 780 'signer_attach_certificate_to_envelope_pdf': 'str', 781 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', 782 'signer_attach_concat': 'str', 783 'signer_attach_concat_metadata': 'SettingsMetadata', 784 'signer_can_create_account': 'str', 785 'signer_can_create_account_metadata': 'SettingsMetadata', 786 'signer_can_sign_on_mobile': 'str', 787 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', 788 'signer_in_session_use_envelope_complete_email': 'str', 789 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', 790 'signer_login_requirements': 'str', 791 'signer_login_requirements_metadata': 'SettingsMetadata', 792 'signer_must_have_account': 'str', 793 'signer_must_have_account_metadata': 'SettingsMetadata', 794 'signer_must_login_to_sign': 'str', 795 'signer_must_login_to_sign_metadata': 'SettingsMetadata', 796 'signer_show_secure_field_initial_values': 'str', 797 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', 798 'signing_session_timeout': 'str', 799 'signing_session_timeout_metadata': 'SettingsMetadata', 800 'signing_ui_version': 'str', 801 'signing_ui_version_metadata': 'SettingsMetadata', 802 'sign_time_format': 'str', 803 'sign_time_format_metadata': 'SettingsMetadata', 804 'sign_time_show_am_pm': 'str', 805 'sign_time_show_am_pm_metadata': 'SettingsMetadata', 806 'simplified_sending_enabled': 'str', 807 'simplified_sending_enabled_metadata': 'SettingsMetadata', 808 'single_sign_on_enabled': 'str', 809 'single_sign_on_enabled_metadata': 'SettingsMetadata', 810 'skip_auth_completed_envelopes': 'str', 811 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', 812 'social_id_recip_auth': 'str', 813 'social_id_recip_auth_metadata': 'SettingsMetadata', 814 'specify_document_visibility': 'str', 815 'specify_document_visibility_metadata': 'SettingsMetadata', 816 'start_in_advanced_correct': 'str', 817 'start_in_advanced_correct_metadata': 'SettingsMetadata', 818 'supplemental_documents_must_accept': 'str', 819 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 820 'supplemental_documents_must_read': 'str', 821 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 822 'supplemental_documents_must_view': 'str', 823 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 824 'suppress_certificate_enforcement': 'str', 825 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', 826 'tab_account_settings': 'TabAccountSettings', 827 'timezone_offset_api': 'str', 828 'timezone_offset_api_metadata': 'SettingsMetadata', 829 'timezone_offset_ui': 'str', 830 'timezone_offset_ui_metadata': 'SettingsMetadata', 831 'universal_signature_opt_in': 'str', 832 'universal_signature_skip_platform_signature': 'str', 833 'universal_signature_skip_platform_signature_metadata': 'SettingsMetadata', 834 'use_account_level_email': 'str', 835 'use_account_level_email_metadata': 'SettingsMetadata', 836 'use_consumer_disclosure': 'str', 837 'use_consumer_disclosure_metadata': 'SettingsMetadata', 838 'use_consumer_disclosure_within_account': 'str', 839 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', 840 'use_derived_keys': 'str', 841 'use_derived_keys_metadata': 'SettingsMetadata', 842 'use_docu_sign_express_signer_certificate': 'str', 843 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', 844 'use_envelope_search_mixed_mode': 'str', 845 'use_envelope_search_mixed_mode_metadata': 'SettingsMetadata', 846 'use_multi_app_groups_data': 'str', 847 'use_multi_app_groups_data_metadata': 'SettingsMetadata', 848 'use_new_blob_for_pdf': 'str', 849 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', 850 'use_new_envelope_search': 'str', 851 'use_new_envelope_search_metadata': 'SettingsMetadata', 852 'use_new_envelope_search_only_when_searching_after_date': 'str', 853 'use_new_envelope_search_only_when_searching_after_date_metadata': 'SettingsMetadata', 854 'use_new_envelope_search_only_with_search_term': 'str', 855 'use_new_envelope_search_only_with_search_term_metadata': 'SettingsMetadata', 856 'use_safe_signer_certificates': 'str', 857 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 858 'uses_api': 'str', 859 'uses_api_metadata': 'SettingsMetadata', 860 'use_signature_provider_platform': 'str', 861 'use_signature_provider_platform_metadata': 'SettingsMetadata', 862 'use_smart_contracts_v1': 'str', 863 'validations_allowed': 'str', 864 'validations_allowed_metadata': 'SettingsMetadata', 865 'validations_brand': 'str', 866 'validations_brand_metadata': 'SettingsMetadata', 867 'validations_cadence': 'str', 868 'validations_cadence_metadata': 'SettingsMetadata', 869 'validations_enabled': 'str', 870 'validations_enabled_metadata': 'SettingsMetadata', 871 'validations_report': 'str', 872 'validations_report_metadata': 'SettingsMetadata', 873 'water_mark_enabled': 'str', 874 'water_mark_enabled_metadata': 'SettingsMetadata', 875 'write_reminder_to_envelope_history': 'str', 876 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', 877 'wurfl_min_allowable_screen_size': 'str', 878 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' 879 } 880 881 attribute_map = { 882 'access_code_format': 'accessCodeFormat', 883 'account_date_time_format': 'accountDateTimeFormat', 884 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', 885 'account_default_language': 'accountDefaultLanguage', 886 'account_default_language_metadata': 'accountDefaultLanguageMetadata', 887 'account_name': 'accountName', 888 'account_name_metadata': 'accountNameMetadata', 889 'account_notification': 'accountNotification', 890 'account_ui_settings': 'accountUISettings', 891 'adopt_sig_config': 'adoptSigConfig', 892 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 893 'advanced_correct': 'advancedCorrect', 894 'advanced_correct_metadata': 'advancedCorrectMetadata', 895 'advanced_search_enable_tab_field': 'advancedSearchEnableTabField', 896 'advanced_search_enable_tab_field_metadata': 'advancedSearchEnableTabFieldMetadata', 897 'advanced_search_enable_template_id_field': 'advancedSearchEnableTemplateIdField', 898 'advanced_search_enable_template_id_field_metadata': 'advancedSearchEnableTemplateIdFieldMetadata', 899 'advanced_search_enable_template_name_field': 'advancedSearchEnableTemplateNameField', 900 'advanced_search_enable_template_name_field_metadata': 'advancedSearchEnableTemplateNameFieldMetadata', 901 'allow_access_code_format': 'allowAccessCodeFormat', 902 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 903 'allow_account_management_granular': 'allowAccountManagementGranular', 904 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', 905 'allow_account_member_name_change': 'allowAccountMemberNameChange', 906 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', 907 'allow_ace': 'allowACE', 908 'allow_ace_metadata': 'allowACEMetadata', 909 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', 910 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', 911 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', 912 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', 913 'allow_agreement_actions': 'allowAgreementActions', 914 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', 915 'allow_agreement_orchestrations': 'allowAgreementOrchestrations', 916 'allow_agreement_orchestrations_metadata': 'allowAgreementOrchestrationsMetadata', 917 'allow_auto_nav_settings': 'allowAutoNavSettings', 918 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', 919 'allow_auto_tagging': 'allowAutoTagging', 920 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 921 'allow_bulk_send': 'allowBulkSend', 922 'allow_bulk_send_metadata': 'allowBulkSendMetadata', 923 'allow_byoidv': 'allowBYOIDV', 924 'allow_byoidv_metadata': 'allowBYOIDVMetadata', 925 'allow_cd_withdraw': 'allowCDWithdraw', 926 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', 927 'allow_connect_agreement_ui': 'allowConnectAgreementUI', 928 'allow_connect_agreement_ui_metadata': 'allowConnectAgreementUIMetadata', 929 'allow_connect_authoritative_copy_ready_event_ui': 'allowConnectAuthoritativeCopyReadyEventUI', 930 'allow_connect_envelope_reminder_sent_event_ui': 'allowConnectEnvelopeReminderSentEventUI', 931 'allow_connect_envelope_removed_event': 'allowConnectEnvelopeRemovedEvent', 932 'allow_connect_extension_ui': 'allowConnectExtensionUI', 933 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', 934 'allow_connect_identity_verification_ui': 'AllowConnectIdentityVerificationUI', 935 'allow_connect_o_auth_ui': 'allowConnectOAuthUI', 936 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', 937 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', 938 'allow_connect_unified_payload_ui': 'allowConnectUnifiedPayloadUI', 939 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', 940 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', 941 'allow_data_download': 'allowDataDownload', 942 'allow_data_download_metadata': 'allowDataDownloadMetadata', 943 'allow_delayed_routing': 'allowDelayedRouting', 944 'allow_delayed_routing_metadata': 'allowDelayedRoutingMetadata', 945 'allow_delegated_signing': 'allowDelegatedSigning', 946 'allow_delegated_signing_metadata': 'allowDelegatedSigningMetadata', 947 'allow_doc_gen_documents': 'allowDocGenDocuments', 948 'allow_doc_gen_documents_metadata': 'allowDocGenDocumentsMetadata', 949 'allow_document_disclosures': 'allowDocumentDisclosures', 950 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', 951 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', 952 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', 953 'allow_document_visibility': 'allowDocumentVisibility', 954 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', 955 'allow_editing_envelopes_on_behalf_of_others': 'allowEditingEnvelopesOnBehalfOfOthers', 956 'allow_editing_envelopes_on_behalf_of_others_metadata': 'allowEditingEnvelopesOnBehalfOfOthersMetadata', 957 'allow_e_hanko_stamps': 'allowEHankoStamps', 958 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', 959 'allow_e_note_e_original': 'allowENoteEOriginal', 960 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', 961 'allow_envelope_correct': 'allowEnvelopeCorrect', 962 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', 963 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', 964 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', 965 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', 966 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', 967 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', 968 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', 969 'allow_envelope_reporting': 'allowEnvelopeReporting', 970 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', 971 'allow_expression': 'allowExpression', 972 'allow_expression_metadata': 'allowExpressionMetadata', 973 'allow_express_signer_certificate': 'allowExpressSignerCertificate', 974 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', 975 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', 976 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', 977 'allow_external_linked_accounts': 'allowExternalLinkedAccounts', 978 'allow_external_linked_accounts_metadata': 'allowExternalLinkedAccountsMetadata', 979 'allow_external_signature_pad': 'allowExternalSignaturePad', 980 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', 981 'allow_fed_ramp_idv_level1': 'allowFedRampIDVLevel1', 982 'allow_fed_ramp_idv_level1_metadata': 'allowFedRampIDVLevel1Metadata', 983 'allow_fed_ramp_idv_level2': 'allowFedRampIDVLevel2', 984 'allow_fed_ramp_idv_level2_metadata': 'allowFedRampIDVLevel2Metadata', 985 'allow_idv_for_eu_qualified_signatures': 'allowIDVForEUQualifiedSignatures', 986 'allow_idv_for_eu_qualified_signatures_metadata': 'allowIDVForEUQualifiedSignaturesMetadata', 987 'allow_idv_level1': 'allowIDVLevel1', 988 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', 989 'allow_idv_level1_trial': 'allowIDVLevel1Trial', 990 'allow_idv_level1_trial_metadata': 'allowIDVLevel1TrialMetadata', 991 'allow_idv_level2': 'allowIDVLevel2', 992 'allow_idv_level2_metadata': 'allowIDVLevel2Metadata', 993 'allow_idv_level3': 'allowIDVLevel3', 994 'allow_idv_level3_metadata': 'allowIDVLevel3Metadata', 995 'allow_idv_platform': 'allowIDVPlatform', 996 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', 997 'allow_idv_risk_assessment': 'allowIdvRiskAssessment', 998 'allow_idv_risk_assessment_metadata': 'allowIdvRiskAssessmentMetadata', 999 'allow_in_person': 'allowInPerson', 1000 'allow_in_person_electronic_notary': 'allowInPersonElectronicNotary', 1001 'allow_in_person_electronic_notary_metadata': 'allowInPersonElectronicNotaryMetadata', 1002 'allow_in_person_metadata': 'allowInPersonMetadata', 1003 'allow_managed_stamps': 'allowManagedStamps', 1004 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', 1005 'allow_managing_envelopes_on_behalf_of_others': 'allowManagingEnvelopesOnBehalfOfOthers', 1006 'allow_managing_envelopes_on_behalf_of_others_metadata': 'allowManagingEnvelopesOnBehalfOfOthersMetadata', 1007 'allow_markup': 'allowMarkup', 1008 'allow_markup_metadata': 'allowMarkupMetadata', 1009 'allow_member_time_zone': 'allowMemberTimeZone', 1010 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', 1011 'allow_merge_fields': 'allowMergeFields', 1012 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', 1013 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', 1014 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', 1015 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', 1016 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', 1017 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', 1018 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', 1019 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', 1020 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', 1021 'allow_offline_signing': 'allowOfflineSigning', 1022 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', 1023 'allow_only_standalone_web_forms': 'allowOnlyStandaloneWebForms', 1024 'allow_only_standalone_web_forms_metadata': 'allowOnlyStandaloneWebFormsMetadata', 1025 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', 1026 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', 1027 'allow_organization_branding': 'allowOrganizationBranding', 1028 'allow_organization_branding_metadata': 'allowOrganizationBrandingMetadata', 1029 'allow_organization_docusign_monitor': 'allowOrganizationDocusignMonitor', 1030 'allow_organization_docusign_monitor_free': 'allowOrganizationDocusignMonitorFree', 1031 'allow_organization_docusign_monitor_free_metadata': 'allowOrganizationDocusignMonitorFreeMetadata', 1032 'allow_organization_docusign_monitor_metadata': 'allowOrganizationDocusignMonitorMetadata', 1033 'allow_organization_domain_user_management': 'allowOrganizationDomainUserManagement', 1034 'allow_organization_domain_user_management_metadata': 'allowOrganizationDomainUserManagementMetadata', 1035 'allow_organizations': 'allowOrganizations', 1036 'allow_organizations_metadata': 'allowOrganizationsMetadata', 1037 'allow_organization_sso_management': 'allowOrganizationSsoManagement', 1038 'allow_organization_sso_management_metadata': 'allowOrganizationSsoManagementMetadata', 1039 'allow_organization_to_use_in_person_electronic_notary': 'allowOrganizationToUseInPersonElectronicNotary', 1040 'allow_organization_to_use_in_person_electronic_notary_metadata': 'allowOrganizationToUseInPersonElectronicNotaryMetadata', 1041 'allow_organization_to_use_remote_notary': 'allowOrganizationToUseRemoteNotary', 1042 'allow_organization_to_use_remote_notary_metadata': 'allowOrganizationToUseRemoteNotaryMetadata', 1043 'allow_organization_to_use_third_party_electronic_notary': 'allowOrganizationToUseThirdPartyElectronicNotary', 1044 'allow_organization_to_use_third_party_electronic_notary_metadata': 'allowOrganizationToUseThirdPartyElectronicNotaryMetadata', 1045 'allow_participant_recipient_type': 'allowParticipantRecipientType', 1046 'allow_participant_recipient_type_metadata': 'allowParticipantRecipientTypeMetadata', 1047 'allow_payment_processing': 'allowPaymentProcessing', 1048 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', 1049 'allow_pending_destination_url_edition': 'allowPendingDestinationUrlEdition', 1050 'allow_pending_destination_url_edition_metadata': 'allowPendingDestinationUrlEditionMetadata', 1051 'allow_performance_analytics': 'allowPerformanceAnalytics', 1052 'allow_performance_analytics_metadata': 'allowPerformanceAnalyticsMetadata', 1053 'allow_phone_authentication': 'allowPhoneAuthentication', 1054 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', 1055 'allow_phone_auth_override': 'allowPhoneAuthOverride', 1056 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', 1057 'allow_private_signing_groups': 'allowPrivateSigningGroups', 1058 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', 1059 'allow_recipient_connect': 'allowRecipientConnect', 1060 'allow_recipient_connect_metadata': 'allowRecipientConnectMetadata', 1061 'allow_reminders': 'allowReminders', 1062 'allow_reminders_metadata': 'allowRemindersMetadata', 1063 'allow_remote_notary': 'allowRemoteNotary', 1064 'allow_remote_notary_metadata': 'allowRemoteNotaryMetadata', 1065 'allow_resource_file_branding': 'allowResourceFileBranding', 1066 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', 1067 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', 1068 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', 1069 'allow_scheduled_sending': 'allowScheduledSending', 1070 'allow_scheduled_sending_metadata': 'allowScheduledSendingMetadata', 1071 'allow_security_appliance': 'allowSecurityAppliance', 1072 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', 1073 'allow_sending_envelopes_on_behalf_of_others': 'allowSendingEnvelopesOnBehalfOfOthers', 1074 'allow_sending_envelopes_on_behalf_of_others_metadata': 'allowSendingEnvelopesOnBehalfOfOthersMetadata', 1075 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', 1076 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', 1077 'allow_send_to_intermediary': 'allowSendToIntermediary', 1078 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', 1079 'allow_server_templates': 'allowServerTemplates', 1080 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', 1081 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', 1082 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', 1083 'allow_shared_tabs': 'allowSharedTabs', 1084 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', 1085 'allow_signature_stamps': 'allowSignatureStamps', 1086 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', 1087 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', 1088 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', 1089 'allow_signer_reassign': 'allowSignerReassign', 1090 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', 1091 'allow_signer_reassign_override': 'allowSignerReassignOverride', 1092 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', 1093 'allow_signing_extensions': 'allowSigningExtensions', 1094 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', 1095 'allow_signing_groups': 'allowSigningGroups', 1096 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', 1097 'allow_signing_insights': 'allowSigningInsights', 1098 'allow_signing_insights_metadata': 'allowSigningInsightsMetadata', 1099 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', 1100 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', 1101 'allow_sign_now': 'allowSignNow', 1102 'allow_sign_now_metadata': 'allowSignNowMetadata', 1103 'allow_sms_delivery': 'allowSMSDelivery', 1104 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', 1105 'allow_social_id_login': 'allowSocialIdLogin', 1106 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', 1107 'allow_supplemental_documents': 'allowSupplementalDocuments', 1108 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 1109 'allow_third_party_electronic_notary': 'allowThirdPartyElectronicNotary', 1110 'allow_third_party_electronic_notary_metadata': 'allowThirdPartyElectronicNotaryMetadata', 1111 'allow_transactions_workspace': 'allowTransactionsWorkspace', 1112 'allow_transactions_workspace_metadata': 'allowTransactionsWorkspaceMetadata', 1113 'allow_transactions_workspace_original': 'allowTransactionsWorkspaceOriginal', 1114 'allow_transactions_workspace_original_metadata': 'allowTransactionsWorkspaceOriginalMetadata', 1115 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', 1116 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', 1117 'allow_value_insights': 'allowValueInsights', 1118 'allow_value_insights_metadata': 'allowValueInsightsMetadata', 1119 'allow_web_forms': 'allowWebForms', 1120 'allow_web_forms_metadata': 'allowWebFormsMetadata', 1121 'allow_whats_app_delivery': 'allowWhatsAppDelivery', 1122 'allow_whats_app_delivery_metadata': 'allowWhatsAppDeliveryMetadata', 1123 'anchor_population_scope': 'anchorPopulationScope', 1124 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', 1125 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 1126 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', 1127 'attach_completed_envelope': 'attachCompletedEnvelope', 1128 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', 1129 'authentication_check': 'authenticationCheck', 1130 'authentication_check_metadata': 'authenticationCheckMetadata', 1131 'auto_nav_rule': 'autoNavRule', 1132 'auto_nav_rule_metadata': 'autoNavRuleMetadata', 1133 'auto_provision_signer_account': 'autoProvisionSignerAccount', 1134 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', 1135 'bcc_email_archive': 'bccEmailArchive', 1136 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', 1137 'beta_switch_configuration': 'betaSwitchConfiguration', 1138 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', 1139 'billing_address': 'billingAddress', 1140 'billing_address_metadata': 'billingAddressMetadata', 1141 'bulk_send': 'bulkSend', 1142 'bulk_send_action_resend_limit': 'bulkSendActionResendLimit', 1143 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', 1144 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', 1145 'bulk_send_metadata': 'bulkSendMetadata', 1146 'can_self_brand_send': 'canSelfBrandSend', 1147 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', 1148 'can_self_brand_sign': 'canSelfBrandSign', 1149 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', 1150 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', 1151 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', 1152 'capture_voice_recording': 'captureVoiceRecording', 1153 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', 1154 'cfr21_simplified_signing_enabled': 'cfr21SimplifiedSigningEnabled', 1155 'cfr21_simplified_signing_enabled_metadata': 'cfr21SimplifiedSigningEnabledMetadata', 1156 'cfr_use_wide_image': 'cfrUseWideImage', 1157 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', 1158 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', 1159 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', 1160 'chrome_signature_enabled': 'chromeSignatureEnabled', 1161 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', 1162 'cloud_ready': 'cloudReady', 1163 'comment_email_show_message_text': 'commentEmailShowMessageText', 1164 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', 1165 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', 1166 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', 1167 'conditional_fields_enabled': 'conditionalFieldsEnabled', 1168 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', 1169 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', 1170 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', 1171 'convert_pdf_fields': 'convertPdfFields', 1172 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', 1173 'custom_extraction_plan_levels': 'customExtractionPlanLevels', 1174 'custom_extraction_plan_levels_metadata': 'customExtractionPlanLevelsMetadata', 1175 'data_population_scope': 'dataPopulationScope', 1176 'data_population_scope_metadata': 'dataPopulationScopeMetadata', 1177 'default_signing_responsive_view': 'defaultSigningResponsiveView', 1178 'default_signing_responsive_view_metadata': 'defaultSigningResponsiveViewMetadata', 1179 'default_signing_responsive_view_use_grade': 'defaultSigningResponsiveViewUseGrade', 1180 'default_signing_responsive_view_use_grade_metadata': 'defaultSigningResponsiveViewUseGradeMetadata', 1181 'default_to_advanced_envelopes_filter_form': 'defaultToAdvancedEnvelopesFilterForm', 1182 'default_to_advanced_envelopes_filter_form_metadata': 'defaultToAdvancedEnvelopesFilterFormMetadata', 1183 'disable_auto_template_matching': 'disableAutoTemplateMatching', 1184 'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata', 1185 'disable_legacy_kba': 'disableLegacyKba', 1186 'disable_legacy_kba_metadata': 'disableLegacyKbaMetadata', 1187 'disable_legacy_shared_envelopes': 'disableLegacySharedEnvelopes', 1188 'disable_legacy_shared_envelopes_metadata': 'disableLegacySharedEnvelopesMetadata', 1189 'disable_mobile_app': 'disableMobileApp', 1190 'disable_mobile_app_metadata': 'disableMobileAppMetadata', 1191 'disable_mobile_push_notifications': 'disableMobilePushNotifications', 1192 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', 1193 'disable_mobile_sending': 'disableMobileSending', 1194 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', 1195 'disable_multiple_sessions': 'disableMultipleSessions', 1196 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', 1197 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', 1198 'disable_signer_cert_view': 'disableSignerCertView', 1199 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', 1200 'disable_signer_history_view': 'disableSignerHistoryView', 1201 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', 1202 'disable_style_signature': 'disableStyleSignature', 1203 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', 1204 'disable_upload_signature': 'disableUploadSignature', 1205 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', 1206 'disable_user_sharing': 'disableUserSharing', 1207 'disable_user_sharing_metadata': 'disableUserSharingMetadata', 1208 'display_beta_switch': 'displayBetaSwitch', 1209 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', 1210 'document_conversion_restrictions': 'documentConversionRestrictions', 1211 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', 1212 'document_retention': 'documentRetention', 1213 'document_retention_metadata': 'documentRetentionMetadata', 1214 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', 1215 'document_visibility': 'documentVisibility', 1216 'document_visibility_metadata': 'documentVisibilityMetadata', 1217 'draft_envelope_retention': 'draftEnvelopeRetention', 1218 'draft_envelope_retention_metadata': 'draftEnvelopeRetentionMetadata', 1219 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption', 1220 'dss_sign_29182_slide_up_bar_radmin_option': 'dss_SIGN_29182_SlideUpBar_RadminOption', 1221 'email_template_version': 'emailTemplateVersion', 1222 'email_template_version_metadata': 'emailTemplateVersionMetadata', 1223 'enable_access_code_generator': 'enableAccessCodeGenerator', 1224 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', 1225 'enable_account_wide_search': 'enableAccountWideSearch', 1226 'enable_account_wide_search_metadata': 'enableAccountWideSearchMetadata', 1227 'enable_additional_advanced_web_forms_features': 'enableAdditionalAdvancedWebFormsFeatures', 1228 'enable_additional_advanced_web_forms_features_metadata': 'enableAdditionalAdvancedWebFormsFeaturesMetadata', 1229 'enable_adm_healthcare': 'enableAdmHealthcare', 1230 'enable_adm_healthcare_metadata': 'enableAdmHealthcareMetadata', 1231 'enable_advanced_envelopes_search': 'enableAdvancedEnvelopesSearch', 1232 'enable_advanced_envelopes_search_metadata': 'enableAdvancedEnvelopesSearchMetadata', 1233 'enable_advanced_payments': 'enableAdvancedPayments', 1234 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 1235 'enable_advanced_power_forms': 'enableAdvancedPowerForms', 1236 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', 1237 'enable_advanced_search': 'enableAdvancedSearch', 1238 'enable_advanced_search_metadata': 'enableAdvancedSearchMetadata', 1239 'enable_agreement_actions_for_clm': 'enableAgreementActionsForCLM', 1240 'enable_agreement_actions_for_clm_metadata': 'enableAgreementActionsForCLMMetadata', 1241 'enable_agreement_actions_for_e_sign': 'enableAgreementActionsForESign', 1242 'enable_agreement_actions_for_e_sign_metadata': 'enableAgreementActionsForESignMetadata', 1243 'enable_agreement_desk_advanced': 'enableAgreementDeskAdvanced', 1244 'enable_agreement_desk_advanced_meta_data': 'enableAgreementDeskAdvancedMetaData', 1245 'enable_ai_contract_review': 'enableAIContractReview', 1246 'enable_ai_contract_review_metadata': 'enableAIContractReviewMetadata', 1247 'enable_ai_sender_message': 'enableAISenderMessage', 1248 'enable_ai_sender_message_metadata': 'enableAISenderMessageMetadata', 1249 'enable_ai_suggested_fields': 'enableAISuggestedFields', 1250 'enable_ai_suggested_fields_auto_place': 'enableAISuggestedFieldsAutoPlace', 1251 'enable_ai_suggested_fields_auto_place_metadata': 'enableAISuggestedFieldsAutoPlaceMetadata', 1252 'enable_ai_suggested_fields_metadata': 'enableAISuggestedFieldsMetadata', 1253 'enable_auto_nav': 'enableAutoNav', 1254 'enable_auto_nav_metadata': 'enableAutoNavMetadata', 1255 'enable_batch_update_envelope_types': 'enableBatchUpdateEnvelopeTypes', 1256 'enable_batch_update_envelope_types_metadata': 'enableBatchUpdateEnvelopeTypesMetadata', 1257 'enable_bcc_dummy_link': 'enableBccDummyLink', 1258 'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata', 1259 'enable_calculated_fields': 'enableCalculatedFields', 1260 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', 1261 'enable_cfr_rapid_signing_embedded_auth': 'enableCFRRapidSigningEmbeddedAuth', 1262 'enable_cfr_rapid_signing_embedded_auth_metadata': 'enableCFRRapidSigningEmbeddedAuthMetadata', 1263 'enable_click_plus': 'enableClickPlus', 1264 'enable_click_plus_conditional_content': 'enableClickPlusConditionalContent', 1265 'enable_click_plus_conditional_content_meta_data': 'enableClickPlusConditionalContentMetaData', 1266 'enable_click_plus_custom_fields': 'enableClickPlusCustomFields', 1267 'enable_click_plus_custom_fields_meta_data': 'enableClickPlusCustomFieldsMetaData', 1268 'enable_click_plus_custom_style': 'enableClickPlusCustomStyle', 1269 'enable_click_plus_custom_style_meta_data': 'enableClickPlusCustomStyleMetaData', 1270 'enable_click_plus_dynamic_content': 'enableClickPlusDynamicContent', 1271 'enable_click_plus_dynamic_content_meta_data': 'enableClickPlusDynamicContentMetaData', 1272 'enable_click_plus_meta_data': 'enableClickPlusMetaData', 1273 'enable_clickwraps': 'enableClickwraps', 1274 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', 1275 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', 1276 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', 1277 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', 1278 'enable_contact_suggestions': 'enableContactSuggestions', 1279 'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata', 1280 'enable_content_search': 'enableContentSearch', 1281 'enable_content_search_metadata': 'enableContentSearchMetadata', 1282 'enable_coupa_core_extension': 'enableCoupaCoreExtension', 1283 'enable_coupa_core_extension_metadata': 'enableCoupaCoreExtensionMetadata', 1284 'enable_custom_data_verification_extensions': 'enableCustomDataVerificationExtensions', 1285 'enable_custom_data_verification_extensions_metadata': 'enableCustomDataVerificationExtensionsMetadata', 1286 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', 1287 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', 1288 'enable_data_verification_extensions': 'enableDataVerificationExtensions', 1289 'enable_data_verification_extensions_metadata': 'enableDataVerificationExtensionsMetadata', 1290 'enable_document_template_library': 'enableDocumentTemplateLibrary', 1291 'enable_document_template_library_metadata': 'enableDocumentTemplateLibraryMetadata', 1292 'enable_d_sig_eu_advanced_pens': 'enableDSigEUAdvancedPens', 1293 'enable_d_sig_eu_advanced_pens_metadata': 'enableDSigEUAdvancedPensMetadata', 1294 'enable_d_sig_express_pens': 'enableDSigExpressPens', 1295 'enable_d_sig_express_pens_metadata': 'enableDSigExpressPensMetadata', 1296 'enable_d_sig_id_check_for_aes_pens': 'enableDSigIDCheckForAESPens', 1297 'enable_d_sig_id_check_for_aes_pens_metadata': 'enableDSigIDCheckForAESPensMetadata', 1298 'enable_d_sig_id_check_in_person_for_qes_pens': 'enableDSigIDCheckInPersonForQESPens', 1299 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'enableDSigIDCheckInPersonForQESPensMetadata', 1300 'enable_d_sig_id_check_remote_for_qes_pens': 'enableDSigIDCheckRemoteForQESPens', 1301 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'enableDSigIDCheckRemoteForQESPensMetadata', 1302 'enable_d_sig_id_verification_pens': 'enableDSigIDVerificationPens', 1303 'enable_d_sig_id_verification_pens_metadata': 'enableDSigIDVerificationPensMetadata', 1304 'enable_d_sig_id_verification_premier_pens': 'enableDSigIDVerificationPremierPens', 1305 'enable_d_sig_id_verification_premier_pens_metadata': 'enableDSigIDVerificationPremierPensMetadata', 1306 'enable_d_sig_pen_group_eu_qes': 'enableDSigPenGroupEuQes', 1307 'enable_d_sig_pen_group_eu_qes_metadata': 'enableDSigPenGroupEuQesMetadata', 1308 'enable_d_sig_plg_eu_qes_pens': 'enableDSigPlgEuQesPens', 1309 'enable_d_sig_plg_eu_qes_pens_metadata': 'enableDSigPlgEuQesPensMetadata', 1310 'enable_ds_pro': 'enableDSPro', 1311 'enable_ds_pro_metadata': 'enableDSProMetadata', 1312 'enable_enforce_tls_emails_setting_metadata': 'enableEnforceTlsEmailsSettingMetadata', 1313 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', 1314 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', 1315 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', 1316 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', 1317 'enable_e_sign_api_hourly_limit_management': 'enableESignAPIHourlyLimitManagement', 1318 'enable_e_sign_api_hourly_limit_management_metadata': 'enableESignAPIHourlyLimitManagementMetadata', 1319 'enable_esign_communities': 'enableEsignCommunities', 1320 'enable_esign_communities_metadata': 'enableEsignCommunitiesMetadata', 1321 'enable_esign_task_list': 'enableEsignTaskList', 1322 'enable_esign_task_list_metadata': 'enableEsignTaskListMetadata', 1323 'enable_generation_with3_p_integration': 'enableGenerationWith3PIntegration', 1324 'enable_generation_with3_p_integration_meta_data': 'enableGenerationWith3PIntegrationMetaData', 1325 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', 1326 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 1327 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', 1328 'enable_id_fx_intuit_kba_metadata': 'enableIDFxIntuitKBAMetadata', 1329 'enable_id_fx_phone_authentication': 'enableIDFxPhoneAuthentication', 1330 'enable_id_fx_phone_authentication_metadata': 'enableIDFxPhoneAuthenticationMetadata', 1331 'enable_idfx_phone_auth_signature_auth_status': 'enableIdfxPhoneAuthSignatureAuthStatus', 1332 'enable_idfx_phone_auth_signature_auth_status_metadata': 'enableIdfxPhoneAuthSignatureAuthStatusMetadata', 1333 'enable_inbox_browse_views_powered_by_elastic_search': 'enableInboxBrowseViewsPoweredByElasticSearch', 1334 'enable_inbox_browse_views_powered_by_elastic_search_metadata': 'enableInboxBrowseViewsPoweredByElasticSearchMetadata', 1335 'enable_inbox_relevance_sort': 'enableInboxRelevanceSort', 1336 'enable_inbox_relevance_sort_metadata': 'enableInboxRelevanceSortMetadata', 1337 'enable_in_browser_editor': 'enableInBrowserEditor', 1338 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', 1339 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 1340 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 1341 'enable_large_file_support': 'enableLargeFileSupport', 1342 'enable_large_file_support_metadata': 'enableLargeFileSupportMetadata', 1343 'enable_legacy_shared_envelopes': 'enableLegacySharedEnvelopes', 1344 'enable_legacy_shared_envelopes_metadata': 'enableLegacySharedEnvelopesMetadata', 1345 'enable_license_management': 'enableLicenseManagement', 1346 'enable_license_management_metadata': 'enableLicenseManagementMetadata', 1347 'enable_microsoft_dynamics365_extension': 'enableMicrosoftDynamics365Extension', 1348 'enable_microsoft_dynamics365_extension_metadata': 'enableMicrosoftDynamics365ExtensionMetadata', 1349 'enable_multi_user_repository_features': 'enableMultiUserRepositoryFeatures', 1350 'enable_multi_user_repository_features_metadata': 'enableMultiUserRepositoryFeaturesMetadata', 1351 'enable_navigator_api_data_in': 'enableNavigatorAPIDataIn', 1352 'enable_navigator_api_data_in_metadata': 'enableNavigatorAPIDataInMetadata', 1353 'enable_navigator_api_data_out': 'enableNavigatorAPIDataOut', 1354 'enable_navigator_api_data_out_metadata': 'enableNavigatorAPIDataOutMetadata', 1355 'enable_navigator_api_utilities': 'enableNavigatorAPIUtilities', 1356 'enable_navigator_api_utilities_metadata': 'enableNavigatorAPIUtilitiesMetadata', 1357 'enable_navigator_for_hr': 'enableNavigatorForHR', 1358 'enable_navigator_for_hr_metadata': 'enableNavigatorForHRMetadata', 1359 'enable_navigator_hierarchy_ai': 'enableNavigatorHierarchyAI', 1360 'enable_navigator_hierarchy_ai_metadata': 'enableNavigatorHierarchyAIMetadata', 1361 'enable_navigator_partial_ingestion': 'enableNavigatorPartialIngestion', 1362 'enable_navigator_partial_ingestion_metadata': 'enableNavigatorPartialIngestionMetadata', 1363 'enable_navigator_trial': 'enableNavigatorTrial', 1364 'enable_navigator_trial_metadata': 'enableNavigatorTrialMetadata', 1365 'enable_notary_on_demand_witness': 'enableNotaryOnDemandWitness', 1366 'enable_notary_on_demand_witness_metadata': 'enableNotaryOnDemandWitnessMetadata', 1367 'enable_obligation_management': 'enableObligationManagement', 1368 'enable_obligation_management_metadata': 'enableObligationManagementMetadata', 1369 'enable_participant_recipient_setting_metadata': 'enableParticipantRecipientSettingMetadata', 1370 'enable_payment_processing': 'enablePaymentProcessing', 1371 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', 1372 'enable_pdfa_conversion': 'enablePDFAConversion', 1373 'enable_pdfa_conversion_metadata': 'enablePDFAConversionMetadata', 1374 'enable_power_form': 'enablePowerForm', 1375 'enable_power_form_direct': 'enablePowerFormDirect', 1376 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', 1377 'enable_power_form_metadata': 'enablePowerFormMetadata', 1378 'enable_premium_data_verification_extensions': 'enablePremiumDataVerificationExtensions', 1379 'enable_premium_data_verification_extensions_metadata': 'enablePremiumDataVerificationExtensionsMetadata', 1380 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', 1381 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', 1382 'enable_recipient_may_provide_phone_number': 'enableRecipientMayProvidePhoneNumber', 1383 'enable_recipient_may_provide_phone_number_metadata': 'enableRecipientMayProvidePhoneNumberMetadata', 1384 'enable_report_links': 'enableReportLinks', 1385 'enable_report_links_metadata': 'enableReportLinksMetadata', 1386 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', 1387 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', 1388 'enable_reserved_domain': 'enableReservedDomain', 1389 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', 1390 'enable_responsive_signing': 'enableResponsiveSigning', 1391 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', 1392 'enable_sap_ariba_extension': 'enableSAPAribaExtension', 1393 'enable_sap_ariba_extension_meta_data': 'enableSAPAribaExtensionMetaData', 1394 'enable_scheduled_release': 'enableScheduledRelease', 1395 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', 1396 'enable_search_service_azure_uri': 'enableSearchServiceAzureUri', 1397 'enable_search_service_azure_uri_metadata': 'enableSearchServiceAzureUriMetadata', 1398 'enable_search_site_specific_api': 'enableSearchSiteSpecificApi', 1399 'enable_search_site_specific_api_metadata': 'enableSearchSiteSpecificApiMetadata', 1400 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', 1401 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', 1402 'enable_send_to_agent': 'enableSendToAgent', 1403 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', 1404 'enable_send_to_intermediary': 'enableSendToIntermediary', 1405 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', 1406 'enable_send_to_manage': 'enableSendToManage', 1407 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', 1408 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 1409 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 1410 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 1411 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 1412 'enable_signer_attachments': 'enableSignerAttachments', 1413 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 1414 'enable_signing_ai_features_plan': 'enableSigningAIFeaturesPlan', 1415 'enable_signing_ai_features_plan_metadata': 'enableSigningAIFeaturesPlanMetadata', 1416 'enable_signing_extension_comments': 'enableSigningExtensionComments', 1417 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', 1418 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', 1419 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', 1420 'enable_signing_group_continue_page_setting': 'enableSigningGroupContinuePageSetting', 1421 'enable_signing_group_continue_page_setting_metadata': 'enableSigningGroupContinuePageSettingMetadata', 1422 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', 1423 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', 1424 'enable_sign_on_paper': 'enableSignOnPaper', 1425 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', 1426 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 1427 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 1428 'enable_sign_with_notary': 'enableSignWithNotary', 1429 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', 1430 'enable_smart_contracts': 'enableSmartContracts', 1431 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', 1432 'enable_sms_authentication': 'enableSMSAuthentication', 1433 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', 1434 'enable_sms_delivery_additional_notification': 'enableSMSDeliveryAdditionalNotification', 1435 'enable_sms_delivery_additional_notification_metadata': 'enableSMSDeliveryAdditionalNotificationMetadata', 1436 'enable_sms_delivery_primary': 'enableSMSDeliveryPrimary', 1437 'enable_social_id_login': 'enableSocialIdLogin', 1438 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', 1439 'enable_strike_through': 'enableStrikeThrough', 1440 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', 1441 'enable_tickets': 'enableTickets', 1442 'enable_tickets_meta_data': 'enableTicketsMetaData', 1443 'enable_transaction_point': 'enableTransactionPoint', 1444 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 1445 'enable_unified_repository': 'enableUnifiedRepository', 1446 'enable_unified_repository_metadata': 'enableUnifiedRepositoryMetadata', 1447 'enable_vaulting': 'enableVaulting', 1448 'enable_vaulting_metadata': 'enableVaultingMetadata', 1449 'enable_web_forms_runtime_ap_is': 'enableWebFormsRuntimeAPIs', 1450 'enable_web_forms_runtime_ap_is_metadata': 'enableWebFormsRuntimeAPIsMetadata', 1451 'enable_web_forms_separate_user_permissions': 'enableWebFormsSeparateUserPermissions', 1452 'enable_web_forms_separate_user_permissions_metadata': 'enableWebFormsSeparateUserPermissionsMetadata', 1453 'enable_witnessing': 'enableWitnessing', 1454 'enable_witnessing_metadata': 'enableWitnessingMetadata', 1455 'enable_workday_financials_extension': 'enableWorkdayFinancialsExtension', 1456 'enable_workday_financials_extension_meta_data': 'enableWorkdayFinancialsExtensionMetaData', 1457 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', 1458 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', 1459 'enforce_tls_emails': 'enforceTlsEmails', 1460 'enforce_tls_emails_metadata': 'enforceTlsEmailsMetadata', 1461 'envelope_integration_allowed': 'envelopeIntegrationAllowed', 1462 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', 1463 'envelope_integration_enabled': 'envelopeIntegrationEnabled', 1464 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', 1465 'envelope_limits_total_document_size_allowed_in_mb': 'EnvelopeLimitsTotalDocumentSizeAllowedInMB', 1466 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled', 1467 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata', 1468 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata', 1469 'envelope_search_mode': 'envelopeSearchMode', 1470 'envelope_search_mode_metadata': 'envelopeSearchModeMetadata', 1471 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', 1472 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', 1473 'exit_prompt': 'exitPrompt', 1474 'exit_prompt_metadata': 'exitPromptMetadata', 1475 'express_send': 'expressSend', 1476 'express_send_allow_tabs': 'expressSendAllowTabs', 1477 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', 1478 'express_send_metadata': 'expressSendMetadata', 1479 'external_document_sources': 'externalDocumentSources', 1480 'external_signature_pad_type': 'externalSignaturePadType', 1481 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', 1482 'fax_out_enabled': 'faxOutEnabled', 1483 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', 1484 'finish_reminder': 'finishReminder', 1485 'finish_reminder_metadata': 'finishReminderMetadata', 1486 'forbid_adding_user_stamps': 'forbidAddingUserStamps', 1487 'forbid_adding_user_stamps_metadata': 'forbidAddingUserStampsMetadata', 1488 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', 1489 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', 1490 'guided_forms_html_conversion_policy': 'guidedFormsHtmlConversionPolicy', 1491 'guided_forms_html_conversion_policy_metadata': 'guidedFormsHtmlConversionPolicyMetadata', 1492 'has_recipient_connect_claimed_domain': 'hasRecipientConnectClaimedDomain', 1493 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', 1494 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', 1495 'hide_pricing': 'hidePricing', 1496 'hide_pricing_metadata': 'hidePricingMetadata', 1497 'id_check_configurations': 'idCheckConfigurations', 1498 'id_check_expire': 'idCheckExpire', 1499 'id_check_expire_days': 'idCheckExpireDays', 1500 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', 1501 'id_check_expire_metadata': 'idCheckExpireMetadata', 1502 'id_check_expire_minutes': 'idCheckExpireMinutes', 1503 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', 1504 'id_check_required': 'idCheckRequired', 1505 'id_check_required_metadata': 'idCheckRequiredMetadata', 1506 'identity_verification': 'identityVerification', 1507 'identity_verification_metadata': 'identityVerificationMetadata', 1508 'idfx_kba_authentication_override': 'idfxKBAAuthenticationOverride', 1509 'idfx_kba_authentication_override_metadata': 'idfxKBAAuthenticationOverrideMetadata', 1510 'idfx_phone_authentication_override': 'idfxPhoneAuthenticationOverride', 1511 'idfx_phone_authentication_override_metadata': 'idfxPhoneAuthenticationOverrideMetadata', 1512 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', 1513 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', 1514 'in_person_id_check_question': 'inPersonIDCheckQuestion', 1515 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', 1516 'in_person_signing_enabled': 'inPersonSigningEnabled', 1517 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', 1518 'in_session_enabled': 'inSessionEnabled', 1519 'in_session_enabled_metadata': 'inSessionEnabledMetadata', 1520 'in_session_suppress_emails': 'inSessionSuppressEmails', 1521 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', 1522 'is_connect_document_fields_enabled': 'isConnectDocumentFieldsEnabled', 1523 'isv_embed': 'isvEmbed', 1524 'isv_embed_meta_data': 'isvEmbedMetaData', 1525 'isv_oem_embed': 'isvOemEmbed', 1526 'isv_oem_embed_meta_data': 'isvOemEmbedMetaData', 1527 'linked_external_primary_accounts': 'linkedExternalPrimaryAccounts', 1528 'maestro_plan_levels': 'maestroPlanLevels', 1529 'maestro_plan_levels_metadata': 'maestroPlanLevelsMetadata', 1530 'maximum_signing_groups': 'maximumSigningGroups', 1531 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', 1532 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', 1533 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', 1534 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', 1535 'merge_mixed_mode_results': 'mergeMixedModeResults', 1536 'merge_mixed_mode_results_metadata': 'mergeMixedModeResultsMetadata', 1537 'mobile_session_timeout': 'mobileSessionTimeout', 1538 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', 1539 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', 1540 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', 1541 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', 1542 'opt_in_universal_signatures': 'optInUniversalSignatures', 1543 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', 1544 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', 1545 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', 1546 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', 1547 'original_account_site': 'originalAccountSite', 1548 'participant_copy_opt_out': 'participantCopyOptOut', 1549 'participant_copy_opt_out_metadata': 'participantCopyOptOutMetadata', 1550 'pdf_max_chunked_upload_part_size': 'pdfMaxChunkedUploadPartSize', 1551 'pdf_max_chunked_upload_part_size_metadata': 'pdfMaxChunkedUploadPartSizeMetadata', 1552 'pdf_max_chunked_upload_total_size': 'pdfMaxChunkedUploadTotalSize', 1553 'pdf_max_chunked_upload_total_size_metadata': 'pdfMaxChunkedUploadTotalSizeMetadata', 1554 'pdf_max_individual_upload_size': 'pdfMaxIndividualUploadSize', 1555 'pdf_max_individual_upload_size_metadata': 'pdfMaxIndividualUploadSizeMetadata', 1556 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', 1557 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', 1558 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', 1559 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', 1560 'read_only_mode': 'readOnlyMode', 1561 'read_only_mode_metadata': 'readOnlyModeMetadata', 1562 'recipients_can_sign_offline': 'recipientsCanSignOffline', 1563 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', 1564 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', 1565 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', 1566 'recycle_bin_envelope_retention': 'recycleBinEnvelopeRetention', 1567 'recycle_bin_envelope_retention_metadata': 'recycleBinEnvelopeRetentionMetadata', 1568 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', 1569 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', 1570 'require_decline_reason': 'requireDeclineReason', 1571 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', 1572 'require_external_user_management': 'requireExternalUserManagement', 1573 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', 1574 'require_signer_certificate_type': 'requireSignerCertificateType', 1575 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', 1576 'rsa_verid_account_name': 'rsaVeridAccountName', 1577 'rsa_verid_password': 'rsaVeridPassword', 1578 'rsa_verid_ruleset': 'rsaVeridRuleset', 1579 'rsa_verid_user_id': 'rsaVeridUserId', 1580 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 1581 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 1582 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', 1583 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', 1584 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', 1585 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', 1586 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', 1587 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', 1588 'sending_tags_font_color': 'sendingTagsFontColor', 1589 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', 1590 'sending_tags_font_name': 'sendingTagsFontName', 1591 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', 1592 'sending_tags_font_size': 'sendingTagsFontSize', 1593 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', 1594 'send_lockout_recipient_notification': 'sendLockoutRecipientNotification', 1595 'send_lockout_recipient_notification_metadata': 'sendLockoutRecipientNotificationMetadata', 1596 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', 1597 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', 1598 'session_timeout': 'sessionTimeout', 1599 'session_timeout_metadata': 'sessionTimeoutMetadata', 1600 'set_recip_email_lang': 'setRecipEmailLang', 1601 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', 1602 'set_recip_sign_lang': 'setRecipSignLang', 1603 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', 1604 'shared_template_folders': 'sharedTemplateFolders', 1605 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', 1606 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', 1607 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', 1608 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', 1609 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', 1610 'show_initial_conditional_fields': 'showInitialConditionalFields', 1611 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', 1612 'show_localized_watermarks': 'showLocalizedWatermarks', 1613 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', 1614 'show_masked_fields_when_downloading_document_as_sender': 'showMaskedFieldsWhenDownloadingDocumentAsSender', 1615 'show_masked_fields_when_downloading_document_as_sender_metadata': 'showMaskedFieldsWhenDownloadingDocumentAsSenderMetadata', 1616 'show_tutorials': 'showTutorials', 1617 'show_tutorials_metadata': 'showTutorialsMetadata', 1618 'signature_providers': 'signatureProviders', 1619 'signature_providers_metadata': 'signatureProvidersMetadata', 1620 'sign_date_format': 'signDateFormat', 1621 'sign_date_format_metadata': 'signDateFormatMetadata', 1622 'sign_date_time_account_language_override': 'signDateTimeAccountLanguageOverride', 1623 'sign_date_time_account_language_override_metadata': 'signDateTimeAccountLanguageOverrideMetadata', 1624 'sign_date_time_account_timezone_override': 'signDateTimeAccountTimezoneOverride', 1625 'sign_date_time_account_timezone_override_metadata': 'signDateTimeAccountTimezoneOverrideMetadata', 1626 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', 1627 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', 1628 'signer_attach_concat': 'signerAttachConcat', 1629 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', 1630 'signer_can_create_account': 'signerCanCreateAccount', 1631 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', 1632 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', 1633 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', 1634 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', 1635 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', 1636 'signer_login_requirements': 'signerLoginRequirements', 1637 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', 1638 'signer_must_have_account': 'signerMustHaveAccount', 1639 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', 1640 'signer_must_login_to_sign': 'signerMustLoginToSign', 1641 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', 1642 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', 1643 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', 1644 'signing_session_timeout': 'signingSessionTimeout', 1645 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', 1646 'signing_ui_version': 'signingUiVersion', 1647 'signing_ui_version_metadata': 'signingUiVersionMetadata', 1648 'sign_time_format': 'signTimeFormat', 1649 'sign_time_format_metadata': 'signTimeFormatMetadata', 1650 'sign_time_show_am_pm': 'signTimeShowAmPm', 1651 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', 1652 'simplified_sending_enabled': 'simplifiedSendingEnabled', 1653 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', 1654 'single_sign_on_enabled': 'singleSignOnEnabled', 1655 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', 1656 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', 1657 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', 1658 'social_id_recip_auth': 'socialIdRecipAuth', 1659 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', 1660 'specify_document_visibility': 'specifyDocumentVisibility', 1661 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', 1662 'start_in_advanced_correct': 'startInAdvancedCorrect', 1663 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', 1664 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 1665 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 1666 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 1667 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 1668 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 1669 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 1670 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', 1671 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', 1672 'tab_account_settings': 'tabAccountSettings', 1673 'timezone_offset_api': 'timezoneOffsetAPI', 1674 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', 1675 'timezone_offset_ui': 'timezoneOffsetUI', 1676 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', 1677 'universal_signature_opt_in': 'universalSignatureOptIn', 1678 'universal_signature_skip_platform_signature': 'universalSignatureSkipPlatformSignature', 1679 'universal_signature_skip_platform_signature_metadata': 'universalSignatureSkipPlatformSignatureMetadata', 1680 'use_account_level_email': 'useAccountLevelEmail', 1681 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', 1682 'use_consumer_disclosure': 'useConsumerDisclosure', 1683 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', 1684 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', 1685 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', 1686 'use_derived_keys': 'useDerivedKeys', 1687 'use_derived_keys_metadata': 'useDerivedKeysMetadata', 1688 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', 1689 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', 1690 'use_envelope_search_mixed_mode': 'useEnvelopeSearchMixedMode', 1691 'use_envelope_search_mixed_mode_metadata': 'useEnvelopeSearchMixedModeMetadata', 1692 'use_multi_app_groups_data': 'useMultiAppGroupsData', 1693 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', 1694 'use_new_blob_for_pdf': 'useNewBlobForPdf', 1695 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', 1696 'use_new_envelope_search': 'useNewEnvelopeSearch', 1697 'use_new_envelope_search_metadata': 'useNewEnvelopeSearchMetadata', 1698 'use_new_envelope_search_only_when_searching_after_date': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDate', 1699 'use_new_envelope_search_only_when_searching_after_date_metadata': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDateMetadata', 1700 'use_new_envelope_search_only_with_search_term': 'useNewEnvelopeSearchOnlyWithSearchTerm', 1701 'use_new_envelope_search_only_with_search_term_metadata': 'useNewEnvelopeSearchOnlyWithSearchTermMetadata', 1702 'use_safe_signer_certificates': 'useSAFESignerCertificates', 1703 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 1704 'uses_api': 'usesAPI', 1705 'uses_api_metadata': 'usesAPIMetadata', 1706 'use_signature_provider_platform': 'useSignatureProviderPlatform', 1707 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', 1708 'use_smart_contracts_v1': 'useSmartContractsV1', 1709 'validations_allowed': 'validationsAllowed', 1710 'validations_allowed_metadata': 'validationsAllowedMetadata', 1711 'validations_brand': 'validationsBrand', 1712 'validations_brand_metadata': 'validationsBrandMetadata', 1713 'validations_cadence': 'validationsCadence', 1714 'validations_cadence_metadata': 'validationsCadenceMetadata', 1715 'validations_enabled': 'validationsEnabled', 1716 'validations_enabled_metadata': 'validationsEnabledMetadata', 1717 'validations_report': 'validationsReport', 1718 'validations_report_metadata': 'validationsReportMetadata', 1719 'water_mark_enabled': 'waterMarkEnabled', 1720 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', 1721 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', 1722 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', 1723 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', 1724 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' 1725 } 1726 1727 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1728 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1729 if _configuration is None: 1730 _configuration = Configuration() 1731 self._configuration = _configuration 1732 1733 self._access_code_format = None 1734 self._account_date_time_format = None 1735 self._account_date_time_format_metadata = None 1736 self._account_default_language = None 1737 self._account_default_language_metadata = None 1738 self._account_name = None 1739 self._account_name_metadata = None 1740 self._account_notification = None 1741 self._account_ui_settings = None 1742 self._adopt_sig_config = None 1743 self._adopt_sig_config_metadata = None 1744 self._advanced_correct = None 1745 self._advanced_correct_metadata = None 1746 self._advanced_search_enable_tab_field = None 1747 self._advanced_search_enable_tab_field_metadata = None 1748 self._advanced_search_enable_template_id_field = None 1749 self._advanced_search_enable_template_id_field_metadata = None 1750 self._advanced_search_enable_template_name_field = None 1751 self._advanced_search_enable_template_name_field_metadata = None 1752 self._allow_access_code_format = None 1753 self._allow_access_code_format_metadata = None 1754 self._allow_account_management_granular = None 1755 self._allow_account_management_granular_metadata = None 1756 self._allow_account_member_name_change = None 1757 self._allow_account_member_name_change_metadata = None 1758 self._allow_ace = None 1759 self._allow_ace_metadata = None 1760 self._allow_advanced_recipient_routing_conditional = None 1761 self._allow_advanced_recipient_routing_conditional_metadata = None 1762 self._allow_agent_name_email_edit = None 1763 self._allow_agent_name_email_edit_metadata = None 1764 self._allow_agreement_actions = None 1765 self._allow_agreement_actions_metadata = None 1766 self._allow_agreement_orchestrations = None 1767 self._allow_agreement_orchestrations_metadata = None 1768 self._allow_auto_nav_settings = None 1769 self._allow_auto_nav_settings_metadata = None 1770 self._allow_auto_tagging = None 1771 self._allow_auto_tagging_metadata = None 1772 self._allow_bulk_send = None 1773 self._allow_bulk_send_metadata = None 1774 self._allow_byoidv = None 1775 self._allow_byoidv_metadata = None 1776 self._allow_cd_withdraw = None 1777 self._allow_cd_withdraw_metadata = None 1778 self._allow_connect_agreement_ui = None 1779 self._allow_connect_agreement_ui_metadata = None 1780 self._allow_connect_authoritative_copy_ready_event_ui = None 1781 self._allow_connect_envelope_reminder_sent_event_ui = None 1782 self._allow_connect_envelope_removed_event = None 1783 self._allow_connect_extension_ui = None 1784 self._allow_connect_http_listener_configs = None 1785 self._allow_connect_identity_verification_ui = None 1786 self._allow_connect_o_auth_ui = None 1787 self._allow_connect_send_finish_later = None 1788 self._allow_connect_send_finish_later_metadata = None 1789 self._allow_connect_unified_payload_ui = None 1790 self._allow_consumer_disclosure_override = None 1791 self._allow_consumer_disclosure_override_metadata = None 1792 self._allow_data_download = None 1793 self._allow_data_download_metadata = None 1794 self._allow_delayed_routing = None 1795 self._allow_delayed_routing_metadata = None 1796 self._allow_delegated_signing = None 1797 self._allow_delegated_signing_metadata = None 1798 self._allow_doc_gen_documents = None 1799 self._allow_doc_gen_documents_metadata = None 1800 self._allow_document_disclosures = None 1801 self._allow_document_disclosures_metadata = None 1802 self._allow_documents_on_signed_envelopes = None 1803 self._allow_documents_on_signed_envelopes_metadata = None 1804 self._allow_document_visibility = None 1805 self._allow_document_visibility_metadata = None 1806 self._allow_editing_envelopes_on_behalf_of_others = None 1807 self._allow_editing_envelopes_on_behalf_of_others_metadata = None 1808 self._allow_e_hanko_stamps = None 1809 self._allow_e_hanko_stamps_metadata = None 1810 self._allow_e_note_e_original = None 1811 self._allow_e_note_e_original_metadata = None 1812 self._allow_envelope_correct = None 1813 self._allow_envelope_correct_metadata = None 1814 self._allow_envelope_custody_transfer = None 1815 self._allow_envelope_custody_transfer_metadata = None 1816 self._allow_envelope_custom_fields = None 1817 self._allow_envelope_custom_fields_metadata = None 1818 self._allow_envelope_publish_reporting = None 1819 self._allow_envelope_publish_reporting_metadata = None 1820 self._allow_envelope_reporting = None 1821 self._allow_envelope_reporting_metadata = None 1822 self._allow_expression = None 1823 self._allow_expression_metadata = None 1824 self._allow_express_signer_certificate = None 1825 self._allow_express_signer_certificate_metadata = None 1826 self._allow_extended_sending_resource_file = None 1827 self._allow_extended_sending_resource_file_metadata = None 1828 self._allow_external_linked_accounts = None 1829 self._allow_external_linked_accounts_metadata = None 1830 self._allow_external_signature_pad = None 1831 self._allow_external_signature_pad_metadata = None 1832 self._allow_fed_ramp_idv_level1 = None 1833 self._allow_fed_ramp_idv_level1_metadata = None 1834 self._allow_fed_ramp_idv_level2 = None 1835 self._allow_fed_ramp_idv_level2_metadata = None 1836 self._allow_idv_for_eu_qualified_signatures = None 1837 self._allow_idv_for_eu_qualified_signatures_metadata = None 1838 self._allow_idv_level1 = None 1839 self._allow_idv_level1_metadata = None 1840 self._allow_idv_level1_trial = None 1841 self._allow_idv_level1_trial_metadata = None 1842 self._allow_idv_level2 = None 1843 self._allow_idv_level2_metadata = None 1844 self._allow_idv_level3 = None 1845 self._allow_idv_level3_metadata = None 1846 self._allow_idv_platform = None 1847 self._allow_idv_platform_metadata = None 1848 self._allow_idv_risk_assessment = None 1849 self._allow_idv_risk_assessment_metadata = None 1850 self._allow_in_person = None 1851 self._allow_in_person_electronic_notary = None 1852 self._allow_in_person_electronic_notary_metadata = None 1853 self._allow_in_person_metadata = None 1854 self._allow_managed_stamps = None 1855 self._allow_managed_stamps_metadata = None 1856 self._allow_managing_envelopes_on_behalf_of_others = None 1857 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1858 self._allow_markup = None 1859 self._allow_markup_metadata = None 1860 self._allow_member_time_zone = None 1861 self._allow_member_time_zone_metadata = None 1862 self._allow_merge_fields = None 1863 self._allow_merge_fields_metadata = None 1864 self._allow_multiple_brand_profiles = None 1865 self._allow_multiple_brand_profiles_metadata = None 1866 self._allow_multiple_signer_attachments = None 1867 self._allow_multiple_signer_attachments_metadata = None 1868 self._allow_non_us_phone_auth = None 1869 self._allow_non_us_phone_auth_metadata = None 1870 self._allow_ocr_of_envelope_documents = None 1871 self._allow_ocr_of_envelope_documents_metadata = None 1872 self._allow_offline_signing = None 1873 self._allow_offline_signing_metadata = None 1874 self._allow_only_standalone_web_forms = None 1875 self._allow_only_standalone_web_forms_metadata = None 1876 self._allow_open_trust_signer_certificate = None 1877 self._allow_open_trust_signer_certificate_metadata = None 1878 self._allow_organization_branding = None 1879 self._allow_organization_branding_metadata = None 1880 self._allow_organization_docusign_monitor = None 1881 self._allow_organization_docusign_monitor_free = None 1882 self._allow_organization_docusign_monitor_free_metadata = None 1883 self._allow_organization_docusign_monitor_metadata = None 1884 self._allow_organization_domain_user_management = None 1885 self._allow_organization_domain_user_management_metadata = None 1886 self._allow_organizations = None 1887 self._allow_organizations_metadata = None 1888 self._allow_organization_sso_management = None 1889 self._allow_organization_sso_management_metadata = None 1890 self._allow_organization_to_use_in_person_electronic_notary = None 1891 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1892 self._allow_organization_to_use_remote_notary = None 1893 self._allow_organization_to_use_remote_notary_metadata = None 1894 self._allow_organization_to_use_third_party_electronic_notary = None 1895 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1896 self._allow_participant_recipient_type = None 1897 self._allow_participant_recipient_type_metadata = None 1898 self._allow_payment_processing = None 1899 self._allow_payment_processing_metadata = None 1900 self._allow_pending_destination_url_edition = None 1901 self._allow_pending_destination_url_edition_metadata = None 1902 self._allow_performance_analytics = None 1903 self._allow_performance_analytics_metadata = None 1904 self._allow_phone_authentication = None 1905 self._allow_phone_authentication_metadata = None 1906 self._allow_phone_auth_override = None 1907 self._allow_phone_auth_override_metadata = None 1908 self._allow_private_signing_groups = None 1909 self._allow_private_signing_groups_metadata = None 1910 self._allow_recipient_connect = None 1911 self._allow_recipient_connect_metadata = None 1912 self._allow_reminders = None 1913 self._allow_reminders_metadata = None 1914 self._allow_remote_notary = None 1915 self._allow_remote_notary_metadata = None 1916 self._allow_resource_file_branding = None 1917 self._allow_resource_file_branding_metadata = None 1918 self._allow_safe_bio_pharma_signer_certificate = None 1919 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1920 self._allow_scheduled_sending = None 1921 self._allow_scheduled_sending_metadata = None 1922 self._allow_security_appliance = None 1923 self._allow_security_appliance_metadata = None 1924 self._allow_sending_envelopes_on_behalf_of_others = None 1925 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1926 self._allow_send_to_certified_delivery = None 1927 self._allow_send_to_certified_delivery_metadata = None 1928 self._allow_send_to_intermediary = None 1929 self._allow_send_to_intermediary_metadata = None 1930 self._allow_server_templates = None 1931 self._allow_server_templates_metadata = None 1932 self._allow_set_embedded_recipient_start_url = None 1933 self._allow_set_embedded_recipient_start_url_metadata = None 1934 self._allow_shared_tabs = None 1935 self._allow_shared_tabs_metadata = None 1936 self._allow_signature_stamps = None 1937 self._allow_signature_stamps_metadata = None 1938 self._allow_sign_document_from_home_page = None 1939 self._allow_sign_document_from_home_page_metadata = None 1940 self._allow_signer_reassign = None 1941 self._allow_signer_reassign_metadata = None 1942 self._allow_signer_reassign_override = None 1943 self._allow_signer_reassign_override_metadata = None 1944 self._allow_signing_extensions = None 1945 self._allow_signing_extensions_metadata = None 1946 self._allow_signing_groups = None 1947 self._allow_signing_groups_metadata = None 1948 self._allow_signing_insights = None 1949 self._allow_signing_insights_metadata = None 1950 self._allow_signing_radio_deselect = None 1951 self._allow_signing_radio_deselect_metadata = None 1952 self._allow_sign_now = None 1953 self._allow_sign_now_metadata = None 1954 self._allow_sms_delivery = None 1955 self._allow_sms_delivery_metadata = None 1956 self._allow_social_id_login = None 1957 self._allow_social_id_login_metadata = None 1958 self._allow_supplemental_documents = None 1959 self._allow_supplemental_documents_metadata = None 1960 self._allow_third_party_electronic_notary = None 1961 self._allow_third_party_electronic_notary_metadata = None 1962 self._allow_transactions_workspace = None 1963 self._allow_transactions_workspace_metadata = None 1964 self._allow_transactions_workspace_original = None 1965 self._allow_transactions_workspace_original_metadata = None 1966 self._allow_users_to_access_directory = None 1967 self._allow_users_to_access_directory_metadata = None 1968 self._allow_value_insights = None 1969 self._allow_value_insights_metadata = None 1970 self._allow_web_forms = None 1971 self._allow_web_forms_metadata = None 1972 self._allow_whats_app_delivery = None 1973 self._allow_whats_app_delivery_metadata = None 1974 self._anchor_population_scope = None 1975 self._anchor_population_scope_metadata = None 1976 self._anchor_tag_versioned_placement_enabled = None 1977 self._anchor_tag_versioned_placement_metadata_enabled = None 1978 self._attach_completed_envelope = None 1979 self._attach_completed_envelope_metadata = None 1980 self._authentication_check = None 1981 self._authentication_check_metadata = None 1982 self._auto_nav_rule = None 1983 self._auto_nav_rule_metadata = None 1984 self._auto_provision_signer_account = None 1985 self._auto_provision_signer_account_metadata = None 1986 self._bcc_email_archive = None 1987 self._bcc_email_archive_metadata = None 1988 self._beta_switch_configuration = None 1989 self._beta_switch_configuration_metadata = None 1990 self._billing_address = None 1991 self._billing_address_metadata = None 1992 self._bulk_send = None 1993 self._bulk_send_action_resend_limit = None 1994 self._bulk_send_max_copies_in_batch = None 1995 self._bulk_send_max_unprocessed_envelopes_count = None 1996 self._bulk_send_metadata = None 1997 self._can_self_brand_send = None 1998 self._can_self_brand_send_metadata = None 1999 self._can_self_brand_sign = None 2000 self._can_self_brand_sign_metadata = None 2001 self._can_use_salesforce_o_auth = None 2002 self._can_use_salesforce_o_auth_metadata = None 2003 self._capture_voice_recording = None 2004 self._capture_voice_recording_metadata = None 2005 self._cfr21_simplified_signing_enabled = None 2006 self._cfr21_simplified_signing_enabled_metadata = None 2007 self._cfr_use_wide_image = None 2008 self._cfr_use_wide_image_metadata = None 2009 self._check_for_multiple_admins_on_account = None 2010 self._check_for_multiple_admins_on_account_metadata = None 2011 self._chrome_signature_enabled = None 2012 self._chrome_signature_enabled_metadata = None 2013 self._cloud_ready = None 2014 self._comment_email_show_message_text = None 2015 self._comment_email_show_message_text_metadata = None 2016 self._comments_allow_envelope_override = None 2017 self._comments_allow_envelope_override_metadata = None 2018 self._conditional_fields_enabled = None 2019 self._conditional_fields_enabled_metadata = None 2020 self._consumer_disclosure_frequency = None 2021 self._consumer_disclosure_frequency_metadata = None 2022 self._convert_pdf_fields = None 2023 self._convert_pdf_fields_metadata = None 2024 self._custom_extraction_plan_levels = None 2025 self._custom_extraction_plan_levels_metadata = None 2026 self._data_population_scope = None 2027 self._data_population_scope_metadata = None 2028 self._default_signing_responsive_view = None 2029 self._default_signing_responsive_view_metadata = None 2030 self._default_signing_responsive_view_use_grade = None 2031 self._default_signing_responsive_view_use_grade_metadata = None 2032 self._default_to_advanced_envelopes_filter_form = None 2033 self._default_to_advanced_envelopes_filter_form_metadata = None 2034 self._disable_auto_template_matching = None 2035 self._disable_auto_template_matching_metadata = None 2036 self._disable_legacy_kba = None 2037 self._disable_legacy_kba_metadata = None 2038 self._disable_legacy_shared_envelopes = None 2039 self._disable_legacy_shared_envelopes_metadata = None 2040 self._disable_mobile_app = None 2041 self._disable_mobile_app_metadata = None 2042 self._disable_mobile_push_notifications = None 2043 self._disable_mobile_push_notifications_metadata = None 2044 self._disable_mobile_sending = None 2045 self._disable_mobile_sending_metadata = None 2046 self._disable_multiple_sessions = None 2047 self._disable_multiple_sessions_metadata = None 2048 self._disable_purge_notifications_for_sender_metadata = None 2049 self._disable_signer_cert_view = None 2050 self._disable_signer_cert_view_metadata = None 2051 self._disable_signer_history_view = None 2052 self._disable_signer_history_view_metadata = None 2053 self._disable_style_signature = None 2054 self._disable_style_signature_metadata = None 2055 self._disable_upload_signature = None 2056 self._disable_upload_signature_metadata = None 2057 self._disable_user_sharing = None 2058 self._disable_user_sharing_metadata = None 2059 self._display_beta_switch = None 2060 self._display_beta_switch_metadata = None 2061 self._document_conversion_restrictions = None 2062 self._document_conversion_restrictions_metadata = None 2063 self._document_retention = None 2064 self._document_retention_metadata = None 2065 self._document_retention_purge_tabs = None 2066 self._document_visibility = None 2067 self._document_visibility_metadata = None 2068 self._draft_envelope_retention = None 2069 self._draft_envelope_retention_metadata = None 2070 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 2071 self._dss_sign_29182_slide_up_bar_radmin_option = None 2072 self._email_template_version = None 2073 self._email_template_version_metadata = None 2074 self._enable_access_code_generator = None 2075 self._enable_access_code_generator_metadata = None 2076 self._enable_account_wide_search = None 2077 self._enable_account_wide_search_metadata = None 2078 self._enable_additional_advanced_web_forms_features = None 2079 self._enable_additional_advanced_web_forms_features_metadata = None 2080 self._enable_adm_healthcare = None 2081 self._enable_adm_healthcare_metadata = None 2082 self._enable_advanced_envelopes_search = None 2083 self._enable_advanced_envelopes_search_metadata = None 2084 self._enable_advanced_payments = None 2085 self._enable_advanced_payments_metadata = None 2086 self._enable_advanced_power_forms = None 2087 self._enable_advanced_power_forms_metadata = None 2088 self._enable_advanced_search = None 2089 self._enable_advanced_search_metadata = None 2090 self._enable_agreement_actions_for_clm = None 2091 self._enable_agreement_actions_for_clm_metadata = None 2092 self._enable_agreement_actions_for_e_sign = None 2093 self._enable_agreement_actions_for_e_sign_metadata = None 2094 self._enable_agreement_desk_advanced = None 2095 self._enable_agreement_desk_advanced_meta_data = None 2096 self._enable_ai_contract_review = None 2097 self._enable_ai_contract_review_metadata = None 2098 self._enable_ai_sender_message = None 2099 self._enable_ai_sender_message_metadata = None 2100 self._enable_ai_suggested_fields = None 2101 self._enable_ai_suggested_fields_auto_place = None 2102 self._enable_ai_suggested_fields_auto_place_metadata = None 2103 self._enable_ai_suggested_fields_metadata = None 2104 self._enable_auto_nav = None 2105 self._enable_auto_nav_metadata = None 2106 self._enable_batch_update_envelope_types = None 2107 self._enable_batch_update_envelope_types_metadata = None 2108 self._enable_bcc_dummy_link = None 2109 self._enable_bcc_dummy_link_metadata = None 2110 self._enable_calculated_fields = None 2111 self._enable_calculated_fields_metadata = None 2112 self._enable_cfr_rapid_signing_embedded_auth = None 2113 self._enable_cfr_rapid_signing_embedded_auth_metadata = None 2114 self._enable_click_plus = None 2115 self._enable_click_plus_conditional_content = None 2116 self._enable_click_plus_conditional_content_meta_data = None 2117 self._enable_click_plus_custom_fields = None 2118 self._enable_click_plus_custom_fields_meta_data = None 2119 self._enable_click_plus_custom_style = None 2120 self._enable_click_plus_custom_style_meta_data = None 2121 self._enable_click_plus_dynamic_content = None 2122 self._enable_click_plus_dynamic_content_meta_data = None 2123 self._enable_click_plus_meta_data = None 2124 self._enable_clickwraps = None 2125 self._enable_clickwraps_metadata = None 2126 self._enable_combined_pdf_download_for_sbs = None 2127 self._enable_comments_history_download_in_signing = None 2128 self._enable_comments_history_download_in_signing_metadata = None 2129 self._enable_contact_suggestions = None 2130 self._enable_contact_suggestions_metadata = None 2131 self._enable_content_search = None 2132 self._enable_content_search_metadata = None 2133 self._enable_coupa_core_extension = None 2134 self._enable_coupa_core_extension_metadata = None 2135 self._enable_custom_data_verification_extensions = None 2136 self._enable_custom_data_verification_extensions_metadata = None 2137 self._enable_customer_satisfaction_metric_tracking = None 2138 self._enable_customer_satisfaction_metric_tracking_metadata = None 2139 self._enable_data_verification_extensions = None 2140 self._enable_data_verification_extensions_metadata = None 2141 self._enable_document_template_library = None 2142 self._enable_document_template_library_metadata = None 2143 self._enable_d_sig_eu_advanced_pens = None 2144 self._enable_d_sig_eu_advanced_pens_metadata = None 2145 self._enable_d_sig_express_pens = None 2146 self._enable_d_sig_express_pens_metadata = None 2147 self._enable_d_sig_id_check_for_aes_pens = None 2148 self._enable_d_sig_id_check_for_aes_pens_metadata = None 2149 self._enable_d_sig_id_check_in_person_for_qes_pens = None 2150 self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = None 2151 self._enable_d_sig_id_check_remote_for_qes_pens = None 2152 self._enable_d_sig_id_check_remote_for_qes_pens_metadata = None 2153 self._enable_d_sig_id_verification_pens = None 2154 self._enable_d_sig_id_verification_pens_metadata = None 2155 self._enable_d_sig_id_verification_premier_pens = None 2156 self._enable_d_sig_id_verification_premier_pens_metadata = None 2157 self._enable_d_sig_pen_group_eu_qes = None 2158 self._enable_d_sig_pen_group_eu_qes_metadata = None 2159 self._enable_d_sig_plg_eu_qes_pens = None 2160 self._enable_d_sig_plg_eu_qes_pens_metadata = None 2161 self._enable_ds_pro = None 2162 self._enable_ds_pro_metadata = None 2163 self._enable_enforce_tls_emails_setting_metadata = None 2164 self._enable_envelope_stamping_by_account_admin = None 2165 self._enable_envelope_stamping_by_account_admin_metadata = None 2166 self._enable_envelope_stamping_by_ds_admin = None 2167 self._enable_envelope_stamping_by_ds_admin_metadata = None 2168 self._enable_e_sign_api_hourly_limit_management = None 2169 self._enable_e_sign_api_hourly_limit_management_metadata = None 2170 self._enable_esign_communities = None 2171 self._enable_esign_communities_metadata = None 2172 self._enable_esign_task_list = None 2173 self._enable_esign_task_list_metadata = None 2174 self._enable_generation_with3_p_integration = None 2175 self._enable_generation_with3_p_integration_meta_data = None 2176 self._enable_id_fx_accountless_sms_auth_for_part11 = None 2177 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 2178 self._enable_id_fx_intuit_kba = None 2179 self._enable_id_fx_intuit_kba_metadata = None 2180 self._enable_id_fx_phone_authentication = None 2181 self._enable_id_fx_phone_authentication_metadata = None 2182 self._enable_idfx_phone_auth_signature_auth_status = None 2183 self._enable_idfx_phone_auth_signature_auth_status_metadata = None 2184 self._enable_inbox_browse_views_powered_by_elastic_search = None 2185 self._enable_inbox_browse_views_powered_by_elastic_search_metadata = None 2186 self._enable_inbox_relevance_sort = None 2187 self._enable_inbox_relevance_sort_metadata = None 2188 self._enable_in_browser_editor = None 2189 self._enable_in_browser_editor_metadata = None 2190 self._enable_key_terms_suggestions_by_document_type = None 2191 self._enable_key_terms_suggestions_by_document_type_metadata = None 2192 self._enable_large_file_support = None 2193 self._enable_large_file_support_metadata = None 2194 self._enable_legacy_shared_envelopes = None 2195 self._enable_legacy_shared_envelopes_metadata = None 2196 self._enable_license_management = None 2197 self._enable_license_management_metadata = None 2198 self._enable_microsoft_dynamics365_extension = None 2199 self._enable_microsoft_dynamics365_extension_metadata = None 2200 self._enable_multi_user_repository_features = None 2201 self._enable_multi_user_repository_features_metadata = None 2202 self._enable_navigator_api_data_in = None 2203 self._enable_navigator_api_data_in_metadata = None 2204 self._enable_navigator_api_data_out = None 2205 self._enable_navigator_api_data_out_metadata = None 2206 self._enable_navigator_api_utilities = None 2207 self._enable_navigator_api_utilities_metadata = None 2208 self._enable_navigator_for_hr = None 2209 self._enable_navigator_for_hr_metadata = None 2210 self._enable_navigator_hierarchy_ai = None 2211 self._enable_navigator_hierarchy_ai_metadata = None 2212 self._enable_navigator_partial_ingestion = None 2213 self._enable_navigator_partial_ingestion_metadata = None 2214 self._enable_navigator_trial = None 2215 self._enable_navigator_trial_metadata = None 2216 self._enable_notary_on_demand_witness = None 2217 self._enable_notary_on_demand_witness_metadata = None 2218 self._enable_obligation_management = None 2219 self._enable_obligation_management_metadata = None 2220 self._enable_participant_recipient_setting_metadata = None 2221 self._enable_payment_processing = None 2222 self._enable_payment_processing_metadata = None 2223 self._enable_pdfa_conversion = None 2224 self._enable_pdfa_conversion_metadata = None 2225 self._enable_power_form = None 2226 self._enable_power_form_direct = None 2227 self._enable_power_form_direct_metadata = None 2228 self._enable_power_form_metadata = None 2229 self._enable_premium_data_verification_extensions = None 2230 self._enable_premium_data_verification_extensions_metadata = None 2231 self._enable_recipient_domain_validation = None 2232 self._enable_recipient_domain_validation_metadata = None 2233 self._enable_recipient_may_provide_phone_number = None 2234 self._enable_recipient_may_provide_phone_number_metadata = None 2235 self._enable_report_links = None 2236 self._enable_report_links_metadata = None 2237 self._enable_require_sign_on_paper = None 2238 self._enable_require_sign_on_paper_metadata = None 2239 self._enable_reserved_domain = None 2240 self._enable_reserved_domain_metadata = None 2241 self._enable_responsive_signing = None 2242 self._enable_responsive_signing_metadata = None 2243 self._enable_sap_ariba_extension = None 2244 self._enable_sap_ariba_extension_meta_data = None 2245 self._enable_scheduled_release = None 2246 self._enable_scheduled_release_metadata = None 2247 self._enable_search_service_azure_uri = None 2248 self._enable_search_service_azure_uri_metadata = None 2249 self._enable_search_site_specific_api = None 2250 self._enable_search_site_specific_api_metadata = None 2251 self._enable_sending_tags_font_settings = None 2252 self._enable_sending_tags_font_settings_metadata = None 2253 self._enable_send_to_agent = None 2254 self._enable_send_to_agent_metadata = None 2255 self._enable_send_to_intermediary = None 2256 self._enable_send_to_intermediary_metadata = None 2257 self._enable_send_to_manage = None 2258 self._enable_send_to_manage_metadata = None 2259 self._enable_sequential_signing_api = None 2260 self._enable_sequential_signing_api_metadata = None 2261 self._enable_sequential_signing_ui = None 2262 self._enable_sequential_signing_ui_metadata = None 2263 self._enable_signer_attachments = None 2264 self._enable_signer_attachments_metadata = None 2265 self._enable_signing_ai_features_plan = None 2266 self._enable_signing_ai_features_plan_metadata = None 2267 self._enable_signing_extension_comments = None 2268 self._enable_signing_extension_comments_metadata = None 2269 self._enable_signing_extension_conversations = None 2270 self._enable_signing_extension_conversations_metadata = None 2271 self._enable_signing_group_continue_page_setting = None 2272 self._enable_signing_group_continue_page_setting_metadata = None 2273 self._enable_signing_order_settings_for_account = None 2274 self._enable_signing_order_settings_for_account_metadata = None 2275 self._enable_sign_on_paper = None 2276 self._enable_sign_on_paper_metadata = None 2277 self._enable_sign_on_paper_override = None 2278 self._enable_sign_on_paper_override_metadata = None 2279 self._enable_sign_with_notary = None 2280 self._enable_sign_with_notary_metadata = None 2281 self._enable_smart_contracts = None 2282 self._enable_smart_contracts_metadata = None 2283 self._enable_sms_authentication = None 2284 self._enable_sms_authentication_metadata = None 2285 self._enable_sms_delivery_additional_notification = None 2286 self._enable_sms_delivery_additional_notification_metadata = None 2287 self._enable_sms_delivery_primary = None 2288 self._enable_social_id_login = None 2289 self._enable_social_id_login_metadata = None 2290 self._enable_strike_through = None 2291 self._enable_strike_through_metadata = None 2292 self._enable_tickets = None 2293 self._enable_tickets_meta_data = None 2294 self._enable_transaction_point = None 2295 self._enable_transaction_point_metadata = None 2296 self._enable_unified_repository = None 2297 self._enable_unified_repository_metadata = None 2298 self._enable_vaulting = None 2299 self._enable_vaulting_metadata = None 2300 self._enable_web_forms_runtime_ap_is = None 2301 self._enable_web_forms_runtime_ap_is_metadata = None 2302 self._enable_web_forms_separate_user_permissions = None 2303 self._enable_web_forms_separate_user_permissions_metadata = None 2304 self._enable_witnessing = None 2305 self._enable_witnessing_metadata = None 2306 self._enable_workday_financials_extension = None 2307 self._enable_workday_financials_extension_meta_data = None 2308 self._enforce_template_name_uniqueness = None 2309 self._enforce_template_name_uniqueness_metadata = None 2310 self._enforce_tls_emails = None 2311 self._enforce_tls_emails_metadata = None 2312 self._envelope_integration_allowed = None 2313 self._envelope_integration_allowed_metadata = None 2314 self._envelope_integration_enabled = None 2315 self._envelope_integration_enabled_metadata = None 2316 self._envelope_limits_total_document_size_allowed_in_mb = None 2317 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 2318 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 2319 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 2320 self._envelope_search_mode = None 2321 self._envelope_search_mode_metadata = None 2322 self._envelope_stamping_default_value = None 2323 self._envelope_stamping_default_value_metadata = None 2324 self._exit_prompt = None 2325 self._exit_prompt_metadata = None 2326 self._express_send = None 2327 self._express_send_allow_tabs = None 2328 self._express_send_allow_tabs_metadata = None 2329 self._express_send_metadata = None 2330 self._external_document_sources = None 2331 self._external_signature_pad_type = None 2332 self._external_signature_pad_type_metadata = None 2333 self._fax_out_enabled = None 2334 self._fax_out_enabled_metadata = None 2335 self._finish_reminder = None 2336 self._finish_reminder_metadata = None 2337 self._forbid_adding_user_stamps = None 2338 self._forbid_adding_user_stamps_metadata = None 2339 self._guided_forms_html_allowed = None 2340 self._guided_forms_html_allowed_metadata = None 2341 self._guided_forms_html_conversion_policy = None 2342 self._guided_forms_html_conversion_policy_metadata = None 2343 self._has_recipient_connect_claimed_domain = None 2344 self._hide_account_address_in_co_c = None 2345 self._hide_account_address_in_co_c_metadata = None 2346 self._hide_pricing = None 2347 self._hide_pricing_metadata = None 2348 self._id_check_configurations = None 2349 self._id_check_expire = None 2350 self._id_check_expire_days = None 2351 self._id_check_expire_days_metadata = None 2352 self._id_check_expire_metadata = None 2353 self._id_check_expire_minutes = None 2354 self._id_check_expire_minutes_metadata = None 2355 self._id_check_required = None 2356 self._id_check_required_metadata = None 2357 self._identity_verification = None 2358 self._identity_verification_metadata = None 2359 self._idfx_kba_authentication_override = None 2360 self._idfx_kba_authentication_override_metadata = None 2361 self._idfx_phone_authentication_override = None 2362 self._idfx_phone_authentication_override_metadata = None 2363 self._ignore_error_if_anchor_tab_not_found = None 2364 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 2365 self._in_person_id_check_question = None 2366 self._in_person_id_check_question_metadata = None 2367 self._in_person_signing_enabled = None 2368 self._in_person_signing_enabled_metadata = None 2369 self._in_session_enabled = None 2370 self._in_session_enabled_metadata = None 2371 self._in_session_suppress_emails = None 2372 self._in_session_suppress_emails_metadata = None 2373 self._is_connect_document_fields_enabled = None 2374 self._isv_embed = None 2375 self._isv_embed_meta_data = None 2376 self._isv_oem_embed = None 2377 self._isv_oem_embed_meta_data = None 2378 self._linked_external_primary_accounts = None 2379 self._maestro_plan_levels = None 2380 self._maestro_plan_levels_metadata = None 2381 self._maximum_signing_groups = None 2382 self._maximum_signing_groups_metadata = None 2383 self._maximum_users_per_signing_group = None 2384 self._maximum_users_per_signing_group_metadata = None 2385 self._max_number_of_custom_stamps = None 2386 self._merge_mixed_mode_results = None 2387 self._merge_mixed_mode_results_metadata = None 2388 self._mobile_session_timeout = None 2389 self._mobile_session_timeout_metadata = None 2390 self._number_of_active_custom_stamps = None 2391 self._opt_in_mobile_signing_v02 = None 2392 self._opt_in_mobile_signing_v02_metadata = None 2393 self._opt_in_universal_signatures = None 2394 self._opt_out_auto_nav_text_and_tab_color_updates = None 2395 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 2396 self._opt_out_new_platform_seal = None 2397 self._opt_out_new_platform_seal_platform_metadata = None 2398 self._original_account_site = None 2399 self._participant_copy_opt_out = None 2400 self._participant_copy_opt_out_metadata = None 2401 self._pdf_max_chunked_upload_part_size = None 2402 self._pdf_max_chunked_upload_part_size_metadata = None 2403 self._pdf_max_chunked_upload_total_size = None 2404 self._pdf_max_chunked_upload_total_size_metadata = None 2405 self._pdf_max_individual_upload_size = None 2406 self._pdf_max_individual_upload_size_metadata = None 2407 self._phone_auth_recipient_may_provide_phone_number = None 2408 self._phone_auth_recipient_may_provide_phone_number_metadata = None 2409 self._pki_sign_downloaded_pdf_docs = None 2410 self._pki_sign_downloaded_pdf_docs_metadata = None 2411 self._read_only_mode = None 2412 self._read_only_mode_metadata = None 2413 self._recipients_can_sign_offline = None 2414 self._recipients_can_sign_offline_metadata = None 2415 self._recipient_signing_auto_navigation_control = None 2416 self._recipient_signing_auto_navigation_control_metadata = None 2417 self._recycle_bin_envelope_retention = None 2418 self._recycle_bin_envelope_retention_metadata = None 2419 self._require21_cf_rpt11_compliance = None 2420 self._require21_cf_rpt11_compliance_metadata = None 2421 self._require_decline_reason = None 2422 self._require_decline_reason_metadata = None 2423 self._require_external_user_management = None 2424 self._require_external_user_management_metadata = None 2425 self._require_signer_certificate_type = None 2426 self._require_signer_certificate_type_metadata = None 2427 self._rsa_verid_account_name = None 2428 self._rsa_verid_password = None 2429 self._rsa_verid_ruleset = None 2430 self._rsa_verid_user_id = None 2431 self._self_signed_recipient_email_document = None 2432 self._self_signed_recipient_email_document_metadata = None 2433 self._self_signed_recipient_email_document_user_override = None 2434 self._self_signed_recipient_email_document_user_override_metadata = None 2435 self._sender_can_sign_in_each_location = None 2436 self._sender_can_sign_in_each_location_metadata = None 2437 self._sender_must_authenticate_signing = None 2438 self._sender_must_authenticate_signing_metadata = None 2439 self._sending_tags_font_color = None 2440 self._sending_tags_font_color_metadata = None 2441 self._sending_tags_font_name = None 2442 self._sending_tags_font_name_metadata = None 2443 self._sending_tags_font_size = None 2444 self._sending_tags_font_size_metadata = None 2445 self._send_lockout_recipient_notification = None 2446 self._send_lockout_recipient_notification_metadata = None 2447 self._send_to_certified_delivery_enabled = None 2448 self._send_to_certified_delivery_enabled_metadata = None 2449 self._session_timeout = None 2450 self._session_timeout_metadata = None 2451 self._set_recip_email_lang = None 2452 self._set_recip_email_lang_metadata = None 2453 self._set_recip_sign_lang = None 2454 self._set_recip_sign_lang_metadata = None 2455 self._shared_template_folders = None 2456 self._shared_template_folders_metadata = None 2457 self._show_complete_dialog_in_embedded_session = None 2458 self._show_complete_dialog_in_embedded_session_metadata = None 2459 self._show_conditional_routing_on_send = None 2460 self._show_conditional_routing_on_send_metadata = None 2461 self._show_initial_conditional_fields = None 2462 self._show_initial_conditional_fields_metadata = None 2463 self._show_localized_watermarks = None 2464 self._show_localized_watermarks_metadata = None 2465 self._show_masked_fields_when_downloading_document_as_sender = None 2466 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 2467 self._show_tutorials = None 2468 self._show_tutorials_metadata = None 2469 self._signature_providers = None 2470 self._signature_providers_metadata = None 2471 self._sign_date_format = None 2472 self._sign_date_format_metadata = None 2473 self._sign_date_time_account_language_override = None 2474 self._sign_date_time_account_language_override_metadata = None 2475 self._sign_date_time_account_timezone_override = None 2476 self._sign_date_time_account_timezone_override_metadata = None 2477 self._signer_attach_certificate_to_envelope_pdf = None 2478 self._signer_attach_certificate_to_envelope_pdf_metadata = None 2479 self._signer_attach_concat = None 2480 self._signer_attach_concat_metadata = None 2481 self._signer_can_create_account = None 2482 self._signer_can_create_account_metadata = None 2483 self._signer_can_sign_on_mobile = None 2484 self._signer_can_sign_on_mobile_metadata = None 2485 self._signer_in_session_use_envelope_complete_email = None 2486 self._signer_in_session_use_envelope_complete_email_metadata = None 2487 self._signer_login_requirements = None 2488 self._signer_login_requirements_metadata = None 2489 self._signer_must_have_account = None 2490 self._signer_must_have_account_metadata = None 2491 self._signer_must_login_to_sign = None 2492 self._signer_must_login_to_sign_metadata = None 2493 self._signer_show_secure_field_initial_values = None 2494 self._signer_show_secure_field_initial_values_metadata = None 2495 self._signing_session_timeout = None 2496 self._signing_session_timeout_metadata = None 2497 self._signing_ui_version = None 2498 self._signing_ui_version_metadata = None 2499 self._sign_time_format = None 2500 self._sign_time_format_metadata = None 2501 self._sign_time_show_am_pm = None 2502 self._sign_time_show_am_pm_metadata = None 2503 self._simplified_sending_enabled = None 2504 self._simplified_sending_enabled_metadata = None 2505 self._single_sign_on_enabled = None 2506 self._single_sign_on_enabled_metadata = None 2507 self._skip_auth_completed_envelopes = None 2508 self._skip_auth_completed_envelopes_metadata = None 2509 self._social_id_recip_auth = None 2510 self._social_id_recip_auth_metadata = None 2511 self._specify_document_visibility = None 2512 self._specify_document_visibility_metadata = None 2513 self._start_in_advanced_correct = None 2514 self._start_in_advanced_correct_metadata = None 2515 self._supplemental_documents_must_accept = None 2516 self._supplemental_documents_must_accept_metadata = None 2517 self._supplemental_documents_must_read = None 2518 self._supplemental_documents_must_read_metadata = None 2519 self._supplemental_documents_must_view = None 2520 self._supplemental_documents_must_view_metadata = None 2521 self._suppress_certificate_enforcement = None 2522 self._suppress_certificate_enforcement_metadata = None 2523 self._tab_account_settings = None 2524 self._timezone_offset_api = None 2525 self._timezone_offset_api_metadata = None 2526 self._timezone_offset_ui = None 2527 self._timezone_offset_ui_metadata = None 2528 self._universal_signature_opt_in = None 2529 self._universal_signature_skip_platform_signature = None 2530 self._universal_signature_skip_platform_signature_metadata = None 2531 self._use_account_level_email = None 2532 self._use_account_level_email_metadata = None 2533 self._use_consumer_disclosure = None 2534 self._use_consumer_disclosure_metadata = None 2535 self._use_consumer_disclosure_within_account = None 2536 self._use_consumer_disclosure_within_account_metadata = None 2537 self._use_derived_keys = None 2538 self._use_derived_keys_metadata = None 2539 self._use_docu_sign_express_signer_certificate = None 2540 self._use_docu_sign_express_signer_certificate_metadata = None 2541 self._use_envelope_search_mixed_mode = None 2542 self._use_envelope_search_mixed_mode_metadata = None 2543 self._use_multi_app_groups_data = None 2544 self._use_multi_app_groups_data_metadata = None 2545 self._use_new_blob_for_pdf = None 2546 self._use_new_blob_for_pdf_metadata = None 2547 self._use_new_envelope_search = None 2548 self._use_new_envelope_search_metadata = None 2549 self._use_new_envelope_search_only_when_searching_after_date = None 2550 self._use_new_envelope_search_only_when_searching_after_date_metadata = None 2551 self._use_new_envelope_search_only_with_search_term = None 2552 self._use_new_envelope_search_only_with_search_term_metadata = None 2553 self._use_safe_signer_certificates = None 2554 self._use_safe_signer_certificates_metadata = None 2555 self._uses_api = None 2556 self._uses_api_metadata = None 2557 self._use_signature_provider_platform = None 2558 self._use_signature_provider_platform_metadata = None 2559 self._use_smart_contracts_v1 = None 2560 self._validations_allowed = None 2561 self._validations_allowed_metadata = None 2562 self._validations_brand = None 2563 self._validations_brand_metadata = None 2564 self._validations_cadence = None 2565 self._validations_cadence_metadata = None 2566 self._validations_enabled = None 2567 self._validations_enabled_metadata = None 2568 self._validations_report = None 2569 self._validations_report_metadata = None 2570 self._water_mark_enabled = None 2571 self._water_mark_enabled_metadata = None 2572 self._write_reminder_to_envelope_history = None 2573 self._write_reminder_to_envelope_history_metadata = None 2574 self._wurfl_min_allowable_screen_size = None 2575 self._wurfl_min_allowable_screen_size_metadata = None 2576 self.discriminator = None 2577 2578 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 2579 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 2580 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 2581 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 2582 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 2583 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 2584 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 2585 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 2586 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 2587 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 2588 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 2589 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 2590 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 2591 setattr(self, "_{}".format('advanced_search_enable_tab_field'), kwargs.get('advanced_search_enable_tab_field', None)) 2592 setattr(self, "_{}".format('advanced_search_enable_tab_field_metadata'), kwargs.get('advanced_search_enable_tab_field_metadata', None)) 2593 setattr(self, "_{}".format('advanced_search_enable_template_id_field'), kwargs.get('advanced_search_enable_template_id_field', None)) 2594 setattr(self, "_{}".format('advanced_search_enable_template_id_field_metadata'), kwargs.get('advanced_search_enable_template_id_field_metadata', None)) 2595 setattr(self, "_{}".format('advanced_search_enable_template_name_field'), kwargs.get('advanced_search_enable_template_name_field', None)) 2596 setattr(self, "_{}".format('advanced_search_enable_template_name_field_metadata'), kwargs.get('advanced_search_enable_template_name_field_metadata', None)) 2597 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 2598 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 2599 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 2600 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 2601 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 2602 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 2603 setattr(self, "_{}".format('allow_ace'), kwargs.get('allow_ace', None)) 2604 setattr(self, "_{}".format('allow_ace_metadata'), kwargs.get('allow_ace_metadata', None)) 2605 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 2606 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 2607 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 2608 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 2609 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 2610 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 2611 setattr(self, "_{}".format('allow_agreement_orchestrations'), kwargs.get('allow_agreement_orchestrations', None)) 2612 setattr(self, "_{}".format('allow_agreement_orchestrations_metadata'), kwargs.get('allow_agreement_orchestrations_metadata', None)) 2613 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 2614 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 2615 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 2616 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 2617 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 2618 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 2619 setattr(self, "_{}".format('allow_byoidv'), kwargs.get('allow_byoidv', None)) 2620 setattr(self, "_{}".format('allow_byoidv_metadata'), kwargs.get('allow_byoidv_metadata', None)) 2621 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 2622 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 2623 setattr(self, "_{}".format('allow_connect_agreement_ui'), kwargs.get('allow_connect_agreement_ui', None)) 2624 setattr(self, "_{}".format('allow_connect_agreement_ui_metadata'), kwargs.get('allow_connect_agreement_ui_metadata', None)) 2625 setattr(self, "_{}".format('allow_connect_authoritative_copy_ready_event_ui'), kwargs.get('allow_connect_authoritative_copy_ready_event_ui', None)) 2626 setattr(self, "_{}".format('allow_connect_envelope_reminder_sent_event_ui'), kwargs.get('allow_connect_envelope_reminder_sent_event_ui', None)) 2627 setattr(self, "_{}".format('allow_connect_envelope_removed_event'), kwargs.get('allow_connect_envelope_removed_event', None)) 2628 setattr(self, "_{}".format('allow_connect_extension_ui'), kwargs.get('allow_connect_extension_ui', None)) 2629 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 2630 setattr(self, "_{}".format('allow_connect_identity_verification_ui'), kwargs.get('allow_connect_identity_verification_ui', None)) 2631 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 2632 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 2633 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 2634 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 2635 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 2636 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 2637 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 2638 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 2639 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 2640 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2641 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2642 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2643 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2644 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2645 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2646 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2647 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2648 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2649 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2650 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2651 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others'), kwargs.get('allow_editing_envelopes_on_behalf_of_others', None)) 2652 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_editing_envelopes_on_behalf_of_others_metadata', None)) 2653 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2654 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2655 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2656 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2657 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2658 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2659 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2660 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2661 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2662 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2663 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2664 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2665 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2666 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2667 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2668 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2669 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2670 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2671 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2672 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2673 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2674 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2675 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2676 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2677 setattr(self, "_{}".format('allow_fed_ramp_idv_level1'), kwargs.get('allow_fed_ramp_idv_level1', None)) 2678 setattr(self, "_{}".format('allow_fed_ramp_idv_level1_metadata'), kwargs.get('allow_fed_ramp_idv_level1_metadata', None)) 2679 setattr(self, "_{}".format('allow_fed_ramp_idv_level2'), kwargs.get('allow_fed_ramp_idv_level2', None)) 2680 setattr(self, "_{}".format('allow_fed_ramp_idv_level2_metadata'), kwargs.get('allow_fed_ramp_idv_level2_metadata', None)) 2681 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2682 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2683 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2684 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2685 setattr(self, "_{}".format('allow_idv_level1_trial'), kwargs.get('allow_idv_level1_trial', None)) 2686 setattr(self, "_{}".format('allow_idv_level1_trial_metadata'), kwargs.get('allow_idv_level1_trial_metadata', None)) 2687 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2688 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2689 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2690 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2691 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2692 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2693 setattr(self, "_{}".format('allow_idv_risk_assessment'), kwargs.get('allow_idv_risk_assessment', None)) 2694 setattr(self, "_{}".format('allow_idv_risk_assessment_metadata'), kwargs.get('allow_idv_risk_assessment_metadata', None)) 2695 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2696 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2697 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2698 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2699 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2700 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2701 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2702 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2703 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2704 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2705 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2706 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2707 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2708 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2709 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2710 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2711 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2712 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2713 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2714 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2715 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2716 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2717 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2718 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2719 setattr(self, "_{}".format('allow_only_standalone_web_forms'), kwargs.get('allow_only_standalone_web_forms', None)) 2720 setattr(self, "_{}".format('allow_only_standalone_web_forms_metadata'), kwargs.get('allow_only_standalone_web_forms_metadata', None)) 2721 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2722 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2723 setattr(self, "_{}".format('allow_organization_branding'), kwargs.get('allow_organization_branding', None)) 2724 setattr(self, "_{}".format('allow_organization_branding_metadata'), kwargs.get('allow_organization_branding_metadata', None)) 2725 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2726 setattr(self, "_{}".format('allow_organization_docusign_monitor_free'), kwargs.get('allow_organization_docusign_monitor_free', None)) 2727 setattr(self, "_{}".format('allow_organization_docusign_monitor_free_metadata'), kwargs.get('allow_organization_docusign_monitor_free_metadata', None)) 2728 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2729 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2730 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2731 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2732 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2733 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2734 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2735 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2736 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2737 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2738 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2739 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2740 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2741 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2742 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2743 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2744 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2745 setattr(self, "_{}".format('allow_pending_destination_url_edition'), kwargs.get('allow_pending_destination_url_edition', None)) 2746 setattr(self, "_{}".format('allow_pending_destination_url_edition_metadata'), kwargs.get('allow_pending_destination_url_edition_metadata', None)) 2747 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2748 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2749 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2750 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2751 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2752 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2753 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2754 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2755 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2756 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2757 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2758 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2759 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2760 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2761 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2762 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2763 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2764 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2765 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2766 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2767 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2768 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2769 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2770 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2771 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2772 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2773 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2774 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2775 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2776 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2777 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2778 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2779 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2780 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2781 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2782 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2783 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2784 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2785 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2786 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2787 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2788 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2789 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2790 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2791 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2792 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2793 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2794 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2795 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2796 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2797 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2798 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2799 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2800 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2801 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2802 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2803 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2804 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2805 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2806 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2807 setattr(self, "_{}".format('allow_transactions_workspace'), kwargs.get('allow_transactions_workspace', None)) 2808 setattr(self, "_{}".format('allow_transactions_workspace_metadata'), kwargs.get('allow_transactions_workspace_metadata', None)) 2809 setattr(self, "_{}".format('allow_transactions_workspace_original'), kwargs.get('allow_transactions_workspace_original', None)) 2810 setattr(self, "_{}".format('allow_transactions_workspace_original_metadata'), kwargs.get('allow_transactions_workspace_original_metadata', None)) 2811 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2812 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2813 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2814 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2815 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2816 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2817 setattr(self, "_{}".format('allow_whats_app_delivery'), kwargs.get('allow_whats_app_delivery', None)) 2818 setattr(self, "_{}".format('allow_whats_app_delivery_metadata'), kwargs.get('allow_whats_app_delivery_metadata', None)) 2819 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2820 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2821 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2822 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2823 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2824 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2825 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2826 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2827 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2828 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2829 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2830 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2831 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2832 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2833 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2834 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2835 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2836 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2837 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2838 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2839 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2840 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2841 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2842 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2843 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2844 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2845 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2846 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2847 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2848 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2849 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2850 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2851 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2852 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2853 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2854 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2855 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2856 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2857 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2858 setattr(self, "_{}".format('cloud_ready'), kwargs.get('cloud_ready', None)) 2859 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2860 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2861 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2862 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2863 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2864 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2865 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2866 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2867 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2868 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2869 setattr(self, "_{}".format('custom_extraction_plan_levels'), kwargs.get('custom_extraction_plan_levels', None)) 2870 setattr(self, "_{}".format('custom_extraction_plan_levels_metadata'), kwargs.get('custom_extraction_plan_levels_metadata', None)) 2871 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2872 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2873 setattr(self, "_{}".format('default_signing_responsive_view'), kwargs.get('default_signing_responsive_view', None)) 2874 setattr(self, "_{}".format('default_signing_responsive_view_metadata'), kwargs.get('default_signing_responsive_view_metadata', None)) 2875 setattr(self, "_{}".format('default_signing_responsive_view_use_grade'), kwargs.get('default_signing_responsive_view_use_grade', None)) 2876 setattr(self, "_{}".format('default_signing_responsive_view_use_grade_metadata'), kwargs.get('default_signing_responsive_view_use_grade_metadata', None)) 2877 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form'), kwargs.get('default_to_advanced_envelopes_filter_form', None)) 2878 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form_metadata'), kwargs.get('default_to_advanced_envelopes_filter_form_metadata', None)) 2879 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2880 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2881 setattr(self, "_{}".format('disable_legacy_kba'), kwargs.get('disable_legacy_kba', None)) 2882 setattr(self, "_{}".format('disable_legacy_kba_metadata'), kwargs.get('disable_legacy_kba_metadata', None)) 2883 setattr(self, "_{}".format('disable_legacy_shared_envelopes'), kwargs.get('disable_legacy_shared_envelopes', None)) 2884 setattr(self, "_{}".format('disable_legacy_shared_envelopes_metadata'), kwargs.get('disable_legacy_shared_envelopes_metadata', None)) 2885 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2886 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2887 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2888 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2889 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2890 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2891 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2892 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2893 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2894 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2895 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2896 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2897 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2898 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2899 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2900 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2901 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2902 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2903 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2904 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2905 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2906 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2907 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2908 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2909 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2910 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2911 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2912 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2913 setattr(self, "_{}".format('draft_envelope_retention'), kwargs.get('draft_envelope_retention', None)) 2914 setattr(self, "_{}".format('draft_envelope_retention_metadata'), kwargs.get('draft_envelope_retention_metadata', None)) 2915 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2916 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2917 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2918 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2919 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2920 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2921 setattr(self, "_{}".format('enable_account_wide_search'), kwargs.get('enable_account_wide_search', None)) 2922 setattr(self, "_{}".format('enable_account_wide_search_metadata'), kwargs.get('enable_account_wide_search_metadata', None)) 2923 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features'), kwargs.get('enable_additional_advanced_web_forms_features', None)) 2924 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features_metadata'), kwargs.get('enable_additional_advanced_web_forms_features_metadata', None)) 2925 setattr(self, "_{}".format('enable_adm_healthcare'), kwargs.get('enable_adm_healthcare', None)) 2926 setattr(self, "_{}".format('enable_adm_healthcare_metadata'), kwargs.get('enable_adm_healthcare_metadata', None)) 2927 setattr(self, "_{}".format('enable_advanced_envelopes_search'), kwargs.get('enable_advanced_envelopes_search', None)) 2928 setattr(self, "_{}".format('enable_advanced_envelopes_search_metadata'), kwargs.get('enable_advanced_envelopes_search_metadata', None)) 2929 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2930 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2931 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2932 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2933 setattr(self, "_{}".format('enable_advanced_search'), kwargs.get('enable_advanced_search', None)) 2934 setattr(self, "_{}".format('enable_advanced_search_metadata'), kwargs.get('enable_advanced_search_metadata', None)) 2935 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2936 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2937 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2938 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2939 setattr(self, "_{}".format('enable_agreement_desk_advanced'), kwargs.get('enable_agreement_desk_advanced', None)) 2940 setattr(self, "_{}".format('enable_agreement_desk_advanced_meta_data'), kwargs.get('enable_agreement_desk_advanced_meta_data', None)) 2941 setattr(self, "_{}".format('enable_ai_contract_review'), kwargs.get('enable_ai_contract_review', None)) 2942 setattr(self, "_{}".format('enable_ai_contract_review_metadata'), kwargs.get('enable_ai_contract_review_metadata', None)) 2943 setattr(self, "_{}".format('enable_ai_sender_message'), kwargs.get('enable_ai_sender_message', None)) 2944 setattr(self, "_{}".format('enable_ai_sender_message_metadata'), kwargs.get('enable_ai_sender_message_metadata', None)) 2945 setattr(self, "_{}".format('enable_ai_suggested_fields'), kwargs.get('enable_ai_suggested_fields', None)) 2946 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place'), kwargs.get('enable_ai_suggested_fields_auto_place', None)) 2947 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place_metadata'), kwargs.get('enable_ai_suggested_fields_auto_place_metadata', None)) 2948 setattr(self, "_{}".format('enable_ai_suggested_fields_metadata'), kwargs.get('enable_ai_suggested_fields_metadata', None)) 2949 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2950 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2951 setattr(self, "_{}".format('enable_batch_update_envelope_types'), kwargs.get('enable_batch_update_envelope_types', None)) 2952 setattr(self, "_{}".format('enable_batch_update_envelope_types_metadata'), kwargs.get('enable_batch_update_envelope_types_metadata', None)) 2953 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2954 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2955 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2956 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2957 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth'), kwargs.get('enable_cfr_rapid_signing_embedded_auth', None)) 2958 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth_metadata'), kwargs.get('enable_cfr_rapid_signing_embedded_auth_metadata', None)) 2959 setattr(self, "_{}".format('enable_click_plus'), kwargs.get('enable_click_plus', None)) 2960 setattr(self, "_{}".format('enable_click_plus_conditional_content'), kwargs.get('enable_click_plus_conditional_content', None)) 2961 setattr(self, "_{}".format('enable_click_plus_conditional_content_meta_data'), kwargs.get('enable_click_plus_conditional_content_meta_data', None)) 2962 setattr(self, "_{}".format('enable_click_plus_custom_fields'), kwargs.get('enable_click_plus_custom_fields', None)) 2963 setattr(self, "_{}".format('enable_click_plus_custom_fields_meta_data'), kwargs.get('enable_click_plus_custom_fields_meta_data', None)) 2964 setattr(self, "_{}".format('enable_click_plus_custom_style'), kwargs.get('enable_click_plus_custom_style', None)) 2965 setattr(self, "_{}".format('enable_click_plus_custom_style_meta_data'), kwargs.get('enable_click_plus_custom_style_meta_data', None)) 2966 setattr(self, "_{}".format('enable_click_plus_dynamic_content'), kwargs.get('enable_click_plus_dynamic_content', None)) 2967 setattr(self, "_{}".format('enable_click_plus_dynamic_content_meta_data'), kwargs.get('enable_click_plus_dynamic_content_meta_data', None)) 2968 setattr(self, "_{}".format('enable_click_plus_meta_data'), kwargs.get('enable_click_plus_meta_data', None)) 2969 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2970 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2971 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2972 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2973 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2974 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2975 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2976 setattr(self, "_{}".format('enable_content_search'), kwargs.get('enable_content_search', None)) 2977 setattr(self, "_{}".format('enable_content_search_metadata'), kwargs.get('enable_content_search_metadata', None)) 2978 setattr(self, "_{}".format('enable_coupa_core_extension'), kwargs.get('enable_coupa_core_extension', None)) 2979 setattr(self, "_{}".format('enable_coupa_core_extension_metadata'), kwargs.get('enable_coupa_core_extension_metadata', None)) 2980 setattr(self, "_{}".format('enable_custom_data_verification_extensions'), kwargs.get('enable_custom_data_verification_extensions', None)) 2981 setattr(self, "_{}".format('enable_custom_data_verification_extensions_metadata'), kwargs.get('enable_custom_data_verification_extensions_metadata', None)) 2982 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2983 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2984 setattr(self, "_{}".format('enable_data_verification_extensions'), kwargs.get('enable_data_verification_extensions', None)) 2985 setattr(self, "_{}".format('enable_data_verification_extensions_metadata'), kwargs.get('enable_data_verification_extensions_metadata', None)) 2986 setattr(self, "_{}".format('enable_document_template_library'), kwargs.get('enable_document_template_library', None)) 2987 setattr(self, "_{}".format('enable_document_template_library_metadata'), kwargs.get('enable_document_template_library_metadata', None)) 2988 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens'), kwargs.get('enable_d_sig_eu_advanced_pens', None)) 2989 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens_metadata'), kwargs.get('enable_d_sig_eu_advanced_pens_metadata', None)) 2990 setattr(self, "_{}".format('enable_d_sig_express_pens'), kwargs.get('enable_d_sig_express_pens', None)) 2991 setattr(self, "_{}".format('enable_d_sig_express_pens_metadata'), kwargs.get('enable_d_sig_express_pens_metadata', None)) 2992 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens'), kwargs.get('enable_d_sig_id_check_for_aes_pens', None)) 2993 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens_metadata'), kwargs.get('enable_d_sig_id_check_for_aes_pens_metadata', None)) 2994 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens', None)) 2995 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens_metadata', None)) 2996 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens', None)) 2997 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens_metadata', None)) 2998 setattr(self, "_{}".format('enable_d_sig_id_verification_pens'), kwargs.get('enable_d_sig_id_verification_pens', None)) 2999 setattr(self, "_{}".format('enable_d_sig_id_verification_pens_metadata'), kwargs.get('enable_d_sig_id_verification_pens_metadata', None)) 3000 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens'), kwargs.get('enable_d_sig_id_verification_premier_pens', None)) 3001 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens_metadata'), kwargs.get('enable_d_sig_id_verification_premier_pens_metadata', None)) 3002 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes'), kwargs.get('enable_d_sig_pen_group_eu_qes', None)) 3003 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes_metadata'), kwargs.get('enable_d_sig_pen_group_eu_qes_metadata', None)) 3004 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens'), kwargs.get('enable_d_sig_plg_eu_qes_pens', None)) 3005 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens_metadata'), kwargs.get('enable_d_sig_plg_eu_qes_pens_metadata', None)) 3006 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 3007 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 3008 setattr(self, "_{}".format('enable_enforce_tls_emails_setting_metadata'), kwargs.get('enable_enforce_tls_emails_setting_metadata', None)) 3009 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 3010 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 3011 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 3012 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 3013 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 3014 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 3015 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 3016 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 3017 setattr(self, "_{}".format('enable_esign_task_list'), kwargs.get('enable_esign_task_list', None)) 3018 setattr(self, "_{}".format('enable_esign_task_list_metadata'), kwargs.get('enable_esign_task_list_metadata', None)) 3019 setattr(self, "_{}".format('enable_generation_with3_p_integration'), kwargs.get('enable_generation_with3_p_integration', None)) 3020 setattr(self, "_{}".format('enable_generation_with3_p_integration_meta_data'), kwargs.get('enable_generation_with3_p_integration_meta_data', None)) 3021 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 3022 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 3023 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 3024 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 3025 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 3026 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 3027 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status'), kwargs.get('enable_idfx_phone_auth_signature_auth_status', None)) 3028 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status_metadata'), kwargs.get('enable_idfx_phone_auth_signature_auth_status_metadata', None)) 3029 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search', None)) 3030 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search_metadata'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search_metadata', None)) 3031 setattr(self, "_{}".format('enable_inbox_relevance_sort'), kwargs.get('enable_inbox_relevance_sort', None)) 3032 setattr(self, "_{}".format('enable_inbox_relevance_sort_metadata'), kwargs.get('enable_inbox_relevance_sort_metadata', None)) 3033 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 3034 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 3035 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 3036 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 3037 setattr(self, "_{}".format('enable_large_file_support'), kwargs.get('enable_large_file_support', None)) 3038 setattr(self, "_{}".format('enable_large_file_support_metadata'), kwargs.get('enable_large_file_support_metadata', None)) 3039 setattr(self, "_{}".format('enable_legacy_shared_envelopes'), kwargs.get('enable_legacy_shared_envelopes', None)) 3040 setattr(self, "_{}".format('enable_legacy_shared_envelopes_metadata'), kwargs.get('enable_legacy_shared_envelopes_metadata', None)) 3041 setattr(self, "_{}".format('enable_license_management'), kwargs.get('enable_license_management', None)) 3042 setattr(self, "_{}".format('enable_license_management_metadata'), kwargs.get('enable_license_management_metadata', None)) 3043 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension'), kwargs.get('enable_microsoft_dynamics365_extension', None)) 3044 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension_metadata'), kwargs.get('enable_microsoft_dynamics365_extension_metadata', None)) 3045 setattr(self, "_{}".format('enable_multi_user_repository_features'), kwargs.get('enable_multi_user_repository_features', None)) 3046 setattr(self, "_{}".format('enable_multi_user_repository_features_metadata'), kwargs.get('enable_multi_user_repository_features_metadata', None)) 3047 setattr(self, "_{}".format('enable_navigator_api_data_in'), kwargs.get('enable_navigator_api_data_in', None)) 3048 setattr(self, "_{}".format('enable_navigator_api_data_in_metadata'), kwargs.get('enable_navigator_api_data_in_metadata', None)) 3049 setattr(self, "_{}".format('enable_navigator_api_data_out'), kwargs.get('enable_navigator_api_data_out', None)) 3050 setattr(self, "_{}".format('enable_navigator_api_data_out_metadata'), kwargs.get('enable_navigator_api_data_out_metadata', None)) 3051 setattr(self, "_{}".format('enable_navigator_api_utilities'), kwargs.get('enable_navigator_api_utilities', None)) 3052 setattr(self, "_{}".format('enable_navigator_api_utilities_metadata'), kwargs.get('enable_navigator_api_utilities_metadata', None)) 3053 setattr(self, "_{}".format('enable_navigator_for_hr'), kwargs.get('enable_navigator_for_hr', None)) 3054 setattr(self, "_{}".format('enable_navigator_for_hr_metadata'), kwargs.get('enable_navigator_for_hr_metadata', None)) 3055 setattr(self, "_{}".format('enable_navigator_hierarchy_ai'), kwargs.get('enable_navigator_hierarchy_ai', None)) 3056 setattr(self, "_{}".format('enable_navigator_hierarchy_ai_metadata'), kwargs.get('enable_navigator_hierarchy_ai_metadata', None)) 3057 setattr(self, "_{}".format('enable_navigator_partial_ingestion'), kwargs.get('enable_navigator_partial_ingestion', None)) 3058 setattr(self, "_{}".format('enable_navigator_partial_ingestion_metadata'), kwargs.get('enable_navigator_partial_ingestion_metadata', None)) 3059 setattr(self, "_{}".format('enable_navigator_trial'), kwargs.get('enable_navigator_trial', None)) 3060 setattr(self, "_{}".format('enable_navigator_trial_metadata'), kwargs.get('enable_navigator_trial_metadata', None)) 3061 setattr(self, "_{}".format('enable_notary_on_demand_witness'), kwargs.get('enable_notary_on_demand_witness', None)) 3062 setattr(self, "_{}".format('enable_notary_on_demand_witness_metadata'), kwargs.get('enable_notary_on_demand_witness_metadata', None)) 3063 setattr(self, "_{}".format('enable_obligation_management'), kwargs.get('enable_obligation_management', None)) 3064 setattr(self, "_{}".format('enable_obligation_management_metadata'), kwargs.get('enable_obligation_management_metadata', None)) 3065 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 3066 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 3067 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 3068 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 3069 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 3070 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 3071 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 3072 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 3073 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 3074 setattr(self, "_{}".format('enable_premium_data_verification_extensions'), kwargs.get('enable_premium_data_verification_extensions', None)) 3075 setattr(self, "_{}".format('enable_premium_data_verification_extensions_metadata'), kwargs.get('enable_premium_data_verification_extensions_metadata', None)) 3076 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 3077 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 3078 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 3079 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 3080 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 3081 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 3082 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 3083 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 3084 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 3085 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 3086 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 3087 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 3088 setattr(self, "_{}".format('enable_sap_ariba_extension'), kwargs.get('enable_sap_ariba_extension', None)) 3089 setattr(self, "_{}".format('enable_sap_ariba_extension_meta_data'), kwargs.get('enable_sap_ariba_extension_meta_data', None)) 3090 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 3091 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 3092 setattr(self, "_{}".format('enable_search_service_azure_uri'), kwargs.get('enable_search_service_azure_uri', None)) 3093 setattr(self, "_{}".format('enable_search_service_azure_uri_metadata'), kwargs.get('enable_search_service_azure_uri_metadata', None)) 3094 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 3095 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 3096 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 3097 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 3098 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 3099 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 3100 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 3101 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 3102 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 3103 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 3104 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 3105 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 3106 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 3107 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 3108 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 3109 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 3110 setattr(self, "_{}".format('enable_signing_ai_features_plan'), kwargs.get('enable_signing_ai_features_plan', None)) 3111 setattr(self, "_{}".format('enable_signing_ai_features_plan_metadata'), kwargs.get('enable_signing_ai_features_plan_metadata', None)) 3112 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 3113 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 3114 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 3115 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 3116 setattr(self, "_{}".format('enable_signing_group_continue_page_setting'), kwargs.get('enable_signing_group_continue_page_setting', None)) 3117 setattr(self, "_{}".format('enable_signing_group_continue_page_setting_metadata'), kwargs.get('enable_signing_group_continue_page_setting_metadata', None)) 3118 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 3119 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 3120 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 3121 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 3122 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 3123 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 3124 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 3125 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 3126 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 3127 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 3128 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 3129 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 3130 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 3131 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 3132 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 3133 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 3134 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 3135 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 3136 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 3137 setattr(self, "_{}".format('enable_tickets'), kwargs.get('enable_tickets', None)) 3138 setattr(self, "_{}".format('enable_tickets_meta_data'), kwargs.get('enable_tickets_meta_data', None)) 3139 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 3140 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 3141 setattr(self, "_{}".format('enable_unified_repository'), kwargs.get('enable_unified_repository', None)) 3142 setattr(self, "_{}".format('enable_unified_repository_metadata'), kwargs.get('enable_unified_repository_metadata', None)) 3143 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 3144 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 3145 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is'), kwargs.get('enable_web_forms_runtime_ap_is', None)) 3146 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is_metadata'), kwargs.get('enable_web_forms_runtime_ap_is_metadata', None)) 3147 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions'), kwargs.get('enable_web_forms_separate_user_permissions', None)) 3148 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions_metadata'), kwargs.get('enable_web_forms_separate_user_permissions_metadata', None)) 3149 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 3150 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 3151 setattr(self, "_{}".format('enable_workday_financials_extension'), kwargs.get('enable_workday_financials_extension', None)) 3152 setattr(self, "_{}".format('enable_workday_financials_extension_meta_data'), kwargs.get('enable_workday_financials_extension_meta_data', None)) 3153 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 3154 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 3155 setattr(self, "_{}".format('enforce_tls_emails'), kwargs.get('enforce_tls_emails', None)) 3156 setattr(self, "_{}".format('enforce_tls_emails_metadata'), kwargs.get('enforce_tls_emails_metadata', None)) 3157 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 3158 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 3159 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 3160 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 3161 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 3162 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 3163 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 3164 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 3165 setattr(self, "_{}".format('envelope_search_mode'), kwargs.get('envelope_search_mode', None)) 3166 setattr(self, "_{}".format('envelope_search_mode_metadata'), kwargs.get('envelope_search_mode_metadata', None)) 3167 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 3168 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 3169 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 3170 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 3171 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 3172 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 3173 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 3174 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 3175 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 3176 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 3177 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 3178 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 3179 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 3180 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 3181 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 3182 setattr(self, "_{}".format('forbid_adding_user_stamps'), kwargs.get('forbid_adding_user_stamps', None)) 3183 setattr(self, "_{}".format('forbid_adding_user_stamps_metadata'), kwargs.get('forbid_adding_user_stamps_metadata', None)) 3184 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 3185 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 3186 setattr(self, "_{}".format('guided_forms_html_conversion_policy'), kwargs.get('guided_forms_html_conversion_policy', None)) 3187 setattr(self, "_{}".format('guided_forms_html_conversion_policy_metadata'), kwargs.get('guided_forms_html_conversion_policy_metadata', None)) 3188 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 3189 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 3190 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 3191 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 3192 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 3193 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 3194 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 3195 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 3196 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 3197 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 3198 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 3199 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 3200 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 3201 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 3202 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 3203 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 3204 setattr(self, "_{}".format('idfx_kba_authentication_override'), kwargs.get('idfx_kba_authentication_override', None)) 3205 setattr(self, "_{}".format('idfx_kba_authentication_override_metadata'), kwargs.get('idfx_kba_authentication_override_metadata', None)) 3206 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 3207 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 3208 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 3209 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 3210 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 3211 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 3212 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 3213 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 3214 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 3215 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 3216 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 3217 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 3218 setattr(self, "_{}".format('is_connect_document_fields_enabled'), kwargs.get('is_connect_document_fields_enabled', None)) 3219 setattr(self, "_{}".format('isv_embed'), kwargs.get('isv_embed', None)) 3220 setattr(self, "_{}".format('isv_embed_meta_data'), kwargs.get('isv_embed_meta_data', None)) 3221 setattr(self, "_{}".format('isv_oem_embed'), kwargs.get('isv_oem_embed', None)) 3222 setattr(self, "_{}".format('isv_oem_embed_meta_data'), kwargs.get('isv_oem_embed_meta_data', None)) 3223 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 3224 setattr(self, "_{}".format('maestro_plan_levels'), kwargs.get('maestro_plan_levels', None)) 3225 setattr(self, "_{}".format('maestro_plan_levels_metadata'), kwargs.get('maestro_plan_levels_metadata', None)) 3226 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 3227 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 3228 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 3229 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 3230 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 3231 setattr(self, "_{}".format('merge_mixed_mode_results'), kwargs.get('merge_mixed_mode_results', None)) 3232 setattr(self, "_{}".format('merge_mixed_mode_results_metadata'), kwargs.get('merge_mixed_mode_results_metadata', None)) 3233 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 3234 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 3235 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 3236 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 3237 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 3238 setattr(self, "_{}".format('opt_in_universal_signatures'), kwargs.get('opt_in_universal_signatures', None)) 3239 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 3240 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 3241 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 3242 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 3243 setattr(self, "_{}".format('original_account_site'), kwargs.get('original_account_site', None)) 3244 setattr(self, "_{}".format('participant_copy_opt_out'), kwargs.get('participant_copy_opt_out', None)) 3245 setattr(self, "_{}".format('participant_copy_opt_out_metadata'), kwargs.get('participant_copy_opt_out_metadata', None)) 3246 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 3247 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 3248 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 3249 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 3250 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 3251 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 3252 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 3253 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 3254 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 3255 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 3256 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 3257 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 3258 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 3259 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 3260 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 3261 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 3262 setattr(self, "_{}".format('recycle_bin_envelope_retention'), kwargs.get('recycle_bin_envelope_retention', None)) 3263 setattr(self, "_{}".format('recycle_bin_envelope_retention_metadata'), kwargs.get('recycle_bin_envelope_retention_metadata', None)) 3264 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 3265 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 3266 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 3267 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 3268 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 3269 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 3270 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 3271 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 3272 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 3273 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 3274 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 3275 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 3276 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 3277 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 3278 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 3279 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 3280 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 3281 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 3282 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 3283 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 3284 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 3285 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 3286 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 3287 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 3288 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 3289 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 3290 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 3291 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 3292 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 3293 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 3294 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 3295 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 3296 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 3297 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 3298 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 3299 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 3300 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 3301 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 3302 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 3303 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 3304 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 3305 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 3306 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 3307 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 3308 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 3309 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 3310 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 3311 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 3312 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 3313 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 3314 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 3315 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 3316 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 3317 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 3318 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 3319 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 3320 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 3321 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 3322 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 3323 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 3324 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 3325 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 3326 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 3327 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 3328 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 3329 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 3330 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 3331 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 3332 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 3333 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 3334 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 3335 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 3336 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 3337 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 3338 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 3339 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 3340 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 3341 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 3342 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 3343 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 3344 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 3345 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 3346 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 3347 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 3348 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 3349 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 3350 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 3351 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 3352 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 3353 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 3354 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 3355 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 3356 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 3357 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 3358 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 3359 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 3360 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 3361 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 3362 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 3363 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 3364 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 3365 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 3366 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 3367 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 3368 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 3369 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 3370 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 3371 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 3372 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 3373 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 3374 setattr(self, "_{}".format('universal_signature_skip_platform_signature'), kwargs.get('universal_signature_skip_platform_signature', None)) 3375 setattr(self, "_{}".format('universal_signature_skip_platform_signature_metadata'), kwargs.get('universal_signature_skip_platform_signature_metadata', None)) 3376 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 3377 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 3378 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 3379 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 3380 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 3381 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 3382 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 3383 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 3384 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 3385 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 3386 setattr(self, "_{}".format('use_envelope_search_mixed_mode'), kwargs.get('use_envelope_search_mixed_mode', None)) 3387 setattr(self, "_{}".format('use_envelope_search_mixed_mode_metadata'), kwargs.get('use_envelope_search_mixed_mode_metadata', None)) 3388 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 3389 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 3390 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 3391 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 3392 setattr(self, "_{}".format('use_new_envelope_search'), kwargs.get('use_new_envelope_search', None)) 3393 setattr(self, "_{}".format('use_new_envelope_search_metadata'), kwargs.get('use_new_envelope_search_metadata', None)) 3394 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date'), kwargs.get('use_new_envelope_search_only_when_searching_after_date', None)) 3395 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date_metadata'), kwargs.get('use_new_envelope_search_only_when_searching_after_date_metadata', None)) 3396 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term'), kwargs.get('use_new_envelope_search_only_with_search_term', None)) 3397 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term_metadata'), kwargs.get('use_new_envelope_search_only_with_search_term_metadata', None)) 3398 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 3399 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 3400 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 3401 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 3402 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 3403 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 3404 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 3405 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 3406 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 3407 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 3408 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 3409 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 3410 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 3411 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 3412 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 3413 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 3414 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 3415 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 3416 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 3417 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 3418 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 3419 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 3420 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None)) 3421 3422 @property 3423 def access_code_format(self): 3424 """Gets the access_code_format of this AccountSettingsInformation. # noqa: E501 3425 3426 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 3427 3428 :return: The access_code_format of this AccountSettingsInformation. # noqa: E501 3429 :rtype: AccessCodeFormat 3430 """ 3431 return self._access_code_format 3432 3433 @access_code_format.setter 3434 def access_code_format(self, access_code_format): 3435 """Sets the access_code_format of this AccountSettingsInformation. 3436 3437 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 3438 3439 :param access_code_format: The access_code_format of this AccountSettingsInformation. # noqa: E501 3440 :type: AccessCodeFormat 3441 """ 3442 3443 self._access_code_format = access_code_format 3444 3445 @property 3446 def account_date_time_format(self): 3447 """Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501 3448 3449 # noqa: E501 3450 3451 :return: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 3452 :rtype: str 3453 """ 3454 return self._account_date_time_format 3455 3456 @account_date_time_format.setter 3457 def account_date_time_format(self, account_date_time_format): 3458 """Sets the account_date_time_format of this AccountSettingsInformation. 3459 3460 # noqa: E501 3461 3462 :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 3463 :type: str 3464 """ 3465 3466 self._account_date_time_format = account_date_time_format 3467 3468 @property 3469 def account_date_time_format_metadata(self): 3470 """Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3471 3472 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 3473 3474 :return: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3475 :rtype: SettingsMetadata 3476 """ 3477 return self._account_date_time_format_metadata 3478 3479 @account_date_time_format_metadata.setter 3480 def account_date_time_format_metadata(self, account_date_time_format_metadata): 3481 """Sets the account_date_time_format_metadata of this AccountSettingsInformation. 3482 3483 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 3484 3485 :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3486 :type: SettingsMetadata 3487 """ 3488 3489 self._account_date_time_format_metadata = account_date_time_format_metadata 3490 3491 @property 3492 def account_default_language(self): 3493 """Gets the account_default_language of this AccountSettingsInformation. # noqa: E501 3494 3495 # noqa: E501 3496 3497 :return: The account_default_language of this AccountSettingsInformation. # noqa: E501 3498 :rtype: str 3499 """ 3500 return self._account_default_language 3501 3502 @account_default_language.setter 3503 def account_default_language(self, account_default_language): 3504 """Sets the account_default_language of this AccountSettingsInformation. 3505 3506 # noqa: E501 3507 3508 :param account_default_language: The account_default_language of this AccountSettingsInformation. # noqa: E501 3509 :type: str 3510 """ 3511 3512 self._account_default_language = account_default_language 3513 3514 @property 3515 def account_default_language_metadata(self): 3516 """Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3517 3518 # noqa: E501 3519 3520 :return: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3521 :rtype: SettingsMetadata 3522 """ 3523 return self._account_default_language_metadata 3524 3525 @account_default_language_metadata.setter 3526 def account_default_language_metadata(self, account_default_language_metadata): 3527 """Sets the account_default_language_metadata of this AccountSettingsInformation. 3528 3529 # noqa: E501 3530 3531 :param account_default_language_metadata: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3532 :type: SettingsMetadata 3533 """ 3534 3535 self._account_default_language_metadata = account_default_language_metadata 3536 3537 @property 3538 def account_name(self): 3539 """Gets the account_name of this AccountSettingsInformation. # noqa: E501 3540 3541 # noqa: E501 3542 3543 :return: The account_name of this AccountSettingsInformation. # noqa: E501 3544 :rtype: str 3545 """ 3546 return self._account_name 3547 3548 @account_name.setter 3549 def account_name(self, account_name): 3550 """Sets the account_name of this AccountSettingsInformation. 3551 3552 # noqa: E501 3553 3554 :param account_name: The account_name of this AccountSettingsInformation. # noqa: E501 3555 :type: str 3556 """ 3557 3558 self._account_name = account_name 3559 3560 @property 3561 def account_name_metadata(self): 3562 """Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501 3563 3564 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 3565 3566 :return: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 3567 :rtype: SettingsMetadata 3568 """ 3569 return self._account_name_metadata 3570 3571 @account_name_metadata.setter 3572 def account_name_metadata(self, account_name_metadata): 3573 """Sets the account_name_metadata of this AccountSettingsInformation. 3574 3575 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 3576 3577 :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 3578 :type: SettingsMetadata 3579 """ 3580 3581 self._account_name_metadata = account_name_metadata 3582 3583 @property 3584 def account_notification(self): 3585 """Gets the account_notification of this AccountSettingsInformation. # noqa: E501 3586 3587 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 3588 3589 :return: The account_notification of this AccountSettingsInformation. # noqa: E501 3590 :rtype: AccountNotification 3591 """ 3592 return self._account_notification 3593 3594 @account_notification.setter 3595 def account_notification(self, account_notification): 3596 """Sets the account_notification of this AccountSettingsInformation. 3597 3598 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 3599 3600 :param account_notification: The account_notification of this AccountSettingsInformation. # noqa: E501 3601 :type: AccountNotification 3602 """ 3603 3604 self._account_notification = account_notification 3605 3606 @property 3607 def account_ui_settings(self): 3608 """Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501 3609 3610 An object that defines the settings to use in the UI. # noqa: E501 3611 3612 :return: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 3613 :rtype: AccountUISettings 3614 """ 3615 return self._account_ui_settings 3616 3617 @account_ui_settings.setter 3618 def account_ui_settings(self, account_ui_settings): 3619 """Sets the account_ui_settings of this AccountSettingsInformation. 3620 3621 An object that defines the settings to use in the UI. # noqa: E501 3622 3623 :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 3624 :type: AccountUISettings 3625 """ 3626 3627 self._account_ui_settings = account_ui_settings 3628 3629 @property 3630 def adopt_sig_config(self): 3631 """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3632 3633 # noqa: E501 3634 3635 :return: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3636 :rtype: str 3637 """ 3638 return self._adopt_sig_config 3639 3640 @adopt_sig_config.setter 3641 def adopt_sig_config(self, adopt_sig_config): 3642 """Sets the adopt_sig_config of this AccountSettingsInformation. 3643 3644 # noqa: E501 3645 3646 :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3647 :type: str 3648 """ 3649 3650 self._adopt_sig_config = adopt_sig_config 3651 3652 @property 3653 def adopt_sig_config_metadata(self): 3654 """Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3655 3656 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 3657 3658 :return: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3659 :rtype: SettingsMetadata 3660 """ 3661 return self._adopt_sig_config_metadata 3662 3663 @adopt_sig_config_metadata.setter 3664 def adopt_sig_config_metadata(self, adopt_sig_config_metadata): 3665 """Sets the adopt_sig_config_metadata of this AccountSettingsInformation. 3666 3667 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 3668 3669 :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3670 :type: SettingsMetadata 3671 """ 3672 3673 self._adopt_sig_config_metadata = adopt_sig_config_metadata 3674 3675 @property 3676 def advanced_correct(self): 3677 """Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501 3678 3679 # noqa: E501 3680 3681 :return: The advanced_correct of this AccountSettingsInformation. # noqa: E501 3682 :rtype: str 3683 """ 3684 return self._advanced_correct 3685 3686 @advanced_correct.setter 3687 def advanced_correct(self, advanced_correct): 3688 """Sets the advanced_correct of this AccountSettingsInformation. 3689 3690 # noqa: E501 3691 3692 :param advanced_correct: The advanced_correct of this AccountSettingsInformation. # noqa: E501 3693 :type: str 3694 """ 3695 3696 self._advanced_correct = advanced_correct 3697 3698 @property 3699 def advanced_correct_metadata(self): 3700 """Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3701 3702 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 3703 3704 :return: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3705 :rtype: SettingsMetadata 3706 """ 3707 return self._advanced_correct_metadata 3708 3709 @advanced_correct_metadata.setter 3710 def advanced_correct_metadata(self, advanced_correct_metadata): 3711 """Sets the advanced_correct_metadata of this AccountSettingsInformation. 3712 3713 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 3714 3715 :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3716 :type: SettingsMetadata 3717 """ 3718 3719 self._advanced_correct_metadata = advanced_correct_metadata 3720 3721 @property 3722 def advanced_search_enable_tab_field(self): 3723 """Gets the advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3724 3725 # noqa: E501 3726 3727 :return: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3728 :rtype: str 3729 """ 3730 return self._advanced_search_enable_tab_field 3731 3732 @advanced_search_enable_tab_field.setter 3733 def advanced_search_enable_tab_field(self, advanced_search_enable_tab_field): 3734 """Sets the advanced_search_enable_tab_field of this AccountSettingsInformation. 3735 3736 # noqa: E501 3737 3738 :param advanced_search_enable_tab_field: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3739 :type: str 3740 """ 3741 3742 self._advanced_search_enable_tab_field = advanced_search_enable_tab_field 3743 3744 @property 3745 def advanced_search_enable_tab_field_metadata(self): 3746 """Gets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3747 3748 # noqa: E501 3749 3750 :return: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3751 :rtype: SettingsMetadata 3752 """ 3753 return self._advanced_search_enable_tab_field_metadata 3754 3755 @advanced_search_enable_tab_field_metadata.setter 3756 def advanced_search_enable_tab_field_metadata(self, advanced_search_enable_tab_field_metadata): 3757 """Sets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. 3758 3759 # noqa: E501 3760 3761 :param advanced_search_enable_tab_field_metadata: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3762 :type: SettingsMetadata 3763 """ 3764 3765 self._advanced_search_enable_tab_field_metadata = advanced_search_enable_tab_field_metadata 3766 3767 @property 3768 def advanced_search_enable_template_id_field(self): 3769 """Gets the advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3770 3771 # noqa: E501 3772 3773 :return: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3774 :rtype: str 3775 """ 3776 return self._advanced_search_enable_template_id_field 3777 3778 @advanced_search_enable_template_id_field.setter 3779 def advanced_search_enable_template_id_field(self, advanced_search_enable_template_id_field): 3780 """Sets the advanced_search_enable_template_id_field of this AccountSettingsInformation. 3781 3782 # noqa: E501 3783 3784 :param advanced_search_enable_template_id_field: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3785 :type: str 3786 """ 3787 3788 self._advanced_search_enable_template_id_field = advanced_search_enable_template_id_field 3789 3790 @property 3791 def advanced_search_enable_template_id_field_metadata(self): 3792 """Gets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3793 3794 # noqa: E501 3795 3796 :return: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3797 :rtype: SettingsMetadata 3798 """ 3799 return self._advanced_search_enable_template_id_field_metadata 3800 3801 @advanced_search_enable_template_id_field_metadata.setter 3802 def advanced_search_enable_template_id_field_metadata(self, advanced_search_enable_template_id_field_metadata): 3803 """Sets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. 3804 3805 # noqa: E501 3806 3807 :param advanced_search_enable_template_id_field_metadata: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3808 :type: SettingsMetadata 3809 """ 3810 3811 self._advanced_search_enable_template_id_field_metadata = advanced_search_enable_template_id_field_metadata 3812 3813 @property 3814 def advanced_search_enable_template_name_field(self): 3815 """Gets the advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3816 3817 # noqa: E501 3818 3819 :return: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3820 :rtype: str 3821 """ 3822 return self._advanced_search_enable_template_name_field 3823 3824 @advanced_search_enable_template_name_field.setter 3825 def advanced_search_enable_template_name_field(self, advanced_search_enable_template_name_field): 3826 """Sets the advanced_search_enable_template_name_field of this AccountSettingsInformation. 3827 3828 # noqa: E501 3829 3830 :param advanced_search_enable_template_name_field: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3831 :type: str 3832 """ 3833 3834 self._advanced_search_enable_template_name_field = advanced_search_enable_template_name_field 3835 3836 @property 3837 def advanced_search_enable_template_name_field_metadata(self): 3838 """Gets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3839 3840 # noqa: E501 3841 3842 :return: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3843 :rtype: SettingsMetadata 3844 """ 3845 return self._advanced_search_enable_template_name_field_metadata 3846 3847 @advanced_search_enable_template_name_field_metadata.setter 3848 def advanced_search_enable_template_name_field_metadata(self, advanced_search_enable_template_name_field_metadata): 3849 """Sets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. 3850 3851 # noqa: E501 3852 3853 :param advanced_search_enable_template_name_field_metadata: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3854 :type: SettingsMetadata 3855 """ 3856 3857 self._advanced_search_enable_template_name_field_metadata = advanced_search_enable_template_name_field_metadata 3858 3859 @property 3860 def allow_access_code_format(self): 3861 """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3862 3863 # noqa: E501 3864 3865 :return: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3866 :rtype: str 3867 """ 3868 return self._allow_access_code_format 3869 3870 @allow_access_code_format.setter 3871 def allow_access_code_format(self, allow_access_code_format): 3872 """Sets the allow_access_code_format of this AccountSettingsInformation. 3873 3874 # noqa: E501 3875 3876 :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3877 :type: str 3878 """ 3879 3880 self._allow_access_code_format = allow_access_code_format 3881 3882 @property 3883 def allow_access_code_format_metadata(self): 3884 """Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3885 3886 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 3887 3888 :return: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3889 :rtype: SettingsMetadata 3890 """ 3891 return self._allow_access_code_format_metadata 3892 3893 @allow_access_code_format_metadata.setter 3894 def allow_access_code_format_metadata(self, allow_access_code_format_metadata): 3895 """Sets the allow_access_code_format_metadata of this AccountSettingsInformation. 3896 3897 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 3898 3899 :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3900 :type: SettingsMetadata 3901 """ 3902 3903 self._allow_access_code_format_metadata = allow_access_code_format_metadata 3904 3905 @property 3906 def allow_account_management_granular(self): 3907 """Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3908 3909 # noqa: E501 3910 3911 :return: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3912 :rtype: str 3913 """ 3914 return self._allow_account_management_granular 3915 3916 @allow_account_management_granular.setter 3917 def allow_account_management_granular(self, allow_account_management_granular): 3918 """Sets the allow_account_management_granular of this AccountSettingsInformation. 3919 3920 # noqa: E501 3921 3922 :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3923 :type: str 3924 """ 3925 3926 self._allow_account_management_granular = allow_account_management_granular 3927 3928 @property 3929 def allow_account_management_granular_metadata(self): 3930 """Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3931 3932 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 3933 3934 :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3935 :rtype: SettingsMetadata 3936 """ 3937 return self._allow_account_management_granular_metadata 3938 3939 @allow_account_management_granular_metadata.setter 3940 def allow_account_management_granular_metadata(self, allow_account_management_granular_metadata): 3941 """Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. 3942 3943 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 3944 3945 :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3946 :type: SettingsMetadata 3947 """ 3948 3949 self._allow_account_management_granular_metadata = allow_account_management_granular_metadata 3950 3951 @property 3952 def allow_account_member_name_change(self): 3953 """Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3954 3955 # noqa: E501 3956 3957 :return: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3958 :rtype: str 3959 """ 3960 return self._allow_account_member_name_change 3961 3962 @allow_account_member_name_change.setter 3963 def allow_account_member_name_change(self, allow_account_member_name_change): 3964 """Sets the allow_account_member_name_change of this AccountSettingsInformation. 3965 3966 # noqa: E501 3967 3968 :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3969 :type: str 3970 """ 3971 3972 self._allow_account_member_name_change = allow_account_member_name_change 3973 3974 @property 3975 def allow_account_member_name_change_metadata(self): 3976 """Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3977 3978 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3979 3980 :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3981 :rtype: SettingsMetadata 3982 """ 3983 return self._allow_account_member_name_change_metadata 3984 3985 @allow_account_member_name_change_metadata.setter 3986 def allow_account_member_name_change_metadata(self, allow_account_member_name_change_metadata): 3987 """Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. 3988 3989 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3990 3991 :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3992 :type: SettingsMetadata 3993 """ 3994 3995 self._allow_account_member_name_change_metadata = allow_account_member_name_change_metadata 3996 3997 @property 3998 def allow_ace(self): 3999 """Gets the allow_ace of this AccountSettingsInformation. # noqa: E501 4000 4001 # noqa: E501 4002 4003 :return: The allow_ace of this AccountSettingsInformation. # noqa: E501 4004 :rtype: str 4005 """ 4006 return self._allow_ace 4007 4008 @allow_ace.setter 4009 def allow_ace(self, allow_ace): 4010 """Sets the allow_ace of this AccountSettingsInformation. 4011 4012 # noqa: E501 4013 4014 :param allow_ace: The allow_ace of this AccountSettingsInformation. # noqa: E501 4015 :type: str 4016 """ 4017 4018 self._allow_ace = allow_ace 4019 4020 @property 4021 def allow_ace_metadata(self): 4022 """Gets the allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4023 4024 # noqa: E501 4025 4026 :return: The allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4027 :rtype: SettingsMetadata 4028 """ 4029 return self._allow_ace_metadata 4030 4031 @allow_ace_metadata.setter 4032 def allow_ace_metadata(self, allow_ace_metadata): 4033 """Sets the allow_ace_metadata of this AccountSettingsInformation. 4034 4035 # noqa: E501 4036 4037 :param allow_ace_metadata: The allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4038 :type: SettingsMetadata 4039 """ 4040 4041 self._allow_ace_metadata = allow_ace_metadata 4042 4043 @property 4044 def allow_advanced_recipient_routing_conditional(self): 4045 """Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4046 4047 # noqa: E501 4048 4049 :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4050 :rtype: str 4051 """ 4052 return self._allow_advanced_recipient_routing_conditional 4053 4054 @allow_advanced_recipient_routing_conditional.setter 4055 def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_routing_conditional): 4056 """Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. 4057 4058 # noqa: E501 4059 4060 :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4061 :type: str 4062 """ 4063 4064 self._allow_advanced_recipient_routing_conditional = allow_advanced_recipient_routing_conditional 4065 4066 @property 4067 def allow_advanced_recipient_routing_conditional_metadata(self): 4068 """Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4069 4070 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 4071 4072 :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4073 :rtype: SettingsMetadata 4074 """ 4075 return self._allow_advanced_recipient_routing_conditional_metadata 4076 4077 @allow_advanced_recipient_routing_conditional_metadata.setter 4078 def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_recipient_routing_conditional_metadata): 4079 """Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. 4080 4081 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 4082 4083 :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4084 :type: SettingsMetadata 4085 """ 4086 4087 self._allow_advanced_recipient_routing_conditional_metadata = allow_advanced_recipient_routing_conditional_metadata 4088 4089 @property 4090 def allow_agent_name_email_edit(self): 4091 """Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4092 4093 # noqa: E501 4094 4095 :return: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4096 :rtype: str 4097 """ 4098 return self._allow_agent_name_email_edit 4099 4100 @allow_agent_name_email_edit.setter 4101 def allow_agent_name_email_edit(self, allow_agent_name_email_edit): 4102 """Sets the allow_agent_name_email_edit of this AccountSettingsInformation. 4103 4104 # noqa: E501 4105 4106 :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4107 :type: str 4108 """ 4109 4110 self._allow_agent_name_email_edit = allow_agent_name_email_edit 4111 4112 @property 4113 def allow_agent_name_email_edit_metadata(self): 4114 """Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4115 4116 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 4117 4118 :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4119 :rtype: SettingsMetadata 4120 """ 4121 return self._allow_agent_name_email_edit_metadata 4122 4123 @allow_agent_name_email_edit_metadata.setter 4124 def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metadata): 4125 """Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. 4126 4127 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 4128 4129 :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4130 :type: SettingsMetadata 4131 """ 4132 4133 self._allow_agent_name_email_edit_metadata = allow_agent_name_email_edit_metadata 4134 4135 @property 4136 def allow_agreement_actions(self): 4137 """Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4138 4139 # noqa: E501 4140 4141 :return: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4142 :rtype: str 4143 """ 4144 return self._allow_agreement_actions 4145 4146 @allow_agreement_actions.setter 4147 def allow_agreement_actions(self, allow_agreement_actions): 4148 """Sets the allow_agreement_actions of this AccountSettingsInformation. 4149 4150 # noqa: E501 4151 4152 :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4153 :type: str 4154 """ 4155 4156 self._allow_agreement_actions = allow_agreement_actions 4157 4158 @property 4159 def allow_agreement_actions_metadata(self): 4160 """Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4161 4162 Metadata about the `allowAgreementActions` property. # noqa: E501 4163 4164 :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4165 :rtype: SettingsMetadata 4166 """ 4167 return self._allow_agreement_actions_metadata 4168 4169 @allow_agreement_actions_metadata.setter 4170 def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): 4171 """Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. 4172 4173 Metadata about the `allowAgreementActions` property. # noqa: E501 4174 4175 :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4176 :type: SettingsMetadata 4177 """ 4178 4179 self._allow_agreement_actions_metadata = allow_agreement_actions_metadata 4180 4181 @property 4182 def allow_agreement_orchestrations(self): 4183 """Gets the allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4184 4185 # noqa: E501 4186 4187 :return: The allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4188 :rtype: str 4189 """ 4190 return self._allow_agreement_orchestrations 4191 4192 @allow_agreement_orchestrations.setter 4193 def allow_agreement_orchestrations(self, allow_agreement_orchestrations): 4194 """Sets the allow_agreement_orchestrations of this AccountSettingsInformation. 4195 4196 # noqa: E501 4197 4198 :param allow_agreement_orchestrations: The allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4199 :type: str 4200 """ 4201 4202 self._allow_agreement_orchestrations = allow_agreement_orchestrations 4203 4204 @property 4205 def allow_agreement_orchestrations_metadata(self): 4206 """Gets the allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4207 4208 # noqa: E501 4209 4210 :return: The allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4211 :rtype: SettingsMetadata 4212 """ 4213 return self._allow_agreement_orchestrations_metadata 4214 4215 @allow_agreement_orchestrations_metadata.setter 4216 def allow_agreement_orchestrations_metadata(self, allow_agreement_orchestrations_metadata): 4217 """Sets the allow_agreement_orchestrations_metadata of this AccountSettingsInformation. 4218 4219 # noqa: E501 4220 4221 :param allow_agreement_orchestrations_metadata: The allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4222 :type: SettingsMetadata 4223 """ 4224 4225 self._allow_agreement_orchestrations_metadata = allow_agreement_orchestrations_metadata 4226 4227 @property 4228 def allow_auto_nav_settings(self): 4229 """Gets the allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4230 4231 # noqa: E501 4232 4233 :return: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4234 :rtype: str 4235 """ 4236 return self._allow_auto_nav_settings 4237 4238 @allow_auto_nav_settings.setter 4239 def allow_auto_nav_settings(self, allow_auto_nav_settings): 4240 """Sets the allow_auto_nav_settings of this AccountSettingsInformation. 4241 4242 # noqa: E501 4243 4244 :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4245 :type: str 4246 """ 4247 4248 self._allow_auto_nav_settings = allow_auto_nav_settings 4249 4250 @property 4251 def allow_auto_nav_settings_metadata(self): 4252 """Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4253 4254 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 4255 4256 :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4257 :rtype: SettingsMetadata 4258 """ 4259 return self._allow_auto_nav_settings_metadata 4260 4261 @allow_auto_nav_settings_metadata.setter 4262 def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): 4263 """Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. 4264 4265 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 4266 4267 :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4268 :type: SettingsMetadata 4269 """ 4270 4271 self._allow_auto_nav_settings_metadata = allow_auto_nav_settings_metadata 4272 4273 @property 4274 def allow_auto_tagging(self): 4275 """Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4276 4277 # noqa: E501 4278 4279 :return: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4280 :rtype: str 4281 """ 4282 return self._allow_auto_tagging 4283 4284 @allow_auto_tagging.setter 4285 def allow_auto_tagging(self, allow_auto_tagging): 4286 """Sets the allow_auto_tagging of this AccountSettingsInformation. 4287 4288 # noqa: E501 4289 4290 :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4291 :type: str 4292 """ 4293 4294 self._allow_auto_tagging = allow_auto_tagging 4295 4296 @property 4297 def allow_auto_tagging_metadata(self): 4298 """Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4299 4300 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 4301 4302 :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4303 :rtype: SettingsMetadata 4304 """ 4305 return self._allow_auto_tagging_metadata 4306 4307 @allow_auto_tagging_metadata.setter 4308 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 4309 """Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. 4310 4311 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 4312 4313 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4314 :type: SettingsMetadata 4315 """ 4316 4317 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 4318 4319 @property 4320 def allow_bulk_send(self): 4321 """Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4322 4323 # noqa: E501 4324 4325 :return: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4326 :rtype: str 4327 """ 4328 return self._allow_bulk_send 4329 4330 @allow_bulk_send.setter 4331 def allow_bulk_send(self, allow_bulk_send): 4332 """Sets the allow_bulk_send of this AccountSettingsInformation. 4333 4334 # noqa: E501 4335 4336 :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4337 :type: str 4338 """ 4339 4340 self._allow_bulk_send = allow_bulk_send 4341 4342 @property 4343 def allow_bulk_send_metadata(self): 4344 """Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4345 4346 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 4347 4348 :return: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4349 :rtype: SettingsMetadata 4350 """ 4351 return self._allow_bulk_send_metadata 4352 4353 @allow_bulk_send_metadata.setter 4354 def allow_bulk_send_metadata(self, allow_bulk_send_metadata): 4355 """Sets the allow_bulk_send_metadata of this AccountSettingsInformation. 4356 4357 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 4358 4359 :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4360 :type: SettingsMetadata 4361 """ 4362 4363 self._allow_bulk_send_metadata = allow_bulk_send_metadata 4364 4365 @property 4366 def allow_byoidv(self): 4367 """Gets the allow_byoidv of this AccountSettingsInformation. # noqa: E501 4368 4369 # noqa: E501 4370 4371 :return: The allow_byoidv of this AccountSettingsInformation. # noqa: E501 4372 :rtype: str 4373 """ 4374 return self._allow_byoidv 4375 4376 @allow_byoidv.setter 4377 def allow_byoidv(self, allow_byoidv): 4378 """Sets the allow_byoidv of this AccountSettingsInformation. 4379 4380 # noqa: E501 4381 4382 :param allow_byoidv: The allow_byoidv of this AccountSettingsInformation. # noqa: E501 4383 :type: str 4384 """ 4385 4386 self._allow_byoidv = allow_byoidv 4387 4388 @property 4389 def allow_byoidv_metadata(self): 4390 """Gets the allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4391 4392 # noqa: E501 4393 4394 :return: The allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4395 :rtype: SettingsMetadata 4396 """ 4397 return self._allow_byoidv_metadata 4398 4399 @allow_byoidv_metadata.setter 4400 def allow_byoidv_metadata(self, allow_byoidv_metadata): 4401 """Sets the allow_byoidv_metadata of this AccountSettingsInformation. 4402 4403 # noqa: E501 4404 4405 :param allow_byoidv_metadata: The allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4406 :type: SettingsMetadata 4407 """ 4408 4409 self._allow_byoidv_metadata = allow_byoidv_metadata 4410 4411 @property 4412 def allow_cd_withdraw(self): 4413 """Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4414 4415 # noqa: E501 4416 4417 :return: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4418 :rtype: str 4419 """ 4420 return self._allow_cd_withdraw 4421 4422 @allow_cd_withdraw.setter 4423 def allow_cd_withdraw(self, allow_cd_withdraw): 4424 """Sets the allow_cd_withdraw of this AccountSettingsInformation. 4425 4426 # noqa: E501 4427 4428 :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4429 :type: str 4430 """ 4431 4432 self._allow_cd_withdraw = allow_cd_withdraw 4433 4434 @property 4435 def allow_cd_withdraw_metadata(self): 4436 """Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4437 4438 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 4439 4440 :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4441 :rtype: SettingsMetadata 4442 """ 4443 return self._allow_cd_withdraw_metadata 4444 4445 @allow_cd_withdraw_metadata.setter 4446 def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): 4447 """Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. 4448 4449 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 4450 4451 :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4452 :type: SettingsMetadata 4453 """ 4454 4455 self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata 4456 4457 @property 4458 def allow_connect_agreement_ui(self): 4459 """Gets the allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4460 4461 # noqa: E501 4462 4463 :return: The allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4464 :rtype: str 4465 """ 4466 return self._allow_connect_agreement_ui 4467 4468 @allow_connect_agreement_ui.setter 4469 def allow_connect_agreement_ui(self, allow_connect_agreement_ui): 4470 """Sets the allow_connect_agreement_ui of this AccountSettingsInformation. 4471 4472 # noqa: E501 4473 4474 :param allow_connect_agreement_ui: The allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4475 :type: str 4476 """ 4477 4478 self._allow_connect_agreement_ui = allow_connect_agreement_ui 4479 4480 @property 4481 def allow_connect_agreement_ui_metadata(self): 4482 """Gets the allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4483 4484 # noqa: E501 4485 4486 :return: The allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4487 :rtype: SettingsMetadata 4488 """ 4489 return self._allow_connect_agreement_ui_metadata 4490 4491 @allow_connect_agreement_ui_metadata.setter 4492 def allow_connect_agreement_ui_metadata(self, allow_connect_agreement_ui_metadata): 4493 """Sets the allow_connect_agreement_ui_metadata of this AccountSettingsInformation. 4494 4495 # noqa: E501 4496 4497 :param allow_connect_agreement_ui_metadata: The allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4498 :type: SettingsMetadata 4499 """ 4500 4501 self._allow_connect_agreement_ui_metadata = allow_connect_agreement_ui_metadata 4502 4503 @property 4504 def allow_connect_authoritative_copy_ready_event_ui(self): 4505 """Gets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4506 4507 # noqa: E501 4508 4509 :return: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4510 :rtype: str 4511 """ 4512 return self._allow_connect_authoritative_copy_ready_event_ui 4513 4514 @allow_connect_authoritative_copy_ready_event_ui.setter 4515 def allow_connect_authoritative_copy_ready_event_ui(self, allow_connect_authoritative_copy_ready_event_ui): 4516 """Sets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. 4517 4518 # noqa: E501 4519 4520 :param allow_connect_authoritative_copy_ready_event_ui: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4521 :type: str 4522 """ 4523 4524 self._allow_connect_authoritative_copy_ready_event_ui = allow_connect_authoritative_copy_ready_event_ui 4525 4526 @property 4527 def allow_connect_envelope_reminder_sent_event_ui(self): 4528 """Gets the allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4529 4530 # noqa: E501 4531 4532 :return: The allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4533 :rtype: str 4534 """ 4535 return self._allow_connect_envelope_reminder_sent_event_ui 4536 4537 @allow_connect_envelope_reminder_sent_event_ui.setter 4538 def allow_connect_envelope_reminder_sent_event_ui(self, allow_connect_envelope_reminder_sent_event_ui): 4539 """Sets the allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. 4540 4541 # noqa: E501 4542 4543 :param allow_connect_envelope_reminder_sent_event_ui: The allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4544 :type: str 4545 """ 4546 4547 self._allow_connect_envelope_reminder_sent_event_ui = allow_connect_envelope_reminder_sent_event_ui 4548 4549 @property 4550 def allow_connect_envelope_removed_event(self): 4551 """Gets the allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4552 4553 # noqa: E501 4554 4555 :return: The allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4556 :rtype: str 4557 """ 4558 return self._allow_connect_envelope_removed_event 4559 4560 @allow_connect_envelope_removed_event.setter 4561 def allow_connect_envelope_removed_event(self, allow_connect_envelope_removed_event): 4562 """Sets the allow_connect_envelope_removed_event of this AccountSettingsInformation. 4563 4564 # noqa: E501 4565 4566 :param allow_connect_envelope_removed_event: The allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4567 :type: str 4568 """ 4569 4570 self._allow_connect_envelope_removed_event = allow_connect_envelope_removed_event 4571 4572 @property 4573 def allow_connect_extension_ui(self): 4574 """Gets the allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4575 4576 # noqa: E501 4577 4578 :return: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4579 :rtype: str 4580 """ 4581 return self._allow_connect_extension_ui 4582 4583 @allow_connect_extension_ui.setter 4584 def allow_connect_extension_ui(self, allow_connect_extension_ui): 4585 """Sets the allow_connect_extension_ui of this AccountSettingsInformation. 4586 4587 # noqa: E501 4588 4589 :param allow_connect_extension_ui: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4590 :type: str 4591 """ 4592 4593 self._allow_connect_extension_ui = allow_connect_extension_ui 4594 4595 @property 4596 def allow_connect_http_listener_configs(self): 4597 """Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4598 4599 # noqa: E501 4600 4601 :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4602 :rtype: str 4603 """ 4604 return self._allow_connect_http_listener_configs 4605 4606 @allow_connect_http_listener_configs.setter 4607 def allow_connect_http_listener_configs(self, allow_connect_http_listener_configs): 4608 """Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. 4609 4610 # noqa: E501 4611 4612 :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4613 :type: str 4614 """ 4615 4616 self._allow_connect_http_listener_configs = allow_connect_http_listener_configs 4617 4618 @property 4619 def allow_connect_identity_verification_ui(self): 4620 """Gets the allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4621 4622 # noqa: E501 4623 4624 :return: The allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4625 :rtype: str 4626 """ 4627 return self._allow_connect_identity_verification_ui 4628 4629 @allow_connect_identity_verification_ui.setter 4630 def allow_connect_identity_verification_ui(self, allow_connect_identity_verification_ui): 4631 """Sets the allow_connect_identity_verification_ui of this AccountSettingsInformation. 4632 4633 # noqa: E501 4634 4635 :param allow_connect_identity_verification_ui: The allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4636 :type: str 4637 """ 4638 4639 self._allow_connect_identity_verification_ui = allow_connect_identity_verification_ui 4640 4641 @property 4642 def allow_connect_o_auth_ui(self): 4643 """Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4644 4645 # noqa: E501 4646 4647 :return: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4648 :rtype: str 4649 """ 4650 return self._allow_connect_o_auth_ui 4651 4652 @allow_connect_o_auth_ui.setter 4653 def allow_connect_o_auth_ui(self, allow_connect_o_auth_ui): 4654 """Sets the allow_connect_o_auth_ui of this AccountSettingsInformation. 4655 4656 # noqa: E501 4657 4658 :param allow_connect_o_auth_ui: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4659 :type: str 4660 """ 4661 4662 self._allow_connect_o_auth_ui = allow_connect_o_auth_ui 4663 4664 @property 4665 def allow_connect_send_finish_later(self): 4666 """Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4667 4668 # noqa: E501 4669 4670 :return: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4671 :rtype: str 4672 """ 4673 return self._allow_connect_send_finish_later 4674 4675 @allow_connect_send_finish_later.setter 4676 def allow_connect_send_finish_later(self, allow_connect_send_finish_later): 4677 """Sets the allow_connect_send_finish_later of this AccountSettingsInformation. 4678 4679 # noqa: E501 4680 4681 :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4682 :type: str 4683 """ 4684 4685 self._allow_connect_send_finish_later = allow_connect_send_finish_later 4686 4687 @property 4688 def allow_connect_send_finish_later_metadata(self): 4689 """Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4690 4691 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 4692 4693 :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4694 :rtype: SettingsMetadata 4695 """ 4696 return self._allow_connect_send_finish_later_metadata 4697 4698 @allow_connect_send_finish_later_metadata.setter 4699 def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_later_metadata): 4700 """Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. 4701 4702 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 4703 4704 :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4705 :type: SettingsMetadata 4706 """ 4707 4708 self._allow_connect_send_finish_later_metadata = allow_connect_send_finish_later_metadata 4709 4710 @property 4711 def allow_connect_unified_payload_ui(self): 4712 """Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4713 4714 # noqa: E501 4715 4716 :return: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4717 :rtype: str 4718 """ 4719 return self._allow_connect_unified_payload_ui 4720 4721 @allow_connect_unified_payload_ui.setter 4722 def allow_connect_unified_payload_ui(self, allow_connect_unified_payload_ui): 4723 """Sets the allow_connect_unified_payload_ui of this AccountSettingsInformation. 4724 4725 # noqa: E501 4726 4727 :param allow_connect_unified_payload_ui: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4728 :type: str 4729 """ 4730 4731 self._allow_connect_unified_payload_ui = allow_connect_unified_payload_ui 4732 4733 @property 4734 def allow_consumer_disclosure_override(self): 4735 """Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4736 4737 # noqa: E501 4738 4739 :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4740 :rtype: str 4741 """ 4742 return self._allow_consumer_disclosure_override 4743 4744 @allow_consumer_disclosure_override.setter 4745 def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override): 4746 """Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. 4747 4748 # noqa: E501 4749 4750 :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4751 :type: str 4752 """ 4753 4754 self._allow_consumer_disclosure_override = allow_consumer_disclosure_override 4755 4756 @property 4757 def allow_consumer_disclosure_override_metadata(self): 4758 """Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4759 4760 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 4761 4762 :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4763 :rtype: SettingsMetadata 4764 """ 4765 return self._allow_consumer_disclosure_override_metadata 4766 4767 @allow_consumer_disclosure_override_metadata.setter 4768 def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_override_metadata): 4769 """Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. 4770 4771 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 4772 4773 :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4774 :type: SettingsMetadata 4775 """ 4776 4777 self._allow_consumer_disclosure_override_metadata = allow_consumer_disclosure_override_metadata 4778 4779 @property 4780 def allow_data_download(self): 4781 """Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501 4782 4783 # noqa: E501 4784 4785 :return: The allow_data_download of this AccountSettingsInformation. # noqa: E501 4786 :rtype: str 4787 """ 4788 return self._allow_data_download 4789 4790 @allow_data_download.setter 4791 def allow_data_download(self, allow_data_download): 4792 """Sets the allow_data_download of this AccountSettingsInformation. 4793 4794 # noqa: E501 4795 4796 :param allow_data_download: The allow_data_download of this AccountSettingsInformation. # noqa: E501 4797 :type: str 4798 """ 4799 4800 self._allow_data_download = allow_data_download 4801 4802 @property 4803 def allow_data_download_metadata(self): 4804 """Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4805 4806 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 4807 4808 :return: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4809 :rtype: SettingsMetadata 4810 """ 4811 return self._allow_data_download_metadata 4812 4813 @allow_data_download_metadata.setter 4814 def allow_data_download_metadata(self, allow_data_download_metadata): 4815 """Sets the allow_data_download_metadata of this AccountSettingsInformation. 4816 4817 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 4818 4819 :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4820 :type: SettingsMetadata 4821 """ 4822 4823 self._allow_data_download_metadata = allow_data_download_metadata 4824 4825 @property 4826 def allow_delayed_routing(self): 4827 """Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4828 4829 \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 4830 4831 :return: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4832 :rtype: str 4833 """ 4834 return self._allow_delayed_routing 4835 4836 @allow_delayed_routing.setter 4837 def allow_delayed_routing(self, allow_delayed_routing): 4838 """Sets the allow_delayed_routing of this AccountSettingsInformation. 4839 4840 \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 4841 4842 :param allow_delayed_routing: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4843 :type: str 4844 """ 4845 4846 self._allow_delayed_routing = allow_delayed_routing 4847 4848 @property 4849 def allow_delayed_routing_metadata(self): 4850 """Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4851 4852 # noqa: E501 4853 4854 :return: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4855 :rtype: SettingsMetadata 4856 """ 4857 return self._allow_delayed_routing_metadata 4858 4859 @allow_delayed_routing_metadata.setter 4860 def allow_delayed_routing_metadata(self, allow_delayed_routing_metadata): 4861 """Sets the allow_delayed_routing_metadata of this AccountSettingsInformation. 4862 4863 # noqa: E501 4864 4865 :param allow_delayed_routing_metadata: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4866 :type: SettingsMetadata 4867 """ 4868 4869 self._allow_delayed_routing_metadata = allow_delayed_routing_metadata 4870 4871 @property 4872 def allow_delegated_signing(self): 4873 """Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4874 4875 # noqa: E501 4876 4877 :return: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4878 :rtype: str 4879 """ 4880 return self._allow_delegated_signing 4881 4882 @allow_delegated_signing.setter 4883 def allow_delegated_signing(self, allow_delegated_signing): 4884 """Sets the allow_delegated_signing of this AccountSettingsInformation. 4885 4886 # noqa: E501 4887 4888 :param allow_delegated_signing: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4889 :type: str 4890 """ 4891 4892 self._allow_delegated_signing = allow_delegated_signing 4893 4894 @property 4895 def allow_delegated_signing_metadata(self): 4896 """Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4897 4898 # noqa: E501 4899 4900 :return: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4901 :rtype: SettingsMetadata 4902 """ 4903 return self._allow_delegated_signing_metadata 4904 4905 @allow_delegated_signing_metadata.setter 4906 def allow_delegated_signing_metadata(self, allow_delegated_signing_metadata): 4907 """Sets the allow_delegated_signing_metadata of this AccountSettingsInformation. 4908 4909 # noqa: E501 4910 4911 :param allow_delegated_signing_metadata: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4912 :type: SettingsMetadata 4913 """ 4914 4915 self._allow_delegated_signing_metadata = allow_delegated_signing_metadata 4916 4917 @property 4918 def allow_doc_gen_documents(self): 4919 """Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4920 4921 # noqa: E501 4922 4923 :return: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4924 :rtype: str 4925 """ 4926 return self._allow_doc_gen_documents 4927 4928 @allow_doc_gen_documents.setter 4929 def allow_doc_gen_documents(self, allow_doc_gen_documents): 4930 """Sets the allow_doc_gen_documents of this AccountSettingsInformation. 4931 4932 # noqa: E501 4933 4934 :param allow_doc_gen_documents: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4935 :type: str 4936 """ 4937 4938 self._allow_doc_gen_documents = allow_doc_gen_documents 4939 4940 @property 4941 def allow_doc_gen_documents_metadata(self): 4942 """Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4943 4944 # noqa: E501 4945 4946 :return: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4947 :rtype: SettingsMetadata 4948 """ 4949 return self._allow_doc_gen_documents_metadata 4950 4951 @allow_doc_gen_documents_metadata.setter 4952 def allow_doc_gen_documents_metadata(self, allow_doc_gen_documents_metadata): 4953 """Sets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. 4954 4955 # noqa: E501 4956 4957 :param allow_doc_gen_documents_metadata: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4958 :type: SettingsMetadata 4959 """ 4960 4961 self._allow_doc_gen_documents_metadata = allow_doc_gen_documents_metadata 4962 4963 @property 4964 def allow_document_disclosures(self): 4965 """Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4966 4967 # noqa: E501 4968 4969 :return: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4970 :rtype: str 4971 """ 4972 return self._allow_document_disclosures 4973 4974 @allow_document_disclosures.setter 4975 def allow_document_disclosures(self, allow_document_disclosures): 4976 """Sets the allow_document_disclosures of this AccountSettingsInformation. 4977 4978 # noqa: E501 4979 4980 :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4981 :type: str 4982 """ 4983 4984 self._allow_document_disclosures = allow_document_disclosures 4985 4986 @property 4987 def allow_document_disclosures_metadata(self): 4988 """Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 4989 4990 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 4991 4992 :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 4993 :rtype: SettingsMetadata 4994 """ 4995 return self._allow_document_disclosures_metadata 4996 4997 @allow_document_disclosures_metadata.setter 4998 def allow_document_disclosures_metadata(self, allow_document_disclosures_metadata): 4999 """Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. 5000 5001 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 5002 5003 :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 5004 :type: SettingsMetadata 5005 """ 5006 5007 self._allow_document_disclosures_metadata = allow_document_disclosures_metadata 5008 5009 @property 5010 def allow_documents_on_signed_envelopes(self): 5011 """Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5012 5013 # noqa: E501 5014 5015 :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5016 :rtype: str 5017 """ 5018 return self._allow_documents_on_signed_envelopes 5019 5020 @allow_documents_on_signed_envelopes.setter 5021 def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelopes): 5022 """Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. 5023 5024 # noqa: E501 5025 5026 :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5027 :type: str 5028 """ 5029 5030 self._allow_documents_on_signed_envelopes = allow_documents_on_signed_envelopes 5031 5032 @property 5033 def allow_documents_on_signed_envelopes_metadata(self): 5034 """Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5035 5036 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 5037 5038 :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5039 :rtype: SettingsMetadata 5040 """ 5041 return self._allow_documents_on_signed_envelopes_metadata 5042 5043 @allow_documents_on_signed_envelopes_metadata.setter 5044 def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed_envelopes_metadata): 5045 """Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. 5046 5047 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 5048 5049 :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5050 :type: SettingsMetadata 5051 """ 5052 5053 self._allow_documents_on_signed_envelopes_metadata = allow_documents_on_signed_envelopes_metadata 5054 5055 @property 5056 def allow_document_visibility(self): 5057 """Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5058 5059 # noqa: E501 5060 5061 :return: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5062 :rtype: str 5063 """ 5064 return self._allow_document_visibility 5065 5066 @allow_document_visibility.setter 5067 def allow_document_visibility(self, allow_document_visibility): 5068 """Sets the allow_document_visibility of this AccountSettingsInformation. 5069 5070 # noqa: E501 5071 5072 :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5073 :type: str 5074 """ 5075 5076 self._allow_document_visibility = allow_document_visibility 5077 5078 @property 5079 def allow_document_visibility_metadata(self): 5080 """Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5081 5082 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 5083 5084 :return: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5085 :rtype: SettingsMetadata 5086 """ 5087 return self._allow_document_visibility_metadata 5088 5089 @allow_document_visibility_metadata.setter 5090 def allow_document_visibility_metadata(self, allow_document_visibility_metadata): 5091 """Sets the allow_document_visibility_metadata of this AccountSettingsInformation. 5092 5093 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 5094 5095 :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5096 :type: SettingsMetadata 5097 """ 5098 5099 self._allow_document_visibility_metadata = allow_document_visibility_metadata 5100 5101 @property 5102 def allow_editing_envelopes_on_behalf_of_others(self): 5103 """Gets the allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5104 5105 # noqa: E501 5106 5107 :return: The allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5108 :rtype: str 5109 """ 5110 return self._allow_editing_envelopes_on_behalf_of_others 5111 5112 @allow_editing_envelopes_on_behalf_of_others.setter 5113 def allow_editing_envelopes_on_behalf_of_others(self, allow_editing_envelopes_on_behalf_of_others): 5114 """Sets the allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 5115 5116 # noqa: E501 5117 5118 :param allow_editing_envelopes_on_behalf_of_others: The allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5119 :type: str 5120 """ 5121 5122 self._allow_editing_envelopes_on_behalf_of_others = allow_editing_envelopes_on_behalf_of_others 5123 5124 @property 5125 def allow_editing_envelopes_on_behalf_of_others_metadata(self): 5126 """Gets the allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5127 5128 # noqa: E501 5129 5130 :return: The allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5131 :rtype: SettingsMetadata 5132 """ 5133 return self._allow_editing_envelopes_on_behalf_of_others_metadata 5134 5135 @allow_editing_envelopes_on_behalf_of_others_metadata.setter 5136 def allow_editing_envelopes_on_behalf_of_others_metadata(self, allow_editing_envelopes_on_behalf_of_others_metadata): 5137 """Sets the allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 5138 5139 # noqa: E501 5140 5141 :param allow_editing_envelopes_on_behalf_of_others_metadata: The allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5142 :type: SettingsMetadata 5143 """ 5144 5145 self._allow_editing_envelopes_on_behalf_of_others_metadata = allow_editing_envelopes_on_behalf_of_others_metadata 5146 5147 @property 5148 def allow_e_hanko_stamps(self): 5149 """Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5150 5151 # noqa: E501 5152 5153 :return: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5154 :rtype: str 5155 """ 5156 return self._allow_e_hanko_stamps 5157 5158 @allow_e_hanko_stamps.setter 5159 def allow_e_hanko_stamps(self, allow_e_hanko_stamps): 5160 """Sets the allow_e_hanko_stamps of this AccountSettingsInformation. 5161 5162 # noqa: E501 5163 5164 :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5165 :type: str 5166 """ 5167 5168 self._allow_e_hanko_stamps = allow_e_hanko_stamps 5169 5170 @property 5171 def allow_e_hanko_stamps_metadata(self): 5172 """Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5173 5174 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 5175 5176 :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5177 :rtype: SettingsMetadata 5178 """ 5179 return self._allow_e_hanko_stamps_metadata 5180 5181 @allow_e_hanko_stamps_metadata.setter 5182 def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): 5183 """Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. 5184 5185 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 5186 5187 :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5188 :type: SettingsMetadata 5189 """ 5190 5191 self._allow_e_hanko_stamps_metadata = allow_e_hanko_stamps_metadata 5192 5193 @property 5194 def allow_e_note_e_original(self): 5195 """Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5196 5197 # noqa: E501 5198 5199 :return: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5200 :rtype: str 5201 """ 5202 return self._allow_e_note_e_original 5203 5204 @allow_e_note_e_original.setter 5205 def allow_e_note_e_original(self, allow_e_note_e_original): 5206 """Sets the allow_e_note_e_original of this AccountSettingsInformation. 5207 5208 # noqa: E501 5209 5210 :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5211 :type: str 5212 """ 5213 5214 self._allow_e_note_e_original = allow_e_note_e_original 5215 5216 @property 5217 def allow_e_note_e_original_metadata(self): 5218 """Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5219 5220 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 5221 5222 :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5223 :rtype: SettingsMetadata 5224 """ 5225 return self._allow_e_note_e_original_metadata 5226 5227 @allow_e_note_e_original_metadata.setter 5228 def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): 5229 """Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. 5230 5231 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 5232 5233 :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5234 :type: SettingsMetadata 5235 """ 5236 5237 self._allow_e_note_e_original_metadata = allow_e_note_e_original_metadata 5238 5239 @property 5240 def allow_envelope_correct(self): 5241 """Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5242 5243 # noqa: E501 5244 5245 :return: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5246 :rtype: str 5247 """ 5248 return self._allow_envelope_correct 5249 5250 @allow_envelope_correct.setter 5251 def allow_envelope_correct(self, allow_envelope_correct): 5252 """Sets the allow_envelope_correct of this AccountSettingsInformation. 5253 5254 # noqa: E501 5255 5256 :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5257 :type: str 5258 """ 5259 5260 self._allow_envelope_correct = allow_envelope_correct 5261 5262 @property 5263 def allow_envelope_correct_metadata(self): 5264 """Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5265 5266 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 5267 5268 :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5269 :rtype: SettingsMetadata 5270 """ 5271 return self._allow_envelope_correct_metadata 5272 5273 @allow_envelope_correct_metadata.setter 5274 def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): 5275 """Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. 5276 5277 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 5278 5279 :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5280 :type: SettingsMetadata 5281 """ 5282 5283 self._allow_envelope_correct_metadata = allow_envelope_correct_metadata 5284 5285 @property 5286 def allow_envelope_custody_transfer(self): 5287 """Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5288 5289 # noqa: E501 5290 5291 :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5292 :rtype: str 5293 """ 5294 return self._allow_envelope_custody_transfer 5295 5296 @allow_envelope_custody_transfer.setter 5297 def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): 5298 """Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. 5299 5300 # noqa: E501 5301 5302 :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5303 :type: str 5304 """ 5305 5306 self._allow_envelope_custody_transfer = allow_envelope_custody_transfer 5307 5308 @property 5309 def allow_envelope_custody_transfer_metadata(self): 5310 """Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5311 5312 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 5313 5314 :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5315 :rtype: SettingsMetadata 5316 """ 5317 return self._allow_envelope_custody_transfer_metadata 5318 5319 @allow_envelope_custody_transfer_metadata.setter 5320 def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transfer_metadata): 5321 """Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. 5322 5323 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 5324 5325 :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5326 :type: SettingsMetadata 5327 """ 5328 5329 self._allow_envelope_custody_transfer_metadata = allow_envelope_custody_transfer_metadata 5330 5331 @property 5332 def allow_envelope_custom_fields(self): 5333 """Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5334 5335 # noqa: E501 5336 5337 :return: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5338 :rtype: str 5339 """ 5340 return self._allow_envelope_custom_fields 5341 5342 @allow_envelope_custom_fields.setter 5343 def allow_envelope_custom_fields(self, allow_envelope_custom_fields): 5344 """Sets the allow_envelope_custom_fields of this AccountSettingsInformation. 5345 5346 # noqa: E501 5347 5348 :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5349 :type: str 5350 """ 5351 5352 self._allow_envelope_custom_fields = allow_envelope_custom_fields 5353 5354 @property 5355 def allow_envelope_custom_fields_metadata(self): 5356 """Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5357 5358 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 5359 5360 :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5361 :rtype: SettingsMetadata 5362 """ 5363 return self._allow_envelope_custom_fields_metadata 5364 5365 @allow_envelope_custom_fields_metadata.setter 5366 def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_metadata): 5367 """Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. 5368 5369 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 5370 5371 :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5372 :type: SettingsMetadata 5373 """ 5374 5375 self._allow_envelope_custom_fields_metadata = allow_envelope_custom_fields_metadata 5376 5377 @property 5378 def allow_envelope_publish_reporting(self): 5379 """Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5380 5381 # noqa: E501 5382 5383 :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5384 :rtype: str 5385 """ 5386 return self._allow_envelope_publish_reporting 5387 5388 @allow_envelope_publish_reporting.setter 5389 def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): 5390 """Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. 5391 5392 # noqa: E501 5393 5394 :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5395 :type: str 5396 """ 5397 5398 self._allow_envelope_publish_reporting = allow_envelope_publish_reporting 5399 5400 @property 5401 def allow_envelope_publish_reporting_metadata(self): 5402 """Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5403 5404 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 5405 5406 :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5407 :rtype: SettingsMetadata 5408 """ 5409 return self._allow_envelope_publish_reporting_metadata 5410 5411 @allow_envelope_publish_reporting_metadata.setter 5412 def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_reporting_metadata): 5413 """Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. 5414 5415 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 5416 5417 :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5418 :type: SettingsMetadata 5419 """ 5420 5421 self._allow_envelope_publish_reporting_metadata = allow_envelope_publish_reporting_metadata 5422 5423 @property 5424 def allow_envelope_reporting(self): 5425 """Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5426 5427 # noqa: E501 5428 5429 :return: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5430 :rtype: str 5431 """ 5432 return self._allow_envelope_reporting 5433 5434 @allow_envelope_reporting.setter 5435 def allow_envelope_reporting(self, allow_envelope_reporting): 5436 """Sets the allow_envelope_reporting of this AccountSettingsInformation. 5437 5438 # noqa: E501 5439 5440 :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5441 :type: str 5442 """ 5443 5444 self._allow_envelope_reporting = allow_envelope_reporting 5445 5446 @property 5447 def allow_envelope_reporting_metadata(self): 5448 """Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5449 5450 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 5451 5452 :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5453 :rtype: SettingsMetadata 5454 """ 5455 return self._allow_envelope_reporting_metadata 5456 5457 @allow_envelope_reporting_metadata.setter 5458 def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): 5459 """Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. 5460 5461 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 5462 5463 :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5464 :type: SettingsMetadata 5465 """ 5466 5467 self._allow_envelope_reporting_metadata = allow_envelope_reporting_metadata 5468 5469 @property 5470 def allow_expression(self): 5471 """Gets the allow_expression of this AccountSettingsInformation. # noqa: E501 5472 5473 # noqa: E501 5474 5475 :return: The allow_expression of this AccountSettingsInformation. # noqa: E501 5476 :rtype: str 5477 """ 5478 return self._allow_expression 5479 5480 @allow_expression.setter 5481 def allow_expression(self, allow_expression): 5482 """Sets the allow_expression of this AccountSettingsInformation. 5483 5484 # noqa: E501 5485 5486 :param allow_expression: The allow_expression of this AccountSettingsInformation. # noqa: E501 5487 :type: str 5488 """ 5489 5490 self._allow_expression = allow_expression 5491 5492 @property 5493 def allow_expression_metadata(self): 5494 """Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5495 5496 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 5497 5498 :return: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5499 :rtype: SettingsMetadata 5500 """ 5501 return self._allow_expression_metadata 5502 5503 @allow_expression_metadata.setter 5504 def allow_expression_metadata(self, allow_expression_metadata): 5505 """Sets the allow_expression_metadata of this AccountSettingsInformation. 5506 5507 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 5508 5509 :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5510 :type: SettingsMetadata 5511 """ 5512 5513 self._allow_expression_metadata = allow_expression_metadata 5514 5515 @property 5516 def allow_express_signer_certificate(self): 5517 """Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5518 5519 # noqa: E501 5520 5521 :return: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5522 :rtype: str 5523 """ 5524 return self._allow_express_signer_certificate 5525 5526 @allow_express_signer_certificate.setter 5527 def allow_express_signer_certificate(self, allow_express_signer_certificate): 5528 """Sets the allow_express_signer_certificate of this AccountSettingsInformation. 5529 5530 # noqa: E501 5531 5532 :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5533 :type: str 5534 """ 5535 5536 self._allow_express_signer_certificate = allow_express_signer_certificate 5537 5538 @property 5539 def allow_express_signer_certificate_metadata(self): 5540 """Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5541 5542 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 5543 5544 :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5545 :rtype: SettingsMetadata 5546 """ 5547 return self._allow_express_signer_certificate_metadata 5548 5549 @allow_express_signer_certificate_metadata.setter 5550 def allow_express_signer_certificate_metadata(self, allow_express_signer_certificate_metadata): 5551 """Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. 5552 5553 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 5554 5555 :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5556 :type: SettingsMetadata 5557 """ 5558 5559 self._allow_express_signer_certificate_metadata = allow_express_signer_certificate_metadata 5560 5561 @property 5562 def allow_extended_sending_resource_file(self): 5563 """Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5564 5565 # noqa: E501 5566 5567 :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5568 :rtype: str 5569 """ 5570 return self._allow_extended_sending_resource_file 5571 5572 @allow_extended_sending_resource_file.setter 5573 def allow_extended_sending_resource_file(self, allow_extended_sending_resource_file): 5574 """Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. 5575 5576 # noqa: E501 5577 5578 :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5579 :type: str 5580 """ 5581 5582 self._allow_extended_sending_resource_file = allow_extended_sending_resource_file 5583 5584 @property 5585 def allow_extended_sending_resource_file_metadata(self): 5586 """Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5587 5588 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 5589 5590 :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5591 :rtype: SettingsMetadata 5592 """ 5593 return self._allow_extended_sending_resource_file_metadata 5594 5595 @allow_extended_sending_resource_file_metadata.setter 5596 def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_resource_file_metadata): 5597 """Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. 5598 5599 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 5600 5601 :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5602 :type: SettingsMetadata 5603 """ 5604 5605 self._allow_extended_sending_resource_file_metadata = allow_extended_sending_resource_file_metadata 5606 5607 @property 5608 def allow_external_linked_accounts(self): 5609 """Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5610 5611 # noqa: E501 5612 5613 :return: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5614 :rtype: str 5615 """ 5616 return self._allow_external_linked_accounts 5617 5618 @allow_external_linked_accounts.setter 5619 def allow_external_linked_accounts(self, allow_external_linked_accounts): 5620 """Sets the allow_external_linked_accounts of this AccountSettingsInformation. 5621 5622 # noqa: E501 5623 5624 :param allow_external_linked_accounts: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5625 :type: str 5626 """ 5627 5628 self._allow_external_linked_accounts = allow_external_linked_accounts 5629 5630 @property 5631 def allow_external_linked_accounts_metadata(self): 5632 """Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5633 5634 # noqa: E501 5635 5636 :return: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5637 :rtype: SettingsMetadata 5638 """ 5639 return self._allow_external_linked_accounts_metadata 5640 5641 @allow_external_linked_accounts_metadata.setter 5642 def allow_external_linked_accounts_metadata(self, allow_external_linked_accounts_metadata): 5643 """Sets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. 5644 5645 # noqa: E501 5646 5647 :param allow_external_linked_accounts_metadata: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5648 :type: SettingsMetadata 5649 """ 5650 5651 self._allow_external_linked_accounts_metadata = allow_external_linked_accounts_metadata 5652 5653 @property 5654 def allow_external_signature_pad(self): 5655 """Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5656 5657 # noqa: E501 5658 5659 :return: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5660 :rtype: str 5661 """ 5662 return self._allow_external_signature_pad 5663 5664 @allow_external_signature_pad.setter 5665 def allow_external_signature_pad(self, allow_external_signature_pad): 5666 """Sets the allow_external_signature_pad of this AccountSettingsInformation. 5667 5668 # noqa: E501 5669 5670 :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5671 :type: str 5672 """ 5673 5674 self._allow_external_signature_pad = allow_external_signature_pad 5675 5676 @property 5677 def allow_external_signature_pad_metadata(self): 5678 """Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5679 5680 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 5681 5682 :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5683 :rtype: SettingsMetadata 5684 """ 5685 return self._allow_external_signature_pad_metadata 5686 5687 @allow_external_signature_pad_metadata.setter 5688 def allow_external_signature_pad_metadata(self, allow_external_signature_pad_metadata): 5689 """Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. 5690 5691 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 5692 5693 :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5694 :type: SettingsMetadata 5695 """ 5696 5697 self._allow_external_signature_pad_metadata = allow_external_signature_pad_metadata 5698 5699 @property 5700 def allow_fed_ramp_idv_level1(self): 5701 """Gets the allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5702 5703 # noqa: E501 5704 5705 :return: The allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5706 :rtype: str 5707 """ 5708 return self._allow_fed_ramp_idv_level1 5709 5710 @allow_fed_ramp_idv_level1.setter 5711 def allow_fed_ramp_idv_level1(self, allow_fed_ramp_idv_level1): 5712 """Sets the allow_fed_ramp_idv_level1 of this AccountSettingsInformation. 5713 5714 # noqa: E501 5715 5716 :param allow_fed_ramp_idv_level1: The allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5717 :type: str 5718 """ 5719 5720 self._allow_fed_ramp_idv_level1 = allow_fed_ramp_idv_level1 5721 5722 @property 5723 def allow_fed_ramp_idv_level1_metadata(self): 5724 """Gets the allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5725 5726 # noqa: E501 5727 5728 :return: The allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5729 :rtype: SettingsMetadata 5730 """ 5731 return self._allow_fed_ramp_idv_level1_metadata 5732 5733 @allow_fed_ramp_idv_level1_metadata.setter 5734 def allow_fed_ramp_idv_level1_metadata(self, allow_fed_ramp_idv_level1_metadata): 5735 """Sets the allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. 5736 5737 # noqa: E501 5738 5739 :param allow_fed_ramp_idv_level1_metadata: The allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5740 :type: SettingsMetadata 5741 """ 5742 5743 self._allow_fed_ramp_idv_level1_metadata = allow_fed_ramp_idv_level1_metadata 5744 5745 @property 5746 def allow_fed_ramp_idv_level2(self): 5747 """Gets the allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5748 5749 # noqa: E501 5750 5751 :return: The allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5752 :rtype: str 5753 """ 5754 return self._allow_fed_ramp_idv_level2 5755 5756 @allow_fed_ramp_idv_level2.setter 5757 def allow_fed_ramp_idv_level2(self, allow_fed_ramp_idv_level2): 5758 """Sets the allow_fed_ramp_idv_level2 of this AccountSettingsInformation. 5759 5760 # noqa: E501 5761 5762 :param allow_fed_ramp_idv_level2: The allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5763 :type: str 5764 """ 5765 5766 self._allow_fed_ramp_idv_level2 = allow_fed_ramp_idv_level2 5767 5768 @property 5769 def allow_fed_ramp_idv_level2_metadata(self): 5770 """Gets the allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5771 5772 # noqa: E501 5773 5774 :return: The allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5775 :rtype: SettingsMetadata 5776 """ 5777 return self._allow_fed_ramp_idv_level2_metadata 5778 5779 @allow_fed_ramp_idv_level2_metadata.setter 5780 def allow_fed_ramp_idv_level2_metadata(self, allow_fed_ramp_idv_level2_metadata): 5781 """Sets the allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. 5782 5783 # noqa: E501 5784 5785 :param allow_fed_ramp_idv_level2_metadata: The allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5786 :type: SettingsMetadata 5787 """ 5788 5789 self._allow_fed_ramp_idv_level2_metadata = allow_fed_ramp_idv_level2_metadata 5790 5791 @property 5792 def allow_idv_for_eu_qualified_signatures(self): 5793 """Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5794 5795 # noqa: E501 5796 5797 :return: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5798 :rtype: str 5799 """ 5800 return self._allow_idv_for_eu_qualified_signatures 5801 5802 @allow_idv_for_eu_qualified_signatures.setter 5803 def allow_idv_for_eu_qualified_signatures(self, allow_idv_for_eu_qualified_signatures): 5804 """Sets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. 5805 5806 # noqa: E501 5807 5808 :param allow_idv_for_eu_qualified_signatures: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5809 :type: str 5810 """ 5811 5812 self._allow_idv_for_eu_qualified_signatures = allow_idv_for_eu_qualified_signatures 5813 5814 @property 5815 def allow_idv_for_eu_qualified_signatures_metadata(self): 5816 """Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5817 5818 # noqa: E501 5819 5820 :return: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5821 :rtype: SettingsMetadata 5822 """ 5823 return self._allow_idv_for_eu_qualified_signatures_metadata 5824 5825 @allow_idv_for_eu_qualified_signatures_metadata.setter 5826 def allow_idv_for_eu_qualified_signatures_metadata(self, allow_idv_for_eu_qualified_signatures_metadata): 5827 """Sets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. 5828 5829 # noqa: E501 5830 5831 :param allow_idv_for_eu_qualified_signatures_metadata: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5832 :type: SettingsMetadata 5833 """ 5834 5835 self._allow_idv_for_eu_qualified_signatures_metadata = allow_idv_for_eu_qualified_signatures_metadata 5836 5837 @property 5838 def allow_idv_level1(self): 5839 """Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5840 5841 # noqa: E501 5842 5843 :return: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5844 :rtype: str 5845 """ 5846 return self._allow_idv_level1 5847 5848 @allow_idv_level1.setter 5849 def allow_idv_level1(self, allow_idv_level1): 5850 """Sets the allow_idv_level1 of this AccountSettingsInformation. 5851 5852 # noqa: E501 5853 5854 :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5855 :type: str 5856 """ 5857 5858 self._allow_idv_level1 = allow_idv_level1 5859 5860 @property 5861 def allow_idv_level1_metadata(self): 5862 """Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5863 5864 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 5865 5866 :return: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5867 :rtype: SettingsMetadata 5868 """ 5869 return self._allow_idv_level1_metadata 5870 5871 @allow_idv_level1_metadata.setter 5872 def allow_idv_level1_metadata(self, allow_idv_level1_metadata): 5873 """Sets the allow_idv_level1_metadata of this AccountSettingsInformation. 5874 5875 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 5876 5877 :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5878 :type: SettingsMetadata 5879 """ 5880 5881 self._allow_idv_level1_metadata = allow_idv_level1_metadata 5882 5883 @property 5884 def allow_idv_level1_trial(self): 5885 """Gets the allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5886 5887 # noqa: E501 5888 5889 :return: The allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5890 :rtype: str 5891 """ 5892 return self._allow_idv_level1_trial 5893 5894 @allow_idv_level1_trial.setter 5895 def allow_idv_level1_trial(self, allow_idv_level1_trial): 5896 """Sets the allow_idv_level1_trial of this AccountSettingsInformation. 5897 5898 # noqa: E501 5899 5900 :param allow_idv_level1_trial: The allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5901 :type: str 5902 """ 5903 5904 self._allow_idv_level1_trial = allow_idv_level1_trial 5905 5906 @property 5907 def allow_idv_level1_trial_metadata(self): 5908 """Gets the allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5909 5910 # noqa: E501 5911 5912 :return: The allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5913 :rtype: SettingsMetadata 5914 """ 5915 return self._allow_idv_level1_trial_metadata 5916 5917 @allow_idv_level1_trial_metadata.setter 5918 def allow_idv_level1_trial_metadata(self, allow_idv_level1_trial_metadata): 5919 """Sets the allow_idv_level1_trial_metadata of this AccountSettingsInformation. 5920 5921 # noqa: E501 5922 5923 :param allow_idv_level1_trial_metadata: The allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5924 :type: SettingsMetadata 5925 """ 5926 5927 self._allow_idv_level1_trial_metadata = allow_idv_level1_trial_metadata 5928 5929 @property 5930 def allow_idv_level2(self): 5931 """Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5932 5933 # noqa: E501 5934 5935 :return: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5936 :rtype: str 5937 """ 5938 return self._allow_idv_level2 5939 5940 @allow_idv_level2.setter 5941 def allow_idv_level2(self, allow_idv_level2): 5942 """Sets the allow_idv_level2 of this AccountSettingsInformation. 5943 5944 # noqa: E501 5945 5946 :param allow_idv_level2: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5947 :type: str 5948 """ 5949 5950 self._allow_idv_level2 = allow_idv_level2 5951 5952 @property 5953 def allow_idv_level2_metadata(self): 5954 """Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5955 5956 # noqa: E501 5957 5958 :return: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5959 :rtype: SettingsMetadata 5960 """ 5961 return self._allow_idv_level2_metadata 5962 5963 @allow_idv_level2_metadata.setter 5964 def allow_idv_level2_metadata(self, allow_idv_level2_metadata): 5965 """Sets the allow_idv_level2_metadata of this AccountSettingsInformation. 5966 5967 # noqa: E501 5968 5969 :param allow_idv_level2_metadata: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5970 :type: SettingsMetadata 5971 """ 5972 5973 self._allow_idv_level2_metadata = allow_idv_level2_metadata 5974 5975 @property 5976 def allow_idv_level3(self): 5977 """Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5978 5979 # noqa: E501 5980 5981 :return: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5982 :rtype: str 5983 """ 5984 return self._allow_idv_level3 5985 5986 @allow_idv_level3.setter 5987 def allow_idv_level3(self, allow_idv_level3): 5988 """Sets the allow_idv_level3 of this AccountSettingsInformation. 5989 5990 # noqa: E501 5991 5992 :param allow_idv_level3: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5993 :type: str 5994 """ 5995 5996 self._allow_idv_level3 = allow_idv_level3 5997 5998 @property 5999 def allow_idv_level3_metadata(self): 6000 """Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6001 6002 # noqa: E501 6003 6004 :return: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6005 :rtype: SettingsMetadata 6006 """ 6007 return self._allow_idv_level3_metadata 6008 6009 @allow_idv_level3_metadata.setter 6010 def allow_idv_level3_metadata(self, allow_idv_level3_metadata): 6011 """Sets the allow_idv_level3_metadata of this AccountSettingsInformation. 6012 6013 # noqa: E501 6014 6015 :param allow_idv_level3_metadata: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6016 :type: SettingsMetadata 6017 """ 6018 6019 self._allow_idv_level3_metadata = allow_idv_level3_metadata 6020 6021 @property 6022 def allow_idv_platform(self): 6023 """Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6024 6025 # noqa: E501 6026 6027 :return: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6028 :rtype: str 6029 """ 6030 return self._allow_idv_platform 6031 6032 @allow_idv_platform.setter 6033 def allow_idv_platform(self, allow_idv_platform): 6034 """Sets the allow_idv_platform of this AccountSettingsInformation. 6035 6036 # noqa: E501 6037 6038 :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6039 :type: str 6040 """ 6041 6042 self._allow_idv_platform = allow_idv_platform 6043 6044 @property 6045 def allow_idv_platform_metadata(self): 6046 """Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6047 6048 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 6049 6050 :return: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6051 :rtype: SettingsMetadata 6052 """ 6053 return self._allow_idv_platform_metadata 6054 6055 @allow_idv_platform_metadata.setter 6056 def allow_idv_platform_metadata(self, allow_idv_platform_metadata): 6057 """Sets the allow_idv_platform_metadata of this AccountSettingsInformation. 6058 6059 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 6060 6061 :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6062 :type: SettingsMetadata 6063 """ 6064 6065 self._allow_idv_platform_metadata = allow_idv_platform_metadata 6066 6067 @property 6068 def allow_idv_risk_assessment(self): 6069 """Gets the allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6070 6071 # noqa: E501 6072 6073 :return: The allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6074 :rtype: str 6075 """ 6076 return self._allow_idv_risk_assessment 6077 6078 @allow_idv_risk_assessment.setter 6079 def allow_idv_risk_assessment(self, allow_idv_risk_assessment): 6080 """Sets the allow_idv_risk_assessment of this AccountSettingsInformation. 6081 6082 # noqa: E501 6083 6084 :param allow_idv_risk_assessment: The allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6085 :type: str 6086 """ 6087 6088 self._allow_idv_risk_assessment = allow_idv_risk_assessment 6089 6090 @property 6091 def allow_idv_risk_assessment_metadata(self): 6092 """Gets the allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6093 6094 # noqa: E501 6095 6096 :return: The allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6097 :rtype: SettingsMetadata 6098 """ 6099 return self._allow_idv_risk_assessment_metadata 6100 6101 @allow_idv_risk_assessment_metadata.setter 6102 def allow_idv_risk_assessment_metadata(self, allow_idv_risk_assessment_metadata): 6103 """Sets the allow_idv_risk_assessment_metadata of this AccountSettingsInformation. 6104 6105 # noqa: E501 6106 6107 :param allow_idv_risk_assessment_metadata: The allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6108 :type: SettingsMetadata 6109 """ 6110 6111 self._allow_idv_risk_assessment_metadata = allow_idv_risk_assessment_metadata 6112 6113 @property 6114 def allow_in_person(self): 6115 """Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501 6116 6117 # noqa: E501 6118 6119 :return: The allow_in_person of this AccountSettingsInformation. # noqa: E501 6120 :rtype: str 6121 """ 6122 return self._allow_in_person 6123 6124 @allow_in_person.setter 6125 def allow_in_person(self, allow_in_person): 6126 """Sets the allow_in_person of this AccountSettingsInformation. 6127 6128 # noqa: E501 6129 6130 :param allow_in_person: The allow_in_person of this AccountSettingsInformation. # noqa: E501 6131 :type: str 6132 """ 6133 6134 self._allow_in_person = allow_in_person 6135 6136 @property 6137 def allow_in_person_electronic_notary(self): 6138 """Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6139 6140 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6141 6142 :return: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6143 :rtype: str 6144 """ 6145 return self._allow_in_person_electronic_notary 6146 6147 @allow_in_person_electronic_notary.setter 6148 def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): 6149 """Sets the allow_in_person_electronic_notary of this AccountSettingsInformation. 6150 6151 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6152 6153 :param allow_in_person_electronic_notary: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6154 :type: str 6155 """ 6156 6157 self._allow_in_person_electronic_notary = allow_in_person_electronic_notary 6158 6159 @property 6160 def allow_in_person_electronic_notary_metadata(self): 6161 """Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6162 6163 MetaData for the Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6164 6165 :return: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6166 :rtype: SettingsMetadata 6167 """ 6168 return self._allow_in_person_electronic_notary_metadata 6169 6170 @allow_in_person_electronic_notary_metadata.setter 6171 def allow_in_person_electronic_notary_metadata(self, allow_in_person_electronic_notary_metadata): 6172 """Sets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. 6173 6174 MetaData for the Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6175 6176 :param allow_in_person_electronic_notary_metadata: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6177 :type: SettingsMetadata 6178 """ 6179 6180 self._allow_in_person_electronic_notary_metadata = allow_in_person_electronic_notary_metadata 6181 6182 @property 6183 def allow_in_person_metadata(self): 6184 """Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6185 6186 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 6187 6188 :return: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6189 :rtype: SettingsMetadata 6190 """ 6191 return self._allow_in_person_metadata 6192 6193 @allow_in_person_metadata.setter 6194 def allow_in_person_metadata(self, allow_in_person_metadata): 6195 """Sets the allow_in_person_metadata of this AccountSettingsInformation. 6196 6197 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 6198 6199 :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6200 :type: SettingsMetadata 6201 """ 6202 6203 self._allow_in_person_metadata = allow_in_person_metadata 6204 6205 @property 6206 def allow_managed_stamps(self): 6207 """Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6208 6209 # noqa: E501 6210 6211 :return: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6212 :rtype: str 6213 """ 6214 return self._allow_managed_stamps 6215 6216 @allow_managed_stamps.setter 6217 def allow_managed_stamps(self, allow_managed_stamps): 6218 """Sets the allow_managed_stamps of this AccountSettingsInformation. 6219 6220 # noqa: E501 6221 6222 :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6223 :type: str 6224 """ 6225 6226 self._allow_managed_stamps = allow_managed_stamps 6227 6228 @property 6229 def allow_managed_stamps_metadata(self): 6230 """Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6231 6232 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 6233 6234 :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6235 :rtype: SettingsMetadata 6236 """ 6237 return self._allow_managed_stamps_metadata 6238 6239 @allow_managed_stamps_metadata.setter 6240 def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): 6241 """Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. 6242 6243 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 6244 6245 :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6246 :type: SettingsMetadata 6247 """ 6248 6249 self._allow_managed_stamps_metadata = allow_managed_stamps_metadata 6250 6251 @property 6252 def allow_managing_envelopes_on_behalf_of_others(self): 6253 """Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6254 6255 # noqa: E501 6256 6257 :return: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6258 :rtype: str 6259 """ 6260 return self._allow_managing_envelopes_on_behalf_of_others 6261 6262 @allow_managing_envelopes_on_behalf_of_others.setter 6263 def allow_managing_envelopes_on_behalf_of_others(self, allow_managing_envelopes_on_behalf_of_others): 6264 """Sets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 6265 6266 # noqa: E501 6267 6268 :param allow_managing_envelopes_on_behalf_of_others: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6269 :type: str 6270 """ 6271 6272 self._allow_managing_envelopes_on_behalf_of_others = allow_managing_envelopes_on_behalf_of_others 6273 6274 @property 6275 def allow_managing_envelopes_on_behalf_of_others_metadata(self): 6276 """Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6277 6278 # noqa: E501 6279 6280 :return: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6281 :rtype: SettingsMetadata 6282 """ 6283 return self._allow_managing_envelopes_on_behalf_of_others_metadata 6284 6285 @allow_managing_envelopes_on_behalf_of_others_metadata.setter 6286 def allow_managing_envelopes_on_behalf_of_others_metadata(self, allow_managing_envelopes_on_behalf_of_others_metadata): 6287 """Sets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 6288 6289 # noqa: E501 6290 6291 :param allow_managing_envelopes_on_behalf_of_others_metadata: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6292 :type: SettingsMetadata 6293 """ 6294 6295 self._allow_managing_envelopes_on_behalf_of_others_metadata = allow_managing_envelopes_on_behalf_of_others_metadata 6296 6297 @property 6298 def allow_markup(self): 6299 """Gets the allow_markup of this AccountSettingsInformation. # noqa: E501 6300 6301 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 6302 6303 :return: The allow_markup of this AccountSettingsInformation. # noqa: E501 6304 :rtype: str 6305 """ 6306 return self._allow_markup 6307 6308 @allow_markup.setter 6309 def allow_markup(self, allow_markup): 6310 """Sets the allow_markup of this AccountSettingsInformation. 6311 6312 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 6313 6314 :param allow_markup: The allow_markup of this AccountSettingsInformation. # noqa: E501 6315 :type: str 6316 """ 6317 6318 self._allow_markup = allow_markup 6319 6320 @property 6321 def allow_markup_metadata(self): 6322 """Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6323 6324 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 6325 6326 :return: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6327 :rtype: SettingsMetadata 6328 """ 6329 return self._allow_markup_metadata 6330 6331 @allow_markup_metadata.setter 6332 def allow_markup_metadata(self, allow_markup_metadata): 6333 """Sets the allow_markup_metadata of this AccountSettingsInformation. 6334 6335 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 6336 6337 :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6338 :type: SettingsMetadata 6339 """ 6340 6341 self._allow_markup_metadata = allow_markup_metadata 6342 6343 @property 6344 def allow_member_time_zone(self): 6345 """Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6346 6347 # noqa: E501 6348 6349 :return: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6350 :rtype: str 6351 """ 6352 return self._allow_member_time_zone 6353 6354 @allow_member_time_zone.setter 6355 def allow_member_time_zone(self, allow_member_time_zone): 6356 """Sets the allow_member_time_zone of this AccountSettingsInformation. 6357 6358 # noqa: E501 6359 6360 :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6361 :type: str 6362 """ 6363 6364 self._allow_member_time_zone = allow_member_time_zone 6365 6366 @property 6367 def allow_member_time_zone_metadata(self): 6368 """Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6369 6370 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 6371 6372 :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6373 :rtype: SettingsMetadata 6374 """ 6375 return self._allow_member_time_zone_metadata 6376 6377 @allow_member_time_zone_metadata.setter 6378 def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): 6379 """Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. 6380 6381 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 6382 6383 :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6384 :type: SettingsMetadata 6385 """ 6386 6387 self._allow_member_time_zone_metadata = allow_member_time_zone_metadata 6388 6389 @property 6390 def allow_merge_fields(self): 6391 """Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6392 6393 # noqa: E501 6394 6395 :return: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6396 :rtype: str 6397 """ 6398 return self._allow_merge_fields 6399 6400 @allow_merge_fields.setter 6401 def allow_merge_fields(self, allow_merge_fields): 6402 """Sets the allow_merge_fields of this AccountSettingsInformation. 6403 6404 # noqa: E501 6405 6406 :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6407 :type: str 6408 """ 6409 6410 self._allow_merge_fields = allow_merge_fields 6411 6412 @property 6413 def allow_merge_fields_metadata(self): 6414 """Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6415 6416 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 6417 6418 :return: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6419 :rtype: SettingsMetadata 6420 """ 6421 return self._allow_merge_fields_metadata 6422 6423 @allow_merge_fields_metadata.setter 6424 def allow_merge_fields_metadata(self, allow_merge_fields_metadata): 6425 """Sets the allow_merge_fields_metadata of this AccountSettingsInformation. 6426 6427 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 6428 6429 :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6430 :type: SettingsMetadata 6431 """ 6432 6433 self._allow_merge_fields_metadata = allow_merge_fields_metadata 6434 6435 @property 6436 def allow_multiple_brand_profiles(self): 6437 """Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6438 6439 # noqa: E501 6440 6441 :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6442 :rtype: str 6443 """ 6444 return self._allow_multiple_brand_profiles 6445 6446 @allow_multiple_brand_profiles.setter 6447 def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): 6448 """Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. 6449 6450 # noqa: E501 6451 6452 :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6453 :type: str 6454 """ 6455 6456 self._allow_multiple_brand_profiles = allow_multiple_brand_profiles 6457 6458 @property 6459 def allow_multiple_brand_profiles_metadata(self): 6460 """Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6461 6462 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 6463 6464 :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6465 :rtype: SettingsMetadata 6466 """ 6467 return self._allow_multiple_brand_profiles_metadata 6468 6469 @allow_multiple_brand_profiles_metadata.setter 6470 def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_metadata): 6471 """Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. 6472 6473 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 6474 6475 :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6476 :type: SettingsMetadata 6477 """ 6478 6479 self._allow_multiple_brand_profiles_metadata = allow_multiple_brand_profiles_metadata 6480 6481 @property 6482 def allow_multiple_signer_attachments(self): 6483 """Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6484 6485 # noqa: E501 6486 6487 :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6488 :rtype: str 6489 """ 6490 return self._allow_multiple_signer_attachments 6491 6492 @allow_multiple_signer_attachments.setter 6493 def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): 6494 """Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. 6495 6496 # noqa: E501 6497 6498 :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6499 :type: str 6500 """ 6501 6502 self._allow_multiple_signer_attachments = allow_multiple_signer_attachments 6503 6504 @property 6505 def allow_multiple_signer_attachments_metadata(self): 6506 """Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6507 6508 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 6509 6510 :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6511 :rtype: SettingsMetadata 6512 """ 6513 return self._allow_multiple_signer_attachments_metadata 6514 6515 @allow_multiple_signer_attachments_metadata.setter 6516 def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attachments_metadata): 6517 """Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. 6518 6519 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 6520 6521 :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6522 :type: SettingsMetadata 6523 """ 6524 6525 self._allow_multiple_signer_attachments_metadata = allow_multiple_signer_attachments_metadata 6526 6527 @property 6528 def allow_non_us_phone_auth(self): 6529 """Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6530 6531 # noqa: E501 6532 6533 :return: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6534 :rtype: str 6535 """ 6536 return self._allow_non_us_phone_auth 6537 6538 @allow_non_us_phone_auth.setter 6539 def allow_non_us_phone_auth(self, allow_non_us_phone_auth): 6540 """Sets the allow_non_us_phone_auth of this AccountSettingsInformation. 6541 6542 # noqa: E501 6543 6544 :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6545 :type: str 6546 """ 6547 6548 self._allow_non_us_phone_auth = allow_non_us_phone_auth 6549 6550 @property 6551 def allow_non_us_phone_auth_metadata(self): 6552 """Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6553 6554 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 6555 6556 :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6557 :rtype: SettingsMetadata 6558 """ 6559 return self._allow_non_us_phone_auth_metadata 6560 6561 @allow_non_us_phone_auth_metadata.setter 6562 def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): 6563 """Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. 6564 6565 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 6566 6567 :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6568 :type: SettingsMetadata 6569 """ 6570 6571 self._allow_non_us_phone_auth_metadata = allow_non_us_phone_auth_metadata 6572 6573 @property 6574 def allow_ocr_of_envelope_documents(self): 6575 """Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6576 6577 # noqa: E501 6578 6579 :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6580 :rtype: str 6581 """ 6582 return self._allow_ocr_of_envelope_documents 6583 6584 @allow_ocr_of_envelope_documents.setter 6585 def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): 6586 """Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. 6587 6588 # noqa: E501 6589 6590 :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6591 :type: str 6592 """ 6593 6594 self._allow_ocr_of_envelope_documents = allow_ocr_of_envelope_documents 6595 6596 @property 6597 def allow_ocr_of_envelope_documents_metadata(self): 6598 """Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6599 6600 # noqa: E501 6601 6602 :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6603 :rtype: SettingsMetadata 6604 """ 6605 return self._allow_ocr_of_envelope_documents_metadata 6606 6607 @allow_ocr_of_envelope_documents_metadata.setter 6608 def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documents_metadata): 6609 """Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. 6610 6611 # noqa: E501 6612 6613 :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6614 :type: SettingsMetadata 6615 """ 6616 6617 self._allow_ocr_of_envelope_documents_metadata = allow_ocr_of_envelope_documents_metadata 6618 6619 @property 6620 def allow_offline_signing(self): 6621 """Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6622 6623 # noqa: E501 6624 6625 :return: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6626 :rtype: str 6627 """ 6628 return self._allow_offline_signing 6629 6630 @allow_offline_signing.setter 6631 def allow_offline_signing(self, allow_offline_signing): 6632 """Sets the allow_offline_signing of this AccountSettingsInformation. 6633 6634 # noqa: E501 6635 6636 :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6637 :type: str 6638 """ 6639 6640 self._allow_offline_signing = allow_offline_signing 6641 6642 @property 6643 def allow_offline_signing_metadata(self): 6644 """Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6645 6646 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 6647 6648 :return: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6649 :rtype: SettingsMetadata 6650 """ 6651 return self._allow_offline_signing_metadata 6652 6653 @allow_offline_signing_metadata.setter 6654 def allow_offline_signing_metadata(self, allow_offline_signing_metadata): 6655 """Sets the allow_offline_signing_metadata of this AccountSettingsInformation. 6656 6657 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 6658 6659 :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6660 :type: SettingsMetadata 6661 """ 6662 6663 self._allow_offline_signing_metadata = allow_offline_signing_metadata 6664 6665 @property 6666 def allow_only_standalone_web_forms(self): 6667 """Gets the allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6668 6669 # noqa: E501 6670 6671 :return: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6672 :rtype: str 6673 """ 6674 return self._allow_only_standalone_web_forms 6675 6676 @allow_only_standalone_web_forms.setter 6677 def allow_only_standalone_web_forms(self, allow_only_standalone_web_forms): 6678 """Sets the allow_only_standalone_web_forms of this AccountSettingsInformation. 6679 6680 # noqa: E501 6681 6682 :param allow_only_standalone_web_forms: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6683 :type: str 6684 """ 6685 6686 self._allow_only_standalone_web_forms = allow_only_standalone_web_forms 6687 6688 @property 6689 def allow_only_standalone_web_forms_metadata(self): 6690 """Gets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6691 6692 # noqa: E501 6693 6694 :return: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6695 :rtype: SettingsMetadata 6696 """ 6697 return self._allow_only_standalone_web_forms_metadata 6698 6699 @allow_only_standalone_web_forms_metadata.setter 6700 def allow_only_standalone_web_forms_metadata(self, allow_only_standalone_web_forms_metadata): 6701 """Sets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. 6702 6703 # noqa: E501 6704 6705 :param allow_only_standalone_web_forms_metadata: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6706 :type: SettingsMetadata 6707 """ 6708 6709 self._allow_only_standalone_web_forms_metadata = allow_only_standalone_web_forms_metadata 6710 6711 @property 6712 def allow_open_trust_signer_certificate(self): 6713 """Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6714 6715 # noqa: E501 6716 6717 :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6718 :rtype: str 6719 """ 6720 return self._allow_open_trust_signer_certificate 6721 6722 @allow_open_trust_signer_certificate.setter 6723 def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificate): 6724 """Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. 6725 6726 # noqa: E501 6727 6728 :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6729 :type: str 6730 """ 6731 6732 self._allow_open_trust_signer_certificate = allow_open_trust_signer_certificate 6733 6734 @property 6735 def allow_open_trust_signer_certificate_metadata(self): 6736 """Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6737 6738 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 6739 6740 :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6741 :rtype: SettingsMetadata 6742 """ 6743 return self._allow_open_trust_signer_certificate_metadata 6744 6745 @allow_open_trust_signer_certificate_metadata.setter 6746 def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_certificate_metadata): 6747 """Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. 6748 6749 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 6750 6751 :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6752 :type: SettingsMetadata 6753 """ 6754 6755 self._allow_open_trust_signer_certificate_metadata = allow_open_trust_signer_certificate_metadata 6756 6757 @property 6758 def allow_organization_branding(self): 6759 """Gets the allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6760 6761 # noqa: E501 6762 6763 :return: The allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6764 :rtype: str 6765 """ 6766 return self._allow_organization_branding 6767 6768 @allow_organization_branding.setter 6769 def allow_organization_branding(self, allow_organization_branding): 6770 """Sets the allow_organization_branding of this AccountSettingsInformation. 6771 6772 # noqa: E501 6773 6774 :param allow_organization_branding: The allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6775 :type: str 6776 """ 6777 6778 self._allow_organization_branding = allow_organization_branding 6779 6780 @property 6781 def allow_organization_branding_metadata(self): 6782 """Gets the allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6783 6784 # noqa: E501 6785 6786 :return: The allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6787 :rtype: SettingsMetadata 6788 """ 6789 return self._allow_organization_branding_metadata 6790 6791 @allow_organization_branding_metadata.setter 6792 def allow_organization_branding_metadata(self, allow_organization_branding_metadata): 6793 """Sets the allow_organization_branding_metadata of this AccountSettingsInformation. 6794 6795 # noqa: E501 6796 6797 :param allow_organization_branding_metadata: The allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6798 :type: SettingsMetadata 6799 """ 6800 6801 self._allow_organization_branding_metadata = allow_organization_branding_metadata 6802 6803 @property 6804 def allow_organization_docusign_monitor(self): 6805 """Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6806 6807 # noqa: E501 6808 6809 :return: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6810 :rtype: str 6811 """ 6812 return self._allow_organization_docusign_monitor 6813 6814 @allow_organization_docusign_monitor.setter 6815 def allow_organization_docusign_monitor(self, allow_organization_docusign_monitor): 6816 """Sets the allow_organization_docusign_monitor of this AccountSettingsInformation. 6817 6818 # noqa: E501 6819 6820 :param allow_organization_docusign_monitor: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6821 :type: str 6822 """ 6823 6824 self._allow_organization_docusign_monitor = allow_organization_docusign_monitor 6825 6826 @property 6827 def allow_organization_docusign_monitor_free(self): 6828 """Gets the allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6829 6830 # noqa: E501 6831 6832 :return: The allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6833 :rtype: str 6834 """ 6835 return self._allow_organization_docusign_monitor_free 6836 6837 @allow_organization_docusign_monitor_free.setter 6838 def allow_organization_docusign_monitor_free(self, allow_organization_docusign_monitor_free): 6839 """Sets the allow_organization_docusign_monitor_free of this AccountSettingsInformation. 6840 6841 # noqa: E501 6842 6843 :param allow_organization_docusign_monitor_free: The allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6844 :type: str 6845 """ 6846 6847 self._allow_organization_docusign_monitor_free = allow_organization_docusign_monitor_free 6848 6849 @property 6850 def allow_organization_docusign_monitor_free_metadata(self): 6851 """Gets the allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6852 6853 # noqa: E501 6854 6855 :return: The allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6856 :rtype: SettingsMetadata 6857 """ 6858 return self._allow_organization_docusign_monitor_free_metadata 6859 6860 @allow_organization_docusign_monitor_free_metadata.setter 6861 def allow_organization_docusign_monitor_free_metadata(self, allow_organization_docusign_monitor_free_metadata): 6862 """Sets the allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. 6863 6864 # noqa: E501 6865 6866 :param allow_organization_docusign_monitor_free_metadata: The allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6867 :type: SettingsMetadata 6868 """ 6869 6870 self._allow_organization_docusign_monitor_free_metadata = allow_organization_docusign_monitor_free_metadata 6871 6872 @property 6873 def allow_organization_docusign_monitor_metadata(self): 6874 """Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6875 6876 # noqa: E501 6877 6878 :return: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6879 :rtype: SettingsMetadata 6880 """ 6881 return self._allow_organization_docusign_monitor_metadata 6882 6883 @allow_organization_docusign_monitor_metadata.setter 6884 def allow_organization_docusign_monitor_metadata(self, allow_organization_docusign_monitor_metadata): 6885 """Sets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. 6886 6887 # noqa: E501 6888 6889 :param allow_organization_docusign_monitor_metadata: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6890 :type: SettingsMetadata 6891 """ 6892 6893 self._allow_organization_docusign_monitor_metadata = allow_organization_docusign_monitor_metadata 6894 6895 @property 6896 def allow_organization_domain_user_management(self): 6897 """Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6898 6899 # noqa: E501 6900 6901 :return: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6902 :rtype: str 6903 """ 6904 return self._allow_organization_domain_user_management 6905 6906 @allow_organization_domain_user_management.setter 6907 def allow_organization_domain_user_management(self, allow_organization_domain_user_management): 6908 """Sets the allow_organization_domain_user_management of this AccountSettingsInformation. 6909 6910 # noqa: E501 6911 6912 :param allow_organization_domain_user_management: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6913 :type: str 6914 """ 6915 6916 self._allow_organization_domain_user_management = allow_organization_domain_user_management 6917 6918 @property 6919 def allow_organization_domain_user_management_metadata(self): 6920 """Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6921 6922 # noqa: E501 6923 6924 :return: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6925 :rtype: SettingsMetadata 6926 """ 6927 return self._allow_organization_domain_user_management_metadata 6928 6929 @allow_organization_domain_user_management_metadata.setter 6930 def allow_organization_domain_user_management_metadata(self, allow_organization_domain_user_management_metadata): 6931 """Sets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. 6932 6933 # noqa: E501 6934 6935 :param allow_organization_domain_user_management_metadata: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6936 :type: SettingsMetadata 6937 """ 6938 6939 self._allow_organization_domain_user_management_metadata = allow_organization_domain_user_management_metadata 6940 6941 @property 6942 def allow_organizations(self): 6943 """Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501 6944 6945 # noqa: E501 6946 6947 :return: The allow_organizations of this AccountSettingsInformation. # noqa: E501 6948 :rtype: str 6949 """ 6950 return self._allow_organizations 6951 6952 @allow_organizations.setter 6953 def allow_organizations(self, allow_organizations): 6954 """Sets the allow_organizations of this AccountSettingsInformation. 6955 6956 # noqa: E501 6957 6958 :param allow_organizations: The allow_organizations of this AccountSettingsInformation. # noqa: E501 6959 :type: str 6960 """ 6961 6962 self._allow_organizations = allow_organizations 6963 6964 @property 6965 def allow_organizations_metadata(self): 6966 """Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6967 6968 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 6969 6970 :return: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6971 :rtype: SettingsMetadata 6972 """ 6973 return self._allow_organizations_metadata 6974 6975 @allow_organizations_metadata.setter 6976 def allow_organizations_metadata(self, allow_organizations_metadata): 6977 """Sets the allow_organizations_metadata of this AccountSettingsInformation. 6978 6979 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 6980 6981 :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6982 :type: SettingsMetadata 6983 """ 6984 6985 self._allow_organizations_metadata = allow_organizations_metadata 6986 6987 @property 6988 def allow_organization_sso_management(self): 6989 """Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 6990 6991 # noqa: E501 6992 6993 :return: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 6994 :rtype: str 6995 """ 6996 return self._allow_organization_sso_management 6997 6998 @allow_organization_sso_management.setter 6999 def allow_organization_sso_management(self, allow_organization_sso_management): 7000 """Sets the allow_organization_sso_management of this AccountSettingsInformation. 7001 7002 # noqa: E501 7003 7004 :param allow_organization_sso_management: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 7005 :type: str 7006 """ 7007 7008 self._allow_organization_sso_management = allow_organization_sso_management 7009 7010 @property 7011 def allow_organization_sso_management_metadata(self): 7012 """Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7013 7014 # noqa: E501 7015 7016 :return: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7017 :rtype: SettingsMetadata 7018 """ 7019 return self._allow_organization_sso_management_metadata 7020 7021 @allow_organization_sso_management_metadata.setter 7022 def allow_organization_sso_management_metadata(self, allow_organization_sso_management_metadata): 7023 """Sets the allow_organization_sso_management_metadata of this AccountSettingsInformation. 7024 7025 # noqa: E501 7026 7027 :param allow_organization_sso_management_metadata: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7028 :type: SettingsMetadata 7029 """ 7030 7031 self._allow_organization_sso_management_metadata = allow_organization_sso_management_metadata 7032 7033 @property 7034 def allow_organization_to_use_in_person_electronic_notary(self): 7035 """Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7036 7037 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7038 7039 :return: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7040 :rtype: str 7041 """ 7042 return self._allow_organization_to_use_in_person_electronic_notary 7043 7044 @allow_organization_to_use_in_person_electronic_notary.setter 7045 def allow_organization_to_use_in_person_electronic_notary(self, allow_organization_to_use_in_person_electronic_notary): 7046 """Sets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. 7047 7048 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7049 7050 :param allow_organization_to_use_in_person_electronic_notary: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7051 :type: str 7052 """ 7053 7054 self._allow_organization_to_use_in_person_electronic_notary = allow_organization_to_use_in_person_electronic_notary 7055 7056 @property 7057 def allow_organization_to_use_in_person_electronic_notary_metadata(self): 7058 """Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7059 7060 MetaData for the Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7061 7062 :return: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7063 :rtype: SettingsMetadata 7064 """ 7065 return self._allow_organization_to_use_in_person_electronic_notary_metadata 7066 7067 @allow_organization_to_use_in_person_electronic_notary_metadata.setter 7068 def allow_organization_to_use_in_person_electronic_notary_metadata(self, allow_organization_to_use_in_person_electronic_notary_metadata): 7069 """Sets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. 7070 7071 MetaData for the Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7072 7073 :param allow_organization_to_use_in_person_electronic_notary_metadata: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7074 :type: SettingsMetadata 7075 """ 7076 7077 self._allow_organization_to_use_in_person_electronic_notary_metadata = allow_organization_to_use_in_person_electronic_notary_metadata 7078 7079 @property 7080 def allow_organization_to_use_remote_notary(self): 7081 """Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7082 7083 # noqa: E501 7084 7085 :return: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7086 :rtype: str 7087 """ 7088 return self._allow_organization_to_use_remote_notary 7089 7090 @allow_organization_to_use_remote_notary.setter 7091 def allow_organization_to_use_remote_notary(self, allow_organization_to_use_remote_notary): 7092 """Sets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. 7093 7094 # noqa: E501 7095 7096 :param allow_organization_to_use_remote_notary: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7097 :type: str 7098 """ 7099 7100 self._allow_organization_to_use_remote_notary = allow_organization_to_use_remote_notary 7101 7102 @property 7103 def allow_organization_to_use_remote_notary_metadata(self): 7104 """Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7105 7106 # noqa: E501 7107 7108 :return: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7109 :rtype: SettingsMetadata 7110 """ 7111 return self._allow_organization_to_use_remote_notary_metadata 7112 7113 @allow_organization_to_use_remote_notary_metadata.setter 7114 def allow_organization_to_use_remote_notary_metadata(self, allow_organization_to_use_remote_notary_metadata): 7115 """Sets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. 7116 7117 # noqa: E501 7118 7119 :param allow_organization_to_use_remote_notary_metadata: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7120 :type: SettingsMetadata 7121 """ 7122 7123 self._allow_organization_to_use_remote_notary_metadata = allow_organization_to_use_remote_notary_metadata 7124 7125 @property 7126 def allow_organization_to_use_third_party_electronic_notary(self): 7127 """Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7128 7129 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 7130 7131 :return: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7132 :rtype: str 7133 """ 7134 return self._allow_organization_to_use_third_party_electronic_notary 7135 7136 @allow_organization_to_use_third_party_electronic_notary.setter 7137 def allow_organization_to_use_third_party_electronic_notary(self, allow_organization_to_use_third_party_electronic_notary): 7138 """Sets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. 7139 7140 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 7141 7142 :param allow_organization_to_use_third_party_electronic_notary: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7143 :type: str 7144 """ 7145 7146 self._allow_organization_to_use_third_party_electronic_notary = allow_organization_to_use_third_party_electronic_notary 7147 7148 @property 7149 def allow_organization_to_use_third_party_electronic_notary_metadata(self): 7150 """Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7151 7152 Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 7153 7154 :return: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7155 :rtype: SettingsMetadata 7156 """ 7157 return self._allow_organization_to_use_third_party_electronic_notary_metadata 7158 7159 @allow_organization_to_use_third_party_electronic_notary_metadata.setter 7160 def allow_organization_to_use_third_party_electronic_notary_metadata(self, allow_organization_to_use_third_party_electronic_notary_metadata): 7161 """Sets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. 7162 7163 Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 7164 7165 :param allow_organization_to_use_third_party_electronic_notary_metadata: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7166 :type: SettingsMetadata 7167 """ 7168 7169 self._allow_organization_to_use_third_party_electronic_notary_metadata = allow_organization_to_use_third_party_electronic_notary_metadata 7170 7171 @property 7172 def allow_participant_recipient_type(self): 7173 """Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7174 7175 # noqa: E501 7176 7177 :return: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7178 :rtype: str 7179 """ 7180 return self._allow_participant_recipient_type 7181 7182 @allow_participant_recipient_type.setter 7183 def allow_participant_recipient_type(self, allow_participant_recipient_type): 7184 """Sets the allow_participant_recipient_type of this AccountSettingsInformation. 7185 7186 # noqa: E501 7187 7188 :param allow_participant_recipient_type: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7189 :type: str 7190 """ 7191 7192 self._allow_participant_recipient_type = allow_participant_recipient_type 7193 7194 @property 7195 def allow_participant_recipient_type_metadata(self): 7196 """Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7197 7198 # noqa: E501 7199 7200 :return: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7201 :rtype: SettingsMetadata 7202 """ 7203 return self._allow_participant_recipient_type_metadata 7204 7205 @allow_participant_recipient_type_metadata.setter 7206 def allow_participant_recipient_type_metadata(self, allow_participant_recipient_type_metadata): 7207 """Sets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. 7208 7209 # noqa: E501 7210 7211 :param allow_participant_recipient_type_metadata: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7212 :type: SettingsMetadata 7213 """ 7214 7215 self._allow_participant_recipient_type_metadata = allow_participant_recipient_type_metadata 7216 7217 @property 7218 def allow_payment_processing(self): 7219 """Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7220 7221 # noqa: E501 7222 7223 :return: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7224 :rtype: str 7225 """ 7226 return self._allow_payment_processing 7227 7228 @allow_payment_processing.setter 7229 def allow_payment_processing(self, allow_payment_processing): 7230 """Sets the allow_payment_processing of this AccountSettingsInformation. 7231 7232 # noqa: E501 7233 7234 :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7235 :type: str 7236 """ 7237 7238 self._allow_payment_processing = allow_payment_processing 7239 7240 @property 7241 def allow_payment_processing_metadata(self): 7242 """Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7243 7244 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 7245 7246 :return: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7247 :rtype: SettingsMetadata 7248 """ 7249 return self._allow_payment_processing_metadata 7250 7251 @allow_payment_processing_metadata.setter 7252 def allow_payment_processing_metadata(self, allow_payment_processing_metadata): 7253 """Sets the allow_payment_processing_metadata of this AccountSettingsInformation. 7254 7255 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 7256 7257 :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7258 :type: SettingsMetadata 7259 """ 7260 7261 self._allow_payment_processing_metadata = allow_payment_processing_metadata 7262 7263 @property 7264 def allow_pending_destination_url_edition(self): 7265 """Gets the allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7266 7267 # noqa: E501 7268 7269 :return: The allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7270 :rtype: str 7271 """ 7272 return self._allow_pending_destination_url_edition 7273 7274 @allow_pending_destination_url_edition.setter 7275 def allow_pending_destination_url_edition(self, allow_pending_destination_url_edition): 7276 """Sets the allow_pending_destination_url_edition of this AccountSettingsInformation. 7277 7278 # noqa: E501 7279 7280 :param allow_pending_destination_url_edition: The allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7281 :type: str 7282 """ 7283 7284 self._allow_pending_destination_url_edition = allow_pending_destination_url_edition 7285 7286 @property 7287 def allow_pending_destination_url_edition_metadata(self): 7288 """Gets the allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7289 7290 # noqa: E501 7291 7292 :return: The allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7293 :rtype: SettingsMetadata 7294 """ 7295 return self._allow_pending_destination_url_edition_metadata 7296 7297 @allow_pending_destination_url_edition_metadata.setter 7298 def allow_pending_destination_url_edition_metadata(self, allow_pending_destination_url_edition_metadata): 7299 """Sets the allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. 7300 7301 # noqa: E501 7302 7303 :param allow_pending_destination_url_edition_metadata: The allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7304 :type: SettingsMetadata 7305 """ 7306 7307 self._allow_pending_destination_url_edition_metadata = allow_pending_destination_url_edition_metadata 7308 7309 @property 7310 def allow_performance_analytics(self): 7311 """Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7312 7313 # noqa: E501 7314 7315 :return: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7316 :rtype: str 7317 """ 7318 return self._allow_performance_analytics 7319 7320 @allow_performance_analytics.setter 7321 def allow_performance_analytics(self, allow_performance_analytics): 7322 """Sets the allow_performance_analytics of this AccountSettingsInformation. 7323 7324 # noqa: E501 7325 7326 :param allow_performance_analytics: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7327 :type: str 7328 """ 7329 7330 self._allow_performance_analytics = allow_performance_analytics 7331 7332 @property 7333 def allow_performance_analytics_metadata(self): 7334 """Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7335 7336 # noqa: E501 7337 7338 :return: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7339 :rtype: SettingsMetadata 7340 """ 7341 return self._allow_performance_analytics_metadata 7342 7343 @allow_performance_analytics_metadata.setter 7344 def allow_performance_analytics_metadata(self, allow_performance_analytics_metadata): 7345 """Sets the allow_performance_analytics_metadata of this AccountSettingsInformation. 7346 7347 # noqa: E501 7348 7349 :param allow_performance_analytics_metadata: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7350 :type: SettingsMetadata 7351 """ 7352 7353 self._allow_performance_analytics_metadata = allow_performance_analytics_metadata 7354 7355 @property 7356 def allow_phone_authentication(self): 7357 """Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7358 7359 # noqa: E501 7360 7361 :return: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7362 :rtype: str 7363 """ 7364 return self._allow_phone_authentication 7365 7366 @allow_phone_authentication.setter 7367 def allow_phone_authentication(self, allow_phone_authentication): 7368 """Sets the allow_phone_authentication of this AccountSettingsInformation. 7369 7370 # noqa: E501 7371 7372 :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7373 :type: str 7374 """ 7375 7376 self._allow_phone_authentication = allow_phone_authentication 7377 7378 @property 7379 def allow_phone_authentication_metadata(self): 7380 """Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7381 7382 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 7383 7384 :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7385 :rtype: SettingsMetadata 7386 """ 7387 return self._allow_phone_authentication_metadata 7388 7389 @allow_phone_authentication_metadata.setter 7390 def allow_phone_authentication_metadata(self, allow_phone_authentication_metadata): 7391 """Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. 7392 7393 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 7394 7395 :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7396 :type: SettingsMetadata 7397 """ 7398 7399 self._allow_phone_authentication_metadata = allow_phone_authentication_metadata 7400 7401 @property 7402 def allow_phone_auth_override(self): 7403 """Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7404 7405 # noqa: E501 7406 7407 :return: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7408 :rtype: str 7409 """ 7410 return self._allow_phone_auth_override 7411 7412 @allow_phone_auth_override.setter 7413 def allow_phone_auth_override(self, allow_phone_auth_override): 7414 """Sets the allow_phone_auth_override of this AccountSettingsInformation. 7415 7416 # noqa: E501 7417 7418 :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7419 :type: str 7420 """ 7421 7422 self._allow_phone_auth_override = allow_phone_auth_override 7423 7424 @property 7425 def allow_phone_auth_override_metadata(self): 7426 """Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7427 7428 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 7429 7430 :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7431 :rtype: SettingsMetadata 7432 """ 7433 return self._allow_phone_auth_override_metadata 7434 7435 @allow_phone_auth_override_metadata.setter 7436 def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata): 7437 """Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. 7438 7439 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 7440 7441 :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7442 :type: SettingsMetadata 7443 """ 7444 7445 self._allow_phone_auth_override_metadata = allow_phone_auth_override_metadata 7446 7447 @property 7448 def allow_private_signing_groups(self): 7449 """Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7450 7451 # noqa: E501 7452 7453 :return: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7454 :rtype: str 7455 """ 7456 return self._allow_private_signing_groups 7457 7458 @allow_private_signing_groups.setter 7459 def allow_private_signing_groups(self, allow_private_signing_groups): 7460 """Sets the allow_private_signing_groups of this AccountSettingsInformation. 7461 7462 # noqa: E501 7463 7464 :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7465 :type: str 7466 """ 7467 7468 self._allow_private_signing_groups = allow_private_signing_groups 7469 7470 @property 7471 def allow_private_signing_groups_metadata(self): 7472 """Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7473 7474 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 7475 7476 :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7477 :rtype: SettingsMetadata 7478 """ 7479 return self._allow_private_signing_groups_metadata 7480 7481 @allow_private_signing_groups_metadata.setter 7482 def allow_private_signing_groups_metadata(self, allow_private_signing_groups_metadata): 7483 """Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. 7484 7485 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 7486 7487 :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7488 :type: SettingsMetadata 7489 """ 7490 7491 self._allow_private_signing_groups_metadata = allow_private_signing_groups_metadata 7492 7493 @property 7494 def allow_recipient_connect(self): 7495 """Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7496 7497 # noqa: E501 7498 7499 :return: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7500 :rtype: str 7501 """ 7502 return self._allow_recipient_connect 7503 7504 @allow_recipient_connect.setter 7505 def allow_recipient_connect(self, allow_recipient_connect): 7506 """Sets the allow_recipient_connect of this AccountSettingsInformation. 7507 7508 # noqa: E501 7509 7510 :param allow_recipient_connect: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7511 :type: str 7512 """ 7513 7514 self._allow_recipient_connect = allow_recipient_connect 7515 7516 @property 7517 def allow_recipient_connect_metadata(self): 7518 """Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7519 7520 # noqa: E501 7521 7522 :return: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7523 :rtype: SettingsMetadata 7524 """ 7525 return self._allow_recipient_connect_metadata 7526 7527 @allow_recipient_connect_metadata.setter 7528 def allow_recipient_connect_metadata(self, allow_recipient_connect_metadata): 7529 """Sets the allow_recipient_connect_metadata of this AccountSettingsInformation. 7530 7531 # noqa: E501 7532 7533 :param allow_recipient_connect_metadata: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7534 :type: SettingsMetadata 7535 """ 7536 7537 self._allow_recipient_connect_metadata = allow_recipient_connect_metadata 7538 7539 @property 7540 def allow_reminders(self): 7541 """Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501 7542 7543 # noqa: E501 7544 7545 :return: The allow_reminders of this AccountSettingsInformation. # noqa: E501 7546 :rtype: str 7547 """ 7548 return self._allow_reminders 7549 7550 @allow_reminders.setter 7551 def allow_reminders(self, allow_reminders): 7552 """Sets the allow_reminders of this AccountSettingsInformation. 7553 7554 # noqa: E501 7555 7556 :param allow_reminders: The allow_reminders of this AccountSettingsInformation. # noqa: E501 7557 :type: str 7558 """ 7559 7560 self._allow_reminders = allow_reminders 7561 7562 @property 7563 def allow_reminders_metadata(self): 7564 """Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7565 7566 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 7567 7568 :return: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7569 :rtype: SettingsMetadata 7570 """ 7571 return self._allow_reminders_metadata 7572 7573 @allow_reminders_metadata.setter 7574 def allow_reminders_metadata(self, allow_reminders_metadata): 7575 """Sets the allow_reminders_metadata of this AccountSettingsInformation. 7576 7577 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 7578 7579 :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7580 :type: SettingsMetadata 7581 """ 7582 7583 self._allow_reminders_metadata = allow_reminders_metadata 7584 7585 @property 7586 def allow_remote_notary(self): 7587 """Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7588 7589 # noqa: E501 7590 7591 :return: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7592 :rtype: str 7593 """ 7594 return self._allow_remote_notary 7595 7596 @allow_remote_notary.setter 7597 def allow_remote_notary(self, allow_remote_notary): 7598 """Sets the allow_remote_notary of this AccountSettingsInformation. 7599 7600 # noqa: E501 7601 7602 :param allow_remote_notary: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7603 :type: str 7604 """ 7605 7606 self._allow_remote_notary = allow_remote_notary 7607 7608 @property 7609 def allow_remote_notary_metadata(self): 7610 """Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7611 7612 # noqa: E501 7613 7614 :return: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7615 :rtype: SettingsMetadata 7616 """ 7617 return self._allow_remote_notary_metadata 7618 7619 @allow_remote_notary_metadata.setter 7620 def allow_remote_notary_metadata(self, allow_remote_notary_metadata): 7621 """Sets the allow_remote_notary_metadata of this AccountSettingsInformation. 7622 7623 # noqa: E501 7624 7625 :param allow_remote_notary_metadata: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7626 :type: SettingsMetadata 7627 """ 7628 7629 self._allow_remote_notary_metadata = allow_remote_notary_metadata 7630 7631 @property 7632 def allow_resource_file_branding(self): 7633 """Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7634 7635 # noqa: E501 7636 7637 :return: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7638 :rtype: str 7639 """ 7640 return self._allow_resource_file_branding 7641 7642 @allow_resource_file_branding.setter 7643 def allow_resource_file_branding(self, allow_resource_file_branding): 7644 """Sets the allow_resource_file_branding of this AccountSettingsInformation. 7645 7646 # noqa: E501 7647 7648 :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7649 :type: str 7650 """ 7651 7652 self._allow_resource_file_branding = allow_resource_file_branding 7653 7654 @property 7655 def allow_resource_file_branding_metadata(self): 7656 """Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7657 7658 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 7659 7660 :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7661 :rtype: SettingsMetadata 7662 """ 7663 return self._allow_resource_file_branding_metadata 7664 7665 @allow_resource_file_branding_metadata.setter 7666 def allow_resource_file_branding_metadata(self, allow_resource_file_branding_metadata): 7667 """Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. 7668 7669 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 7670 7671 :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7672 :type: SettingsMetadata 7673 """ 7674 7675 self._allow_resource_file_branding_metadata = allow_resource_file_branding_metadata 7676 7677 @property 7678 def allow_safe_bio_pharma_signer_certificate(self): 7679 """Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7680 7681 # noqa: E501 7682 7683 :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7684 :rtype: str 7685 """ 7686 return self._allow_safe_bio_pharma_signer_certificate 7687 7688 @allow_safe_bio_pharma_signer_certificate.setter 7689 def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_certificate): 7690 """Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. 7691 7692 # noqa: E501 7693 7694 :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7695 :type: str 7696 """ 7697 7698 self._allow_safe_bio_pharma_signer_certificate = allow_safe_bio_pharma_signer_certificate 7699 7700 @property 7701 def allow_safe_bio_pharma_signer_certificate_metadata(self): 7702 """Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7703 7704 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 7705 7706 :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7707 :rtype: SettingsMetadata 7708 """ 7709 return self._allow_safe_bio_pharma_signer_certificate_metadata 7710 7711 @allow_safe_bio_pharma_signer_certificate_metadata.setter 7712 def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharma_signer_certificate_metadata): 7713 """Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. 7714 7715 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 7716 7717 :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7718 :type: SettingsMetadata 7719 """ 7720 7721 self._allow_safe_bio_pharma_signer_certificate_metadata = allow_safe_bio_pharma_signer_certificate_metadata 7722 7723 @property 7724 def allow_scheduled_sending(self): 7725 """Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7726 7727 \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 7728 7729 :return: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7730 :rtype: str 7731 """ 7732 return self._allow_scheduled_sending 7733 7734 @allow_scheduled_sending.setter 7735 def allow_scheduled_sending(self, allow_scheduled_sending): 7736 """Sets the allow_scheduled_sending of this AccountSettingsInformation. 7737 7738 \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 7739 7740 :param allow_scheduled_sending: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7741 :type: str 7742 """ 7743 7744 self._allow_scheduled_sending = allow_scheduled_sending 7745 7746 @property 7747 def allow_scheduled_sending_metadata(self): 7748 """Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7749 7750 # noqa: E501 7751 7752 :return: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7753 :rtype: SettingsMetadata 7754 """ 7755 return self._allow_scheduled_sending_metadata 7756 7757 @allow_scheduled_sending_metadata.setter 7758 def allow_scheduled_sending_metadata(self, allow_scheduled_sending_metadata): 7759 """Sets the allow_scheduled_sending_metadata of this AccountSettingsInformation. 7760 7761 # noqa: E501 7762 7763 :param allow_scheduled_sending_metadata: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7764 :type: SettingsMetadata 7765 """ 7766 7767 self._allow_scheduled_sending_metadata = allow_scheduled_sending_metadata 7768 7769 @property 7770 def allow_security_appliance(self): 7771 """Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7772 7773 # noqa: E501 7774 7775 :return: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7776 :rtype: str 7777 """ 7778 return self._allow_security_appliance 7779 7780 @allow_security_appliance.setter 7781 def allow_security_appliance(self, allow_security_appliance): 7782 """Sets the allow_security_appliance of this AccountSettingsInformation. 7783 7784 # noqa: E501 7785 7786 :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7787 :type: str 7788 """ 7789 7790 self._allow_security_appliance = allow_security_appliance 7791 7792 @property 7793 def allow_security_appliance_metadata(self): 7794 """Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7795 7796 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 7797 7798 :return: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7799 :rtype: SettingsMetadata 7800 """ 7801 return self._allow_security_appliance_metadata 7802 7803 @allow_security_appliance_metadata.setter 7804 def allow_security_appliance_metadata(self, allow_security_appliance_metadata): 7805 """Sets the allow_security_appliance_metadata of this AccountSettingsInformation. 7806 7807 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 7808 7809 :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7810 :type: SettingsMetadata 7811 """ 7812 7813 self._allow_security_appliance_metadata = allow_security_appliance_metadata 7814 7815 @property 7816 def allow_sending_envelopes_on_behalf_of_others(self): 7817 """Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7818 7819 # noqa: E501 7820 7821 :return: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7822 :rtype: str 7823 """ 7824 return self._allow_sending_envelopes_on_behalf_of_others 7825 7826 @allow_sending_envelopes_on_behalf_of_others.setter 7827 def allow_sending_envelopes_on_behalf_of_others(self, allow_sending_envelopes_on_behalf_of_others): 7828 """Sets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. 7829 7830 # noqa: E501 7831 7832 :param allow_sending_envelopes_on_behalf_of_others: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7833 :type: str 7834 """ 7835 7836 self._allow_sending_envelopes_on_behalf_of_others = allow_sending_envelopes_on_behalf_of_others 7837 7838 @property 7839 def allow_sending_envelopes_on_behalf_of_others_metadata(self): 7840 """Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7841 7842 # noqa: E501 7843 7844 :return: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7845 :rtype: SettingsMetadata 7846 """ 7847 return self._allow_sending_envelopes_on_behalf_of_others_metadata 7848 7849 @allow_sending_envelopes_on_behalf_of_others_metadata.setter 7850 def allow_sending_envelopes_on_behalf_of_others_metadata(self, allow_sending_envelopes_on_behalf_of_others_metadata): 7851 """Sets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 7852 7853 # noqa: E501 7854 7855 :param allow_sending_envelopes_on_behalf_of_others_metadata: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7856 :type: SettingsMetadata 7857 """ 7858 7859 self._allow_sending_envelopes_on_behalf_of_others_metadata = allow_sending_envelopes_on_behalf_of_others_metadata 7860 7861 @property 7862 def allow_send_to_certified_delivery(self): 7863 """Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7864 7865 # noqa: E501 7866 7867 :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7868 :rtype: str 7869 """ 7870 return self._allow_send_to_certified_delivery 7871 7872 @allow_send_to_certified_delivery.setter 7873 def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): 7874 """Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. 7875 7876 # noqa: E501 7877 7878 :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7879 :type: str 7880 """ 7881 7882 self._allow_send_to_certified_delivery = allow_send_to_certified_delivery 7883 7884 @property 7885 def allow_send_to_certified_delivery_metadata(self): 7886 """Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7887 7888 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 7889 7890 :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7891 :rtype: SettingsMetadata 7892 """ 7893 return self._allow_send_to_certified_delivery_metadata 7894 7895 @allow_send_to_certified_delivery_metadata.setter 7896 def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_delivery_metadata): 7897 """Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. 7898 7899 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 7900 7901 :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7902 :type: SettingsMetadata 7903 """ 7904 7905 self._allow_send_to_certified_delivery_metadata = allow_send_to_certified_delivery_metadata 7906 7907 @property 7908 def allow_send_to_intermediary(self): 7909 """Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7910 7911 # noqa: E501 7912 7913 :return: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7914 :rtype: str 7915 """ 7916 return self._allow_send_to_intermediary 7917 7918 @allow_send_to_intermediary.setter 7919 def allow_send_to_intermediary(self, allow_send_to_intermediary): 7920 """Sets the allow_send_to_intermediary of this AccountSettingsInformation. 7921 7922 # noqa: E501 7923 7924 :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7925 :type: str 7926 """ 7927 7928 self._allow_send_to_intermediary = allow_send_to_intermediary 7929 7930 @property 7931 def allow_send_to_intermediary_metadata(self): 7932 """Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7933 7934 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 7935 7936 :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7937 :rtype: SettingsMetadata 7938 """ 7939 return self._allow_send_to_intermediary_metadata 7940 7941 @allow_send_to_intermediary_metadata.setter 7942 def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadata): 7943 """Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. 7944 7945 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 7946 7947 :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7948 :type: SettingsMetadata 7949 """ 7950 7951 self._allow_send_to_intermediary_metadata = allow_send_to_intermediary_metadata 7952 7953 @property 7954 def allow_server_templates(self): 7955 """Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501 7956 7957 # noqa: E501 7958 7959 :return: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 7960 :rtype: str 7961 """ 7962 return self._allow_server_templates 7963 7964 @allow_server_templates.setter 7965 def allow_server_templates(self, allow_server_templates): 7966 """Sets the allow_server_templates of this AccountSettingsInformation. 7967 7968 # noqa: E501 7969 7970 :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 7971 :type: str 7972 """ 7973 7974 self._allow_server_templates = allow_server_templates 7975 7976 @property 7977 def allow_server_templates_metadata(self): 7978 """Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7979 7980 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 7981 7982 :return: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7983 :rtype: SettingsMetadata 7984 """ 7985 return self._allow_server_templates_metadata 7986 7987 @allow_server_templates_metadata.setter 7988 def allow_server_templates_metadata(self, allow_server_templates_metadata): 7989 """Sets the allow_server_templates_metadata of this AccountSettingsInformation. 7990 7991 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 7992 7993 :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7994 :type: SettingsMetadata 7995 """ 7996 7997 self._allow_server_templates_metadata = allow_server_templates_metadata 7998 7999 @property 8000 def allow_set_embedded_recipient_start_url(self): 8001 """Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8002 8003 # noqa: E501 8004 8005 :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8006 :rtype: str 8007 """ 8008 return self._allow_set_embedded_recipient_start_url 8009 8010 @allow_set_embedded_recipient_start_url.setter 8011 def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_start_url): 8012 """Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. 8013 8014 # noqa: E501 8015 8016 :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8017 :type: str 8018 """ 8019 8020 self._allow_set_embedded_recipient_start_url = allow_set_embedded_recipient_start_url 8021 8022 @property 8023 def allow_set_embedded_recipient_start_url_metadata(self): 8024 """Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8025 8026 # noqa: E501 8027 8028 :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8029 :rtype: SettingsMetadata 8030 """ 8031 return self._allow_set_embedded_recipient_start_url_metadata 8032 8033 @allow_set_embedded_recipient_start_url_metadata.setter 8034 def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_recipient_start_url_metadata): 8035 """Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. 8036 8037 # noqa: E501 8038 8039 :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8040 :type: SettingsMetadata 8041 """ 8042 8043 self._allow_set_embedded_recipient_start_url_metadata = allow_set_embedded_recipient_start_url_metadata 8044 8045 @property 8046 def allow_shared_tabs(self): 8047 """Gets the allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8048 8049 # noqa: E501 8050 8051 :return: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8052 :rtype: str 8053 """ 8054 return self._allow_shared_tabs 8055 8056 @allow_shared_tabs.setter 8057 def allow_shared_tabs(self, allow_shared_tabs): 8058 """Sets the allow_shared_tabs of this AccountSettingsInformation. 8059 8060 # noqa: E501 8061 8062 :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8063 :type: str 8064 """ 8065 8066 self._allow_shared_tabs = allow_shared_tabs 8067 8068 @property 8069 def allow_shared_tabs_metadata(self): 8070 """Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8071 8072 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 8073 8074 :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8075 :rtype: SettingsMetadata 8076 """ 8077 return self._allow_shared_tabs_metadata 8078 8079 @allow_shared_tabs_metadata.setter 8080 def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): 8081 """Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. 8082 8083 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 8084 8085 :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8086 :type: SettingsMetadata 8087 """ 8088 8089 self._allow_shared_tabs_metadata = allow_shared_tabs_metadata 8090 8091 @property 8092 def allow_signature_stamps(self): 8093 """Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8094 8095 # noqa: E501 8096 8097 :return: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8098 :rtype: str 8099 """ 8100 return self._allow_signature_stamps 8101 8102 @allow_signature_stamps.setter 8103 def allow_signature_stamps(self, allow_signature_stamps): 8104 """Sets the allow_signature_stamps of this AccountSettingsInformation. 8105 8106 # noqa: E501 8107 8108 :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8109 :type: str 8110 """ 8111 8112 self._allow_signature_stamps = allow_signature_stamps 8113 8114 @property 8115 def allow_signature_stamps_metadata(self): 8116 """Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8117 8118 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 8119 8120 :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8121 :rtype: SettingsMetadata 8122 """ 8123 return self._allow_signature_stamps_metadata 8124 8125 @allow_signature_stamps_metadata.setter 8126 def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): 8127 """Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. 8128 8129 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 8130 8131 :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8132 :type: SettingsMetadata 8133 """ 8134 8135 self._allow_signature_stamps_metadata = allow_signature_stamps_metadata 8136 8137 @property 8138 def allow_sign_document_from_home_page(self): 8139 """Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8140 8141 # noqa: E501 8142 8143 :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8144 :rtype: str 8145 """ 8146 return self._allow_sign_document_from_home_page 8147 8148 @allow_sign_document_from_home_page.setter 8149 def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page): 8150 """Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. 8151 8152 # noqa: E501 8153 8154 :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8155 :type: str 8156 """ 8157 8158 self._allow_sign_document_from_home_page = allow_sign_document_from_home_page 8159 8160 @property 8161 def allow_sign_document_from_home_page_metadata(self): 8162 """Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8163 8164 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 8165 8166 :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8167 :rtype: SettingsMetadata 8168 """ 8169 return self._allow_sign_document_from_home_page_metadata 8170 8171 @allow_sign_document_from_home_page_metadata.setter 8172 def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_home_page_metadata): 8173 """Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. 8174 8175 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 8176 8177 :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8178 :type: SettingsMetadata 8179 """ 8180 8181 self._allow_sign_document_from_home_page_metadata = allow_sign_document_from_home_page_metadata 8182 8183 @property 8184 def allow_signer_reassign(self): 8185 """Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8186 8187 # noqa: E501 8188 8189 :return: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8190 :rtype: str 8191 """ 8192 return self._allow_signer_reassign 8193 8194 @allow_signer_reassign.setter 8195 def allow_signer_reassign(self, allow_signer_reassign): 8196 """Sets the allow_signer_reassign of this AccountSettingsInformation. 8197 8198 # noqa: E501 8199 8200 :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8201 :type: str 8202 """ 8203 8204 self._allow_signer_reassign = allow_signer_reassign 8205 8206 @property 8207 def allow_signer_reassign_metadata(self): 8208 """Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8209 8210 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 8211 8212 :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8213 :rtype: SettingsMetadata 8214 """ 8215 return self._allow_signer_reassign_metadata 8216 8217 @allow_signer_reassign_metadata.setter 8218 def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): 8219 """Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. 8220 8221 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 8222 8223 :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8224 :type: SettingsMetadata 8225 """ 8226 8227 self._allow_signer_reassign_metadata = allow_signer_reassign_metadata 8228 8229 @property 8230 def allow_signer_reassign_override(self): 8231 """Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8232 8233 # noqa: E501 8234 8235 :return: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8236 :rtype: str 8237 """ 8238 return self._allow_signer_reassign_override 8239 8240 @allow_signer_reassign_override.setter 8241 def allow_signer_reassign_override(self, allow_signer_reassign_override): 8242 """Sets the allow_signer_reassign_override of this AccountSettingsInformation. 8243 8244 # noqa: E501 8245 8246 :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8247 :type: str 8248 """ 8249 8250 self._allow_signer_reassign_override = allow_signer_reassign_override 8251 8252 @property 8253 def allow_signer_reassign_override_metadata(self): 8254 """Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8255 8256 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 8257 8258 :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8259 :rtype: SettingsMetadata 8260 """ 8261 return self._allow_signer_reassign_override_metadata 8262 8263 @allow_signer_reassign_override_metadata.setter 8264 def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override_metadata): 8265 """Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. 8266 8267 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 8268 8269 :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8270 :type: SettingsMetadata 8271 """ 8272 8273 self._allow_signer_reassign_override_metadata = allow_signer_reassign_override_metadata 8274 8275 @property 8276 def allow_signing_extensions(self): 8277 """Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8278 8279 # noqa: E501 8280 8281 :return: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8282 :rtype: str 8283 """ 8284 return self._allow_signing_extensions 8285 8286 @allow_signing_extensions.setter 8287 def allow_signing_extensions(self, allow_signing_extensions): 8288 """Sets the allow_signing_extensions of this AccountSettingsInformation. 8289 8290 # noqa: E501 8291 8292 :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8293 :type: str 8294 """ 8295 8296 self._allow_signing_extensions = allow_signing_extensions 8297 8298 @property 8299 def allow_signing_extensions_metadata(self): 8300 """Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8301 8302 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 8303 8304 :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8305 :rtype: SettingsMetadata 8306 """ 8307 return self._allow_signing_extensions_metadata 8308 8309 @allow_signing_extensions_metadata.setter 8310 def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): 8311 """Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. 8312 8313 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 8314 8315 :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8316 :type: SettingsMetadata 8317 """ 8318 8319 self._allow_signing_extensions_metadata = allow_signing_extensions_metadata 8320 8321 @property 8322 def allow_signing_groups(self): 8323 """Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8324 8325 # noqa: E501 8326 8327 :return: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8328 :rtype: str 8329 """ 8330 return self._allow_signing_groups 8331 8332 @allow_signing_groups.setter 8333 def allow_signing_groups(self, allow_signing_groups): 8334 """Sets the allow_signing_groups of this AccountSettingsInformation. 8335 8336 # noqa: E501 8337 8338 :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8339 :type: str 8340 """ 8341 8342 self._allow_signing_groups = allow_signing_groups 8343 8344 @property 8345 def allow_signing_groups_metadata(self): 8346 """Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8347 8348 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 8349 8350 :return: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8351 :rtype: SettingsMetadata 8352 """ 8353 return self._allow_signing_groups_metadata 8354 8355 @allow_signing_groups_metadata.setter 8356 def allow_signing_groups_metadata(self, allow_signing_groups_metadata): 8357 """Sets the allow_signing_groups_metadata of this AccountSettingsInformation. 8358 8359 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 8360 8361 :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8362 :type: SettingsMetadata 8363 """ 8364 8365 self._allow_signing_groups_metadata = allow_signing_groups_metadata 8366 8367 @property 8368 def allow_signing_insights(self): 8369 """Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8370 8371 # noqa: E501 8372 8373 :return: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8374 :rtype: str 8375 """ 8376 return self._allow_signing_insights 8377 8378 @allow_signing_insights.setter 8379 def allow_signing_insights(self, allow_signing_insights): 8380 """Sets the allow_signing_insights of this AccountSettingsInformation. 8381 8382 # noqa: E501 8383 8384 :param allow_signing_insights: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8385 :type: str 8386 """ 8387 8388 self._allow_signing_insights = allow_signing_insights 8389 8390 @property 8391 def allow_signing_insights_metadata(self): 8392 """Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8393 8394 # noqa: E501 8395 8396 :return: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8397 :rtype: SettingsMetadata 8398 """ 8399 return self._allow_signing_insights_metadata 8400 8401 @allow_signing_insights_metadata.setter 8402 def allow_signing_insights_metadata(self, allow_signing_insights_metadata): 8403 """Sets the allow_signing_insights_metadata of this AccountSettingsInformation. 8404 8405 # noqa: E501 8406 8407 :param allow_signing_insights_metadata: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8408 :type: SettingsMetadata 8409 """ 8410 8411 self._allow_signing_insights_metadata = allow_signing_insights_metadata 8412 8413 @property 8414 def allow_signing_radio_deselect(self): 8415 """Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8416 8417 # noqa: E501 8418 8419 :return: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8420 :rtype: str 8421 """ 8422 return self._allow_signing_radio_deselect 8423 8424 @allow_signing_radio_deselect.setter 8425 def allow_signing_radio_deselect(self, allow_signing_radio_deselect): 8426 """Sets the allow_signing_radio_deselect of this AccountSettingsInformation. 8427 8428 # noqa: E501 8429 8430 :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8431 :type: str 8432 """ 8433 8434 self._allow_signing_radio_deselect = allow_signing_radio_deselect 8435 8436 @property 8437 def allow_signing_radio_deselect_metadata(self): 8438 """Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8439 8440 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 8441 8442 :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8443 :rtype: SettingsMetadata 8444 """ 8445 return self._allow_signing_radio_deselect_metadata 8446 8447 @allow_signing_radio_deselect_metadata.setter 8448 def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_metadata): 8449 """Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. 8450 8451 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 8452 8453 :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8454 :type: SettingsMetadata 8455 """ 8456 8457 self._allow_signing_radio_deselect_metadata = allow_signing_radio_deselect_metadata 8458 8459 @property 8460 def allow_sign_now(self): 8461 """Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501 8462 8463 # noqa: E501 8464 8465 :return: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 8466 :rtype: str 8467 """ 8468 return self._allow_sign_now 8469 8470 @allow_sign_now.setter 8471 def allow_sign_now(self, allow_sign_now): 8472 """Sets the allow_sign_now of this AccountSettingsInformation. 8473 8474 # noqa: E501 8475 8476 :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 8477 :type: str 8478 """ 8479 8480 self._allow_sign_now = allow_sign_now 8481 8482 @property 8483 def allow_sign_now_metadata(self): 8484 """Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8485 8486 # noqa: E501 8487 8488 :return: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8489 :rtype: str 8490 """ 8491 return self._allow_sign_now_metadata 8492 8493 @allow_sign_now_metadata.setter 8494 def allow_sign_now_metadata(self, allow_sign_now_metadata): 8495 """Sets the allow_sign_now_metadata of this AccountSettingsInformation. 8496 8497 # noqa: E501 8498 8499 :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8500 :type: str 8501 """ 8502 8503 self._allow_sign_now_metadata = allow_sign_now_metadata 8504 8505 @property 8506 def allow_sms_delivery(self): 8507 """Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8508 8509 # noqa: E501 8510 8511 :return: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8512 :rtype: str 8513 """ 8514 return self._allow_sms_delivery 8515 8516 @allow_sms_delivery.setter 8517 def allow_sms_delivery(self, allow_sms_delivery): 8518 """Sets the allow_sms_delivery of this AccountSettingsInformation. 8519 8520 # noqa: E501 8521 8522 :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8523 :type: str 8524 """ 8525 8526 self._allow_sms_delivery = allow_sms_delivery 8527 8528 @property 8529 def allow_sms_delivery_metadata(self): 8530 """Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8531 8532 # noqa: E501 8533 8534 :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8535 :rtype: SettingsMetadata 8536 """ 8537 return self._allow_sms_delivery_metadata 8538 8539 @allow_sms_delivery_metadata.setter 8540 def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): 8541 """Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. 8542 8543 # noqa: E501 8544 8545 :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8546 :type: SettingsMetadata 8547 """ 8548 8549 self._allow_sms_delivery_metadata = allow_sms_delivery_metadata 8550 8551 @property 8552 def allow_social_id_login(self): 8553 """Gets the allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8554 8555 # noqa: E501 8556 8557 :return: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8558 :rtype: str 8559 """ 8560 return self._allow_social_id_login 8561 8562 @allow_social_id_login.setter 8563 def allow_social_id_login(self, allow_social_id_login): 8564 """Sets the allow_social_id_login of this AccountSettingsInformation. 8565 8566 # noqa: E501 8567 8568 :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8569 :type: str 8570 """ 8571 8572 self._allow_social_id_login = allow_social_id_login 8573 8574 @property 8575 def allow_social_id_login_metadata(self): 8576 """Gets the allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8577 8578 Deprecated. # noqa: E501 8579 8580 :return: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8581 :rtype: SettingsMetadata 8582 """ 8583 return self._allow_social_id_login_metadata 8584 8585 @allow_social_id_login_metadata.setter 8586 def allow_social_id_login_metadata(self, allow_social_id_login_metadata): 8587 """Sets the allow_social_id_login_metadata of this AccountSettingsInformation. 8588 8589 Deprecated. # noqa: E501 8590 8591 :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8592 :type: SettingsMetadata 8593 """ 8594 8595 self._allow_social_id_login_metadata = allow_social_id_login_metadata 8596 8597 @property 8598 def allow_supplemental_documents(self): 8599 """Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8600 8601 # noqa: E501 8602 8603 :return: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8604 :rtype: str 8605 """ 8606 return self._allow_supplemental_documents 8607 8608 @allow_supplemental_documents.setter 8609 def allow_supplemental_documents(self, allow_supplemental_documents): 8610 """Sets the allow_supplemental_documents of this AccountSettingsInformation. 8611 8612 # noqa: E501 8613 8614 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8615 :type: str 8616 """ 8617 8618 self._allow_supplemental_documents = allow_supplemental_documents 8619 8620 @property 8621 def allow_supplemental_documents_metadata(self): 8622 """Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8623 8624 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 8625 8626 :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8627 :rtype: SettingsMetadata 8628 """ 8629 return self._allow_supplemental_documents_metadata 8630 8631 @allow_supplemental_documents_metadata.setter 8632 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 8633 """Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. 8634 8635 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 8636 8637 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8638 :type: SettingsMetadata 8639 """ 8640 8641 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 8642 8643 @property 8644 def allow_third_party_electronic_notary(self): 8645 """Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8646 8647 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 8648 8649 :return: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8650 :rtype: str 8651 """ 8652 return self._allow_third_party_electronic_notary 8653 8654 @allow_third_party_electronic_notary.setter 8655 def allow_third_party_electronic_notary(self, allow_third_party_electronic_notary): 8656 """Sets the allow_third_party_electronic_notary of this AccountSettingsInformation. 8657 8658 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 8659 8660 :param allow_third_party_electronic_notary: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8661 :type: str 8662 """ 8663 8664 self._allow_third_party_electronic_notary = allow_third_party_electronic_notary 8665 8666 @property 8667 def allow_third_party_electronic_notary_metadata(self): 8668 """Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8669 8670 # noqa: E501 8671 8672 :return: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8673 :rtype: SettingsMetadata 8674 """ 8675 return self._allow_third_party_electronic_notary_metadata 8676 8677 @allow_third_party_electronic_notary_metadata.setter 8678 def allow_third_party_electronic_notary_metadata(self, allow_third_party_electronic_notary_metadata): 8679 """Sets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. 8680 8681 # noqa: E501 8682 8683 :param allow_third_party_electronic_notary_metadata: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8684 :type: SettingsMetadata 8685 """ 8686 8687 self._allow_third_party_electronic_notary_metadata = allow_third_party_electronic_notary_metadata 8688 8689 @property 8690 def allow_transactions_workspace(self): 8691 """Gets the allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8692 8693 # noqa: E501 8694 8695 :return: The allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8696 :rtype: str 8697 """ 8698 return self._allow_transactions_workspace 8699 8700 @allow_transactions_workspace.setter 8701 def allow_transactions_workspace(self, allow_transactions_workspace): 8702 """Sets the allow_transactions_workspace of this AccountSettingsInformation. 8703 8704 # noqa: E501 8705 8706 :param allow_transactions_workspace: The allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8707 :type: str 8708 """ 8709 8710 self._allow_transactions_workspace = allow_transactions_workspace 8711 8712 @property 8713 def allow_transactions_workspace_metadata(self): 8714 """Gets the allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8715 8716 # noqa: E501 8717 8718 :return: The allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8719 :rtype: SettingsMetadata 8720 """ 8721 return self._allow_transactions_workspace_metadata 8722 8723 @allow_transactions_workspace_metadata.setter 8724 def allow_transactions_workspace_metadata(self, allow_transactions_workspace_metadata): 8725 """Sets the allow_transactions_workspace_metadata of this AccountSettingsInformation. 8726 8727 # noqa: E501 8728 8729 :param allow_transactions_workspace_metadata: The allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8730 :type: SettingsMetadata 8731 """ 8732 8733 self._allow_transactions_workspace_metadata = allow_transactions_workspace_metadata 8734 8735 @property 8736 def allow_transactions_workspace_original(self): 8737 """Gets the allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8738 8739 # noqa: E501 8740 8741 :return: The allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8742 :rtype: str 8743 """ 8744 return self._allow_transactions_workspace_original 8745 8746 @allow_transactions_workspace_original.setter 8747 def allow_transactions_workspace_original(self, allow_transactions_workspace_original): 8748 """Sets the allow_transactions_workspace_original of this AccountSettingsInformation. 8749 8750 # noqa: E501 8751 8752 :param allow_transactions_workspace_original: The allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8753 :type: str 8754 """ 8755 8756 self._allow_transactions_workspace_original = allow_transactions_workspace_original 8757 8758 @property 8759 def allow_transactions_workspace_original_metadata(self): 8760 """Gets the allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8761 8762 # noqa: E501 8763 8764 :return: The allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8765 :rtype: SettingsMetadata 8766 """ 8767 return self._allow_transactions_workspace_original_metadata 8768 8769 @allow_transactions_workspace_original_metadata.setter 8770 def allow_transactions_workspace_original_metadata(self, allow_transactions_workspace_original_metadata): 8771 """Sets the allow_transactions_workspace_original_metadata of this AccountSettingsInformation. 8772 8773 # noqa: E501 8774 8775 :param allow_transactions_workspace_original_metadata: The allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8776 :type: SettingsMetadata 8777 """ 8778 8779 self._allow_transactions_workspace_original_metadata = allow_transactions_workspace_original_metadata 8780 8781 @property 8782 def allow_users_to_access_directory(self): 8783 """Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8784 8785 # noqa: E501 8786 8787 :return: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8788 :rtype: str 8789 """ 8790 return self._allow_users_to_access_directory 8791 8792 @allow_users_to_access_directory.setter 8793 def allow_users_to_access_directory(self, allow_users_to_access_directory): 8794 """Sets the allow_users_to_access_directory of this AccountSettingsInformation. 8795 8796 # noqa: E501 8797 8798 :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8799 :type: str 8800 """ 8801 8802 self._allow_users_to_access_directory = allow_users_to_access_directory 8803 8804 @property 8805 def allow_users_to_access_directory_metadata(self): 8806 """Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8807 8808 # noqa: E501 8809 8810 :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8811 :rtype: SettingsMetadata 8812 """ 8813 return self._allow_users_to_access_directory_metadata 8814 8815 @allow_users_to_access_directory_metadata.setter 8816 def allow_users_to_access_directory_metadata(self, allow_users_to_access_directory_metadata): 8817 """Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. 8818 8819 # noqa: E501 8820 8821 :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8822 :type: SettingsMetadata 8823 """ 8824 8825 self._allow_users_to_access_directory_metadata = allow_users_to_access_directory_metadata 8826 8827 @property 8828 def allow_value_insights(self): 8829 """Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501 8830 8831 # noqa: E501 8832 8833 :return: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 8834 :rtype: str 8835 """ 8836 return self._allow_value_insights 8837 8838 @allow_value_insights.setter 8839 def allow_value_insights(self, allow_value_insights): 8840 """Sets the allow_value_insights of this AccountSettingsInformation. 8841 8842 # noqa: E501 8843 8844 :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 8845 :type: str 8846 """ 8847 8848 self._allow_value_insights = allow_value_insights 8849 8850 @property 8851 def allow_value_insights_metadata(self): 8852 """Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8853 8854 # noqa: E501 8855 8856 :return: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8857 :rtype: SettingsMetadata 8858 """ 8859 return self._allow_value_insights_metadata 8860 8861 @allow_value_insights_metadata.setter 8862 def allow_value_insights_metadata(self, allow_value_insights_metadata): 8863 """Sets the allow_value_insights_metadata of this AccountSettingsInformation. 8864 8865 # noqa: E501 8866 8867 :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8868 :type: SettingsMetadata 8869 """ 8870 8871 self._allow_value_insights_metadata = allow_value_insights_metadata 8872 8873 @property 8874 def allow_web_forms(self): 8875 """Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501 8876 8877 # noqa: E501 8878 8879 :return: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 8880 :rtype: str 8881 """ 8882 return self._allow_web_forms 8883 8884 @allow_web_forms.setter 8885 def allow_web_forms(self, allow_web_forms): 8886 """Sets the allow_web_forms of this AccountSettingsInformation. 8887 8888 # noqa: E501 8889 8890 :param allow_web_forms: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 8891 :type: str 8892 """ 8893 8894 self._allow_web_forms = allow_web_forms 8895 8896 @property 8897 def allow_web_forms_metadata(self): 8898 """Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8899 8900 # noqa: E501 8901 8902 :return: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8903 :rtype: SettingsMetadata 8904 """ 8905 return self._allow_web_forms_metadata 8906 8907 @allow_web_forms_metadata.setter 8908 def allow_web_forms_metadata(self, allow_web_forms_metadata): 8909 """Sets the allow_web_forms_metadata of this AccountSettingsInformation. 8910 8911 # noqa: E501 8912 8913 :param allow_web_forms_metadata: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8914 :type: SettingsMetadata 8915 """ 8916 8917 self._allow_web_forms_metadata = allow_web_forms_metadata 8918 8919 @property 8920 def allow_whats_app_delivery(self): 8921 """Gets the allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8922 8923 # noqa: E501 8924 8925 :return: The allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8926 :rtype: str 8927 """ 8928 return self._allow_whats_app_delivery 8929 8930 @allow_whats_app_delivery.setter 8931 def allow_whats_app_delivery(self, allow_whats_app_delivery): 8932 """Sets the allow_whats_app_delivery of this AccountSettingsInformation. 8933 8934 # noqa: E501 8935 8936 :param allow_whats_app_delivery: The allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8937 :type: str 8938 """ 8939 8940 self._allow_whats_app_delivery = allow_whats_app_delivery 8941 8942 @property 8943 def allow_whats_app_delivery_metadata(self): 8944 """Gets the allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8945 8946 # noqa: E501 8947 8948 :return: The allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8949 :rtype: SettingsMetadata 8950 """ 8951 return self._allow_whats_app_delivery_metadata 8952 8953 @allow_whats_app_delivery_metadata.setter 8954 def allow_whats_app_delivery_metadata(self, allow_whats_app_delivery_metadata): 8955 """Sets the allow_whats_app_delivery_metadata of this AccountSettingsInformation. 8956 8957 # noqa: E501 8958 8959 :param allow_whats_app_delivery_metadata: The allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8960 :type: SettingsMetadata 8961 """ 8962 8963 self._allow_whats_app_delivery_metadata = allow_whats_app_delivery_metadata 8964 8965 @property 8966 def anchor_population_scope(self): 8967 """Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8968 8969 # noqa: E501 8970 8971 :return: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8972 :rtype: str 8973 """ 8974 return self._anchor_population_scope 8975 8976 @anchor_population_scope.setter 8977 def anchor_population_scope(self, anchor_population_scope): 8978 """Sets the anchor_population_scope of this AccountSettingsInformation. 8979 8980 # noqa: E501 8981 8982 :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8983 :type: str 8984 """ 8985 8986 self._anchor_population_scope = anchor_population_scope 8987 8988 @property 8989 def anchor_population_scope_metadata(self): 8990 """Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8991 8992 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 8993 8994 :return: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8995 :rtype: SettingsMetadata 8996 """ 8997 return self._anchor_population_scope_metadata 8998 8999 @anchor_population_scope_metadata.setter 9000 def anchor_population_scope_metadata(self, anchor_population_scope_metadata): 9001 """Sets the anchor_population_scope_metadata of this AccountSettingsInformation. 9002 9003 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 9004 9005 :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 9006 :type: SettingsMetadata 9007 """ 9008 9009 self._anchor_population_scope_metadata = anchor_population_scope_metadata 9010 9011 @property 9012 def anchor_tag_versioned_placement_enabled(self): 9013 """Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9014 9015 # noqa: E501 9016 9017 :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9018 :rtype: str 9019 """ 9020 return self._anchor_tag_versioned_placement_enabled 9021 9022 @anchor_tag_versioned_placement_enabled.setter 9023 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 9024 """Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. 9025 9026 # noqa: E501 9027 9028 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9029 :type: str 9030 """ 9031 9032 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 9033 9034 @property 9035 def anchor_tag_versioned_placement_metadata_enabled(self): 9036 """Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9037 9038 # noqa: E501 9039 9040 :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9041 :rtype: SettingsMetadata 9042 """ 9043 return self._anchor_tag_versioned_placement_metadata_enabled 9044 9045 @anchor_tag_versioned_placement_metadata_enabled.setter 9046 def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_placement_metadata_enabled): 9047 """Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. 9048 9049 # noqa: E501 9050 9051 :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9052 :type: SettingsMetadata 9053 """ 9054 9055 self._anchor_tag_versioned_placement_metadata_enabled = anchor_tag_versioned_placement_metadata_enabled 9056 9057 @property 9058 def attach_completed_envelope(self): 9059 """Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9060 9061 # noqa: E501 9062 9063 :return: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9064 :rtype: str 9065 """ 9066 return self._attach_completed_envelope 9067 9068 @attach_completed_envelope.setter 9069 def attach_completed_envelope(self, attach_completed_envelope): 9070 """Sets the attach_completed_envelope of this AccountSettingsInformation. 9071 9072 # noqa: E501 9073 9074 :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9075 :type: str 9076 """ 9077 9078 self._attach_completed_envelope = attach_completed_envelope 9079 9080 @property 9081 def attach_completed_envelope_metadata(self): 9082 """Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9083 9084 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 9085 9086 :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9087 :rtype: SettingsMetadata 9088 """ 9089 return self._attach_completed_envelope_metadata 9090 9091 @attach_completed_envelope_metadata.setter 9092 def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata): 9093 """Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. 9094 9095 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 9096 9097 :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9098 :type: SettingsMetadata 9099 """ 9100 9101 self._attach_completed_envelope_metadata = attach_completed_envelope_metadata 9102 9103 @property 9104 def authentication_check(self): 9105 """Gets the authentication_check of this AccountSettingsInformation. # noqa: E501 9106 9107 # noqa: E501 9108 9109 :return: The authentication_check of this AccountSettingsInformation. # noqa: E501 9110 :rtype: str 9111 """ 9112 return self._authentication_check 9113 9114 @authentication_check.setter 9115 def authentication_check(self, authentication_check): 9116 """Sets the authentication_check of this AccountSettingsInformation. 9117 9118 # noqa: E501 9119 9120 :param authentication_check: The authentication_check of this AccountSettingsInformation. # noqa: E501 9121 :type: str 9122 """ 9123 9124 self._authentication_check = authentication_check 9125 9126 @property 9127 def authentication_check_metadata(self): 9128 """Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9129 9130 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 9131 9132 :return: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9133 :rtype: SettingsMetadata 9134 """ 9135 return self._authentication_check_metadata 9136 9137 @authentication_check_metadata.setter 9138 def authentication_check_metadata(self, authentication_check_metadata): 9139 """Sets the authentication_check_metadata of this AccountSettingsInformation. 9140 9141 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 9142 9143 :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9144 :type: SettingsMetadata 9145 """ 9146 9147 self._authentication_check_metadata = authentication_check_metadata 9148 9149 @property 9150 def auto_nav_rule(self): 9151 """Gets the auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9152 9153 # noqa: E501 9154 9155 :return: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9156 :rtype: str 9157 """ 9158 return self._auto_nav_rule 9159 9160 @auto_nav_rule.setter 9161 def auto_nav_rule(self, auto_nav_rule): 9162 """Sets the auto_nav_rule of this AccountSettingsInformation. 9163 9164 # noqa: E501 9165 9166 :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9167 :type: str 9168 """ 9169 9170 self._auto_nav_rule = auto_nav_rule 9171 9172 @property 9173 def auto_nav_rule_metadata(self): 9174 """Gets the auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9175 9176 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 9177 9178 :return: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9179 :rtype: SettingsMetadata 9180 """ 9181 return self._auto_nav_rule_metadata 9182 9183 @auto_nav_rule_metadata.setter 9184 def auto_nav_rule_metadata(self, auto_nav_rule_metadata): 9185 """Sets the auto_nav_rule_metadata of this AccountSettingsInformation. 9186 9187 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 9188 9189 :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9190 :type: SettingsMetadata 9191 """ 9192 9193 self._auto_nav_rule_metadata = auto_nav_rule_metadata 9194 9195 @property 9196 def auto_provision_signer_account(self): 9197 """Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9198 9199 # noqa: E501 9200 9201 :return: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9202 :rtype: str 9203 """ 9204 return self._auto_provision_signer_account 9205 9206 @auto_provision_signer_account.setter 9207 def auto_provision_signer_account(self, auto_provision_signer_account): 9208 """Sets the auto_provision_signer_account of this AccountSettingsInformation. 9209 9210 # noqa: E501 9211 9212 :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9213 :type: str 9214 """ 9215 9216 self._auto_provision_signer_account = auto_provision_signer_account 9217 9218 @property 9219 def auto_provision_signer_account_metadata(self): 9220 """Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9221 9222 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 9223 9224 :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9225 :rtype: SettingsMetadata 9226 """ 9227 return self._auto_provision_signer_account_metadata 9228 9229 @auto_provision_signer_account_metadata.setter 9230 def auto_provision_signer_account_metadata(self, auto_provision_signer_account_metadata): 9231 """Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. 9232 9233 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 9234 9235 :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9236 :type: SettingsMetadata 9237 """ 9238 9239 self._auto_provision_signer_account_metadata = auto_provision_signer_account_metadata 9240 9241 @property 9242 def bcc_email_archive(self): 9243 """Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9244 9245 # noqa: E501 9246 9247 :return: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9248 :rtype: str 9249 """ 9250 return self._bcc_email_archive 9251 9252 @bcc_email_archive.setter 9253 def bcc_email_archive(self, bcc_email_archive): 9254 """Sets the bcc_email_archive of this AccountSettingsInformation. 9255 9256 # noqa: E501 9257 9258 :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9259 :type: str 9260 """ 9261 9262 self._bcc_email_archive = bcc_email_archive 9263 9264 @property 9265 def bcc_email_archive_metadata(self): 9266 """Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9267 9268 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 9269 9270 :return: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9271 :rtype: SettingsMetadata 9272 """ 9273 return self._bcc_email_archive_metadata 9274 9275 @bcc_email_archive_metadata.setter 9276 def bcc_email_archive_metadata(self, bcc_email_archive_metadata): 9277 """Sets the bcc_email_archive_metadata of this AccountSettingsInformation. 9278 9279 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 9280 9281 :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9282 :type: SettingsMetadata 9283 """ 9284 9285 self._bcc_email_archive_metadata = bcc_email_archive_metadata 9286 9287 @property 9288 def beta_switch_configuration(self): 9289 """Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9290 9291 # noqa: E501 9292 9293 :return: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9294 :rtype: str 9295 """ 9296 return self._beta_switch_configuration 9297 9298 @beta_switch_configuration.setter 9299 def beta_switch_configuration(self, beta_switch_configuration): 9300 """Sets the beta_switch_configuration of this AccountSettingsInformation. 9301 9302 # noqa: E501 9303 9304 :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9305 :type: str 9306 """ 9307 9308 self._beta_switch_configuration = beta_switch_configuration 9309 9310 @property 9311 def beta_switch_configuration_metadata(self): 9312 """Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9313 9314 Reserved for DocuSign. # noqa: E501 9315 9316 :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9317 :rtype: SettingsMetadata 9318 """ 9319 return self._beta_switch_configuration_metadata 9320 9321 @beta_switch_configuration_metadata.setter 9322 def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata): 9323 """Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. 9324 9325 Reserved for DocuSign. # noqa: E501 9326 9327 :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9328 :type: SettingsMetadata 9329 """ 9330 9331 self._beta_switch_configuration_metadata = beta_switch_configuration_metadata 9332 9333 @property 9334 def billing_address(self): 9335 """Gets the billing_address of this AccountSettingsInformation. # noqa: E501 9336 9337 The billing address for the account. # noqa: E501 9338 9339 :return: The billing_address of this AccountSettingsInformation. # noqa: E501 9340 :rtype: AddressInformation 9341 """ 9342 return self._billing_address 9343 9344 @billing_address.setter 9345 def billing_address(self, billing_address): 9346 """Sets the billing_address of this AccountSettingsInformation. 9347 9348 The billing address for the account. # noqa: E501 9349 9350 :param billing_address: The billing_address of this AccountSettingsInformation. # noqa: E501 9351 :type: AddressInformation 9352 """ 9353 9354 self._billing_address = billing_address 9355 9356 @property 9357 def billing_address_metadata(self): 9358 """Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9359 9360 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 9361 9362 :return: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9363 :rtype: SettingsMetadata 9364 """ 9365 return self._billing_address_metadata 9366 9367 @billing_address_metadata.setter 9368 def billing_address_metadata(self, billing_address_metadata): 9369 """Sets the billing_address_metadata of this AccountSettingsInformation. 9370 9371 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 9372 9373 :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9374 :type: SettingsMetadata 9375 """ 9376 9377 self._billing_address_metadata = billing_address_metadata 9378 9379 @property 9380 def bulk_send(self): 9381 """Gets the bulk_send of this AccountSettingsInformation. # noqa: E501 9382 9383 # noqa: E501 9384 9385 :return: The bulk_send of this AccountSettingsInformation. # noqa: E501 9386 :rtype: str 9387 """ 9388 return self._bulk_send 9389 9390 @bulk_send.setter 9391 def bulk_send(self, bulk_send): 9392 """Sets the bulk_send of this AccountSettingsInformation. 9393 9394 # noqa: E501 9395 9396 :param bulk_send: The bulk_send of this AccountSettingsInformation. # noqa: E501 9397 :type: str 9398 """ 9399 9400 self._bulk_send = bulk_send 9401 9402 @property 9403 def bulk_send_action_resend_limit(self): 9404 """Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9405 9406 # noqa: E501 9407 9408 :return: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9409 :rtype: str 9410 """ 9411 return self._bulk_send_action_resend_limit 9412 9413 @bulk_send_action_resend_limit.setter 9414 def bulk_send_action_resend_limit(self, bulk_send_action_resend_limit): 9415 """Sets the bulk_send_action_resend_limit of this AccountSettingsInformation. 9416 9417 # noqa: E501 9418 9419 :param bulk_send_action_resend_limit: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9420 :type: str 9421 """ 9422 9423 self._bulk_send_action_resend_limit = bulk_send_action_resend_limit 9424 9425 @property 9426 def bulk_send_max_copies_in_batch(self): 9427 """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9428 9429 # noqa: E501 9430 9431 :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9432 :rtype: str 9433 """ 9434 return self._bulk_send_max_copies_in_batch 9435 9436 @bulk_send_max_copies_in_batch.setter 9437 def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): 9438 """Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. 9439 9440 # noqa: E501 9441 9442 :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9443 :type: str 9444 """ 9445 9446 self._bulk_send_max_copies_in_batch = bulk_send_max_copies_in_batch 9447 9448 @property 9449 def bulk_send_max_unprocessed_envelopes_count(self): 9450 """Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9451 9452 # noqa: E501 9453 9454 :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9455 :rtype: str 9456 """ 9457 return self._bulk_send_max_unprocessed_envelopes_count 9458 9459 @bulk_send_max_unprocessed_envelopes_count.setter 9460 def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_envelopes_count): 9461 """Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. 9462 9463 # noqa: E501 9464 9465 :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9466 :type: str 9467 """ 9468 9469 self._bulk_send_max_unprocessed_envelopes_count = bulk_send_max_unprocessed_envelopes_count 9470 9471 @property 9472 def bulk_send_metadata(self): 9473 """Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9474 9475 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 9476 9477 :return: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9478 :rtype: SettingsMetadata 9479 """ 9480 return self._bulk_send_metadata 9481 9482 @bulk_send_metadata.setter 9483 def bulk_send_metadata(self, bulk_send_metadata): 9484 """Sets the bulk_send_metadata of this AccountSettingsInformation. 9485 9486 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 9487 9488 :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9489 :type: SettingsMetadata 9490 """ 9491 9492 self._bulk_send_metadata = bulk_send_metadata 9493 9494 @property 9495 def can_self_brand_send(self): 9496 """Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9497 9498 # noqa: E501 9499 9500 :return: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9501 :rtype: str 9502 """ 9503 return self._can_self_brand_send 9504 9505 @can_self_brand_send.setter 9506 def can_self_brand_send(self, can_self_brand_send): 9507 """Sets the can_self_brand_send of this AccountSettingsInformation. 9508 9509 # noqa: E501 9510 9511 :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9512 :type: str 9513 """ 9514 9515 self._can_self_brand_send = can_self_brand_send 9516 9517 @property 9518 def can_self_brand_send_metadata(self): 9519 """Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9520 9521 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 9522 9523 :return: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9524 :rtype: SettingsMetadata 9525 """ 9526 return self._can_self_brand_send_metadata 9527 9528 @can_self_brand_send_metadata.setter 9529 def can_self_brand_send_metadata(self, can_self_brand_send_metadata): 9530 """Sets the can_self_brand_send_metadata of this AccountSettingsInformation. 9531 9532 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 9533 9534 :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9535 :type: SettingsMetadata 9536 """ 9537 9538 self._can_self_brand_send_metadata = can_self_brand_send_metadata 9539 9540 @property 9541 def can_self_brand_sign(self): 9542 """Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9543 9544 # noqa: E501 9545 9546 :return: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9547 :rtype: str 9548 """ 9549 return self._can_self_brand_sign 9550 9551 @can_self_brand_sign.setter 9552 def can_self_brand_sign(self, can_self_brand_sign): 9553 """Sets the can_self_brand_sign of this AccountSettingsInformation. 9554 9555 # noqa: E501 9556 9557 :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9558 :type: str 9559 """ 9560 9561 self._can_self_brand_sign = can_self_brand_sign 9562 9563 @property 9564 def can_self_brand_sign_metadata(self): 9565 """Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9566 9567 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 9568 9569 :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9570 :rtype: SettingsMetadata 9571 """ 9572 return self._can_self_brand_sign_metadata 9573 9574 @can_self_brand_sign_metadata.setter 9575 def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): 9576 """Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. 9577 9578 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 9579 9580 :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9581 :type: SettingsMetadata 9582 """ 9583 9584 self._can_self_brand_sign_metadata = can_self_brand_sign_metadata 9585 9586 @property 9587 def can_use_salesforce_o_auth(self): 9588 """Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9589 9590 # noqa: E501 9591 9592 :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9593 :rtype: str 9594 """ 9595 return self._can_use_salesforce_o_auth 9596 9597 @can_use_salesforce_o_auth.setter 9598 def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): 9599 """Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. 9600 9601 # noqa: E501 9602 9603 :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9604 :type: str 9605 """ 9606 9607 self._can_use_salesforce_o_auth = can_use_salesforce_o_auth 9608 9609 @property 9610 def can_use_salesforce_o_auth_metadata(self): 9611 """Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9612 9613 # noqa: E501 9614 9615 :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9616 :rtype: SettingsMetadata 9617 """ 9618 return self._can_use_salesforce_o_auth_metadata 9619 9620 @can_use_salesforce_o_auth_metadata.setter 9621 def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata): 9622 """Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. 9623 9624 # noqa: E501 9625 9626 :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9627 :type: SettingsMetadata 9628 """ 9629 9630 self._can_use_salesforce_o_auth_metadata = can_use_salesforce_o_auth_metadata 9631 9632 @property 9633 def capture_voice_recording(self): 9634 """Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9635 9636 # noqa: E501 9637 9638 :return: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9639 :rtype: str 9640 """ 9641 return self._capture_voice_recording 9642 9643 @capture_voice_recording.setter 9644 def capture_voice_recording(self, capture_voice_recording): 9645 """Sets the capture_voice_recording of this AccountSettingsInformation. 9646 9647 # noqa: E501 9648 9649 :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9650 :type: str 9651 """ 9652 9653 self._capture_voice_recording = capture_voice_recording 9654 9655 @property 9656 def capture_voice_recording_metadata(self): 9657 """Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9658 9659 Reserved for DocuSign. # noqa: E501 9660 9661 :return: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9662 :rtype: SettingsMetadata 9663 """ 9664 return self._capture_voice_recording_metadata 9665 9666 @capture_voice_recording_metadata.setter 9667 def capture_voice_recording_metadata(self, capture_voice_recording_metadata): 9668 """Sets the capture_voice_recording_metadata of this AccountSettingsInformation. 9669 9670 Reserved for DocuSign. # noqa: E501 9671 9672 :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9673 :type: SettingsMetadata 9674 """ 9675 9676 self._capture_voice_recording_metadata = capture_voice_recording_metadata 9677 9678 @property 9679 def cfr21_simplified_signing_enabled(self): 9680 """Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9681 9682 # noqa: E501 9683 9684 :return: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9685 :rtype: str 9686 """ 9687 return self._cfr21_simplified_signing_enabled 9688 9689 @cfr21_simplified_signing_enabled.setter 9690 def cfr21_simplified_signing_enabled(self, cfr21_simplified_signing_enabled): 9691 """Sets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. 9692 9693 # noqa: E501 9694 9695 :param cfr21_simplified_signing_enabled: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9696 :type: str 9697 """ 9698 9699 self._cfr21_simplified_signing_enabled = cfr21_simplified_signing_enabled 9700 9701 @property 9702 def cfr21_simplified_signing_enabled_metadata(self): 9703 """Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9704 9705 # noqa: E501 9706 9707 :return: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9708 :rtype: SettingsMetadata 9709 """ 9710 return self._cfr21_simplified_signing_enabled_metadata 9711 9712 @cfr21_simplified_signing_enabled_metadata.setter 9713 def cfr21_simplified_signing_enabled_metadata(self, cfr21_simplified_signing_enabled_metadata): 9714 """Sets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. 9715 9716 # noqa: E501 9717 9718 :param cfr21_simplified_signing_enabled_metadata: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9719 :type: SettingsMetadata 9720 """ 9721 9722 self._cfr21_simplified_signing_enabled_metadata = cfr21_simplified_signing_enabled_metadata 9723 9724 @property 9725 def cfr_use_wide_image(self): 9726 """Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9727 9728 # noqa: E501 9729 9730 :return: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9731 :rtype: str 9732 """ 9733 return self._cfr_use_wide_image 9734 9735 @cfr_use_wide_image.setter 9736 def cfr_use_wide_image(self, cfr_use_wide_image): 9737 """Sets the cfr_use_wide_image of this AccountSettingsInformation. 9738 9739 # noqa: E501 9740 9741 :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9742 :type: str 9743 """ 9744 9745 self._cfr_use_wide_image = cfr_use_wide_image 9746 9747 @property 9748 def cfr_use_wide_image_metadata(self): 9749 """Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9750 9751 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 9752 9753 :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9754 :rtype: SettingsMetadata 9755 """ 9756 return self._cfr_use_wide_image_metadata 9757 9758 @cfr_use_wide_image_metadata.setter 9759 def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): 9760 """Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. 9761 9762 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 9763 9764 :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9765 :type: SettingsMetadata 9766 """ 9767 9768 self._cfr_use_wide_image_metadata = cfr_use_wide_image_metadata 9769 9770 @property 9771 def check_for_multiple_admins_on_account(self): 9772 """Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9773 9774 # noqa: E501 9775 9776 :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9777 :rtype: str 9778 """ 9779 return self._check_for_multiple_admins_on_account 9780 9781 @check_for_multiple_admins_on_account.setter 9782 def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_account): 9783 """Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. 9784 9785 # noqa: E501 9786 9787 :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9788 :type: str 9789 """ 9790 9791 self._check_for_multiple_admins_on_account = check_for_multiple_admins_on_account 9792 9793 @property 9794 def check_for_multiple_admins_on_account_metadata(self): 9795 """Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9796 9797 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 9798 9799 :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9800 :rtype: SettingsMetadata 9801 """ 9802 return self._check_for_multiple_admins_on_account_metadata 9803 9804 @check_for_multiple_admins_on_account_metadata.setter 9805 def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admins_on_account_metadata): 9806 """Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. 9807 9808 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 9809 9810 :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9811 :type: SettingsMetadata 9812 """ 9813 9814 self._check_for_multiple_admins_on_account_metadata = check_for_multiple_admins_on_account_metadata 9815 9816 @property 9817 def chrome_signature_enabled(self): 9818 """Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9819 9820 # noqa: E501 9821 9822 :return: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9823 :rtype: str 9824 """ 9825 return self._chrome_signature_enabled 9826 9827 @chrome_signature_enabled.setter 9828 def chrome_signature_enabled(self, chrome_signature_enabled): 9829 """Sets the chrome_signature_enabled of this AccountSettingsInformation. 9830 9831 # noqa: E501 9832 9833 :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9834 :type: str 9835 """ 9836 9837 self._chrome_signature_enabled = chrome_signature_enabled 9838 9839 @property 9840 def chrome_signature_enabled_metadata(self): 9841 """Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9842 9843 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 9844 9845 :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9846 :rtype: SettingsMetadata 9847 """ 9848 return self._chrome_signature_enabled_metadata 9849 9850 @chrome_signature_enabled_metadata.setter 9851 def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): 9852 """Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. 9853 9854 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 9855 9856 :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9857 :type: SettingsMetadata 9858 """ 9859 9860 self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata 9861 9862 @property 9863 def cloud_ready(self): 9864 """Gets the cloud_ready of this AccountSettingsInformation. # noqa: E501 9865 9866 # noqa: E501 9867 9868 :return: The cloud_ready of this AccountSettingsInformation. # noqa: E501 9869 :rtype: str 9870 """ 9871 return self._cloud_ready 9872 9873 @cloud_ready.setter 9874 def cloud_ready(self, cloud_ready): 9875 """Sets the cloud_ready of this AccountSettingsInformation. 9876 9877 # noqa: E501 9878 9879 :param cloud_ready: The cloud_ready of this AccountSettingsInformation. # noqa: E501 9880 :type: str 9881 """ 9882 9883 self._cloud_ready = cloud_ready 9884 9885 @property 9886 def comment_email_show_message_text(self): 9887 """Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9888 9889 # noqa: E501 9890 9891 :return: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9892 :rtype: str 9893 """ 9894 return self._comment_email_show_message_text 9895 9896 @comment_email_show_message_text.setter 9897 def comment_email_show_message_text(self, comment_email_show_message_text): 9898 """Sets the comment_email_show_message_text of this AccountSettingsInformation. 9899 9900 # noqa: E501 9901 9902 :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9903 :type: str 9904 """ 9905 9906 self._comment_email_show_message_text = comment_email_show_message_text 9907 9908 @property 9909 def comment_email_show_message_text_metadata(self): 9910 """Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9911 9912 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 9913 9914 :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9915 :rtype: SettingsMetadata 9916 """ 9917 return self._comment_email_show_message_text_metadata 9918 9919 @comment_email_show_message_text_metadata.setter 9920 def comment_email_show_message_text_metadata(self, comment_email_show_message_text_metadata): 9921 """Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. 9922 9923 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 9924 9925 :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9926 :type: SettingsMetadata 9927 """ 9928 9929 self._comment_email_show_message_text_metadata = comment_email_show_message_text_metadata 9930 9931 @property 9932 def comments_allow_envelope_override(self): 9933 """Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9934 9935 # noqa: E501 9936 9937 :return: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9938 :rtype: str 9939 """ 9940 return self._comments_allow_envelope_override 9941 9942 @comments_allow_envelope_override.setter 9943 def comments_allow_envelope_override(self, comments_allow_envelope_override): 9944 """Sets the comments_allow_envelope_override of this AccountSettingsInformation. 9945 9946 # noqa: E501 9947 9948 :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9949 :type: str 9950 """ 9951 9952 self._comments_allow_envelope_override = comments_allow_envelope_override 9953 9954 @property 9955 def comments_allow_envelope_override_metadata(self): 9956 """Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9957 9958 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 9959 9960 :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9961 :rtype: SettingsMetadata 9962 """ 9963 return self._comments_allow_envelope_override_metadata 9964 9965 @comments_allow_envelope_override_metadata.setter 9966 def comments_allow_envelope_override_metadata(self, comments_allow_envelope_override_metadata): 9967 """Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. 9968 9969 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 9970 9971 :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9972 :type: SettingsMetadata 9973 """ 9974 9975 self._comments_allow_envelope_override_metadata = comments_allow_envelope_override_metadata 9976 9977 @property 9978 def conditional_fields_enabled(self): 9979 """Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9980 9981 # noqa: E501 9982 9983 :return: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9984 :rtype: str 9985 """ 9986 return self._conditional_fields_enabled 9987 9988 @conditional_fields_enabled.setter 9989 def conditional_fields_enabled(self, conditional_fields_enabled): 9990 """Sets the conditional_fields_enabled of this AccountSettingsInformation. 9991 9992 # noqa: E501 9993 9994 :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9995 :type: str 9996 """ 9997 9998 self._conditional_fields_enabled = conditional_fields_enabled 9999 10000 @property 10001 def conditional_fields_enabled_metadata(self): 10002 """Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10003 10004 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 10005 10006 :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10007 :rtype: SettingsMetadata 10008 """ 10009 return self._conditional_fields_enabled_metadata 10010 10011 @conditional_fields_enabled_metadata.setter 10012 def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadata): 10013 """Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. 10014 10015 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 10016 10017 :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10018 :type: SettingsMetadata 10019 """ 10020 10021 self._conditional_fields_enabled_metadata = conditional_fields_enabled_metadata 10022 10023 @property 10024 def consumer_disclosure_frequency(self): 10025 """Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10026 10027 # noqa: E501 10028 10029 :return: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10030 :rtype: str 10031 """ 10032 return self._consumer_disclosure_frequency 10033 10034 @consumer_disclosure_frequency.setter 10035 def consumer_disclosure_frequency(self, consumer_disclosure_frequency): 10036 """Sets the consumer_disclosure_frequency of this AccountSettingsInformation. 10037 10038 # noqa: E501 10039 10040 :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10041 :type: str 10042 """ 10043 10044 self._consumer_disclosure_frequency = consumer_disclosure_frequency 10045 10046 @property 10047 def consumer_disclosure_frequency_metadata(self): 10048 """Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10049 10050 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 10051 10052 :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10053 :rtype: SettingsMetadata 10054 """ 10055 return self._consumer_disclosure_frequency_metadata 10056 10057 @consumer_disclosure_frequency_metadata.setter 10058 def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_metadata): 10059 """Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. 10060 10061 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 10062 10063 :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10064 :type: SettingsMetadata 10065 """ 10066 10067 self._consumer_disclosure_frequency_metadata = consumer_disclosure_frequency_metadata 10068 10069 @property 10070 def convert_pdf_fields(self): 10071 """Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10072 10073 # noqa: E501 10074 10075 :return: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10076 :rtype: str 10077 """ 10078 return self._convert_pdf_fields 10079 10080 @convert_pdf_fields.setter 10081 def convert_pdf_fields(self, convert_pdf_fields): 10082 """Sets the convert_pdf_fields of this AccountSettingsInformation. 10083 10084 # noqa: E501 10085 10086 :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10087 :type: str 10088 """ 10089 10090 self._convert_pdf_fields = convert_pdf_fields 10091 10092 @property 10093 def convert_pdf_fields_metadata(self): 10094 """Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10095 10096 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 10097 10098 :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10099 :rtype: SettingsMetadata 10100 """ 10101 return self._convert_pdf_fields_metadata 10102 10103 @convert_pdf_fields_metadata.setter 10104 def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): 10105 """Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. 10106 10107 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 10108 10109 :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10110 :type: SettingsMetadata 10111 """ 10112 10113 self._convert_pdf_fields_metadata = convert_pdf_fields_metadata 10114 10115 @property 10116 def custom_extraction_plan_levels(self): 10117 """Gets the custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10118 10119 # noqa: E501 10120 10121 :return: The custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10122 :rtype: str 10123 """ 10124 return self._custom_extraction_plan_levels 10125 10126 @custom_extraction_plan_levels.setter 10127 def custom_extraction_plan_levels(self, custom_extraction_plan_levels): 10128 """Sets the custom_extraction_plan_levels of this AccountSettingsInformation. 10129 10130 # noqa: E501 10131 10132 :param custom_extraction_plan_levels: The custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10133 :type: str 10134 """ 10135 10136 self._custom_extraction_plan_levels = custom_extraction_plan_levels 10137 10138 @property 10139 def custom_extraction_plan_levels_metadata(self): 10140 """Gets the custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10141 10142 # noqa: E501 10143 10144 :return: The custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10145 :rtype: SettingsMetadata 10146 """ 10147 return self._custom_extraction_plan_levels_metadata 10148 10149 @custom_extraction_plan_levels_metadata.setter 10150 def custom_extraction_plan_levels_metadata(self, custom_extraction_plan_levels_metadata): 10151 """Sets the custom_extraction_plan_levels_metadata of this AccountSettingsInformation. 10152 10153 # noqa: E501 10154 10155 :param custom_extraction_plan_levels_metadata: The custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10156 :type: SettingsMetadata 10157 """ 10158 10159 self._custom_extraction_plan_levels_metadata = custom_extraction_plan_levels_metadata 10160 10161 @property 10162 def data_population_scope(self): 10163 """Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501 10164 10165 # noqa: E501 10166 10167 :return: The data_population_scope of this AccountSettingsInformation. # noqa: E501 10168 :rtype: str 10169 """ 10170 return self._data_population_scope 10171 10172 @data_population_scope.setter 10173 def data_population_scope(self, data_population_scope): 10174 """Sets the data_population_scope of this AccountSettingsInformation. 10175 10176 # noqa: E501 10177 10178 :param data_population_scope: The data_population_scope of this AccountSettingsInformation. # noqa: E501 10179 :type: str 10180 """ 10181 10182 self._data_population_scope = data_population_scope 10183 10184 @property 10185 def data_population_scope_metadata(self): 10186 """Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10187 10188 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 10189 10190 :return: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10191 :rtype: SettingsMetadata 10192 """ 10193 return self._data_population_scope_metadata 10194 10195 @data_population_scope_metadata.setter 10196 def data_population_scope_metadata(self, data_population_scope_metadata): 10197 """Sets the data_population_scope_metadata of this AccountSettingsInformation. 10198 10199 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 10200 10201 :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10202 :type: SettingsMetadata 10203 """ 10204 10205 self._data_population_scope_metadata = data_population_scope_metadata 10206 10207 @property 10208 def default_signing_responsive_view(self): 10209 """Gets the default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10210 10211 # noqa: E501 10212 10213 :return: The default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10214 :rtype: str 10215 """ 10216 return self._default_signing_responsive_view 10217 10218 @default_signing_responsive_view.setter 10219 def default_signing_responsive_view(self, default_signing_responsive_view): 10220 """Sets the default_signing_responsive_view of this AccountSettingsInformation. 10221 10222 # noqa: E501 10223 10224 :param default_signing_responsive_view: The default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10225 :type: str 10226 """ 10227 10228 self._default_signing_responsive_view = default_signing_responsive_view 10229 10230 @property 10231 def default_signing_responsive_view_metadata(self): 10232 """Gets the default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10233 10234 # noqa: E501 10235 10236 :return: The default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10237 :rtype: SettingsMetadata 10238 """ 10239 return self._default_signing_responsive_view_metadata 10240 10241 @default_signing_responsive_view_metadata.setter 10242 def default_signing_responsive_view_metadata(self, default_signing_responsive_view_metadata): 10243 """Sets the default_signing_responsive_view_metadata of this AccountSettingsInformation. 10244 10245 # noqa: E501 10246 10247 :param default_signing_responsive_view_metadata: The default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10248 :type: SettingsMetadata 10249 """ 10250 10251 self._default_signing_responsive_view_metadata = default_signing_responsive_view_metadata 10252 10253 @property 10254 def default_signing_responsive_view_use_grade(self): 10255 """Gets the default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10256 10257 # noqa: E501 10258 10259 :return: The default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10260 :rtype: str 10261 """ 10262 return self._default_signing_responsive_view_use_grade 10263 10264 @default_signing_responsive_view_use_grade.setter 10265 def default_signing_responsive_view_use_grade(self, default_signing_responsive_view_use_grade): 10266 """Sets the default_signing_responsive_view_use_grade of this AccountSettingsInformation. 10267 10268 # noqa: E501 10269 10270 :param default_signing_responsive_view_use_grade: The default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10271 :type: str 10272 """ 10273 10274 self._default_signing_responsive_view_use_grade = default_signing_responsive_view_use_grade 10275 10276 @property 10277 def default_signing_responsive_view_use_grade_metadata(self): 10278 """Gets the default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10279 10280 # noqa: E501 10281 10282 :return: The default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10283 :rtype: SettingsMetadata 10284 """ 10285 return self._default_signing_responsive_view_use_grade_metadata 10286 10287 @default_signing_responsive_view_use_grade_metadata.setter 10288 def default_signing_responsive_view_use_grade_metadata(self, default_signing_responsive_view_use_grade_metadata): 10289 """Sets the default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. 10290 10291 # noqa: E501 10292 10293 :param default_signing_responsive_view_use_grade_metadata: The default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10294 :type: SettingsMetadata 10295 """ 10296 10297 self._default_signing_responsive_view_use_grade_metadata = default_signing_responsive_view_use_grade_metadata 10298 10299 @property 10300 def default_to_advanced_envelopes_filter_form(self): 10301 """Gets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10302 10303 # noqa: E501 10304 10305 :return: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10306 :rtype: str 10307 """ 10308 return self._default_to_advanced_envelopes_filter_form 10309 10310 @default_to_advanced_envelopes_filter_form.setter 10311 def default_to_advanced_envelopes_filter_form(self, default_to_advanced_envelopes_filter_form): 10312 """Sets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. 10313 10314 # noqa: E501 10315 10316 :param default_to_advanced_envelopes_filter_form: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10317 :type: str 10318 """ 10319 10320 self._default_to_advanced_envelopes_filter_form = default_to_advanced_envelopes_filter_form 10321 10322 @property 10323 def default_to_advanced_envelopes_filter_form_metadata(self): 10324 """Gets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10325 10326 # noqa: E501 10327 10328 :return: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10329 :rtype: SettingsMetadata 10330 """ 10331 return self._default_to_advanced_envelopes_filter_form_metadata 10332 10333 @default_to_advanced_envelopes_filter_form_metadata.setter 10334 def default_to_advanced_envelopes_filter_form_metadata(self, default_to_advanced_envelopes_filter_form_metadata): 10335 """Sets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. 10336 10337 # noqa: E501 10338 10339 :param default_to_advanced_envelopes_filter_form_metadata: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10340 :type: SettingsMetadata 10341 """ 10342 10343 self._default_to_advanced_envelopes_filter_form_metadata = default_to_advanced_envelopes_filter_form_metadata 10344 10345 @property 10346 def disable_auto_template_matching(self): 10347 """Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10348 10349 # noqa: E501 10350 10351 :return: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10352 :rtype: str 10353 """ 10354 return self._disable_auto_template_matching 10355 10356 @disable_auto_template_matching.setter 10357 def disable_auto_template_matching(self, disable_auto_template_matching): 10358 """Sets the disable_auto_template_matching of this AccountSettingsInformation. 10359 10360 # noqa: E501 10361 10362 :param disable_auto_template_matching: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10363 :type: str 10364 """ 10365 10366 self._disable_auto_template_matching = disable_auto_template_matching 10367 10368 @property 10369 def disable_auto_template_matching_metadata(self): 10370 """Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10371 10372 # noqa: E501 10373 10374 :return: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10375 :rtype: SettingsMetadata 10376 """ 10377 return self._disable_auto_template_matching_metadata 10378 10379 @disable_auto_template_matching_metadata.setter 10380 def disable_auto_template_matching_metadata(self, disable_auto_template_matching_metadata): 10381 """Sets the disable_auto_template_matching_metadata of this AccountSettingsInformation. 10382 10383 # noqa: E501 10384 10385 :param disable_auto_template_matching_metadata: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10386 :type: SettingsMetadata 10387 """ 10388 10389 self._disable_auto_template_matching_metadata = disable_auto_template_matching_metadata 10390 10391 @property 10392 def disable_legacy_kba(self): 10393 """Gets the disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10394 10395 # noqa: E501 10396 10397 :return: The disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10398 :rtype: str 10399 """ 10400 return self._disable_legacy_kba 10401 10402 @disable_legacy_kba.setter 10403 def disable_legacy_kba(self, disable_legacy_kba): 10404 """Sets the disable_legacy_kba of this AccountSettingsInformation. 10405 10406 # noqa: E501 10407 10408 :param disable_legacy_kba: The disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10409 :type: str 10410 """ 10411 10412 self._disable_legacy_kba = disable_legacy_kba 10413 10414 @property 10415 def disable_legacy_kba_metadata(self): 10416 """Gets the disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10417 10418 # noqa: E501 10419 10420 :return: The disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10421 :rtype: SettingsMetadata 10422 """ 10423 return self._disable_legacy_kba_metadata 10424 10425 @disable_legacy_kba_metadata.setter 10426 def disable_legacy_kba_metadata(self, disable_legacy_kba_metadata): 10427 """Sets the disable_legacy_kba_metadata of this AccountSettingsInformation. 10428 10429 # noqa: E501 10430 10431 :param disable_legacy_kba_metadata: The disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10432 :type: SettingsMetadata 10433 """ 10434 10435 self._disable_legacy_kba_metadata = disable_legacy_kba_metadata 10436 10437 @property 10438 def disable_legacy_shared_envelopes(self): 10439 """Gets the disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10440 10441 # noqa: E501 10442 10443 :return: The disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10444 :rtype: str 10445 """ 10446 return self._disable_legacy_shared_envelopes 10447 10448 @disable_legacy_shared_envelopes.setter 10449 def disable_legacy_shared_envelopes(self, disable_legacy_shared_envelopes): 10450 """Sets the disable_legacy_shared_envelopes of this AccountSettingsInformation. 10451 10452 # noqa: E501 10453 10454 :param disable_legacy_shared_envelopes: The disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10455 :type: str 10456 """ 10457 10458 self._disable_legacy_shared_envelopes = disable_legacy_shared_envelopes 10459 10460 @property 10461 def disable_legacy_shared_envelopes_metadata(self): 10462 """Gets the disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10463 10464 # noqa: E501 10465 10466 :return: The disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10467 :rtype: SettingsMetadata 10468 """ 10469 return self._disable_legacy_shared_envelopes_metadata 10470 10471 @disable_legacy_shared_envelopes_metadata.setter 10472 def disable_legacy_shared_envelopes_metadata(self, disable_legacy_shared_envelopes_metadata): 10473 """Sets the disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. 10474 10475 # noqa: E501 10476 10477 :param disable_legacy_shared_envelopes_metadata: The disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10478 :type: SettingsMetadata 10479 """ 10480 10481 self._disable_legacy_shared_envelopes_metadata = disable_legacy_shared_envelopes_metadata 10482 10483 @property 10484 def disable_mobile_app(self): 10485 """Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10486 10487 # noqa: E501 10488 10489 :return: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10490 :rtype: str 10491 """ 10492 return self._disable_mobile_app 10493 10494 @disable_mobile_app.setter 10495 def disable_mobile_app(self, disable_mobile_app): 10496 """Sets the disable_mobile_app of this AccountSettingsInformation. 10497 10498 # noqa: E501 10499 10500 :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10501 :type: str 10502 """ 10503 10504 self._disable_mobile_app = disable_mobile_app 10505 10506 @property 10507 def disable_mobile_app_metadata(self): 10508 """Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10509 10510 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 10511 10512 :return: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10513 :rtype: SettingsMetadata 10514 """ 10515 return self._disable_mobile_app_metadata 10516 10517 @disable_mobile_app_metadata.setter 10518 def disable_mobile_app_metadata(self, disable_mobile_app_metadata): 10519 """Sets the disable_mobile_app_metadata of this AccountSettingsInformation. 10520 10521 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 10522 10523 :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10524 :type: SettingsMetadata 10525 """ 10526 10527 self._disable_mobile_app_metadata = disable_mobile_app_metadata 10528 10529 @property 10530 def disable_mobile_push_notifications(self): 10531 """Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10532 10533 # noqa: E501 10534 10535 :return: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10536 :rtype: str 10537 """ 10538 return self._disable_mobile_push_notifications 10539 10540 @disable_mobile_push_notifications.setter 10541 def disable_mobile_push_notifications(self, disable_mobile_push_notifications): 10542 """Sets the disable_mobile_push_notifications of this AccountSettingsInformation. 10543 10544 # noqa: E501 10545 10546 :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10547 :type: str 10548 """ 10549 10550 self._disable_mobile_push_notifications = disable_mobile_push_notifications 10551 10552 @property 10553 def disable_mobile_push_notifications_metadata(self): 10554 """Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10555 10556 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 10557 10558 :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10559 :rtype: SettingsMetadata 10560 """ 10561 return self._disable_mobile_push_notifications_metadata 10562 10563 @disable_mobile_push_notifications_metadata.setter 10564 def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notifications_metadata): 10565 """Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. 10566 10567 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 10568 10569 :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10570 :type: SettingsMetadata 10571 """ 10572 10573 self._disable_mobile_push_notifications_metadata = disable_mobile_push_notifications_metadata 10574 10575 @property 10576 def disable_mobile_sending(self): 10577 """Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10578 10579 # noqa: E501 10580 10581 :return: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10582 :rtype: str 10583 """ 10584 return self._disable_mobile_sending 10585 10586 @disable_mobile_sending.setter 10587 def disable_mobile_sending(self, disable_mobile_sending): 10588 """Sets the disable_mobile_sending of this AccountSettingsInformation. 10589 10590 # noqa: E501 10591 10592 :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10593 :type: str 10594 """ 10595 10596 self._disable_mobile_sending = disable_mobile_sending 10597 10598 @property 10599 def disable_mobile_sending_metadata(self): 10600 """Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10601 10602 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 10603 10604 :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10605 :rtype: SettingsMetadata 10606 """ 10607 return self._disable_mobile_sending_metadata 10608 10609 @disable_mobile_sending_metadata.setter 10610 def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): 10611 """Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. 10612 10613 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 10614 10615 :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10616 :type: SettingsMetadata 10617 """ 10618 10619 self._disable_mobile_sending_metadata = disable_mobile_sending_metadata 10620 10621 @property 10622 def disable_multiple_sessions(self): 10623 """Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10624 10625 # noqa: E501 10626 10627 :return: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10628 :rtype: str 10629 """ 10630 return self._disable_multiple_sessions 10631 10632 @disable_multiple_sessions.setter 10633 def disable_multiple_sessions(self, disable_multiple_sessions): 10634 """Sets the disable_multiple_sessions of this AccountSettingsInformation. 10635 10636 # noqa: E501 10637 10638 :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10639 :type: str 10640 """ 10641 10642 self._disable_multiple_sessions = disable_multiple_sessions 10643 10644 @property 10645 def disable_multiple_sessions_metadata(self): 10646 """Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10647 10648 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 10649 10650 :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10651 :rtype: SettingsMetadata 10652 """ 10653 return self._disable_multiple_sessions_metadata 10654 10655 @disable_multiple_sessions_metadata.setter 10656 def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata): 10657 """Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. 10658 10659 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 10660 10661 :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10662 :type: SettingsMetadata 10663 """ 10664 10665 self._disable_multiple_sessions_metadata = disable_multiple_sessions_metadata 10666 10667 @property 10668 def disable_purge_notifications_for_sender_metadata(self): 10669 """Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10670 10671 Reserved for DocuSign. # noqa: E501 10672 10673 :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10674 :rtype: SettingsMetadata 10675 """ 10676 return self._disable_purge_notifications_for_sender_metadata 10677 10678 @disable_purge_notifications_for_sender_metadata.setter 10679 def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifications_for_sender_metadata): 10680 """Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. 10681 10682 Reserved for DocuSign. # noqa: E501 10683 10684 :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10685 :type: SettingsMetadata 10686 """ 10687 10688 self._disable_purge_notifications_for_sender_metadata = disable_purge_notifications_for_sender_metadata 10689 10690 @property 10691 def disable_signer_cert_view(self): 10692 """Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10693 10694 # noqa: E501 10695 10696 :return: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10697 :rtype: str 10698 """ 10699 return self._disable_signer_cert_view 10700 10701 @disable_signer_cert_view.setter 10702 def disable_signer_cert_view(self, disable_signer_cert_view): 10703 """Sets the disable_signer_cert_view of this AccountSettingsInformation. 10704 10705 # noqa: E501 10706 10707 :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10708 :type: str 10709 """ 10710 10711 self._disable_signer_cert_view = disable_signer_cert_view 10712 10713 @property 10714 def disable_signer_cert_view_metadata(self): 10715 """Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10716 10717 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 10718 10719 :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10720 :rtype: SettingsMetadata 10721 """ 10722 return self._disable_signer_cert_view_metadata 10723 10724 @disable_signer_cert_view_metadata.setter 10725 def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): 10726 """Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. 10727 10728 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 10729 10730 :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10731 :type: SettingsMetadata 10732 """ 10733 10734 self._disable_signer_cert_view_metadata = disable_signer_cert_view_metadata 10735 10736 @property 10737 def disable_signer_history_view(self): 10738 """Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10739 10740 # noqa: E501 10741 10742 :return: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10743 :rtype: str 10744 """ 10745 return self._disable_signer_history_view 10746 10747 @disable_signer_history_view.setter 10748 def disable_signer_history_view(self, disable_signer_history_view): 10749 """Sets the disable_signer_history_view of this AccountSettingsInformation. 10750 10751 # noqa: E501 10752 10753 :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10754 :type: str 10755 """ 10756 10757 self._disable_signer_history_view = disable_signer_history_view 10758 10759 @property 10760 def disable_signer_history_view_metadata(self): 10761 """Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10762 10763 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 10764 10765 :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10766 :rtype: SettingsMetadata 10767 """ 10768 return self._disable_signer_history_view_metadata 10769 10770 @disable_signer_history_view_metadata.setter 10771 def disable_signer_history_view_metadata(self, disable_signer_history_view_metadata): 10772 """Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. 10773 10774 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 10775 10776 :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10777 :type: SettingsMetadata 10778 """ 10779 10780 self._disable_signer_history_view_metadata = disable_signer_history_view_metadata 10781 10782 @property 10783 def disable_style_signature(self): 10784 """Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501 10785 10786 # noqa: E501 10787 10788 :return: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 10789 :rtype: str 10790 """ 10791 return self._disable_style_signature 10792 10793 @disable_style_signature.setter 10794 def disable_style_signature(self, disable_style_signature): 10795 """Sets the disable_style_signature of this AccountSettingsInformation. 10796 10797 # noqa: E501 10798 10799 :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 10800 :type: str 10801 """ 10802 10803 self._disable_style_signature = disable_style_signature 10804 10805 @property 10806 def disable_style_signature_metadata(self): 10807 """Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10808 10809 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 10810 10811 :return: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10812 :rtype: SettingsMetadata 10813 """ 10814 return self._disable_style_signature_metadata 10815 10816 @disable_style_signature_metadata.setter 10817 def disable_style_signature_metadata(self, disable_style_signature_metadata): 10818 """Sets the disable_style_signature_metadata of this AccountSettingsInformation. 10819 10820 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 10821 10822 :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10823 :type: SettingsMetadata 10824 """ 10825 10826 self._disable_style_signature_metadata = disable_style_signature_metadata 10827 10828 @property 10829 def disable_upload_signature(self): 10830 """Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10831 10832 # noqa: E501 10833 10834 :return: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10835 :rtype: str 10836 """ 10837 return self._disable_upload_signature 10838 10839 @disable_upload_signature.setter 10840 def disable_upload_signature(self, disable_upload_signature): 10841 """Sets the disable_upload_signature of this AccountSettingsInformation. 10842 10843 # noqa: E501 10844 10845 :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10846 :type: str 10847 """ 10848 10849 self._disable_upload_signature = disable_upload_signature 10850 10851 @property 10852 def disable_upload_signature_metadata(self): 10853 """Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10854 10855 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 10856 10857 :return: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10858 :rtype: SettingsMetadata 10859 """ 10860 return self._disable_upload_signature_metadata 10861 10862 @disable_upload_signature_metadata.setter 10863 def disable_upload_signature_metadata(self, disable_upload_signature_metadata): 10864 """Sets the disable_upload_signature_metadata of this AccountSettingsInformation. 10865 10866 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 10867 10868 :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10869 :type: SettingsMetadata 10870 """ 10871 10872 self._disable_upload_signature_metadata = disable_upload_signature_metadata 10873 10874 @property 10875 def disable_user_sharing(self): 10876 """Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10877 10878 # noqa: E501 10879 10880 :return: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10881 :rtype: str 10882 """ 10883 return self._disable_user_sharing 10884 10885 @disable_user_sharing.setter 10886 def disable_user_sharing(self, disable_user_sharing): 10887 """Sets the disable_user_sharing of this AccountSettingsInformation. 10888 10889 # noqa: E501 10890 10891 :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10892 :type: str 10893 """ 10894 10895 self._disable_user_sharing = disable_user_sharing 10896 10897 @property 10898 def disable_user_sharing_metadata(self): 10899 """Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10900 10901 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 10902 10903 :return: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10904 :rtype: SettingsMetadata 10905 """ 10906 return self._disable_user_sharing_metadata 10907 10908 @disable_user_sharing_metadata.setter 10909 def disable_user_sharing_metadata(self, disable_user_sharing_metadata): 10910 """Sets the disable_user_sharing_metadata of this AccountSettingsInformation. 10911 10912 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 10913 10914 :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10915 :type: SettingsMetadata 10916 """ 10917 10918 self._disable_user_sharing_metadata = disable_user_sharing_metadata 10919 10920 @property 10921 def display_beta_switch(self): 10922 """Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501 10923 10924 # noqa: E501 10925 10926 :return: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 10927 :rtype: str 10928 """ 10929 return self._display_beta_switch 10930 10931 @display_beta_switch.setter 10932 def display_beta_switch(self, display_beta_switch): 10933 """Sets the display_beta_switch of this AccountSettingsInformation. 10934 10935 # noqa: E501 10936 10937 :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 10938 :type: str 10939 """ 10940 10941 self._display_beta_switch = display_beta_switch 10942 10943 @property 10944 def display_beta_switch_metadata(self): 10945 """Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10946 10947 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 10948 10949 :return: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10950 :rtype: SettingsMetadata 10951 """ 10952 return self._display_beta_switch_metadata 10953 10954 @display_beta_switch_metadata.setter 10955 def display_beta_switch_metadata(self, display_beta_switch_metadata): 10956 """Sets the display_beta_switch_metadata of this AccountSettingsInformation. 10957 10958 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 10959 10960 :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10961 :type: SettingsMetadata 10962 """ 10963 10964 self._display_beta_switch_metadata = display_beta_switch_metadata 10965 10966 @property 10967 def document_conversion_restrictions(self): 10968 """Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10969 10970 # noqa: E501 10971 10972 :return: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10973 :rtype: str 10974 """ 10975 return self._document_conversion_restrictions 10976 10977 @document_conversion_restrictions.setter 10978 def document_conversion_restrictions(self, document_conversion_restrictions): 10979 """Sets the document_conversion_restrictions of this AccountSettingsInformation. 10980 10981 # noqa: E501 10982 10983 :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10984 :type: str 10985 """ 10986 10987 self._document_conversion_restrictions = document_conversion_restrictions 10988 10989 @property 10990 def document_conversion_restrictions_metadata(self): 10991 """Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 10992 10993 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 10994 10995 :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 10996 :rtype: SettingsMetadata 10997 """ 10998 return self._document_conversion_restrictions_metadata 10999 11000 @document_conversion_restrictions_metadata.setter 11001 def document_conversion_restrictions_metadata(self, document_conversion_restrictions_metadata): 11002 """Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. 11003 11004 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 11005 11006 :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 11007 :type: SettingsMetadata 11008 """ 11009 11010 self._document_conversion_restrictions_metadata = document_conversion_restrictions_metadata 11011 11012 @property 11013 def document_retention(self): 11014 """Gets the document_retention of this AccountSettingsInformation. # noqa: E501 11015 11016 # noqa: E501 11017 11018 :return: The document_retention of this AccountSettingsInformation. # noqa: E501 11019 :rtype: str 11020 """ 11021 return self._document_retention 11022 11023 @document_retention.setter 11024 def document_retention(self, document_retention): 11025 """Sets the document_retention of this AccountSettingsInformation. 11026 11027 # noqa: E501 11028 11029 :param document_retention: The document_retention of this AccountSettingsInformation. # noqa: E501 11030 :type: str 11031 """ 11032 11033 self._document_retention = document_retention 11034 11035 @property 11036 def document_retention_metadata(self): 11037 """Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11038 11039 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 11040 11041 :return: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11042 :rtype: SettingsMetadata 11043 """ 11044 return self._document_retention_metadata 11045 11046 @document_retention_metadata.setter 11047 def document_retention_metadata(self, document_retention_metadata): 11048 """Sets the document_retention_metadata of this AccountSettingsInformation. 11049 11050 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 11051 11052 :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11053 :type: SettingsMetadata 11054 """ 11055 11056 self._document_retention_metadata = document_retention_metadata 11057 11058 @property 11059 def document_retention_purge_tabs(self): 11060 """Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11061 11062 # noqa: E501 11063 11064 :return: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11065 :rtype: str 11066 """ 11067 return self._document_retention_purge_tabs 11068 11069 @document_retention_purge_tabs.setter 11070 def document_retention_purge_tabs(self, document_retention_purge_tabs): 11071 """Sets the document_retention_purge_tabs of this AccountSettingsInformation. 11072 11073 # noqa: E501 11074 11075 :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11076 :type: str 11077 """ 11078 11079 self._document_retention_purge_tabs = document_retention_purge_tabs 11080 11081 @property 11082 def document_visibility(self): 11083 """Gets the document_visibility of this AccountSettingsInformation. # noqa: E501 11084 11085 # noqa: E501 11086 11087 :return: The document_visibility of this AccountSettingsInformation. # noqa: E501 11088 :rtype: str 11089 """ 11090 return self._document_visibility 11091 11092 @document_visibility.setter 11093 def document_visibility(self, document_visibility): 11094 """Sets the document_visibility of this AccountSettingsInformation. 11095 11096 # noqa: E501 11097 11098 :param document_visibility: The document_visibility of this AccountSettingsInformation. # noqa: E501 11099 :type: str 11100 """ 11101 11102 self._document_visibility = document_visibility 11103 11104 @property 11105 def document_visibility_metadata(self): 11106 """Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11107 11108 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 11109 11110 :return: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11111 :rtype: SettingsMetadata 11112 """ 11113 return self._document_visibility_metadata 11114 11115 @document_visibility_metadata.setter 11116 def document_visibility_metadata(self, document_visibility_metadata): 11117 """Sets the document_visibility_metadata of this AccountSettingsInformation. 11118 11119 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 11120 11121 :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11122 :type: SettingsMetadata 11123 """ 11124 11125 self._document_visibility_metadata = document_visibility_metadata 11126 11127 @property 11128 def draft_envelope_retention(self): 11129 """Gets the draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11130 11131 # noqa: E501 11132 11133 :return: The draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11134 :rtype: str 11135 """ 11136 return self._draft_envelope_retention 11137 11138 @draft_envelope_retention.setter 11139 def draft_envelope_retention(self, draft_envelope_retention): 11140 """Sets the draft_envelope_retention of this AccountSettingsInformation. 11141 11142 # noqa: E501 11143 11144 :param draft_envelope_retention: The draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11145 :type: str 11146 """ 11147 11148 self._draft_envelope_retention = draft_envelope_retention 11149 11150 @property 11151 def draft_envelope_retention_metadata(self): 11152 """Gets the draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11153 11154 # noqa: E501 11155 11156 :return: The draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11157 :rtype: SettingsMetadata 11158 """ 11159 return self._draft_envelope_retention_metadata 11160 11161 @draft_envelope_retention_metadata.setter 11162 def draft_envelope_retention_metadata(self, draft_envelope_retention_metadata): 11163 """Sets the draft_envelope_retention_metadata of this AccountSettingsInformation. 11164 11165 # noqa: E501 11166 11167 :param draft_envelope_retention_metadata: The draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11168 :type: SettingsMetadata 11169 """ 11170 11171 self._draft_envelope_retention_metadata = draft_envelope_retention_metadata 11172 11173 @property 11174 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self): 11175 """Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11176 11177 # noqa: E501 11178 11179 :return: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11180 :rtype: str 11181 """ 11182 return self._dss_sign_28411_enable_leave_page_prompt_radmin_option 11183 11184 @dss_sign_28411_enable_leave_page_prompt_radmin_option.setter 11185 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self, dss_sign_28411_enable_leave_page_prompt_radmin_option): 11186 """Sets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. 11187 11188 # noqa: E501 11189 11190 :param dss_sign_28411_enable_leave_page_prompt_radmin_option: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11191 :type: str 11192 """ 11193 11194 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = dss_sign_28411_enable_leave_page_prompt_radmin_option 11195 11196 @property 11197 def dss_sign_29182_slide_up_bar_radmin_option(self): 11198 """Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11199 11200 # noqa: E501 11201 11202 :return: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11203 :rtype: str 11204 """ 11205 return self._dss_sign_29182_slide_up_bar_radmin_option 11206 11207 @dss_sign_29182_slide_up_bar_radmin_option.setter 11208 def dss_sign_29182_slide_up_bar_radmin_option(self, dss_sign_29182_slide_up_bar_radmin_option): 11209 """Sets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. 11210 11211 # noqa: E501 11212 11213 :param dss_sign_29182_slide_up_bar_radmin_option: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11214 :type: str 11215 """ 11216 11217 self._dss_sign_29182_slide_up_bar_radmin_option = dss_sign_29182_slide_up_bar_radmin_option 11218 11219 @property 11220 def email_template_version(self): 11221 """Gets the email_template_version of this AccountSettingsInformation. # noqa: E501 11222 11223 # noqa: E501 11224 11225 :return: The email_template_version of this AccountSettingsInformation. # noqa: E501 11226 :rtype: str 11227 """ 11228 return self._email_template_version 11229 11230 @email_template_version.setter 11231 def email_template_version(self, email_template_version): 11232 """Sets the email_template_version of this AccountSettingsInformation. 11233 11234 # noqa: E501 11235 11236 :param email_template_version: The email_template_version of this AccountSettingsInformation. # noqa: E501 11237 :type: str 11238 """ 11239 11240 self._email_template_version = email_template_version 11241 11242 @property 11243 def email_template_version_metadata(self): 11244 """Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11245 11246 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 11247 11248 :return: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11249 :rtype: SettingsMetadata 11250 """ 11251 return self._email_template_version_metadata 11252 11253 @email_template_version_metadata.setter 11254 def email_template_version_metadata(self, email_template_version_metadata): 11255 """Sets the email_template_version_metadata of this AccountSettingsInformation. 11256 11257 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 11258 11259 :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11260 :type: SettingsMetadata 11261 """ 11262 11263 self._email_template_version_metadata = email_template_version_metadata 11264 11265 @property 11266 def enable_access_code_generator(self): 11267 """Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11268 11269 # noqa: E501 11270 11271 :return: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11272 :rtype: str 11273 """ 11274 return self._enable_access_code_generator 11275 11276 @enable_access_code_generator.setter 11277 def enable_access_code_generator(self, enable_access_code_generator): 11278 """Sets the enable_access_code_generator of this AccountSettingsInformation. 11279 11280 # noqa: E501 11281 11282 :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11283 :type: str 11284 """ 11285 11286 self._enable_access_code_generator = enable_access_code_generator 11287 11288 @property 11289 def enable_access_code_generator_metadata(self): 11290 """Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11291 11292 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 11293 11294 :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11295 :rtype: SettingsMetadata 11296 """ 11297 return self._enable_access_code_generator_metadata 11298 11299 @enable_access_code_generator_metadata.setter 11300 def enable_access_code_generator_metadata(self, enable_access_code_generator_metadata): 11301 """Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. 11302 11303 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 11304 11305 :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11306 :type: SettingsMetadata 11307 """ 11308 11309 self._enable_access_code_generator_metadata = enable_access_code_generator_metadata 11310 11311 @property 11312 def enable_account_wide_search(self): 11313 """Gets the enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11314 11315 # noqa: E501 11316 11317 :return: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11318 :rtype: str 11319 """ 11320 return self._enable_account_wide_search 11321 11322 @enable_account_wide_search.setter 11323 def enable_account_wide_search(self, enable_account_wide_search): 11324 """Sets the enable_account_wide_search of this AccountSettingsInformation. 11325 11326 # noqa: E501 11327 11328 :param enable_account_wide_search: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11329 :type: str 11330 """ 11331 11332 self._enable_account_wide_search = enable_account_wide_search 11333 11334 @property 11335 def enable_account_wide_search_metadata(self): 11336 """Gets the enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11337 11338 # noqa: E501 11339 11340 :return: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11341 :rtype: SettingsMetadata 11342 """ 11343 return self._enable_account_wide_search_metadata 11344 11345 @enable_account_wide_search_metadata.setter 11346 def enable_account_wide_search_metadata(self, enable_account_wide_search_metadata): 11347 """Sets the enable_account_wide_search_metadata of this AccountSettingsInformation. 11348 11349 # noqa: E501 11350 11351 :param enable_account_wide_search_metadata: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11352 :type: SettingsMetadata 11353 """ 11354 11355 self._enable_account_wide_search_metadata = enable_account_wide_search_metadata 11356 11357 @property 11358 def enable_additional_advanced_web_forms_features(self): 11359 """Gets the enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11360 11361 # noqa: E501 11362 11363 :return: The enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11364 :rtype: str 11365 """ 11366 return self._enable_additional_advanced_web_forms_features 11367 11368 @enable_additional_advanced_web_forms_features.setter 11369 def enable_additional_advanced_web_forms_features(self, enable_additional_advanced_web_forms_features): 11370 """Sets the enable_additional_advanced_web_forms_features of this AccountSettingsInformation. 11371 11372 # noqa: E501 11373 11374 :param enable_additional_advanced_web_forms_features: The enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11375 :type: str 11376 """ 11377 11378 self._enable_additional_advanced_web_forms_features = enable_additional_advanced_web_forms_features 11379 11380 @property 11381 def enable_additional_advanced_web_forms_features_metadata(self): 11382 """Gets the enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11383 11384 # noqa: E501 11385 11386 :return: The enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11387 :rtype: SettingsMetadata 11388 """ 11389 return self._enable_additional_advanced_web_forms_features_metadata 11390 11391 @enable_additional_advanced_web_forms_features_metadata.setter 11392 def enable_additional_advanced_web_forms_features_metadata(self, enable_additional_advanced_web_forms_features_metadata): 11393 """Sets the enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. 11394 11395 # noqa: E501 11396 11397 :param enable_additional_advanced_web_forms_features_metadata: The enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11398 :type: SettingsMetadata 11399 """ 11400 11401 self._enable_additional_advanced_web_forms_features_metadata = enable_additional_advanced_web_forms_features_metadata 11402 11403 @property 11404 def enable_adm_healthcare(self): 11405 """Gets the enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11406 11407 Account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11408 11409 :return: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11410 :rtype: str 11411 """ 11412 return self._enable_adm_healthcare 11413 11414 @enable_adm_healthcare.setter 11415 def enable_adm_healthcare(self, enable_adm_healthcare): 11416 """Sets the enable_adm_healthcare of this AccountSettingsInformation. 11417 11418 Account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11419 11420 :param enable_adm_healthcare: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11421 :type: str 11422 """ 11423 11424 self._enable_adm_healthcare = enable_adm_healthcare 11425 11426 @property 11427 def enable_adm_healthcare_metadata(self): 11428 """Gets the enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11429 11430 Metadata for account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11431 11432 :return: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11433 :rtype: SettingsMetadata 11434 """ 11435 return self._enable_adm_healthcare_metadata 11436 11437 @enable_adm_healthcare_metadata.setter 11438 def enable_adm_healthcare_metadata(self, enable_adm_healthcare_metadata): 11439 """Sets the enable_adm_healthcare_metadata of this AccountSettingsInformation. 11440 11441 Metadata for account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11442 11443 :param enable_adm_healthcare_metadata: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11444 :type: SettingsMetadata 11445 """ 11446 11447 self._enable_adm_healthcare_metadata = enable_adm_healthcare_metadata 11448 11449 @property 11450 def enable_advanced_envelopes_search(self): 11451 """Gets the enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11452 11453 # noqa: E501 11454 11455 :return: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11456 :rtype: str 11457 """ 11458 return self._enable_advanced_envelopes_search 11459 11460 @enable_advanced_envelopes_search.setter 11461 def enable_advanced_envelopes_search(self, enable_advanced_envelopes_search): 11462 """Sets the enable_advanced_envelopes_search of this AccountSettingsInformation. 11463 11464 # noqa: E501 11465 11466 :param enable_advanced_envelopes_search: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11467 :type: str 11468 """ 11469 11470 self._enable_advanced_envelopes_search = enable_advanced_envelopes_search 11471 11472 @property 11473 def enable_advanced_envelopes_search_metadata(self): 11474 """Gets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11475 11476 # noqa: E501 11477 11478 :return: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11479 :rtype: SettingsMetadata 11480 """ 11481 return self._enable_advanced_envelopes_search_metadata 11482 11483 @enable_advanced_envelopes_search_metadata.setter 11484 def enable_advanced_envelopes_search_metadata(self, enable_advanced_envelopes_search_metadata): 11485 """Sets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. 11486 11487 # noqa: E501 11488 11489 :param enable_advanced_envelopes_search_metadata: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11490 :type: SettingsMetadata 11491 """ 11492 11493 self._enable_advanced_envelopes_search_metadata = enable_advanced_envelopes_search_metadata 11494 11495 @property 11496 def enable_advanced_payments(self): 11497 """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11498 11499 # noqa: E501 11500 11501 :return: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11502 :rtype: str 11503 """ 11504 return self._enable_advanced_payments 11505 11506 @enable_advanced_payments.setter 11507 def enable_advanced_payments(self, enable_advanced_payments): 11508 """Sets the enable_advanced_payments of this AccountSettingsInformation. 11509 11510 # noqa: E501 11511 11512 :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11513 :type: str 11514 """ 11515 11516 self._enable_advanced_payments = enable_advanced_payments 11517 11518 @property 11519 def enable_advanced_payments_metadata(self): 11520 """Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11521 11522 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 11523 11524 :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11525 :rtype: SettingsMetadata 11526 """ 11527 return self._enable_advanced_payments_metadata 11528 11529 @enable_advanced_payments_metadata.setter 11530 def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): 11531 """Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. 11532 11533 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 11534 11535 :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11536 :type: SettingsMetadata 11537 """ 11538 11539 self._enable_advanced_payments_metadata = enable_advanced_payments_metadata 11540 11541 @property 11542 def enable_advanced_power_forms(self): 11543 """Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11544 11545 # noqa: E501 11546 11547 :return: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11548 :rtype: str 11549 """ 11550 return self._enable_advanced_power_forms 11551 11552 @enable_advanced_power_forms.setter 11553 def enable_advanced_power_forms(self, enable_advanced_power_forms): 11554 """Sets the enable_advanced_power_forms of this AccountSettingsInformation. 11555 11556 # noqa: E501 11557 11558 :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11559 :type: str 11560 """ 11561 11562 self._enable_advanced_power_forms = enable_advanced_power_forms 11563 11564 @property 11565 def enable_advanced_power_forms_metadata(self): 11566 """Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11567 11568 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 11569 11570 :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11571 :rtype: SettingsMetadata 11572 """ 11573 return self._enable_advanced_power_forms_metadata 11574 11575 @enable_advanced_power_forms_metadata.setter 11576 def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metadata): 11577 """Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. 11578 11579 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 11580 11581 :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11582 :type: SettingsMetadata 11583 """ 11584 11585 self._enable_advanced_power_forms_metadata = enable_advanced_power_forms_metadata 11586 11587 @property 11588 def enable_advanced_search(self): 11589 """Gets the enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11590 11591 # noqa: E501 11592 11593 :return: The enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11594 :rtype: str 11595 """ 11596 return self._enable_advanced_search 11597 11598 @enable_advanced_search.setter 11599 def enable_advanced_search(self, enable_advanced_search): 11600 """Sets the enable_advanced_search of this AccountSettingsInformation. 11601 11602 # noqa: E501 11603 11604 :param enable_advanced_search: The enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11605 :type: str 11606 """ 11607 11608 self._enable_advanced_search = enable_advanced_search 11609 11610 @property 11611 def enable_advanced_search_metadata(self): 11612 """Gets the enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11613 11614 # noqa: E501 11615 11616 :return: The enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11617 :rtype: SettingsMetadata 11618 """ 11619 return self._enable_advanced_search_metadata 11620 11621 @enable_advanced_search_metadata.setter 11622 def enable_advanced_search_metadata(self, enable_advanced_search_metadata): 11623 """Sets the enable_advanced_search_metadata of this AccountSettingsInformation. 11624 11625 # noqa: E501 11626 11627 :param enable_advanced_search_metadata: The enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11628 :type: SettingsMetadata 11629 """ 11630 11631 self._enable_advanced_search_metadata = enable_advanced_search_metadata 11632 11633 @property 11634 def enable_agreement_actions_for_clm(self): 11635 """Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11636 11637 # noqa: E501 11638 11639 :return: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11640 :rtype: str 11641 """ 11642 return self._enable_agreement_actions_for_clm 11643 11644 @enable_agreement_actions_for_clm.setter 11645 def enable_agreement_actions_for_clm(self, enable_agreement_actions_for_clm): 11646 """Sets the enable_agreement_actions_for_clm of this AccountSettingsInformation. 11647 11648 # noqa: E501 11649 11650 :param enable_agreement_actions_for_clm: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11651 :type: str 11652 """ 11653 11654 self._enable_agreement_actions_for_clm = enable_agreement_actions_for_clm 11655 11656 @property 11657 def enable_agreement_actions_for_clm_metadata(self): 11658 """Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11659 11660 # noqa: E501 11661 11662 :return: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11663 :rtype: SettingsMetadata 11664 """ 11665 return self._enable_agreement_actions_for_clm_metadata 11666 11667 @enable_agreement_actions_for_clm_metadata.setter 11668 def enable_agreement_actions_for_clm_metadata(self, enable_agreement_actions_for_clm_metadata): 11669 """Sets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. 11670 11671 # noqa: E501 11672 11673 :param enable_agreement_actions_for_clm_metadata: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11674 :type: SettingsMetadata 11675 """ 11676 11677 self._enable_agreement_actions_for_clm_metadata = enable_agreement_actions_for_clm_metadata 11678 11679 @property 11680 def enable_agreement_actions_for_e_sign(self): 11681 """Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11682 11683 # noqa: E501 11684 11685 :return: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11686 :rtype: str 11687 """ 11688 return self._enable_agreement_actions_for_e_sign 11689 11690 @enable_agreement_actions_for_e_sign.setter 11691 def enable_agreement_actions_for_e_sign(self, enable_agreement_actions_for_e_sign): 11692 """Sets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. 11693 11694 # noqa: E501 11695 11696 :param enable_agreement_actions_for_e_sign: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11697 :type: str 11698 """ 11699 11700 self._enable_agreement_actions_for_e_sign = enable_agreement_actions_for_e_sign 11701 11702 @property 11703 def enable_agreement_actions_for_e_sign_metadata(self): 11704 """Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11705 11706 # noqa: E501 11707 11708 :return: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11709 :rtype: SettingsMetadata 11710 """ 11711 return self._enable_agreement_actions_for_e_sign_metadata 11712 11713 @enable_agreement_actions_for_e_sign_metadata.setter 11714 def enable_agreement_actions_for_e_sign_metadata(self, enable_agreement_actions_for_e_sign_metadata): 11715 """Sets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. 11716 11717 # noqa: E501 11718 11719 :param enable_agreement_actions_for_e_sign_metadata: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11720 :type: SettingsMetadata 11721 """ 11722 11723 self._enable_agreement_actions_for_e_sign_metadata = enable_agreement_actions_for_e_sign_metadata 11724 11725 @property 11726 def enable_agreement_desk_advanced(self): 11727 """Gets the enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11728 11729 # noqa: E501 11730 11731 :return: The enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11732 :rtype: str 11733 """ 11734 return self._enable_agreement_desk_advanced 11735 11736 @enable_agreement_desk_advanced.setter 11737 def enable_agreement_desk_advanced(self, enable_agreement_desk_advanced): 11738 """Sets the enable_agreement_desk_advanced of this AccountSettingsInformation. 11739 11740 # noqa: E501 11741 11742 :param enable_agreement_desk_advanced: The enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11743 :type: str 11744 """ 11745 11746 self._enable_agreement_desk_advanced = enable_agreement_desk_advanced 11747 11748 @property 11749 def enable_agreement_desk_advanced_meta_data(self): 11750 """Gets the enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11751 11752 # noqa: E501 11753 11754 :return: The enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11755 :rtype: SettingsMetadata 11756 """ 11757 return self._enable_agreement_desk_advanced_meta_data 11758 11759 @enable_agreement_desk_advanced_meta_data.setter 11760 def enable_agreement_desk_advanced_meta_data(self, enable_agreement_desk_advanced_meta_data): 11761 """Sets the enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. 11762 11763 # noqa: E501 11764 11765 :param enable_agreement_desk_advanced_meta_data: The enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11766 :type: SettingsMetadata 11767 """ 11768 11769 self._enable_agreement_desk_advanced_meta_data = enable_agreement_desk_advanced_meta_data 11770 11771 @property 11772 def enable_ai_contract_review(self): 11773 """Gets the enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11774 11775 # noqa: E501 11776 11777 :return: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11778 :rtype: str 11779 """ 11780 return self._enable_ai_contract_review 11781 11782 @enable_ai_contract_review.setter 11783 def enable_ai_contract_review(self, enable_ai_contract_review): 11784 """Sets the enable_ai_contract_review of this AccountSettingsInformation. 11785 11786 # noqa: E501 11787 11788 :param enable_ai_contract_review: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11789 :type: str 11790 """ 11791 11792 self._enable_ai_contract_review = enable_ai_contract_review 11793 11794 @property 11795 def enable_ai_contract_review_metadata(self): 11796 """Gets the enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11797 11798 # noqa: E501 11799 11800 :return: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11801 :rtype: SettingsMetadata 11802 """ 11803 return self._enable_ai_contract_review_metadata 11804 11805 @enable_ai_contract_review_metadata.setter 11806 def enable_ai_contract_review_metadata(self, enable_ai_contract_review_metadata): 11807 """Sets the enable_ai_contract_review_metadata of this AccountSettingsInformation. 11808 11809 # noqa: E501 11810 11811 :param enable_ai_contract_review_metadata: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11812 :type: SettingsMetadata 11813 """ 11814 11815 self._enable_ai_contract_review_metadata = enable_ai_contract_review_metadata 11816 11817 @property 11818 def enable_ai_sender_message(self): 11819 """Gets the enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11820 11821 # noqa: E501 11822 11823 :return: The enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11824 :rtype: str 11825 """ 11826 return self._enable_ai_sender_message 11827 11828 @enable_ai_sender_message.setter 11829 def enable_ai_sender_message(self, enable_ai_sender_message): 11830 """Sets the enable_ai_sender_message of this AccountSettingsInformation. 11831 11832 # noqa: E501 11833 11834 :param enable_ai_sender_message: The enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11835 :type: str 11836 """ 11837 11838 self._enable_ai_sender_message = enable_ai_sender_message 11839 11840 @property 11841 def enable_ai_sender_message_metadata(self): 11842 """Gets the enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11843 11844 # noqa: E501 11845 11846 :return: The enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11847 :rtype: SettingsMetadata 11848 """ 11849 return self._enable_ai_sender_message_metadata 11850 11851 @enable_ai_sender_message_metadata.setter 11852 def enable_ai_sender_message_metadata(self, enable_ai_sender_message_metadata): 11853 """Sets the enable_ai_sender_message_metadata of this AccountSettingsInformation. 11854 11855 # noqa: E501 11856 11857 :param enable_ai_sender_message_metadata: The enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11858 :type: SettingsMetadata 11859 """ 11860 11861 self._enable_ai_sender_message_metadata = enable_ai_sender_message_metadata 11862 11863 @property 11864 def enable_ai_suggested_fields(self): 11865 """Gets the enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11866 11867 # noqa: E501 11868 11869 :return: The enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11870 :rtype: str 11871 """ 11872 return self._enable_ai_suggested_fields 11873 11874 @enable_ai_suggested_fields.setter 11875 def enable_ai_suggested_fields(self, enable_ai_suggested_fields): 11876 """Sets the enable_ai_suggested_fields of this AccountSettingsInformation. 11877 11878 # noqa: E501 11879 11880 :param enable_ai_suggested_fields: The enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11881 :type: str 11882 """ 11883 11884 self._enable_ai_suggested_fields = enable_ai_suggested_fields 11885 11886 @property 11887 def enable_ai_suggested_fields_auto_place(self): 11888 """Gets the enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11889 11890 # noqa: E501 11891 11892 :return: The enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11893 :rtype: str 11894 """ 11895 return self._enable_ai_suggested_fields_auto_place 11896 11897 @enable_ai_suggested_fields_auto_place.setter 11898 def enable_ai_suggested_fields_auto_place(self, enable_ai_suggested_fields_auto_place): 11899 """Sets the enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. 11900 11901 # noqa: E501 11902 11903 :param enable_ai_suggested_fields_auto_place: The enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11904 :type: str 11905 """ 11906 11907 self._enable_ai_suggested_fields_auto_place = enable_ai_suggested_fields_auto_place 11908 11909 @property 11910 def enable_ai_suggested_fields_auto_place_metadata(self): 11911 """Gets the enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11912 11913 # noqa: E501 11914 11915 :return: The enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11916 :rtype: SettingsMetadata 11917 """ 11918 return self._enable_ai_suggested_fields_auto_place_metadata 11919 11920 @enable_ai_suggested_fields_auto_place_metadata.setter 11921 def enable_ai_suggested_fields_auto_place_metadata(self, enable_ai_suggested_fields_auto_place_metadata): 11922 """Sets the enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. 11923 11924 # noqa: E501 11925 11926 :param enable_ai_suggested_fields_auto_place_metadata: The enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11927 :type: SettingsMetadata 11928 """ 11929 11930 self._enable_ai_suggested_fields_auto_place_metadata = enable_ai_suggested_fields_auto_place_metadata 11931 11932 @property 11933 def enable_ai_suggested_fields_metadata(self): 11934 """Gets the enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11935 11936 # noqa: E501 11937 11938 :return: The enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11939 :rtype: SettingsMetadata 11940 """ 11941 return self._enable_ai_suggested_fields_metadata 11942 11943 @enable_ai_suggested_fields_metadata.setter 11944 def enable_ai_suggested_fields_metadata(self, enable_ai_suggested_fields_metadata): 11945 """Sets the enable_ai_suggested_fields_metadata of this AccountSettingsInformation. 11946 11947 # noqa: E501 11948 11949 :param enable_ai_suggested_fields_metadata: The enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11950 :type: SettingsMetadata 11951 """ 11952 11953 self._enable_ai_suggested_fields_metadata = enable_ai_suggested_fields_metadata 11954 11955 @property 11956 def enable_auto_nav(self): 11957 """Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11958 11959 # noqa: E501 11960 11961 :return: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11962 :rtype: str 11963 """ 11964 return self._enable_auto_nav 11965 11966 @enable_auto_nav.setter 11967 def enable_auto_nav(self, enable_auto_nav): 11968 """Sets the enable_auto_nav of this AccountSettingsInformation. 11969 11970 # noqa: E501 11971 11972 :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11973 :type: str 11974 """ 11975 11976 self._enable_auto_nav = enable_auto_nav 11977 11978 @property 11979 def enable_auto_nav_metadata(self): 11980 """Gets the enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11981 11982 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 11983 11984 :return: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11985 :rtype: SettingsMetadata 11986 """ 11987 return self._enable_auto_nav_metadata 11988 11989 @enable_auto_nav_metadata.setter 11990 def enable_auto_nav_metadata(self, enable_auto_nav_metadata): 11991 """Sets the enable_auto_nav_metadata of this AccountSettingsInformation. 11992 11993 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 11994 11995 :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11996 :type: SettingsMetadata 11997 """ 11998 11999 self._enable_auto_nav_metadata = enable_auto_nav_metadata 12000 12001 @property 12002 def enable_batch_update_envelope_types(self): 12003 """Gets the enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12004 12005 # noqa: E501 12006 12007 :return: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12008 :rtype: str 12009 """ 12010 return self._enable_batch_update_envelope_types 12011 12012 @enable_batch_update_envelope_types.setter 12013 def enable_batch_update_envelope_types(self, enable_batch_update_envelope_types): 12014 """Sets the enable_batch_update_envelope_types of this AccountSettingsInformation. 12015 12016 # noqa: E501 12017 12018 :param enable_batch_update_envelope_types: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12019 :type: str 12020 """ 12021 12022 self._enable_batch_update_envelope_types = enable_batch_update_envelope_types 12023 12024 @property 12025 def enable_batch_update_envelope_types_metadata(self): 12026 """Gets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12027 12028 # noqa: E501 12029 12030 :return: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12031 :rtype: SettingsMetadata 12032 """ 12033 return self._enable_batch_update_envelope_types_metadata 12034 12035 @enable_batch_update_envelope_types_metadata.setter 12036 def enable_batch_update_envelope_types_metadata(self, enable_batch_update_envelope_types_metadata): 12037 """Sets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. 12038 12039 # noqa: E501 12040 12041 :param enable_batch_update_envelope_types_metadata: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12042 :type: SettingsMetadata 12043 """ 12044 12045 self._enable_batch_update_envelope_types_metadata = enable_batch_update_envelope_types_metadata 12046 12047 @property 12048 def enable_bcc_dummy_link(self): 12049 """Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12050 12051 # noqa: E501 12052 12053 :return: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12054 :rtype: str 12055 """ 12056 return self._enable_bcc_dummy_link 12057 12058 @enable_bcc_dummy_link.setter 12059 def enable_bcc_dummy_link(self, enable_bcc_dummy_link): 12060 """Sets the enable_bcc_dummy_link of this AccountSettingsInformation. 12061 12062 # noqa: E501 12063 12064 :param enable_bcc_dummy_link: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12065 :type: str 12066 """ 12067 12068 self._enable_bcc_dummy_link = enable_bcc_dummy_link 12069 12070 @property 12071 def enable_bcc_dummy_link_metadata(self): 12072 """Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12073 12074 # noqa: E501 12075 12076 :return: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12077 :rtype: SettingsMetadata 12078 """ 12079 return self._enable_bcc_dummy_link_metadata 12080 12081 @enable_bcc_dummy_link_metadata.setter 12082 def enable_bcc_dummy_link_metadata(self, enable_bcc_dummy_link_metadata): 12083 """Sets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. 12084 12085 # noqa: E501 12086 12087 :param enable_bcc_dummy_link_metadata: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12088 :type: SettingsMetadata 12089 """ 12090 12091 self._enable_bcc_dummy_link_metadata = enable_bcc_dummy_link_metadata 12092 12093 @property 12094 def enable_calculated_fields(self): 12095 """Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12096 12097 # noqa: E501 12098 12099 :return: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12100 :rtype: str 12101 """ 12102 return self._enable_calculated_fields 12103 12104 @enable_calculated_fields.setter 12105 def enable_calculated_fields(self, enable_calculated_fields): 12106 """Sets the enable_calculated_fields of this AccountSettingsInformation. 12107 12108 # noqa: E501 12109 12110 :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12111 :type: str 12112 """ 12113 12114 self._enable_calculated_fields = enable_calculated_fields 12115 12116 @property 12117 def enable_calculated_fields_metadata(self): 12118 """Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12119 12120 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 12121 12122 :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12123 :rtype: SettingsMetadata 12124 """ 12125 return self._enable_calculated_fields_metadata 12126 12127 @enable_calculated_fields_metadata.setter 12128 def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): 12129 """Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. 12130 12131 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 12132 12133 :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12134 :type: SettingsMetadata 12135 """ 12136 12137 self._enable_calculated_fields_metadata = enable_calculated_fields_metadata 12138 12139 @property 12140 def enable_cfr_rapid_signing_embedded_auth(self): 12141 """Gets the enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12142 12143 # noqa: E501 12144 12145 :return: The enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12146 :rtype: str 12147 """ 12148 return self._enable_cfr_rapid_signing_embedded_auth 12149 12150 @enable_cfr_rapid_signing_embedded_auth.setter 12151 def enable_cfr_rapid_signing_embedded_auth(self, enable_cfr_rapid_signing_embedded_auth): 12152 """Sets the enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. 12153 12154 # noqa: E501 12155 12156 :param enable_cfr_rapid_signing_embedded_auth: The enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12157 :type: str 12158 """ 12159 12160 self._enable_cfr_rapid_signing_embedded_auth = enable_cfr_rapid_signing_embedded_auth 12161 12162 @property 12163 def enable_cfr_rapid_signing_embedded_auth_metadata(self): 12164 """Gets the enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12165 12166 # noqa: E501 12167 12168 :return: The enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12169 :rtype: SettingsMetadata 12170 """ 12171 return self._enable_cfr_rapid_signing_embedded_auth_metadata 12172 12173 @enable_cfr_rapid_signing_embedded_auth_metadata.setter 12174 def enable_cfr_rapid_signing_embedded_auth_metadata(self, enable_cfr_rapid_signing_embedded_auth_metadata): 12175 """Sets the enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. 12176 12177 # noqa: E501 12178 12179 :param enable_cfr_rapid_signing_embedded_auth_metadata: The enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12180 :type: SettingsMetadata 12181 """ 12182 12183 self._enable_cfr_rapid_signing_embedded_auth_metadata = enable_cfr_rapid_signing_embedded_auth_metadata 12184 12185 @property 12186 def enable_click_plus(self): 12187 """Gets the enable_click_plus of this AccountSettingsInformation. # noqa: E501 12188 12189 # noqa: E501 12190 12191 :return: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 12192 :rtype: str 12193 """ 12194 return self._enable_click_plus 12195 12196 @enable_click_plus.setter 12197 def enable_click_plus(self, enable_click_plus): 12198 """Sets the enable_click_plus of this AccountSettingsInformation. 12199 12200 # noqa: E501 12201 12202 :param enable_click_plus: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 12203 :type: str 12204 """ 12205 12206 self._enable_click_plus = enable_click_plus 12207 12208 @property 12209 def enable_click_plus_conditional_content(self): 12210 """Gets the enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12211 12212 # noqa: E501 12213 12214 :return: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12215 :rtype: str 12216 """ 12217 return self._enable_click_plus_conditional_content 12218 12219 @enable_click_plus_conditional_content.setter 12220 def enable_click_plus_conditional_content(self, enable_click_plus_conditional_content): 12221 """Sets the enable_click_plus_conditional_content of this AccountSettingsInformation. 12222 12223 # noqa: E501 12224 12225 :param enable_click_plus_conditional_content: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12226 :type: str 12227 """ 12228 12229 self._enable_click_plus_conditional_content = enable_click_plus_conditional_content 12230 12231 @property 12232 def enable_click_plus_conditional_content_meta_data(self): 12233 """Gets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12234 12235 # noqa: E501 12236 12237 :return: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12238 :rtype: SettingsMetadata 12239 """ 12240 return self._enable_click_plus_conditional_content_meta_data 12241 12242 @enable_click_plus_conditional_content_meta_data.setter 12243 def enable_click_plus_conditional_content_meta_data(self, enable_click_plus_conditional_content_meta_data): 12244 """Sets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. 12245 12246 # noqa: E501 12247 12248 :param enable_click_plus_conditional_content_meta_data: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12249 :type: SettingsMetadata 12250 """ 12251 12252 self._enable_click_plus_conditional_content_meta_data = enable_click_plus_conditional_content_meta_data 12253 12254 @property 12255 def enable_click_plus_custom_fields(self): 12256 """Gets the enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12257 12258 # noqa: E501 12259 12260 :return: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12261 :rtype: str 12262 """ 12263 return self._enable_click_plus_custom_fields 12264 12265 @enable_click_plus_custom_fields.setter 12266 def enable_click_plus_custom_fields(self, enable_click_plus_custom_fields): 12267 """Sets the enable_click_plus_custom_fields of this AccountSettingsInformation. 12268 12269 # noqa: E501 12270 12271 :param enable_click_plus_custom_fields: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12272 :type: str 12273 """ 12274 12275 self._enable_click_plus_custom_fields = enable_click_plus_custom_fields 12276 12277 @property 12278 def enable_click_plus_custom_fields_meta_data(self): 12279 """Gets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12280 12281 # noqa: E501 12282 12283 :return: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12284 :rtype: SettingsMetadata 12285 """ 12286 return self._enable_click_plus_custom_fields_meta_data 12287 12288 @enable_click_plus_custom_fields_meta_data.setter 12289 def enable_click_plus_custom_fields_meta_data(self, enable_click_plus_custom_fields_meta_data): 12290 """Sets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. 12291 12292 # noqa: E501 12293 12294 :param enable_click_plus_custom_fields_meta_data: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12295 :type: SettingsMetadata 12296 """ 12297 12298 self._enable_click_plus_custom_fields_meta_data = enable_click_plus_custom_fields_meta_data 12299 12300 @property 12301 def enable_click_plus_custom_style(self): 12302 """Gets the enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12303 12304 # noqa: E501 12305 12306 :return: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12307 :rtype: str 12308 """ 12309 return self._enable_click_plus_custom_style 12310 12311 @enable_click_plus_custom_style.setter 12312 def enable_click_plus_custom_style(self, enable_click_plus_custom_style): 12313 """Sets the enable_click_plus_custom_style of this AccountSettingsInformation. 12314 12315 # noqa: E501 12316 12317 :param enable_click_plus_custom_style: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12318 :type: str 12319 """ 12320 12321 self._enable_click_plus_custom_style = enable_click_plus_custom_style 12322 12323 @property 12324 def enable_click_plus_custom_style_meta_data(self): 12325 """Gets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12326 12327 # noqa: E501 12328 12329 :return: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12330 :rtype: SettingsMetadata 12331 """ 12332 return self._enable_click_plus_custom_style_meta_data 12333 12334 @enable_click_plus_custom_style_meta_data.setter 12335 def enable_click_plus_custom_style_meta_data(self, enable_click_plus_custom_style_meta_data): 12336 """Sets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. 12337 12338 # noqa: E501 12339 12340 :param enable_click_plus_custom_style_meta_data: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12341 :type: SettingsMetadata 12342 """ 12343 12344 self._enable_click_plus_custom_style_meta_data = enable_click_plus_custom_style_meta_data 12345 12346 @property 12347 def enable_click_plus_dynamic_content(self): 12348 """Gets the enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12349 12350 # noqa: E501 12351 12352 :return: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12353 :rtype: str 12354 """ 12355 return self._enable_click_plus_dynamic_content 12356 12357 @enable_click_plus_dynamic_content.setter 12358 def enable_click_plus_dynamic_content(self, enable_click_plus_dynamic_content): 12359 """Sets the enable_click_plus_dynamic_content of this AccountSettingsInformation. 12360 12361 # noqa: E501 12362 12363 :param enable_click_plus_dynamic_content: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12364 :type: str 12365 """ 12366 12367 self._enable_click_plus_dynamic_content = enable_click_plus_dynamic_content 12368 12369 @property 12370 def enable_click_plus_dynamic_content_meta_data(self): 12371 """Gets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12372 12373 # noqa: E501 12374 12375 :return: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12376 :rtype: SettingsMetadata 12377 """ 12378 return self._enable_click_plus_dynamic_content_meta_data 12379 12380 @enable_click_plus_dynamic_content_meta_data.setter 12381 def enable_click_plus_dynamic_content_meta_data(self, enable_click_plus_dynamic_content_meta_data): 12382 """Sets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. 12383 12384 # noqa: E501 12385 12386 :param enable_click_plus_dynamic_content_meta_data: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12387 :type: SettingsMetadata 12388 """ 12389 12390 self._enable_click_plus_dynamic_content_meta_data = enable_click_plus_dynamic_content_meta_data 12391 12392 @property 12393 def enable_click_plus_meta_data(self): 12394 """Gets the enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12395 12396 # noqa: E501 12397 12398 :return: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12399 :rtype: SettingsMetadata 12400 """ 12401 return self._enable_click_plus_meta_data 12402 12403 @enable_click_plus_meta_data.setter 12404 def enable_click_plus_meta_data(self, enable_click_plus_meta_data): 12405 """Sets the enable_click_plus_meta_data of this AccountSettingsInformation. 12406 12407 # noqa: E501 12408 12409 :param enable_click_plus_meta_data: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12410 :type: SettingsMetadata 12411 """ 12412 12413 self._enable_click_plus_meta_data = enable_click_plus_meta_data 12414 12415 @property 12416 def enable_clickwraps(self): 12417 """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12418 12419 # noqa: E501 12420 12421 :return: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12422 :rtype: str 12423 """ 12424 return self._enable_clickwraps 12425 12426 @enable_clickwraps.setter 12427 def enable_clickwraps(self, enable_clickwraps): 12428 """Sets the enable_clickwraps of this AccountSettingsInformation. 12429 12430 # noqa: E501 12431 12432 :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12433 :type: str 12434 """ 12435 12436 self._enable_clickwraps = enable_clickwraps 12437 12438 @property 12439 def enable_clickwraps_metadata(self): 12440 """Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12441 12442 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 12443 12444 :return: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12445 :rtype: SettingsMetadata 12446 """ 12447 return self._enable_clickwraps_metadata 12448 12449 @enable_clickwraps_metadata.setter 12450 def enable_clickwraps_metadata(self, enable_clickwraps_metadata): 12451 """Sets the enable_clickwraps_metadata of this AccountSettingsInformation. 12452 12453 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 12454 12455 :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12456 :type: SettingsMetadata 12457 """ 12458 12459 self._enable_clickwraps_metadata = enable_clickwraps_metadata 12460 12461 @property 12462 def enable_combined_pdf_download_for_sbs(self): 12463 """Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12464 12465 # noqa: E501 12466 12467 :return: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12468 :rtype: str 12469 """ 12470 return self._enable_combined_pdf_download_for_sbs 12471 12472 @enable_combined_pdf_download_for_sbs.setter 12473 def enable_combined_pdf_download_for_sbs(self, enable_combined_pdf_download_for_sbs): 12474 """Sets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. 12475 12476 # noqa: E501 12477 12478 :param enable_combined_pdf_download_for_sbs: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12479 :type: str 12480 """ 12481 12482 self._enable_combined_pdf_download_for_sbs = enable_combined_pdf_download_for_sbs 12483 12484 @property 12485 def enable_comments_history_download_in_signing(self): 12486 """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12487 12488 # noqa: E501 12489 12490 :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12491 :rtype: str 12492 """ 12493 return self._enable_comments_history_download_in_signing 12494 12495 @enable_comments_history_download_in_signing.setter 12496 def enable_comments_history_download_in_signing(self, enable_comments_history_download_in_signing): 12497 """Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. 12498 12499 # noqa: E501 12500 12501 :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12502 :type: str 12503 """ 12504 12505 self._enable_comments_history_download_in_signing = enable_comments_history_download_in_signing 12506 12507 @property 12508 def enable_comments_history_download_in_signing_metadata(self): 12509 """Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12510 12511 # noqa: E501 12512 12513 :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12514 :rtype: SettingsMetadata 12515 """ 12516 return self._enable_comments_history_download_in_signing_metadata 12517 12518 @enable_comments_history_download_in_signing_metadata.setter 12519 def enable_comments_history_download_in_signing_metadata(self, enable_comments_history_download_in_signing_metadata): 12520 """Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. 12521 12522 # noqa: E501 12523 12524 :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12525 :type: SettingsMetadata 12526 """ 12527 12528 self._enable_comments_history_download_in_signing_metadata = enable_comments_history_download_in_signing_metadata 12529 12530 @property 12531 def enable_contact_suggestions(self): 12532 """Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12533 12534 # noqa: E501 12535 12536 :return: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12537 :rtype: str 12538 """ 12539 return self._enable_contact_suggestions 12540 12541 @enable_contact_suggestions.setter 12542 def enable_contact_suggestions(self, enable_contact_suggestions): 12543 """Sets the enable_contact_suggestions of this AccountSettingsInformation. 12544 12545 # noqa: E501 12546 12547 :param enable_contact_suggestions: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12548 :type: str 12549 """ 12550 12551 self._enable_contact_suggestions = enable_contact_suggestions 12552 12553 @property 12554 def enable_contact_suggestions_metadata(self): 12555 """Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12556 12557 # noqa: E501 12558 12559 :return: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12560 :rtype: SettingsMetadata 12561 """ 12562 return self._enable_contact_suggestions_metadata 12563 12564 @enable_contact_suggestions_metadata.setter 12565 def enable_contact_suggestions_metadata(self, enable_contact_suggestions_metadata): 12566 """Sets the enable_contact_suggestions_metadata of this AccountSettingsInformation. 12567 12568 # noqa: E501 12569 12570 :param enable_contact_suggestions_metadata: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12571 :type: SettingsMetadata 12572 """ 12573 12574 self._enable_contact_suggestions_metadata = enable_contact_suggestions_metadata 12575 12576 @property 12577 def enable_content_search(self): 12578 """Gets the enable_content_search of this AccountSettingsInformation. # noqa: E501 12579 12580 # noqa: E501 12581 12582 :return: The enable_content_search of this AccountSettingsInformation. # noqa: E501 12583 :rtype: str 12584 """ 12585 return self._enable_content_search 12586 12587 @enable_content_search.setter 12588 def enable_content_search(self, enable_content_search): 12589 """Sets the enable_content_search of this AccountSettingsInformation. 12590 12591 # noqa: E501 12592 12593 :param enable_content_search: The enable_content_search of this AccountSettingsInformation. # noqa: E501 12594 :type: str 12595 """ 12596 12597 self._enable_content_search = enable_content_search 12598 12599 @property 12600 def enable_content_search_metadata(self): 12601 """Gets the enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12602 12603 # noqa: E501 12604 12605 :return: The enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12606 :rtype: SettingsMetadata 12607 """ 12608 return self._enable_content_search_metadata 12609 12610 @enable_content_search_metadata.setter 12611 def enable_content_search_metadata(self, enable_content_search_metadata): 12612 """Sets the enable_content_search_metadata of this AccountSettingsInformation. 12613 12614 # noqa: E501 12615 12616 :param enable_content_search_metadata: The enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12617 :type: SettingsMetadata 12618 """ 12619 12620 self._enable_content_search_metadata = enable_content_search_metadata 12621 12622 @property 12623 def enable_coupa_core_extension(self): 12624 """Gets the enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12625 12626 # noqa: E501 12627 12628 :return: The enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12629 :rtype: str 12630 """ 12631 return self._enable_coupa_core_extension 12632 12633 @enable_coupa_core_extension.setter 12634 def enable_coupa_core_extension(self, enable_coupa_core_extension): 12635 """Sets the enable_coupa_core_extension of this AccountSettingsInformation. 12636 12637 # noqa: E501 12638 12639 :param enable_coupa_core_extension: The enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12640 :type: str 12641 """ 12642 12643 self._enable_coupa_core_extension = enable_coupa_core_extension 12644 12645 @property 12646 def enable_coupa_core_extension_metadata(self): 12647 """Gets the enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12648 12649 # noqa: E501 12650 12651 :return: The enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12652 :rtype: SettingsMetadata 12653 """ 12654 return self._enable_coupa_core_extension_metadata 12655 12656 @enable_coupa_core_extension_metadata.setter 12657 def enable_coupa_core_extension_metadata(self, enable_coupa_core_extension_metadata): 12658 """Sets the enable_coupa_core_extension_metadata of this AccountSettingsInformation. 12659 12660 # noqa: E501 12661 12662 :param enable_coupa_core_extension_metadata: The enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12663 :type: SettingsMetadata 12664 """ 12665 12666 self._enable_coupa_core_extension_metadata = enable_coupa_core_extension_metadata 12667 12668 @property 12669 def enable_custom_data_verification_extensions(self): 12670 """Gets the enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12671 12672 # noqa: E501 12673 12674 :return: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12675 :rtype: str 12676 """ 12677 return self._enable_custom_data_verification_extensions 12678 12679 @enable_custom_data_verification_extensions.setter 12680 def enable_custom_data_verification_extensions(self, enable_custom_data_verification_extensions): 12681 """Sets the enable_custom_data_verification_extensions of this AccountSettingsInformation. 12682 12683 # noqa: E501 12684 12685 :param enable_custom_data_verification_extensions: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12686 :type: str 12687 """ 12688 12689 self._enable_custom_data_verification_extensions = enable_custom_data_verification_extensions 12690 12691 @property 12692 def enable_custom_data_verification_extensions_metadata(self): 12693 """Gets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12694 12695 # noqa: E501 12696 12697 :return: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12698 :rtype: SettingsMetadata 12699 """ 12700 return self._enable_custom_data_verification_extensions_metadata 12701 12702 @enable_custom_data_verification_extensions_metadata.setter 12703 def enable_custom_data_verification_extensions_metadata(self, enable_custom_data_verification_extensions_metadata): 12704 """Sets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. 12705 12706 # noqa: E501 12707 12708 :param enable_custom_data_verification_extensions_metadata: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12709 :type: SettingsMetadata 12710 """ 12711 12712 self._enable_custom_data_verification_extensions_metadata = enable_custom_data_verification_extensions_metadata 12713 12714 @property 12715 def enable_customer_satisfaction_metric_tracking(self): 12716 """Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12717 12718 # noqa: E501 12719 12720 :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12721 :rtype: str 12722 """ 12723 return self._enable_customer_satisfaction_metric_tracking 12724 12725 @enable_customer_satisfaction_metric_tracking.setter 12726 def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfaction_metric_tracking): 12727 """Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. 12728 12729 # noqa: E501 12730 12731 :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12732 :type: str 12733 """ 12734 12735 self._enable_customer_satisfaction_metric_tracking = enable_customer_satisfaction_metric_tracking 12736 12737 @property 12738 def enable_customer_satisfaction_metric_tracking_metadata(self): 12739 """Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12740 12741 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 12742 12743 :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12744 :rtype: SettingsMetadata 12745 """ 12746 return self._enable_customer_satisfaction_metric_tracking_metadata 12747 12748 @enable_customer_satisfaction_metric_tracking_metadata.setter 12749 def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_satisfaction_metric_tracking_metadata): 12750 """Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. 12751 12752 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 12753 12754 :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12755 :type: SettingsMetadata 12756 """ 12757 12758 self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata 12759 12760 @property 12761 def enable_data_verification_extensions(self): 12762 """Gets the enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12763 12764 # noqa: E501 12765 12766 :return: The enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12767 :rtype: str 12768 """ 12769 return self._enable_data_verification_extensions 12770 12771 @enable_data_verification_extensions.setter 12772 def enable_data_verification_extensions(self, enable_data_verification_extensions): 12773 """Sets the enable_data_verification_extensions of this AccountSettingsInformation. 12774 12775 # noqa: E501 12776 12777 :param enable_data_verification_extensions: The enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12778 :type: str 12779 """ 12780 12781 self._enable_data_verification_extensions = enable_data_verification_extensions 12782 12783 @property 12784 def enable_data_verification_extensions_metadata(self): 12785 """Gets the enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12786 12787 # noqa: E501 12788 12789 :return: The enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12790 :rtype: SettingsMetadata 12791 """ 12792 return self._enable_data_verification_extensions_metadata 12793 12794 @enable_data_verification_extensions_metadata.setter 12795 def enable_data_verification_extensions_metadata(self, enable_data_verification_extensions_metadata): 12796 """Sets the enable_data_verification_extensions_metadata of this AccountSettingsInformation. 12797 12798 # noqa: E501 12799 12800 :param enable_data_verification_extensions_metadata: The enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12801 :type: SettingsMetadata 12802 """ 12803 12804 self._enable_data_verification_extensions_metadata = enable_data_verification_extensions_metadata 12805 12806 @property 12807 def enable_document_template_library(self): 12808 """Gets the enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12809 12810 # noqa: E501 12811 12812 :return: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12813 :rtype: str 12814 """ 12815 return self._enable_document_template_library 12816 12817 @enable_document_template_library.setter 12818 def enable_document_template_library(self, enable_document_template_library): 12819 """Sets the enable_document_template_library of this AccountSettingsInformation. 12820 12821 # noqa: E501 12822 12823 :param enable_document_template_library: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12824 :type: str 12825 """ 12826 12827 self._enable_document_template_library = enable_document_template_library 12828 12829 @property 12830 def enable_document_template_library_metadata(self): 12831 """Gets the enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12832 12833 # noqa: E501 12834 12835 :return: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12836 :rtype: SettingsMetadata 12837 """ 12838 return self._enable_document_template_library_metadata 12839 12840 @enable_document_template_library_metadata.setter 12841 def enable_document_template_library_metadata(self, enable_document_template_library_metadata): 12842 """Sets the enable_document_template_library_metadata of this AccountSettingsInformation. 12843 12844 # noqa: E501 12845 12846 :param enable_document_template_library_metadata: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12847 :type: SettingsMetadata 12848 """ 12849 12850 self._enable_document_template_library_metadata = enable_document_template_library_metadata 12851 12852 @property 12853 def enable_d_sig_eu_advanced_pens(self): 12854 """Gets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12855 12856 # noqa: E501 12857 12858 :return: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12859 :rtype: str 12860 """ 12861 return self._enable_d_sig_eu_advanced_pens 12862 12863 @enable_d_sig_eu_advanced_pens.setter 12864 def enable_d_sig_eu_advanced_pens(self, enable_d_sig_eu_advanced_pens): 12865 """Sets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. 12866 12867 # noqa: E501 12868 12869 :param enable_d_sig_eu_advanced_pens: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12870 :type: str 12871 """ 12872 12873 self._enable_d_sig_eu_advanced_pens = enable_d_sig_eu_advanced_pens 12874 12875 @property 12876 def enable_d_sig_eu_advanced_pens_metadata(self): 12877 """Gets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12878 12879 # noqa: E501 12880 12881 :return: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12882 :rtype: SettingsMetadata 12883 """ 12884 return self._enable_d_sig_eu_advanced_pens_metadata 12885 12886 @enable_d_sig_eu_advanced_pens_metadata.setter 12887 def enable_d_sig_eu_advanced_pens_metadata(self, enable_d_sig_eu_advanced_pens_metadata): 12888 """Sets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. 12889 12890 # noqa: E501 12891 12892 :param enable_d_sig_eu_advanced_pens_metadata: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12893 :type: SettingsMetadata 12894 """ 12895 12896 self._enable_d_sig_eu_advanced_pens_metadata = enable_d_sig_eu_advanced_pens_metadata 12897 12898 @property 12899 def enable_d_sig_express_pens(self): 12900 """Gets the enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12901 12902 # noqa: E501 12903 12904 :return: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12905 :rtype: str 12906 """ 12907 return self._enable_d_sig_express_pens 12908 12909 @enable_d_sig_express_pens.setter 12910 def enable_d_sig_express_pens(self, enable_d_sig_express_pens): 12911 """Sets the enable_d_sig_express_pens of this AccountSettingsInformation. 12912 12913 # noqa: E501 12914 12915 :param enable_d_sig_express_pens: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12916 :type: str 12917 """ 12918 12919 self._enable_d_sig_express_pens = enable_d_sig_express_pens 12920 12921 @property 12922 def enable_d_sig_express_pens_metadata(self): 12923 """Gets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12924 12925 # noqa: E501 12926 12927 :return: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12928 :rtype: SettingsMetadata 12929 """ 12930 return self._enable_d_sig_express_pens_metadata 12931 12932 @enable_d_sig_express_pens_metadata.setter 12933 def enable_d_sig_express_pens_metadata(self, enable_d_sig_express_pens_metadata): 12934 """Sets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. 12935 12936 # noqa: E501 12937 12938 :param enable_d_sig_express_pens_metadata: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12939 :type: SettingsMetadata 12940 """ 12941 12942 self._enable_d_sig_express_pens_metadata = enable_d_sig_express_pens_metadata 12943 12944 @property 12945 def enable_d_sig_id_check_for_aes_pens(self): 12946 """Gets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12947 12948 # noqa: E501 12949 12950 :return: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12951 :rtype: str 12952 """ 12953 return self._enable_d_sig_id_check_for_aes_pens 12954 12955 @enable_d_sig_id_check_for_aes_pens.setter 12956 def enable_d_sig_id_check_for_aes_pens(self, enable_d_sig_id_check_for_aes_pens): 12957 """Sets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. 12958 12959 # noqa: E501 12960 12961 :param enable_d_sig_id_check_for_aes_pens: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12962 :type: str 12963 """ 12964 12965 self._enable_d_sig_id_check_for_aes_pens = enable_d_sig_id_check_for_aes_pens 12966 12967 @property 12968 def enable_d_sig_id_check_for_aes_pens_metadata(self): 12969 """Gets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12970 12971 # noqa: E501 12972 12973 :return: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12974 :rtype: SettingsMetadata 12975 """ 12976 return self._enable_d_sig_id_check_for_aes_pens_metadata 12977 12978 @enable_d_sig_id_check_for_aes_pens_metadata.setter 12979 def enable_d_sig_id_check_for_aes_pens_metadata(self, enable_d_sig_id_check_for_aes_pens_metadata): 12980 """Sets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. 12981 12982 # noqa: E501 12983 12984 :param enable_d_sig_id_check_for_aes_pens_metadata: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12985 :type: SettingsMetadata 12986 """ 12987 12988 self._enable_d_sig_id_check_for_aes_pens_metadata = enable_d_sig_id_check_for_aes_pens_metadata 12989 12990 @property 12991 def enable_d_sig_id_check_in_person_for_qes_pens(self): 12992 """Gets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 12993 12994 # noqa: E501 12995 12996 :return: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 12997 :rtype: str 12998 """ 12999 return self._enable_d_sig_id_check_in_person_for_qes_pens 13000 13001 @enable_d_sig_id_check_in_person_for_qes_pens.setter 13002 def enable_d_sig_id_check_in_person_for_qes_pens(self, enable_d_sig_id_check_in_person_for_qes_pens): 13003 """Sets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. 13004 13005 # noqa: E501 13006 13007 :param enable_d_sig_id_check_in_person_for_qes_pens: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13008 :type: str 13009 """ 13010 13011 self._enable_d_sig_id_check_in_person_for_qes_pens = enable_d_sig_id_check_in_person_for_qes_pens 13012 13013 @property 13014 def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self): 13015 """Gets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13016 13017 # noqa: E501 13018 13019 :return: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13020 :rtype: SettingsMetadata 13021 """ 13022 return self._enable_d_sig_id_check_in_person_for_qes_pens_metadata 13023 13024 @enable_d_sig_id_check_in_person_for_qes_pens_metadata.setter 13025 def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self, enable_d_sig_id_check_in_person_for_qes_pens_metadata): 13026 """Sets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. 13027 13028 # noqa: E501 13029 13030 :param enable_d_sig_id_check_in_person_for_qes_pens_metadata: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13031 :type: SettingsMetadata 13032 """ 13033 13034 self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = enable_d_sig_id_check_in_person_for_qes_pens_metadata 13035 13036 @property 13037 def enable_d_sig_id_check_remote_for_qes_pens(self): 13038 """Gets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13039 13040 # noqa: E501 13041 13042 :return: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13043 :rtype: str 13044 """ 13045 return self._enable_d_sig_id_check_remote_for_qes_pens 13046 13047 @enable_d_sig_id_check_remote_for_qes_pens.setter 13048 def enable_d_sig_id_check_remote_for_qes_pens(self, enable_d_sig_id_check_remote_for_qes_pens): 13049 """Sets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. 13050 13051 # noqa: E501 13052 13053 :param enable_d_sig_id_check_remote_for_qes_pens: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13054 :type: str 13055 """ 13056 13057 self._enable_d_sig_id_check_remote_for_qes_pens = enable_d_sig_id_check_remote_for_qes_pens 13058 13059 @property 13060 def enable_d_sig_id_check_remote_for_qes_pens_metadata(self): 13061 """Gets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13062 13063 # noqa: E501 13064 13065 :return: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13066 :rtype: SettingsMetadata 13067 """ 13068 return self._enable_d_sig_id_check_remote_for_qes_pens_metadata 13069 13070 @enable_d_sig_id_check_remote_for_qes_pens_metadata.setter 13071 def enable_d_sig_id_check_remote_for_qes_pens_metadata(self, enable_d_sig_id_check_remote_for_qes_pens_metadata): 13072 """Sets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. 13073 13074 # noqa: E501 13075 13076 :param enable_d_sig_id_check_remote_for_qes_pens_metadata: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13077 :type: SettingsMetadata 13078 """ 13079 13080 self._enable_d_sig_id_check_remote_for_qes_pens_metadata = enable_d_sig_id_check_remote_for_qes_pens_metadata 13081 13082 @property 13083 def enable_d_sig_id_verification_pens(self): 13084 """Gets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13085 13086 # noqa: E501 13087 13088 :return: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13089 :rtype: str 13090 """ 13091 return self._enable_d_sig_id_verification_pens 13092 13093 @enable_d_sig_id_verification_pens.setter 13094 def enable_d_sig_id_verification_pens(self, enable_d_sig_id_verification_pens): 13095 """Sets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. 13096 13097 # noqa: E501 13098 13099 :param enable_d_sig_id_verification_pens: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13100 :type: str 13101 """ 13102 13103 self._enable_d_sig_id_verification_pens = enable_d_sig_id_verification_pens 13104 13105 @property 13106 def enable_d_sig_id_verification_pens_metadata(self): 13107 """Gets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13108 13109 # noqa: E501 13110 13111 :return: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13112 :rtype: SettingsMetadata 13113 """ 13114 return self._enable_d_sig_id_verification_pens_metadata 13115 13116 @enable_d_sig_id_verification_pens_metadata.setter 13117 def enable_d_sig_id_verification_pens_metadata(self, enable_d_sig_id_verification_pens_metadata): 13118 """Sets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. 13119 13120 # noqa: E501 13121 13122 :param enable_d_sig_id_verification_pens_metadata: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13123 :type: SettingsMetadata 13124 """ 13125 13126 self._enable_d_sig_id_verification_pens_metadata = enable_d_sig_id_verification_pens_metadata 13127 13128 @property 13129 def enable_d_sig_id_verification_premier_pens(self): 13130 """Gets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13131 13132 # noqa: E501 13133 13134 :return: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13135 :rtype: str 13136 """ 13137 return self._enable_d_sig_id_verification_premier_pens 13138 13139 @enable_d_sig_id_verification_premier_pens.setter 13140 def enable_d_sig_id_verification_premier_pens(self, enable_d_sig_id_verification_premier_pens): 13141 """Sets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. 13142 13143 # noqa: E501 13144 13145 :param enable_d_sig_id_verification_premier_pens: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13146 :type: str 13147 """ 13148 13149 self._enable_d_sig_id_verification_premier_pens = enable_d_sig_id_verification_premier_pens 13150 13151 @property 13152 def enable_d_sig_id_verification_premier_pens_metadata(self): 13153 """Gets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13154 13155 # noqa: E501 13156 13157 :return: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13158 :rtype: SettingsMetadata 13159 """ 13160 return self._enable_d_sig_id_verification_premier_pens_metadata 13161 13162 @enable_d_sig_id_verification_premier_pens_metadata.setter 13163 def enable_d_sig_id_verification_premier_pens_metadata(self, enable_d_sig_id_verification_premier_pens_metadata): 13164 """Sets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. 13165 13166 # noqa: E501 13167 13168 :param enable_d_sig_id_verification_premier_pens_metadata: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13169 :type: SettingsMetadata 13170 """ 13171 13172 self._enable_d_sig_id_verification_premier_pens_metadata = enable_d_sig_id_verification_premier_pens_metadata 13173 13174 @property 13175 def enable_d_sig_pen_group_eu_qes(self): 13176 """Gets the enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13177 13178 # noqa: E501 13179 13180 :return: The enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13181 :rtype: str 13182 """ 13183 return self._enable_d_sig_pen_group_eu_qes 13184 13185 @enable_d_sig_pen_group_eu_qes.setter 13186 def enable_d_sig_pen_group_eu_qes(self, enable_d_sig_pen_group_eu_qes): 13187 """Sets the enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. 13188 13189 # noqa: E501 13190 13191 :param enable_d_sig_pen_group_eu_qes: The enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13192 :type: str 13193 """ 13194 13195 self._enable_d_sig_pen_group_eu_qes = enable_d_sig_pen_group_eu_qes 13196 13197 @property 13198 def enable_d_sig_pen_group_eu_qes_metadata(self): 13199 """Gets the enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13200 13201 # noqa: E501 13202 13203 :return: The enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13204 :rtype: SettingsMetadata 13205 """ 13206 return self._enable_d_sig_pen_group_eu_qes_metadata 13207 13208 @enable_d_sig_pen_group_eu_qes_metadata.setter 13209 def enable_d_sig_pen_group_eu_qes_metadata(self, enable_d_sig_pen_group_eu_qes_metadata): 13210 """Sets the enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. 13211 13212 # noqa: E501 13213 13214 :param enable_d_sig_pen_group_eu_qes_metadata: The enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13215 :type: SettingsMetadata 13216 """ 13217 13218 self._enable_d_sig_pen_group_eu_qes_metadata = enable_d_sig_pen_group_eu_qes_metadata 13219 13220 @property 13221 def enable_d_sig_plg_eu_qes_pens(self): 13222 """Gets the enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13223 13224 # noqa: E501 13225 13226 :return: The enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13227 :rtype: str 13228 """ 13229 return self._enable_d_sig_plg_eu_qes_pens 13230 13231 @enable_d_sig_plg_eu_qes_pens.setter 13232 def enable_d_sig_plg_eu_qes_pens(self, enable_d_sig_plg_eu_qes_pens): 13233 """Sets the enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. 13234 13235 # noqa: E501 13236 13237 :param enable_d_sig_plg_eu_qes_pens: The enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13238 :type: str 13239 """ 13240 13241 self._enable_d_sig_plg_eu_qes_pens = enable_d_sig_plg_eu_qes_pens 13242 13243 @property 13244 def enable_d_sig_plg_eu_qes_pens_metadata(self): 13245 """Gets the enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13246 13247 # noqa: E501 13248 13249 :return: The enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13250 :rtype: SettingsMetadata 13251 """ 13252 return self._enable_d_sig_plg_eu_qes_pens_metadata 13253 13254 @enable_d_sig_plg_eu_qes_pens_metadata.setter 13255 def enable_d_sig_plg_eu_qes_pens_metadata(self, enable_d_sig_plg_eu_qes_pens_metadata): 13256 """Sets the enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. 13257 13258 # noqa: E501 13259 13260 :param enable_d_sig_plg_eu_qes_pens_metadata: The enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13261 :type: SettingsMetadata 13262 """ 13263 13264 self._enable_d_sig_plg_eu_qes_pens_metadata = enable_d_sig_plg_eu_qes_pens_metadata 13265 13266 @property 13267 def enable_ds_pro(self): 13268 """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13269 13270 # noqa: E501 13271 13272 :return: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13273 :rtype: str 13274 """ 13275 return self._enable_ds_pro 13276 13277 @enable_ds_pro.setter 13278 def enable_ds_pro(self, enable_ds_pro): 13279 """Sets the enable_ds_pro of this AccountSettingsInformation. 13280 13281 # noqa: E501 13282 13283 :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13284 :type: str 13285 """ 13286 13287 self._enable_ds_pro = enable_ds_pro 13288 13289 @property 13290 def enable_ds_pro_metadata(self): 13291 """Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13292 13293 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 13294 13295 :return: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13296 :rtype: SettingsMetadata 13297 """ 13298 return self._enable_ds_pro_metadata 13299 13300 @enable_ds_pro_metadata.setter 13301 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 13302 """Sets the enable_ds_pro_metadata of this AccountSettingsInformation. 13303 13304 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 13305 13306 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13307 :type: SettingsMetadata 13308 """ 13309 13310 self._enable_ds_pro_metadata = enable_ds_pro_metadata 13311 13312 @property 13313 def enable_enforce_tls_emails_setting_metadata(self): 13314 """Gets the enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13315 13316 # noqa: E501 13317 13318 :return: The enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13319 :rtype: SettingsMetadata 13320 """ 13321 return self._enable_enforce_tls_emails_setting_metadata 13322 13323 @enable_enforce_tls_emails_setting_metadata.setter 13324 def enable_enforce_tls_emails_setting_metadata(self, enable_enforce_tls_emails_setting_metadata): 13325 """Sets the enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. 13326 13327 # noqa: E501 13328 13329 :param enable_enforce_tls_emails_setting_metadata: The enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13330 :type: SettingsMetadata 13331 """ 13332 13333 self._enable_enforce_tls_emails_setting_metadata = enable_enforce_tls_emails_setting_metadata 13334 13335 @property 13336 def enable_envelope_stamping_by_account_admin(self): 13337 """Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13338 13339 # noqa: E501 13340 13341 :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13342 :rtype: str 13343 """ 13344 return self._enable_envelope_stamping_by_account_admin 13345 13346 @enable_envelope_stamping_by_account_admin.setter 13347 def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_account_admin): 13348 """Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. 13349 13350 # noqa: E501 13351 13352 :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13353 :type: str 13354 """ 13355 13356 self._enable_envelope_stamping_by_account_admin = enable_envelope_stamping_by_account_admin 13357 13358 @property 13359 def enable_envelope_stamping_by_account_admin_metadata(self): 13360 """Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13361 13362 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 13363 13364 :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13365 :rtype: SettingsMetadata 13366 """ 13367 return self._enable_envelope_stamping_by_account_admin_metadata 13368 13369 @enable_envelope_stamping_by_account_admin_metadata.setter 13370 def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_stamping_by_account_admin_metadata): 13371 """Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. 13372 13373 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 13374 13375 :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13376 :type: SettingsMetadata 13377 """ 13378 13379 self._enable_envelope_stamping_by_account_admin_metadata = enable_envelope_stamping_by_account_admin_metadata 13380 13381 @property 13382 def enable_envelope_stamping_by_ds_admin(self): 13383 """Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13384 13385 # noqa: E501 13386 13387 :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13388 :rtype: str 13389 """ 13390 return self._enable_envelope_stamping_by_ds_admin 13391 13392 @enable_envelope_stamping_by_ds_admin.setter 13393 def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_admin): 13394 """Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. 13395 13396 # noqa: E501 13397 13398 :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13399 :type: str 13400 """ 13401 13402 self._enable_envelope_stamping_by_ds_admin = enable_envelope_stamping_by_ds_admin 13403 13404 @property 13405 def enable_envelope_stamping_by_ds_admin_metadata(self): 13406 """Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13407 13408 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 13409 13410 :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13411 :rtype: SettingsMetadata 13412 """ 13413 return self._enable_envelope_stamping_by_ds_admin_metadata 13414 13415 @enable_envelope_stamping_by_ds_admin_metadata.setter 13416 def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping_by_ds_admin_metadata): 13417 """Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. 13418 13419 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 13420 13421 :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13422 :type: SettingsMetadata 13423 """ 13424 13425 self._enable_envelope_stamping_by_ds_admin_metadata = enable_envelope_stamping_by_ds_admin_metadata 13426 13427 @property 13428 def enable_e_sign_api_hourly_limit_management(self): 13429 """Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13430 13431 # noqa: E501 13432 13433 :return: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13434 :rtype: str 13435 """ 13436 return self._enable_e_sign_api_hourly_limit_management 13437 13438 @enable_e_sign_api_hourly_limit_management.setter 13439 def enable_e_sign_api_hourly_limit_management(self, enable_e_sign_api_hourly_limit_management): 13440 """Sets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. 13441 13442 # noqa: E501 13443 13444 :param enable_e_sign_api_hourly_limit_management: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13445 :type: str 13446 """ 13447 13448 self._enable_e_sign_api_hourly_limit_management = enable_e_sign_api_hourly_limit_management 13449 13450 @property 13451 def enable_e_sign_api_hourly_limit_management_metadata(self): 13452 """Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13453 13454 # noqa: E501 13455 13456 :return: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13457 :rtype: SettingsMetadata 13458 """ 13459 return self._enable_e_sign_api_hourly_limit_management_metadata 13460 13461 @enable_e_sign_api_hourly_limit_management_metadata.setter 13462 def enable_e_sign_api_hourly_limit_management_metadata(self, enable_e_sign_api_hourly_limit_management_metadata): 13463 """Sets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. 13464 13465 # noqa: E501 13466 13467 :param enable_e_sign_api_hourly_limit_management_metadata: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13468 :type: SettingsMetadata 13469 """ 13470 13471 self._enable_e_sign_api_hourly_limit_management_metadata = enable_e_sign_api_hourly_limit_management_metadata 13472 13473 @property 13474 def enable_esign_communities(self): 13475 """Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13476 13477 # noqa: E501 13478 13479 :return: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13480 :rtype: str 13481 """ 13482 return self._enable_esign_communities 13483 13484 @enable_esign_communities.setter 13485 def enable_esign_communities(self, enable_esign_communities): 13486 """Sets the enable_esign_communities of this AccountSettingsInformation. 13487 13488 # noqa: E501 13489 13490 :param enable_esign_communities: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13491 :type: str 13492 """ 13493 13494 self._enable_esign_communities = enable_esign_communities 13495 13496 @property 13497 def enable_esign_communities_metadata(self): 13498 """Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13499 13500 # noqa: E501 13501 13502 :return: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13503 :rtype: SettingsMetadata 13504 """ 13505 return self._enable_esign_communities_metadata 13506 13507 @enable_esign_communities_metadata.setter 13508 def enable_esign_communities_metadata(self, enable_esign_communities_metadata): 13509 """Sets the enable_esign_communities_metadata of this AccountSettingsInformation. 13510 13511 # noqa: E501 13512 13513 :param enable_esign_communities_metadata: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13514 :type: SettingsMetadata 13515 """ 13516 13517 self._enable_esign_communities_metadata = enable_esign_communities_metadata 13518 13519 @property 13520 def enable_esign_task_list(self): 13521 """Gets the enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13522 13523 # noqa: E501 13524 13525 :return: The enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13526 :rtype: str 13527 """ 13528 return self._enable_esign_task_list 13529 13530 @enable_esign_task_list.setter 13531 def enable_esign_task_list(self, enable_esign_task_list): 13532 """Sets the enable_esign_task_list of this AccountSettingsInformation. 13533 13534 # noqa: E501 13535 13536 :param enable_esign_task_list: The enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13537 :type: str 13538 """ 13539 13540 self._enable_esign_task_list = enable_esign_task_list 13541 13542 @property 13543 def enable_esign_task_list_metadata(self): 13544 """Gets the enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13545 13546 # noqa: E501 13547 13548 :return: The enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13549 :rtype: SettingsMetadata 13550 """ 13551 return self._enable_esign_task_list_metadata 13552 13553 @enable_esign_task_list_metadata.setter 13554 def enable_esign_task_list_metadata(self, enable_esign_task_list_metadata): 13555 """Sets the enable_esign_task_list_metadata of this AccountSettingsInformation. 13556 13557 # noqa: E501 13558 13559 :param enable_esign_task_list_metadata: The enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13560 :type: SettingsMetadata 13561 """ 13562 13563 self._enable_esign_task_list_metadata = enable_esign_task_list_metadata 13564 13565 @property 13566 def enable_generation_with3_p_integration(self): 13567 """Gets the enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13568 13569 # noqa: E501 13570 13571 :return: The enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13572 :rtype: str 13573 """ 13574 return self._enable_generation_with3_p_integration 13575 13576 @enable_generation_with3_p_integration.setter 13577 def enable_generation_with3_p_integration(self, enable_generation_with3_p_integration): 13578 """Sets the enable_generation_with3_p_integration of this AccountSettingsInformation. 13579 13580 # noqa: E501 13581 13582 :param enable_generation_with3_p_integration: The enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13583 :type: str 13584 """ 13585 13586 self._enable_generation_with3_p_integration = enable_generation_with3_p_integration 13587 13588 @property 13589 def enable_generation_with3_p_integration_meta_data(self): 13590 """Gets the enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13591 13592 # noqa: E501 13593 13594 :return: The enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13595 :rtype: SettingsMetadata 13596 """ 13597 return self._enable_generation_with3_p_integration_meta_data 13598 13599 @enable_generation_with3_p_integration_meta_data.setter 13600 def enable_generation_with3_p_integration_meta_data(self, enable_generation_with3_p_integration_meta_data): 13601 """Sets the enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. 13602 13603 # noqa: E501 13604 13605 :param enable_generation_with3_p_integration_meta_data: The enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13606 :type: SettingsMetadata 13607 """ 13608 13609 self._enable_generation_with3_p_integration_meta_data = enable_generation_with3_p_integration_meta_data 13610 13611 @property 13612 def enable_id_fx_accountless_sms_auth_for_part11(self): 13613 """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13614 13615 # noqa: E501 13616 13617 :return: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13618 :rtype: str 13619 """ 13620 return self._enable_id_fx_accountless_sms_auth_for_part11 13621 13622 @enable_id_fx_accountless_sms_auth_for_part11.setter 13623 def enable_id_fx_accountless_sms_auth_for_part11(self, enable_id_fx_accountless_sms_auth_for_part11): 13624 """Sets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. 13625 13626 # noqa: E501 13627 13628 :param enable_id_fx_accountless_sms_auth_for_part11: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13629 :type: str 13630 """ 13631 13632 self._enable_id_fx_accountless_sms_auth_for_part11 = enable_id_fx_accountless_sms_auth_for_part11 13633 13634 @property 13635 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self): 13636 """Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13637 13638 # noqa: E501 13639 13640 :return: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13641 :rtype: SettingsMetadata 13642 """ 13643 return self._enable_id_fx_accountless_sms_auth_for_part11_metadata 13644 13645 @enable_id_fx_accountless_sms_auth_for_part11_metadata.setter 13646 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self, enable_id_fx_accountless_sms_auth_for_part11_metadata): 13647 """Sets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. 13648 13649 # noqa: E501 13650 13651 :param enable_id_fx_accountless_sms_auth_for_part11_metadata: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13652 :type: SettingsMetadata 13653 """ 13654 13655 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = enable_id_fx_accountless_sms_auth_for_part11_metadata 13656 13657 @property 13658 def enable_id_fx_intuit_kba(self): 13659 """Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13660 13661 # noqa: E501 13662 13663 :return: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13664 :rtype: str 13665 """ 13666 return self._enable_id_fx_intuit_kba 13667 13668 @enable_id_fx_intuit_kba.setter 13669 def enable_id_fx_intuit_kba(self, enable_id_fx_intuit_kba): 13670 """Sets the enable_id_fx_intuit_kba of this AccountSettingsInformation. 13671 13672 # noqa: E501 13673 13674 :param enable_id_fx_intuit_kba: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13675 :type: str 13676 """ 13677 13678 self._enable_id_fx_intuit_kba = enable_id_fx_intuit_kba 13679 13680 @property 13681 def enable_id_fx_intuit_kba_metadata(self): 13682 """Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13683 13684 # noqa: E501 13685 13686 :return: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13687 :rtype: SettingsMetadata 13688 """ 13689 return self._enable_id_fx_intuit_kba_metadata 13690 13691 @enable_id_fx_intuit_kba_metadata.setter 13692 def enable_id_fx_intuit_kba_metadata(self, enable_id_fx_intuit_kba_metadata): 13693 """Sets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. 13694 13695 # noqa: E501 13696 13697 :param enable_id_fx_intuit_kba_metadata: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13698 :type: SettingsMetadata 13699 """ 13700 13701 self._enable_id_fx_intuit_kba_metadata = enable_id_fx_intuit_kba_metadata 13702 13703 @property 13704 def enable_id_fx_phone_authentication(self): 13705 """Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13706 13707 # noqa: E501 13708 13709 :return: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13710 :rtype: str 13711 """ 13712 return self._enable_id_fx_phone_authentication 13713 13714 @enable_id_fx_phone_authentication.setter 13715 def enable_id_fx_phone_authentication(self, enable_id_fx_phone_authentication): 13716 """Sets the enable_id_fx_phone_authentication of this AccountSettingsInformation. 13717 13718 # noqa: E501 13719 13720 :param enable_id_fx_phone_authentication: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13721 :type: str 13722 """ 13723 13724 self._enable_id_fx_phone_authentication = enable_id_fx_phone_authentication 13725 13726 @property 13727 def enable_id_fx_phone_authentication_metadata(self): 13728 """Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13729 13730 # noqa: E501 13731 13732 :return: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13733 :rtype: SettingsMetadata 13734 """ 13735 return self._enable_id_fx_phone_authentication_metadata 13736 13737 @enable_id_fx_phone_authentication_metadata.setter 13738 def enable_id_fx_phone_authentication_metadata(self, enable_id_fx_phone_authentication_metadata): 13739 """Sets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. 13740 13741 # noqa: E501 13742 13743 :param enable_id_fx_phone_authentication_metadata: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13744 :type: SettingsMetadata 13745 """ 13746 13747 self._enable_id_fx_phone_authentication_metadata = enable_id_fx_phone_authentication_metadata 13748 13749 @property 13750 def enable_idfx_phone_auth_signature_auth_status(self): 13751 """Gets the enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13752 13753 # noqa: E501 13754 13755 :return: The enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13756 :rtype: str 13757 """ 13758 return self._enable_idfx_phone_auth_signature_auth_status 13759 13760 @enable_idfx_phone_auth_signature_auth_status.setter 13761 def enable_idfx_phone_auth_signature_auth_status(self, enable_idfx_phone_auth_signature_auth_status): 13762 """Sets the enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. 13763 13764 # noqa: E501 13765 13766 :param enable_idfx_phone_auth_signature_auth_status: The enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13767 :type: str 13768 """ 13769 13770 self._enable_idfx_phone_auth_signature_auth_status = enable_idfx_phone_auth_signature_auth_status 13771 13772 @property 13773 def enable_idfx_phone_auth_signature_auth_status_metadata(self): 13774 """Gets the enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13775 13776 # noqa: E501 13777 13778 :return: The enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13779 :rtype: SettingsMetadata 13780 """ 13781 return self._enable_idfx_phone_auth_signature_auth_status_metadata 13782 13783 @enable_idfx_phone_auth_signature_auth_status_metadata.setter 13784 def enable_idfx_phone_auth_signature_auth_status_metadata(self, enable_idfx_phone_auth_signature_auth_status_metadata): 13785 """Sets the enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. 13786 13787 # noqa: E501 13788 13789 :param enable_idfx_phone_auth_signature_auth_status_metadata: The enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13790 :type: SettingsMetadata 13791 """ 13792 13793 self._enable_idfx_phone_auth_signature_auth_status_metadata = enable_idfx_phone_auth_signature_auth_status_metadata 13794 13795 @property 13796 def enable_inbox_browse_views_powered_by_elastic_search(self): 13797 """Gets the enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13798 13799 # noqa: E501 13800 13801 :return: The enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13802 :rtype: str 13803 """ 13804 return self._enable_inbox_browse_views_powered_by_elastic_search 13805 13806 @enable_inbox_browse_views_powered_by_elastic_search.setter 13807 def enable_inbox_browse_views_powered_by_elastic_search(self, enable_inbox_browse_views_powered_by_elastic_search): 13808 """Sets the enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. 13809 13810 # noqa: E501 13811 13812 :param enable_inbox_browse_views_powered_by_elastic_search: The enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13813 :type: str 13814 """ 13815 13816 self._enable_inbox_browse_views_powered_by_elastic_search = enable_inbox_browse_views_powered_by_elastic_search 13817 13818 @property 13819 def enable_inbox_browse_views_powered_by_elastic_search_metadata(self): 13820 """Gets the enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13821 13822 # noqa: E501 13823 13824 :return: The enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13825 :rtype: SettingsMetadata 13826 """ 13827 return self._enable_inbox_browse_views_powered_by_elastic_search_metadata 13828 13829 @enable_inbox_browse_views_powered_by_elastic_search_metadata.setter 13830 def enable_inbox_browse_views_powered_by_elastic_search_metadata(self, enable_inbox_browse_views_powered_by_elastic_search_metadata): 13831 """Sets the enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. 13832 13833 # noqa: E501 13834 13835 :param enable_inbox_browse_views_powered_by_elastic_search_metadata: The enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13836 :type: SettingsMetadata 13837 """ 13838 13839 self._enable_inbox_browse_views_powered_by_elastic_search_metadata = enable_inbox_browse_views_powered_by_elastic_search_metadata 13840 13841 @property 13842 def enable_inbox_relevance_sort(self): 13843 """Gets the enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13844 13845 # noqa: E501 13846 13847 :return: The enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13848 :rtype: str 13849 """ 13850 return self._enable_inbox_relevance_sort 13851 13852 @enable_inbox_relevance_sort.setter 13853 def enable_inbox_relevance_sort(self, enable_inbox_relevance_sort): 13854 """Sets the enable_inbox_relevance_sort of this AccountSettingsInformation. 13855 13856 # noqa: E501 13857 13858 :param enable_inbox_relevance_sort: The enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13859 :type: str 13860 """ 13861 13862 self._enable_inbox_relevance_sort = enable_inbox_relevance_sort 13863 13864 @property 13865 def enable_inbox_relevance_sort_metadata(self): 13866 """Gets the enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13867 13868 # noqa: E501 13869 13870 :return: The enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13871 :rtype: SettingsMetadata 13872 """ 13873 return self._enable_inbox_relevance_sort_metadata 13874 13875 @enable_inbox_relevance_sort_metadata.setter 13876 def enable_inbox_relevance_sort_metadata(self, enable_inbox_relevance_sort_metadata): 13877 """Sets the enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. 13878 13879 # noqa: E501 13880 13881 :param enable_inbox_relevance_sort_metadata: The enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13882 :type: SettingsMetadata 13883 """ 13884 13885 self._enable_inbox_relevance_sort_metadata = enable_inbox_relevance_sort_metadata 13886 13887 @property 13888 def enable_in_browser_editor(self): 13889 """Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13890 13891 # noqa: E501 13892 13893 :return: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13894 :rtype: str 13895 """ 13896 return self._enable_in_browser_editor 13897 13898 @enable_in_browser_editor.setter 13899 def enable_in_browser_editor(self, enable_in_browser_editor): 13900 """Sets the enable_in_browser_editor of this AccountSettingsInformation. 13901 13902 # noqa: E501 13903 13904 :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13905 :type: str 13906 """ 13907 13908 self._enable_in_browser_editor = enable_in_browser_editor 13909 13910 @property 13911 def enable_in_browser_editor_metadata(self): 13912 """Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13913 13914 # noqa: E501 13915 13916 :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13917 :rtype: SettingsMetadata 13918 """ 13919 return self._enable_in_browser_editor_metadata 13920 13921 @enable_in_browser_editor_metadata.setter 13922 def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): 13923 """Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. 13924 13925 # noqa: E501 13926 13927 :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13928 :type: SettingsMetadata 13929 """ 13930 13931 self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata 13932 13933 @property 13934 def enable_key_terms_suggestions_by_document_type(self): 13935 """Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13936 13937 # noqa: E501 13938 13939 :return: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13940 :rtype: str 13941 """ 13942 return self._enable_key_terms_suggestions_by_document_type 13943 13944 @enable_key_terms_suggestions_by_document_type.setter 13945 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 13946 """Sets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. 13947 13948 # noqa: E501 13949 13950 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13951 :type: str 13952 """ 13953 13954 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 13955 13956 @property 13957 def enable_key_terms_suggestions_by_document_type_metadata(self): 13958 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13959 13960 # noqa: E501 13961 13962 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13963 :rtype: SettingsMetadata 13964 """ 13965 return self._enable_key_terms_suggestions_by_document_type_metadata 13966 13967 @enable_key_terms_suggestions_by_document_type_metadata.setter 13968 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 13969 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. 13970 13971 # noqa: E501 13972 13973 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13974 :type: SettingsMetadata 13975 """ 13976 13977 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 13978 13979 @property 13980 def enable_large_file_support(self): 13981 """Gets the enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13982 13983 # noqa: E501 13984 13985 :return: The enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13986 :rtype: str 13987 """ 13988 return self._enable_large_file_support 13989 13990 @enable_large_file_support.setter 13991 def enable_large_file_support(self, enable_large_file_support): 13992 """Sets the enable_large_file_support of this AccountSettingsInformation. 13993 13994 # noqa: E501 13995 13996 :param enable_large_file_support: The enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13997 :type: str 13998 """ 13999 14000 self._enable_large_file_support = enable_large_file_support 14001 14002 @property 14003 def enable_large_file_support_metadata(self): 14004 """Gets the enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14005 14006 # noqa: E501 14007 14008 :return: The enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14009 :rtype: SettingsMetadata 14010 """ 14011 return self._enable_large_file_support_metadata 14012 14013 @enable_large_file_support_metadata.setter 14014 def enable_large_file_support_metadata(self, enable_large_file_support_metadata): 14015 """Sets the enable_large_file_support_metadata of this AccountSettingsInformation. 14016 14017 # noqa: E501 14018 14019 :param enable_large_file_support_metadata: The enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14020 :type: SettingsMetadata 14021 """ 14022 14023 self._enable_large_file_support_metadata = enable_large_file_support_metadata 14024 14025 @property 14026 def enable_legacy_shared_envelopes(self): 14027 """Gets the enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14028 14029 # noqa: E501 14030 14031 :return: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14032 :rtype: str 14033 """ 14034 return self._enable_legacy_shared_envelopes 14035 14036 @enable_legacy_shared_envelopes.setter 14037 def enable_legacy_shared_envelopes(self, enable_legacy_shared_envelopes): 14038 """Sets the enable_legacy_shared_envelopes of this AccountSettingsInformation. 14039 14040 # noqa: E501 14041 14042 :param enable_legacy_shared_envelopes: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14043 :type: str 14044 """ 14045 14046 self._enable_legacy_shared_envelopes = enable_legacy_shared_envelopes 14047 14048 @property 14049 def enable_legacy_shared_envelopes_metadata(self): 14050 """Gets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14051 14052 # noqa: E501 14053 14054 :return: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14055 :rtype: SettingsMetadata 14056 """ 14057 return self._enable_legacy_shared_envelopes_metadata 14058 14059 @enable_legacy_shared_envelopes_metadata.setter 14060 def enable_legacy_shared_envelopes_metadata(self, enable_legacy_shared_envelopes_metadata): 14061 """Sets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. 14062 14063 # noqa: E501 14064 14065 :param enable_legacy_shared_envelopes_metadata: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14066 :type: SettingsMetadata 14067 """ 14068 14069 self._enable_legacy_shared_envelopes_metadata = enable_legacy_shared_envelopes_metadata 14070 14071 @property 14072 def enable_license_management(self): 14073 """Gets the enable_license_management of this AccountSettingsInformation. # noqa: E501 14074 14075 # noqa: E501 14076 14077 :return: The enable_license_management of this AccountSettingsInformation. # noqa: E501 14078 :rtype: str 14079 """ 14080 return self._enable_license_management 14081 14082 @enable_license_management.setter 14083 def enable_license_management(self, enable_license_management): 14084 """Sets the enable_license_management of this AccountSettingsInformation. 14085 14086 # noqa: E501 14087 14088 :param enable_license_management: The enable_license_management of this AccountSettingsInformation. # noqa: E501 14089 :type: str 14090 """ 14091 14092 self._enable_license_management = enable_license_management 14093 14094 @property 14095 def enable_license_management_metadata(self): 14096 """Gets the enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14097 14098 # noqa: E501 14099 14100 :return: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14101 :rtype: SettingsMetadata 14102 """ 14103 return self._enable_license_management_metadata 14104 14105 @enable_license_management_metadata.setter 14106 def enable_license_management_metadata(self, enable_license_management_metadata): 14107 """Sets the enable_license_management_metadata of this AccountSettingsInformation. 14108 14109 # noqa: E501 14110 14111 :param enable_license_management_metadata: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14112 :type: SettingsMetadata 14113 """ 14114 14115 self._enable_license_management_metadata = enable_license_management_metadata 14116 14117 @property 14118 def enable_microsoft_dynamics365_extension(self): 14119 """Gets the enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14120 14121 # noqa: E501 14122 14123 :return: The enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14124 :rtype: str 14125 """ 14126 return self._enable_microsoft_dynamics365_extension 14127 14128 @enable_microsoft_dynamics365_extension.setter 14129 def enable_microsoft_dynamics365_extension(self, enable_microsoft_dynamics365_extension): 14130 """Sets the enable_microsoft_dynamics365_extension of this AccountSettingsInformation. 14131 14132 # noqa: E501 14133 14134 :param enable_microsoft_dynamics365_extension: The enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14135 :type: str 14136 """ 14137 14138 self._enable_microsoft_dynamics365_extension = enable_microsoft_dynamics365_extension 14139 14140 @property 14141 def enable_microsoft_dynamics365_extension_metadata(self): 14142 """Gets the enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14143 14144 # noqa: E501 14145 14146 :return: The enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14147 :rtype: SettingsMetadata 14148 """ 14149 return self._enable_microsoft_dynamics365_extension_metadata 14150 14151 @enable_microsoft_dynamics365_extension_metadata.setter 14152 def enable_microsoft_dynamics365_extension_metadata(self, enable_microsoft_dynamics365_extension_metadata): 14153 """Sets the enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. 14154 14155 # noqa: E501 14156 14157 :param enable_microsoft_dynamics365_extension_metadata: The enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14158 :type: SettingsMetadata 14159 """ 14160 14161 self._enable_microsoft_dynamics365_extension_metadata = enable_microsoft_dynamics365_extension_metadata 14162 14163 @property 14164 def enable_multi_user_repository_features(self): 14165 """Gets the enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14166 14167 # noqa: E501 14168 14169 :return: The enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14170 :rtype: str 14171 """ 14172 return self._enable_multi_user_repository_features 14173 14174 @enable_multi_user_repository_features.setter 14175 def enable_multi_user_repository_features(self, enable_multi_user_repository_features): 14176 """Sets the enable_multi_user_repository_features of this AccountSettingsInformation. 14177 14178 # noqa: E501 14179 14180 :param enable_multi_user_repository_features: The enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14181 :type: str 14182 """ 14183 14184 self._enable_multi_user_repository_features = enable_multi_user_repository_features 14185 14186 @property 14187 def enable_multi_user_repository_features_metadata(self): 14188 """Gets the enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14189 14190 # noqa: E501 14191 14192 :return: The enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14193 :rtype: SettingsMetadata 14194 """ 14195 return self._enable_multi_user_repository_features_metadata 14196 14197 @enable_multi_user_repository_features_metadata.setter 14198 def enable_multi_user_repository_features_metadata(self, enable_multi_user_repository_features_metadata): 14199 """Sets the enable_multi_user_repository_features_metadata of this AccountSettingsInformation. 14200 14201 # noqa: E501 14202 14203 :param enable_multi_user_repository_features_metadata: The enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14204 :type: SettingsMetadata 14205 """ 14206 14207 self._enable_multi_user_repository_features_metadata = enable_multi_user_repository_features_metadata 14208 14209 @property 14210 def enable_navigator_api_data_in(self): 14211 """Gets the enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14212 14213 # noqa: E501 14214 14215 :return: The enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14216 :rtype: str 14217 """ 14218 return self._enable_navigator_api_data_in 14219 14220 @enable_navigator_api_data_in.setter 14221 def enable_navigator_api_data_in(self, enable_navigator_api_data_in): 14222 """Sets the enable_navigator_api_data_in of this AccountSettingsInformation. 14223 14224 # noqa: E501 14225 14226 :param enable_navigator_api_data_in: The enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14227 :type: str 14228 """ 14229 14230 self._enable_navigator_api_data_in = enable_navigator_api_data_in 14231 14232 @property 14233 def enable_navigator_api_data_in_metadata(self): 14234 """Gets the enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14235 14236 # noqa: E501 14237 14238 :return: The enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14239 :rtype: SettingsMetadata 14240 """ 14241 return self._enable_navigator_api_data_in_metadata 14242 14243 @enable_navigator_api_data_in_metadata.setter 14244 def enable_navigator_api_data_in_metadata(self, enable_navigator_api_data_in_metadata): 14245 """Sets the enable_navigator_api_data_in_metadata of this AccountSettingsInformation. 14246 14247 # noqa: E501 14248 14249 :param enable_navigator_api_data_in_metadata: The enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14250 :type: SettingsMetadata 14251 """ 14252 14253 self._enable_navigator_api_data_in_metadata = enable_navigator_api_data_in_metadata 14254 14255 @property 14256 def enable_navigator_api_data_out(self): 14257 """Gets the enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14258 14259 # noqa: E501 14260 14261 :return: The enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14262 :rtype: str 14263 """ 14264 return self._enable_navigator_api_data_out 14265 14266 @enable_navigator_api_data_out.setter 14267 def enable_navigator_api_data_out(self, enable_navigator_api_data_out): 14268 """Sets the enable_navigator_api_data_out of this AccountSettingsInformation. 14269 14270 # noqa: E501 14271 14272 :param enable_navigator_api_data_out: The enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14273 :type: str 14274 """ 14275 14276 self._enable_navigator_api_data_out = enable_navigator_api_data_out 14277 14278 @property 14279 def enable_navigator_api_data_out_metadata(self): 14280 """Gets the enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14281 14282 # noqa: E501 14283 14284 :return: The enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14285 :rtype: SettingsMetadata 14286 """ 14287 return self._enable_navigator_api_data_out_metadata 14288 14289 @enable_navigator_api_data_out_metadata.setter 14290 def enable_navigator_api_data_out_metadata(self, enable_navigator_api_data_out_metadata): 14291 """Sets the enable_navigator_api_data_out_metadata of this AccountSettingsInformation. 14292 14293 # noqa: E501 14294 14295 :param enable_navigator_api_data_out_metadata: The enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14296 :type: SettingsMetadata 14297 """ 14298 14299 self._enable_navigator_api_data_out_metadata = enable_navigator_api_data_out_metadata 14300 14301 @property 14302 def enable_navigator_api_utilities(self): 14303 """Gets the enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14304 14305 # noqa: E501 14306 14307 :return: The enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14308 :rtype: str 14309 """ 14310 return self._enable_navigator_api_utilities 14311 14312 @enable_navigator_api_utilities.setter 14313 def enable_navigator_api_utilities(self, enable_navigator_api_utilities): 14314 """Sets the enable_navigator_api_utilities of this AccountSettingsInformation. 14315 14316 # noqa: E501 14317 14318 :param enable_navigator_api_utilities: The enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14319 :type: str 14320 """ 14321 14322 self._enable_navigator_api_utilities = enable_navigator_api_utilities 14323 14324 @property 14325 def enable_navigator_api_utilities_metadata(self): 14326 """Gets the enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14327 14328 # noqa: E501 14329 14330 :return: The enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14331 :rtype: SettingsMetadata 14332 """ 14333 return self._enable_navigator_api_utilities_metadata 14334 14335 @enable_navigator_api_utilities_metadata.setter 14336 def enable_navigator_api_utilities_metadata(self, enable_navigator_api_utilities_metadata): 14337 """Sets the enable_navigator_api_utilities_metadata of this AccountSettingsInformation. 14338 14339 # noqa: E501 14340 14341 :param enable_navigator_api_utilities_metadata: The enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14342 :type: SettingsMetadata 14343 """ 14344 14345 self._enable_navigator_api_utilities_metadata = enable_navigator_api_utilities_metadata 14346 14347 @property 14348 def enable_navigator_for_hr(self): 14349 """Gets the enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14350 14351 # noqa: E501 14352 14353 :return: The enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14354 :rtype: str 14355 """ 14356 return self._enable_navigator_for_hr 14357 14358 @enable_navigator_for_hr.setter 14359 def enable_navigator_for_hr(self, enable_navigator_for_hr): 14360 """Sets the enable_navigator_for_hr of this AccountSettingsInformation. 14361 14362 # noqa: E501 14363 14364 :param enable_navigator_for_hr: The enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14365 :type: str 14366 """ 14367 14368 self._enable_navigator_for_hr = enable_navigator_for_hr 14369 14370 @property 14371 def enable_navigator_for_hr_metadata(self): 14372 """Gets the enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14373 14374 # noqa: E501 14375 14376 :return: The enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14377 :rtype: SettingsMetadata 14378 """ 14379 return self._enable_navigator_for_hr_metadata 14380 14381 @enable_navigator_for_hr_metadata.setter 14382 def enable_navigator_for_hr_metadata(self, enable_navigator_for_hr_metadata): 14383 """Sets the enable_navigator_for_hr_metadata of this AccountSettingsInformation. 14384 14385 # noqa: E501 14386 14387 :param enable_navigator_for_hr_metadata: The enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14388 :type: SettingsMetadata 14389 """ 14390 14391 self._enable_navigator_for_hr_metadata = enable_navigator_for_hr_metadata 14392 14393 @property 14394 def enable_navigator_hierarchy_ai(self): 14395 """Gets the enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14396 14397 # noqa: E501 14398 14399 :return: The enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14400 :rtype: str 14401 """ 14402 return self._enable_navigator_hierarchy_ai 14403 14404 @enable_navigator_hierarchy_ai.setter 14405 def enable_navigator_hierarchy_ai(self, enable_navigator_hierarchy_ai): 14406 """Sets the enable_navigator_hierarchy_ai of this AccountSettingsInformation. 14407 14408 # noqa: E501 14409 14410 :param enable_navigator_hierarchy_ai: The enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14411 :type: str 14412 """ 14413 14414 self._enable_navigator_hierarchy_ai = enable_navigator_hierarchy_ai 14415 14416 @property 14417 def enable_navigator_hierarchy_ai_metadata(self): 14418 """Gets the enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14419 14420 # noqa: E501 14421 14422 :return: The enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14423 :rtype: SettingsMetadata 14424 """ 14425 return self._enable_navigator_hierarchy_ai_metadata 14426 14427 @enable_navigator_hierarchy_ai_metadata.setter 14428 def enable_navigator_hierarchy_ai_metadata(self, enable_navigator_hierarchy_ai_metadata): 14429 """Sets the enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. 14430 14431 # noqa: E501 14432 14433 :param enable_navigator_hierarchy_ai_metadata: The enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14434 :type: SettingsMetadata 14435 """ 14436 14437 self._enable_navigator_hierarchy_ai_metadata = enable_navigator_hierarchy_ai_metadata 14438 14439 @property 14440 def enable_navigator_partial_ingestion(self): 14441 """Gets the enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14442 14443 # noqa: E501 14444 14445 :return: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14446 :rtype: str 14447 """ 14448 return self._enable_navigator_partial_ingestion 14449 14450 @enable_navigator_partial_ingestion.setter 14451 def enable_navigator_partial_ingestion(self, enable_navigator_partial_ingestion): 14452 """Sets the enable_navigator_partial_ingestion of this AccountSettingsInformation. 14453 14454 # noqa: E501 14455 14456 :param enable_navigator_partial_ingestion: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14457 :type: str 14458 """ 14459 14460 self._enable_navigator_partial_ingestion = enable_navigator_partial_ingestion 14461 14462 @property 14463 def enable_navigator_partial_ingestion_metadata(self): 14464 """Gets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14465 14466 # noqa: E501 14467 14468 :return: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14469 :rtype: SettingsMetadata 14470 """ 14471 return self._enable_navigator_partial_ingestion_metadata 14472 14473 @enable_navigator_partial_ingestion_metadata.setter 14474 def enable_navigator_partial_ingestion_metadata(self, enable_navigator_partial_ingestion_metadata): 14475 """Sets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. 14476 14477 # noqa: E501 14478 14479 :param enable_navigator_partial_ingestion_metadata: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14480 :type: SettingsMetadata 14481 """ 14482 14483 self._enable_navigator_partial_ingestion_metadata = enable_navigator_partial_ingestion_metadata 14484 14485 @property 14486 def enable_navigator_trial(self): 14487 """Gets the enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14488 14489 # noqa: E501 14490 14491 :return: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14492 :rtype: str 14493 """ 14494 return self._enable_navigator_trial 14495 14496 @enable_navigator_trial.setter 14497 def enable_navigator_trial(self, enable_navigator_trial): 14498 """Sets the enable_navigator_trial of this AccountSettingsInformation. 14499 14500 # noqa: E501 14501 14502 :param enable_navigator_trial: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14503 :type: str 14504 """ 14505 14506 self._enable_navigator_trial = enable_navigator_trial 14507 14508 @property 14509 def enable_navigator_trial_metadata(self): 14510 """Gets the enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14511 14512 # noqa: E501 14513 14514 :return: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14515 :rtype: SettingsMetadata 14516 """ 14517 return self._enable_navigator_trial_metadata 14518 14519 @enable_navigator_trial_metadata.setter 14520 def enable_navigator_trial_metadata(self, enable_navigator_trial_metadata): 14521 """Sets the enable_navigator_trial_metadata of this AccountSettingsInformation. 14522 14523 # noqa: E501 14524 14525 :param enable_navigator_trial_metadata: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14526 :type: SettingsMetadata 14527 """ 14528 14529 self._enable_navigator_trial_metadata = enable_navigator_trial_metadata 14530 14531 @property 14532 def enable_notary_on_demand_witness(self): 14533 """Gets the enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14534 14535 # noqa: E501 14536 14537 :return: The enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14538 :rtype: str 14539 """ 14540 return self._enable_notary_on_demand_witness 14541 14542 @enable_notary_on_demand_witness.setter 14543 def enable_notary_on_demand_witness(self, enable_notary_on_demand_witness): 14544 """Sets the enable_notary_on_demand_witness of this AccountSettingsInformation. 14545 14546 # noqa: E501 14547 14548 :param enable_notary_on_demand_witness: The enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14549 :type: str 14550 """ 14551 14552 self._enable_notary_on_demand_witness = enable_notary_on_demand_witness 14553 14554 @property 14555 def enable_notary_on_demand_witness_metadata(self): 14556 """Gets the enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14557 14558 # noqa: E501 14559 14560 :return: The enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14561 :rtype: SettingsMetadata 14562 """ 14563 return self._enable_notary_on_demand_witness_metadata 14564 14565 @enable_notary_on_demand_witness_metadata.setter 14566 def enable_notary_on_demand_witness_metadata(self, enable_notary_on_demand_witness_metadata): 14567 """Sets the enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. 14568 14569 # noqa: E501 14570 14571 :param enable_notary_on_demand_witness_metadata: The enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14572 :type: SettingsMetadata 14573 """ 14574 14575 self._enable_notary_on_demand_witness_metadata = enable_notary_on_demand_witness_metadata 14576 14577 @property 14578 def enable_obligation_management(self): 14579 """Gets the enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14580 14581 # noqa: E501 14582 14583 :return: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14584 :rtype: str 14585 """ 14586 return self._enable_obligation_management 14587 14588 @enable_obligation_management.setter 14589 def enable_obligation_management(self, enable_obligation_management): 14590 """Sets the enable_obligation_management of this AccountSettingsInformation. 14591 14592 # noqa: E501 14593 14594 :param enable_obligation_management: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14595 :type: str 14596 """ 14597 14598 self._enable_obligation_management = enable_obligation_management 14599 14600 @property 14601 def enable_obligation_management_metadata(self): 14602 """Gets the enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14603 14604 # noqa: E501 14605 14606 :return: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14607 :rtype: SettingsMetadata 14608 """ 14609 return self._enable_obligation_management_metadata 14610 14611 @enable_obligation_management_metadata.setter 14612 def enable_obligation_management_metadata(self, enable_obligation_management_metadata): 14613 """Sets the enable_obligation_management_metadata of this AccountSettingsInformation. 14614 14615 # noqa: E501 14616 14617 :param enable_obligation_management_metadata: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14618 :type: SettingsMetadata 14619 """ 14620 14621 self._enable_obligation_management_metadata = enable_obligation_management_metadata 14622 14623 @property 14624 def enable_participant_recipient_setting_metadata(self): 14625 """Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14626 14627 # noqa: E501 14628 14629 :return: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14630 :rtype: SettingsMetadata 14631 """ 14632 return self._enable_participant_recipient_setting_metadata 14633 14634 @enable_participant_recipient_setting_metadata.setter 14635 def enable_participant_recipient_setting_metadata(self, enable_participant_recipient_setting_metadata): 14636 """Sets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. 14637 14638 # noqa: E501 14639 14640 :param enable_participant_recipient_setting_metadata: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14641 :type: SettingsMetadata 14642 """ 14643 14644 self._enable_participant_recipient_setting_metadata = enable_participant_recipient_setting_metadata 14645 14646 @property 14647 def enable_payment_processing(self): 14648 """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14649 14650 # noqa: E501 14651 14652 :return: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14653 :rtype: str 14654 """ 14655 return self._enable_payment_processing 14656 14657 @enable_payment_processing.setter 14658 def enable_payment_processing(self, enable_payment_processing): 14659 """Sets the enable_payment_processing of this AccountSettingsInformation. 14660 14661 # noqa: E501 14662 14663 :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14664 :type: str 14665 """ 14666 14667 self._enable_payment_processing = enable_payment_processing 14668 14669 @property 14670 def enable_payment_processing_metadata(self): 14671 """Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14672 14673 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 14674 14675 :return: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14676 :rtype: SettingsMetadata 14677 """ 14678 return self._enable_payment_processing_metadata 14679 14680 @enable_payment_processing_metadata.setter 14681 def enable_payment_processing_metadata(self, enable_payment_processing_metadata): 14682 """Sets the enable_payment_processing_metadata of this AccountSettingsInformation. 14683 14684 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 14685 14686 :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14687 :type: SettingsMetadata 14688 """ 14689 14690 self._enable_payment_processing_metadata = enable_payment_processing_metadata 14691 14692 @property 14693 def enable_pdfa_conversion(self): 14694 """Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14695 14696 # noqa: E501 14697 14698 :return: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14699 :rtype: str 14700 """ 14701 return self._enable_pdfa_conversion 14702 14703 @enable_pdfa_conversion.setter 14704 def enable_pdfa_conversion(self, enable_pdfa_conversion): 14705 """Sets the enable_pdfa_conversion of this AccountSettingsInformation. 14706 14707 # noqa: E501 14708 14709 :param enable_pdfa_conversion: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14710 :type: str 14711 """ 14712 14713 self._enable_pdfa_conversion = enable_pdfa_conversion 14714 14715 @property 14716 def enable_pdfa_conversion_metadata(self): 14717 """Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14718 14719 # noqa: E501 14720 14721 :return: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14722 :rtype: SettingsMetadata 14723 """ 14724 return self._enable_pdfa_conversion_metadata 14725 14726 @enable_pdfa_conversion_metadata.setter 14727 def enable_pdfa_conversion_metadata(self, enable_pdfa_conversion_metadata): 14728 """Sets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. 14729 14730 # noqa: E501 14731 14732 :param enable_pdfa_conversion_metadata: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14733 :type: SettingsMetadata 14734 """ 14735 14736 self._enable_pdfa_conversion_metadata = enable_pdfa_conversion_metadata 14737 14738 @property 14739 def enable_power_form(self): 14740 """Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501 14741 14742 # noqa: E501 14743 14744 :return: The enable_power_form of this AccountSettingsInformation. # noqa: E501 14745 :rtype: str 14746 """ 14747 return self._enable_power_form 14748 14749 @enable_power_form.setter 14750 def enable_power_form(self, enable_power_form): 14751 """Sets the enable_power_form of this AccountSettingsInformation. 14752 14753 # noqa: E501 14754 14755 :param enable_power_form: The enable_power_form of this AccountSettingsInformation. # noqa: E501 14756 :type: str 14757 """ 14758 14759 self._enable_power_form = enable_power_form 14760 14761 @property 14762 def enable_power_form_direct(self): 14763 """Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14764 14765 # noqa: E501 14766 14767 :return: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14768 :rtype: str 14769 """ 14770 return self._enable_power_form_direct 14771 14772 @enable_power_form_direct.setter 14773 def enable_power_form_direct(self, enable_power_form_direct): 14774 """Sets the enable_power_form_direct of this AccountSettingsInformation. 14775 14776 # noqa: E501 14777 14778 :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14779 :type: str 14780 """ 14781 14782 self._enable_power_form_direct = enable_power_form_direct 14783 14784 @property 14785 def enable_power_form_direct_metadata(self): 14786 """Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14787 14788 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 14789 14790 :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14791 :rtype: SettingsMetadata 14792 """ 14793 return self._enable_power_form_direct_metadata 14794 14795 @enable_power_form_direct_metadata.setter 14796 def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): 14797 """Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. 14798 14799 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 14800 14801 :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14802 :type: SettingsMetadata 14803 """ 14804 14805 self._enable_power_form_direct_metadata = enable_power_form_direct_metadata 14806 14807 @property 14808 def enable_power_form_metadata(self): 14809 """Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14810 14811 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 14812 14813 :return: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14814 :rtype: SettingsMetadata 14815 """ 14816 return self._enable_power_form_metadata 14817 14818 @enable_power_form_metadata.setter 14819 def enable_power_form_metadata(self, enable_power_form_metadata): 14820 """Sets the enable_power_form_metadata of this AccountSettingsInformation. 14821 14822 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 14823 14824 :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14825 :type: SettingsMetadata 14826 """ 14827 14828 self._enable_power_form_metadata = enable_power_form_metadata 14829 14830 @property 14831 def enable_premium_data_verification_extensions(self): 14832 """Gets the enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14833 14834 # noqa: E501 14835 14836 :return: The enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14837 :rtype: str 14838 """ 14839 return self._enable_premium_data_verification_extensions 14840 14841 @enable_premium_data_verification_extensions.setter 14842 def enable_premium_data_verification_extensions(self, enable_premium_data_verification_extensions): 14843 """Sets the enable_premium_data_verification_extensions of this AccountSettingsInformation. 14844 14845 # noqa: E501 14846 14847 :param enable_premium_data_verification_extensions: The enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14848 :type: str 14849 """ 14850 14851 self._enable_premium_data_verification_extensions = enable_premium_data_verification_extensions 14852 14853 @property 14854 def enable_premium_data_verification_extensions_metadata(self): 14855 """Gets the enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14856 14857 # noqa: E501 14858 14859 :return: The enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14860 :rtype: SettingsMetadata 14861 """ 14862 return self._enable_premium_data_verification_extensions_metadata 14863 14864 @enable_premium_data_verification_extensions_metadata.setter 14865 def enable_premium_data_verification_extensions_metadata(self, enable_premium_data_verification_extensions_metadata): 14866 """Sets the enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. 14867 14868 # noqa: E501 14869 14870 :param enable_premium_data_verification_extensions_metadata: The enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14871 :type: SettingsMetadata 14872 """ 14873 14874 self._enable_premium_data_verification_extensions_metadata = enable_premium_data_verification_extensions_metadata 14875 14876 @property 14877 def enable_recipient_domain_validation(self): 14878 """Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14879 14880 # noqa: E501 14881 14882 :return: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14883 :rtype: str 14884 """ 14885 return self._enable_recipient_domain_validation 14886 14887 @enable_recipient_domain_validation.setter 14888 def enable_recipient_domain_validation(self, enable_recipient_domain_validation): 14889 """Sets the enable_recipient_domain_validation of this AccountSettingsInformation. 14890 14891 # noqa: E501 14892 14893 :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14894 :type: str 14895 """ 14896 14897 self._enable_recipient_domain_validation = enable_recipient_domain_validation 14898 14899 @property 14900 def enable_recipient_domain_validation_metadata(self): 14901 """Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14902 14903 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 14904 14905 :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14906 :rtype: SettingsMetadata 14907 """ 14908 return self._enable_recipient_domain_validation_metadata 14909 14910 @enable_recipient_domain_validation_metadata.setter 14911 def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_validation_metadata): 14912 """Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. 14913 14914 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 14915 14916 :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14917 :type: SettingsMetadata 14918 """ 14919 14920 self._enable_recipient_domain_validation_metadata = enable_recipient_domain_validation_metadata 14921 14922 @property 14923 def enable_recipient_may_provide_phone_number(self): 14924 """Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14925 14926 # noqa: E501 14927 14928 :return: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14929 :rtype: str 14930 """ 14931 return self._enable_recipient_may_provide_phone_number 14932 14933 @enable_recipient_may_provide_phone_number.setter 14934 def enable_recipient_may_provide_phone_number(self, enable_recipient_may_provide_phone_number): 14935 """Sets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. 14936 14937 # noqa: E501 14938 14939 :param enable_recipient_may_provide_phone_number: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14940 :type: str 14941 """ 14942 14943 self._enable_recipient_may_provide_phone_number = enable_recipient_may_provide_phone_number 14944 14945 @property 14946 def enable_recipient_may_provide_phone_number_metadata(self): 14947 """Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14948 14949 # noqa: E501 14950 14951 :return: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14952 :rtype: SettingsMetadata 14953 """ 14954 return self._enable_recipient_may_provide_phone_number_metadata 14955 14956 @enable_recipient_may_provide_phone_number_metadata.setter 14957 def enable_recipient_may_provide_phone_number_metadata(self, enable_recipient_may_provide_phone_number_metadata): 14958 """Sets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 14959 14960 # noqa: E501 14961 14962 :param enable_recipient_may_provide_phone_number_metadata: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14963 :type: SettingsMetadata 14964 """ 14965 14966 self._enable_recipient_may_provide_phone_number_metadata = enable_recipient_may_provide_phone_number_metadata 14967 14968 @property 14969 def enable_report_links(self): 14970 """Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501 14971 14972 # noqa: E501 14973 14974 :return: The enable_report_links of this AccountSettingsInformation. # noqa: E501 14975 :rtype: str 14976 """ 14977 return self._enable_report_links 14978 14979 @enable_report_links.setter 14980 def enable_report_links(self, enable_report_links): 14981 """Sets the enable_report_links of this AccountSettingsInformation. 14982 14983 # noqa: E501 14984 14985 :param enable_report_links: The enable_report_links of this AccountSettingsInformation. # noqa: E501 14986 :type: str 14987 """ 14988 14989 self._enable_report_links = enable_report_links 14990 14991 @property 14992 def enable_report_links_metadata(self): 14993 """Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 14994 14995 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 14996 14997 :return: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 14998 :rtype: SettingsMetadata 14999 """ 15000 return self._enable_report_links_metadata 15001 15002 @enable_report_links_metadata.setter 15003 def enable_report_links_metadata(self, enable_report_links_metadata): 15004 """Sets the enable_report_links_metadata of this AccountSettingsInformation. 15005 15006 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 15007 15008 :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 15009 :type: SettingsMetadata 15010 """ 15011 15012 self._enable_report_links_metadata = enable_report_links_metadata 15013 15014 @property 15015 def enable_require_sign_on_paper(self): 15016 """Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15017 15018 # noqa: E501 15019 15020 :return: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15021 :rtype: str 15022 """ 15023 return self._enable_require_sign_on_paper 15024 15025 @enable_require_sign_on_paper.setter 15026 def enable_require_sign_on_paper(self, enable_require_sign_on_paper): 15027 """Sets the enable_require_sign_on_paper of this AccountSettingsInformation. 15028 15029 # noqa: E501 15030 15031 :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15032 :type: str 15033 """ 15034 15035 self._enable_require_sign_on_paper = enable_require_sign_on_paper 15036 15037 @property 15038 def enable_require_sign_on_paper_metadata(self): 15039 """Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15040 15041 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 15042 15043 :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15044 :rtype: SettingsMetadata 15045 """ 15046 return self._enable_require_sign_on_paper_metadata 15047 15048 @enable_require_sign_on_paper_metadata.setter 15049 def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_metadata): 15050 """Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. 15051 15052 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 15053 15054 :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15055 :type: SettingsMetadata 15056 """ 15057 15058 self._enable_require_sign_on_paper_metadata = enable_require_sign_on_paper_metadata 15059 15060 @property 15061 def enable_reserved_domain(self): 15062 """Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15063 15064 # noqa: E501 15065 15066 :return: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15067 :rtype: str 15068 """ 15069 return self._enable_reserved_domain 15070 15071 @enable_reserved_domain.setter 15072 def enable_reserved_domain(self, enable_reserved_domain): 15073 """Sets the enable_reserved_domain of this AccountSettingsInformation. 15074 15075 # noqa: E501 15076 15077 :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15078 :type: str 15079 """ 15080 15081 self._enable_reserved_domain = enable_reserved_domain 15082 15083 @property 15084 def enable_reserved_domain_metadata(self): 15085 """Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15086 15087 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 15088 15089 :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15090 :rtype: SettingsMetadata 15091 """ 15092 return self._enable_reserved_domain_metadata 15093 15094 @enable_reserved_domain_metadata.setter 15095 def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): 15096 """Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. 15097 15098 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 15099 15100 :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15101 :type: SettingsMetadata 15102 """ 15103 15104 self._enable_reserved_domain_metadata = enable_reserved_domain_metadata 15105 15106 @property 15107 def enable_responsive_signing(self): 15108 """Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15109 15110 # noqa: E501 15111 15112 :return: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15113 :rtype: str 15114 """ 15115 return self._enable_responsive_signing 15116 15117 @enable_responsive_signing.setter 15118 def enable_responsive_signing(self, enable_responsive_signing): 15119 """Sets the enable_responsive_signing of this AccountSettingsInformation. 15120 15121 # noqa: E501 15122 15123 :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15124 :type: str 15125 """ 15126 15127 self._enable_responsive_signing = enable_responsive_signing 15128 15129 @property 15130 def enable_responsive_signing_metadata(self): 15131 """Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15132 15133 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 15134 15135 :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15136 :rtype: SettingsMetadata 15137 """ 15138 return self._enable_responsive_signing_metadata 15139 15140 @enable_responsive_signing_metadata.setter 15141 def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata): 15142 """Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. 15143 15144 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 15145 15146 :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15147 :type: SettingsMetadata 15148 """ 15149 15150 self._enable_responsive_signing_metadata = enable_responsive_signing_metadata 15151 15152 @property 15153 def enable_sap_ariba_extension(self): 15154 """Gets the enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15155 15156 # noqa: E501 15157 15158 :return: The enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15159 :rtype: str 15160 """ 15161 return self._enable_sap_ariba_extension 15162 15163 @enable_sap_ariba_extension.setter 15164 def enable_sap_ariba_extension(self, enable_sap_ariba_extension): 15165 """Sets the enable_sap_ariba_extension of this AccountSettingsInformation. 15166 15167 # noqa: E501 15168 15169 :param enable_sap_ariba_extension: The enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15170 :type: str 15171 """ 15172 15173 self._enable_sap_ariba_extension = enable_sap_ariba_extension 15174 15175 @property 15176 def enable_sap_ariba_extension_meta_data(self): 15177 """Gets the enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15178 15179 # noqa: E501 15180 15181 :return: The enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15182 :rtype: SettingsMetadata 15183 """ 15184 return self._enable_sap_ariba_extension_meta_data 15185 15186 @enable_sap_ariba_extension_meta_data.setter 15187 def enable_sap_ariba_extension_meta_data(self, enable_sap_ariba_extension_meta_data): 15188 """Sets the enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. 15189 15190 # noqa: E501 15191 15192 :param enable_sap_ariba_extension_meta_data: The enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15193 :type: SettingsMetadata 15194 """ 15195 15196 self._enable_sap_ariba_extension_meta_data = enable_sap_ariba_extension_meta_data 15197 15198 @property 15199 def enable_scheduled_release(self): 15200 """Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15201 15202 # noqa: E501 15203 15204 :return: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15205 :rtype: str 15206 """ 15207 return self._enable_scheduled_release 15208 15209 @enable_scheduled_release.setter 15210 def enable_scheduled_release(self, enable_scheduled_release): 15211 """Sets the enable_scheduled_release of this AccountSettingsInformation. 15212 15213 # noqa: E501 15214 15215 :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15216 :type: str 15217 """ 15218 15219 self._enable_scheduled_release = enable_scheduled_release 15220 15221 @property 15222 def enable_scheduled_release_metadata(self): 15223 """Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15224 15225 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 15226 15227 :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15228 :rtype: SettingsMetadata 15229 """ 15230 return self._enable_scheduled_release_metadata 15231 15232 @enable_scheduled_release_metadata.setter 15233 def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): 15234 """Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. 15235 15236 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 15237 15238 :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15239 :type: SettingsMetadata 15240 """ 15241 15242 self._enable_scheduled_release_metadata = enable_scheduled_release_metadata 15243 15244 @property 15245 def enable_search_service_azure_uri(self): 15246 """Gets the enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15247 15248 # noqa: E501 15249 15250 :return: The enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15251 :rtype: str 15252 """ 15253 return self._enable_search_service_azure_uri 15254 15255 @enable_search_service_azure_uri.setter 15256 def enable_search_service_azure_uri(self, enable_search_service_azure_uri): 15257 """Sets the enable_search_service_azure_uri of this AccountSettingsInformation. 15258 15259 # noqa: E501 15260 15261 :param enable_search_service_azure_uri: The enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15262 :type: str 15263 """ 15264 15265 self._enable_search_service_azure_uri = enable_search_service_azure_uri 15266 15267 @property 15268 def enable_search_service_azure_uri_metadata(self): 15269 """Gets the enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15270 15271 # noqa: E501 15272 15273 :return: The enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15274 :rtype: SettingsMetadata 15275 """ 15276 return self._enable_search_service_azure_uri_metadata 15277 15278 @enable_search_service_azure_uri_metadata.setter 15279 def enable_search_service_azure_uri_metadata(self, enable_search_service_azure_uri_metadata): 15280 """Sets the enable_search_service_azure_uri_metadata of this AccountSettingsInformation. 15281 15282 # noqa: E501 15283 15284 :param enable_search_service_azure_uri_metadata: The enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15285 :type: SettingsMetadata 15286 """ 15287 15288 self._enable_search_service_azure_uri_metadata = enable_search_service_azure_uri_metadata 15289 15290 @property 15291 def enable_search_site_specific_api(self): 15292 """Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15293 15294 # noqa: E501 15295 15296 :return: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15297 :rtype: str 15298 """ 15299 return self._enable_search_site_specific_api 15300 15301 @enable_search_site_specific_api.setter 15302 def enable_search_site_specific_api(self, enable_search_site_specific_api): 15303 """Sets the enable_search_site_specific_api of this AccountSettingsInformation. 15304 15305 # noqa: E501 15306 15307 :param enable_search_site_specific_api: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15308 :type: str 15309 """ 15310 15311 self._enable_search_site_specific_api = enable_search_site_specific_api 15312 15313 @property 15314 def enable_search_site_specific_api_metadata(self): 15315 """Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15316 15317 # noqa: E501 15318 15319 :return: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15320 :rtype: SettingsMetadata 15321 """ 15322 return self._enable_search_site_specific_api_metadata 15323 15324 @enable_search_site_specific_api_metadata.setter 15325 def enable_search_site_specific_api_metadata(self, enable_search_site_specific_api_metadata): 15326 """Sets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. 15327 15328 # noqa: E501 15329 15330 :param enable_search_site_specific_api_metadata: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15331 :type: SettingsMetadata 15332 """ 15333 15334 self._enable_search_site_specific_api_metadata = enable_search_site_specific_api_metadata 15335 15336 @property 15337 def enable_sending_tags_font_settings(self): 15338 """Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15339 15340 # noqa: E501 15341 15342 :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15343 :rtype: str 15344 """ 15345 return self._enable_sending_tags_font_settings 15346 15347 @enable_sending_tags_font_settings.setter 15348 def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): 15349 """Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. 15350 15351 # noqa: E501 15352 15353 :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15354 :type: str 15355 """ 15356 15357 self._enable_sending_tags_font_settings = enable_sending_tags_font_settings 15358 15359 @property 15360 def enable_sending_tags_font_settings_metadata(self): 15361 """Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15362 15363 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 15364 15365 :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15366 :rtype: SettingsMetadata 15367 """ 15368 return self._enable_sending_tags_font_settings_metadata 15369 15370 @enable_sending_tags_font_settings_metadata.setter 15371 def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_settings_metadata): 15372 """Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. 15373 15374 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 15375 15376 :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15377 :type: SettingsMetadata 15378 """ 15379 15380 self._enable_sending_tags_font_settings_metadata = enable_sending_tags_font_settings_metadata 15381 15382 @property 15383 def enable_send_to_agent(self): 15384 """Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15385 15386 # noqa: E501 15387 15388 :return: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15389 :rtype: str 15390 """ 15391 return self._enable_send_to_agent 15392 15393 @enable_send_to_agent.setter 15394 def enable_send_to_agent(self, enable_send_to_agent): 15395 """Sets the enable_send_to_agent of this AccountSettingsInformation. 15396 15397 # noqa: E501 15398 15399 :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15400 :type: str 15401 """ 15402 15403 self._enable_send_to_agent = enable_send_to_agent 15404 15405 @property 15406 def enable_send_to_agent_metadata(self): 15407 """Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15408 15409 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 15410 15411 :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15412 :rtype: SettingsMetadata 15413 """ 15414 return self._enable_send_to_agent_metadata 15415 15416 @enable_send_to_agent_metadata.setter 15417 def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): 15418 """Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. 15419 15420 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 15421 15422 :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15423 :type: SettingsMetadata 15424 """ 15425 15426 self._enable_send_to_agent_metadata = enable_send_to_agent_metadata 15427 15428 @property 15429 def enable_send_to_intermediary(self): 15430 """Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15431 15432 # noqa: E501 15433 15434 :return: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15435 :rtype: str 15436 """ 15437 return self._enable_send_to_intermediary 15438 15439 @enable_send_to_intermediary.setter 15440 def enable_send_to_intermediary(self, enable_send_to_intermediary): 15441 """Sets the enable_send_to_intermediary of this AccountSettingsInformation. 15442 15443 # noqa: E501 15444 15445 :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15446 :type: str 15447 """ 15448 15449 self._enable_send_to_intermediary = enable_send_to_intermediary 15450 15451 @property 15452 def enable_send_to_intermediary_metadata(self): 15453 """Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15454 15455 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 15456 15457 :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15458 :rtype: SettingsMetadata 15459 """ 15460 return self._enable_send_to_intermediary_metadata 15461 15462 @enable_send_to_intermediary_metadata.setter 15463 def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metadata): 15464 """Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. 15465 15466 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 15467 15468 :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15469 :type: SettingsMetadata 15470 """ 15471 15472 self._enable_send_to_intermediary_metadata = enable_send_to_intermediary_metadata 15473 15474 @property 15475 def enable_send_to_manage(self): 15476 """Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15477 15478 # noqa: E501 15479 15480 :return: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15481 :rtype: str 15482 """ 15483 return self._enable_send_to_manage 15484 15485 @enable_send_to_manage.setter 15486 def enable_send_to_manage(self, enable_send_to_manage): 15487 """Sets the enable_send_to_manage of this AccountSettingsInformation. 15488 15489 # noqa: E501 15490 15491 :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15492 :type: str 15493 """ 15494 15495 self._enable_send_to_manage = enable_send_to_manage 15496 15497 @property 15498 def enable_send_to_manage_metadata(self): 15499 """Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15500 15501 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 15502 15503 :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15504 :rtype: SettingsMetadata 15505 """ 15506 return self._enable_send_to_manage_metadata 15507 15508 @enable_send_to_manage_metadata.setter 15509 def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): 15510 """Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. 15511 15512 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 15513 15514 :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15515 :type: SettingsMetadata 15516 """ 15517 15518 self._enable_send_to_manage_metadata = enable_send_to_manage_metadata 15519 15520 @property 15521 def enable_sequential_signing_api(self): 15522 """Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15523 15524 # noqa: E501 15525 15526 :return: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15527 :rtype: str 15528 """ 15529 return self._enable_sequential_signing_api 15530 15531 @enable_sequential_signing_api.setter 15532 def enable_sequential_signing_api(self, enable_sequential_signing_api): 15533 """Sets the enable_sequential_signing_api of this AccountSettingsInformation. 15534 15535 # noqa: E501 15536 15537 :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15538 :type: str 15539 """ 15540 15541 self._enable_sequential_signing_api = enable_sequential_signing_api 15542 15543 @property 15544 def enable_sequential_signing_api_metadata(self): 15545 """Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15546 15547 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 15548 15549 :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15550 :rtype: SettingsMetadata 15551 """ 15552 return self._enable_sequential_signing_api_metadata 15553 15554 @enable_sequential_signing_api_metadata.setter 15555 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 15556 """Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. 15557 15558 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 15559 15560 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15561 :type: SettingsMetadata 15562 """ 15563 15564 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 15565 15566 @property 15567 def enable_sequential_signing_ui(self): 15568 """Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15569 15570 # noqa: E501 15571 15572 :return: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15573 :rtype: str 15574 """ 15575 return self._enable_sequential_signing_ui 15576 15577 @enable_sequential_signing_ui.setter 15578 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 15579 """Sets the enable_sequential_signing_ui of this AccountSettingsInformation. 15580 15581 # noqa: E501 15582 15583 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15584 :type: str 15585 """ 15586 15587 self._enable_sequential_signing_ui = enable_sequential_signing_ui 15588 15589 @property 15590 def enable_sequential_signing_ui_metadata(self): 15591 """Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15592 15593 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 15594 15595 :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15596 :rtype: SettingsMetadata 15597 """ 15598 return self._enable_sequential_signing_ui_metadata 15599 15600 @enable_sequential_signing_ui_metadata.setter 15601 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 15602 """Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. 15603 15604 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 15605 15606 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15607 :type: SettingsMetadata 15608 """ 15609 15610 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 15611 15612 @property 15613 def enable_signer_attachments(self): 15614 """Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15615 15616 # noqa: E501 15617 15618 :return: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15619 :rtype: str 15620 """ 15621 return self._enable_signer_attachments 15622 15623 @enable_signer_attachments.setter 15624 def enable_signer_attachments(self, enable_signer_attachments): 15625 """Sets the enable_signer_attachments of this AccountSettingsInformation. 15626 15627 # noqa: E501 15628 15629 :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15630 :type: str 15631 """ 15632 15633 self._enable_signer_attachments = enable_signer_attachments 15634 15635 @property 15636 def enable_signer_attachments_metadata(self): 15637 """Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15638 15639 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 15640 15641 :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15642 :rtype: SettingsMetadata 15643 """ 15644 return self._enable_signer_attachments_metadata 15645 15646 @enable_signer_attachments_metadata.setter 15647 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 15648 """Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. 15649 15650 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 15651 15652 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15653 :type: SettingsMetadata 15654 """ 15655 15656 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 15657 15658 @property 15659 def enable_signing_ai_features_plan(self): 15660 """Gets the enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15661 15662 # noqa: E501 15663 15664 :return: The enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15665 :rtype: str 15666 """ 15667 return self._enable_signing_ai_features_plan 15668 15669 @enable_signing_ai_features_plan.setter 15670 def enable_signing_ai_features_plan(self, enable_signing_ai_features_plan): 15671 """Sets the enable_signing_ai_features_plan of this AccountSettingsInformation. 15672 15673 # noqa: E501 15674 15675 :param enable_signing_ai_features_plan: The enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15676 :type: str 15677 """ 15678 15679 self._enable_signing_ai_features_plan = enable_signing_ai_features_plan 15680 15681 @property 15682 def enable_signing_ai_features_plan_metadata(self): 15683 """Gets the enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15684 15685 # noqa: E501 15686 15687 :return: The enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15688 :rtype: SettingsMetadata 15689 """ 15690 return self._enable_signing_ai_features_plan_metadata 15691 15692 @enable_signing_ai_features_plan_metadata.setter 15693 def enable_signing_ai_features_plan_metadata(self, enable_signing_ai_features_plan_metadata): 15694 """Sets the enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. 15695 15696 # noqa: E501 15697 15698 :param enable_signing_ai_features_plan_metadata: The enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15699 :type: SettingsMetadata 15700 """ 15701 15702 self._enable_signing_ai_features_plan_metadata = enable_signing_ai_features_plan_metadata 15703 15704 @property 15705 def enable_signing_extension_comments(self): 15706 """Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15707 15708 # noqa: E501 15709 15710 :return: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15711 :rtype: str 15712 """ 15713 return self._enable_signing_extension_comments 15714 15715 @enable_signing_extension_comments.setter 15716 def enable_signing_extension_comments(self, enable_signing_extension_comments): 15717 """Sets the enable_signing_extension_comments of this AccountSettingsInformation. 15718 15719 # noqa: E501 15720 15721 :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15722 :type: str 15723 """ 15724 15725 self._enable_signing_extension_comments = enable_signing_extension_comments 15726 15727 @property 15728 def enable_signing_extension_comments_metadata(self): 15729 """Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15730 15731 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 15732 15733 :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15734 :rtype: SettingsMetadata 15735 """ 15736 return self._enable_signing_extension_comments_metadata 15737 15738 @enable_signing_extension_comments_metadata.setter 15739 def enable_signing_extension_comments_metadata(self, enable_signing_extension_comments_metadata): 15740 """Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. 15741 15742 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 15743 15744 :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15745 :type: SettingsMetadata 15746 """ 15747 15748 self._enable_signing_extension_comments_metadata = enable_signing_extension_comments_metadata 15749 15750 @property 15751 def enable_signing_extension_conversations(self): 15752 """Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15753 15754 # noqa: E501 15755 15756 :return: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15757 :rtype: str 15758 """ 15759 return self._enable_signing_extension_conversations 15760 15761 @enable_signing_extension_conversations.setter 15762 def enable_signing_extension_conversations(self, enable_signing_extension_conversations): 15763 """Sets the enable_signing_extension_conversations of this AccountSettingsInformation. 15764 15765 # noqa: E501 15766 15767 :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15768 :type: str 15769 """ 15770 15771 self._enable_signing_extension_conversations = enable_signing_extension_conversations 15772 15773 @property 15774 def enable_signing_extension_conversations_metadata(self): 15775 """Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15776 15777 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 15778 15779 :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15780 :rtype: SettingsMetadata 15781 """ 15782 return self._enable_signing_extension_conversations_metadata 15783 15784 @enable_signing_extension_conversations_metadata.setter 15785 def enable_signing_extension_conversations_metadata(self, enable_signing_extension_conversations_metadata): 15786 """Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. 15787 15788 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 15789 15790 :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15791 :type: SettingsMetadata 15792 """ 15793 15794 self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata 15795 15796 @property 15797 def enable_signing_group_continue_page_setting(self): 15798 """Gets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15799 15800 # noqa: E501 15801 15802 :return: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15803 :rtype: str 15804 """ 15805 return self._enable_signing_group_continue_page_setting 15806 15807 @enable_signing_group_continue_page_setting.setter 15808 def enable_signing_group_continue_page_setting(self, enable_signing_group_continue_page_setting): 15809 """Sets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. 15810 15811 # noqa: E501 15812 15813 :param enable_signing_group_continue_page_setting: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15814 :type: str 15815 """ 15816 15817 self._enable_signing_group_continue_page_setting = enable_signing_group_continue_page_setting 15818 15819 @property 15820 def enable_signing_group_continue_page_setting_metadata(self): 15821 """Gets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15822 15823 # noqa: E501 15824 15825 :return: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15826 :rtype: SettingsMetadata 15827 """ 15828 return self._enable_signing_group_continue_page_setting_metadata 15829 15830 @enable_signing_group_continue_page_setting_metadata.setter 15831 def enable_signing_group_continue_page_setting_metadata(self, enable_signing_group_continue_page_setting_metadata): 15832 """Sets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. 15833 15834 # noqa: E501 15835 15836 :param enable_signing_group_continue_page_setting_metadata: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15837 :type: SettingsMetadata 15838 """ 15839 15840 self._enable_signing_group_continue_page_setting_metadata = enable_signing_group_continue_page_setting_metadata 15841 15842 @property 15843 def enable_signing_order_settings_for_account(self): 15844 """Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15845 15846 # noqa: E501 15847 15848 :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15849 :rtype: str 15850 """ 15851 return self._enable_signing_order_settings_for_account 15852 15853 @enable_signing_order_settings_for_account.setter 15854 def enable_signing_order_settings_for_account(self, enable_signing_order_settings_for_account): 15855 """Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. 15856 15857 # noqa: E501 15858 15859 :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15860 :type: str 15861 """ 15862 15863 self._enable_signing_order_settings_for_account = enable_signing_order_settings_for_account 15864 15865 @property 15866 def enable_signing_order_settings_for_account_metadata(self): 15867 """Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15868 15869 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 15870 15871 :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15872 :rtype: SettingsMetadata 15873 """ 15874 return self._enable_signing_order_settings_for_account_metadata 15875 15876 @enable_signing_order_settings_for_account_metadata.setter 15877 def enable_signing_order_settings_for_account_metadata(self, enable_signing_order_settings_for_account_metadata): 15878 """Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. 15879 15880 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 15881 15882 :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15883 :type: SettingsMetadata 15884 """ 15885 15886 self._enable_signing_order_settings_for_account_metadata = enable_signing_order_settings_for_account_metadata 15887 15888 @property 15889 def enable_sign_on_paper(self): 15890 """Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15891 15892 # noqa: E501 15893 15894 :return: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15895 :rtype: str 15896 """ 15897 return self._enable_sign_on_paper 15898 15899 @enable_sign_on_paper.setter 15900 def enable_sign_on_paper(self, enable_sign_on_paper): 15901 """Sets the enable_sign_on_paper of this AccountSettingsInformation. 15902 15903 # noqa: E501 15904 15905 :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15906 :type: str 15907 """ 15908 15909 self._enable_sign_on_paper = enable_sign_on_paper 15910 15911 @property 15912 def enable_sign_on_paper_metadata(self): 15913 """Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15914 15915 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 15916 15917 :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15918 :rtype: SettingsMetadata 15919 """ 15920 return self._enable_sign_on_paper_metadata 15921 15922 @enable_sign_on_paper_metadata.setter 15923 def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): 15924 """Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. 15925 15926 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 15927 15928 :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15929 :type: SettingsMetadata 15930 """ 15931 15932 self._enable_sign_on_paper_metadata = enable_sign_on_paper_metadata 15933 15934 @property 15935 def enable_sign_on_paper_override(self): 15936 """Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15937 15938 # noqa: E501 15939 15940 :return: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15941 :rtype: str 15942 """ 15943 return self._enable_sign_on_paper_override 15944 15945 @enable_sign_on_paper_override.setter 15946 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 15947 """Sets the enable_sign_on_paper_override of this AccountSettingsInformation. 15948 15949 # noqa: E501 15950 15951 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15952 :type: str 15953 """ 15954 15955 self._enable_sign_on_paper_override = enable_sign_on_paper_override 15956 15957 @property 15958 def enable_sign_on_paper_override_metadata(self): 15959 """Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15960 15961 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 15962 15963 :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15964 :rtype: SettingsMetadata 15965 """ 15966 return self._enable_sign_on_paper_override_metadata 15967 15968 @enable_sign_on_paper_override_metadata.setter 15969 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 15970 """Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. 15971 15972 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 15973 15974 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15975 :type: SettingsMetadata 15976 """ 15977 15978 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 15979 15980 @property 15981 def enable_sign_with_notary(self): 15982 """Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15983 15984 # noqa: E501 15985 15986 :return: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15987 :rtype: str 15988 """ 15989 return self._enable_sign_with_notary 15990 15991 @enable_sign_with_notary.setter 15992 def enable_sign_with_notary(self, enable_sign_with_notary): 15993 """Sets the enable_sign_with_notary of this AccountSettingsInformation. 15994 15995 # noqa: E501 15996 15997 :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15998 :type: str 15999 """ 16000 16001 self._enable_sign_with_notary = enable_sign_with_notary 16002 16003 @property 16004 def enable_sign_with_notary_metadata(self): 16005 """Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16006 16007 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 16008 16009 :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16010 :rtype: SettingsMetadata 16011 """ 16012 return self._enable_sign_with_notary_metadata 16013 16014 @enable_sign_with_notary_metadata.setter 16015 def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): 16016 """Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. 16017 16018 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 16019 16020 :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16021 :type: SettingsMetadata 16022 """ 16023 16024 self._enable_sign_with_notary_metadata = enable_sign_with_notary_metadata 16025 16026 @property 16027 def enable_smart_contracts(self): 16028 """Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16029 16030 # noqa: E501 16031 16032 :return: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16033 :rtype: str 16034 """ 16035 return self._enable_smart_contracts 16036 16037 @enable_smart_contracts.setter 16038 def enable_smart_contracts(self, enable_smart_contracts): 16039 """Sets the enable_smart_contracts of this AccountSettingsInformation. 16040 16041 # noqa: E501 16042 16043 :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16044 :type: str 16045 """ 16046 16047 self._enable_smart_contracts = enable_smart_contracts 16048 16049 @property 16050 def enable_smart_contracts_metadata(self): 16051 """Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16052 16053 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 16054 16055 :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16056 :rtype: SettingsMetadata 16057 """ 16058 return self._enable_smart_contracts_metadata 16059 16060 @enable_smart_contracts_metadata.setter 16061 def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): 16062 """Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. 16063 16064 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 16065 16066 :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16067 :type: SettingsMetadata 16068 """ 16069 16070 self._enable_smart_contracts_metadata = enable_smart_contracts_metadata 16071 16072 @property 16073 def enable_sms_authentication(self): 16074 """Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16075 16076 # noqa: E501 16077 16078 :return: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16079 :rtype: str 16080 """ 16081 return self._enable_sms_authentication 16082 16083 @enable_sms_authentication.setter 16084 def enable_sms_authentication(self, enable_sms_authentication): 16085 """Sets the enable_sms_authentication of this AccountSettingsInformation. 16086 16087 # noqa: E501 16088 16089 :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16090 :type: str 16091 """ 16092 16093 self._enable_sms_authentication = enable_sms_authentication 16094 16095 @property 16096 def enable_sms_authentication_metadata(self): 16097 """Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16098 16099 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 16100 16101 :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16102 :rtype: SettingsMetadata 16103 """ 16104 return self._enable_sms_authentication_metadata 16105 16106 @enable_sms_authentication_metadata.setter 16107 def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata): 16108 """Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. 16109 16110 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 16111 16112 :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16113 :type: SettingsMetadata 16114 """ 16115 16116 self._enable_sms_authentication_metadata = enable_sms_authentication_metadata 16117 16118 @property 16119 def enable_sms_delivery_additional_notification(self): 16120 """Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16121 16122 # noqa: E501 16123 16124 :return: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16125 :rtype: str 16126 """ 16127 return self._enable_sms_delivery_additional_notification 16128 16129 @enable_sms_delivery_additional_notification.setter 16130 def enable_sms_delivery_additional_notification(self, enable_sms_delivery_additional_notification): 16131 """Sets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. 16132 16133 # noqa: E501 16134 16135 :param enable_sms_delivery_additional_notification: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16136 :type: str 16137 """ 16138 16139 self._enable_sms_delivery_additional_notification = enable_sms_delivery_additional_notification 16140 16141 @property 16142 def enable_sms_delivery_additional_notification_metadata(self): 16143 """Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16144 16145 # noqa: E501 16146 16147 :return: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16148 :rtype: SettingsMetadata 16149 """ 16150 return self._enable_sms_delivery_additional_notification_metadata 16151 16152 @enable_sms_delivery_additional_notification_metadata.setter 16153 def enable_sms_delivery_additional_notification_metadata(self, enable_sms_delivery_additional_notification_metadata): 16154 """Sets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. 16155 16156 # noqa: E501 16157 16158 :param enable_sms_delivery_additional_notification_metadata: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16159 :type: SettingsMetadata 16160 """ 16161 16162 self._enable_sms_delivery_additional_notification_metadata = enable_sms_delivery_additional_notification_metadata 16163 16164 @property 16165 def enable_sms_delivery_primary(self): 16166 """Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16167 16168 # noqa: E501 16169 16170 :return: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16171 :rtype: str 16172 """ 16173 return self._enable_sms_delivery_primary 16174 16175 @enable_sms_delivery_primary.setter 16176 def enable_sms_delivery_primary(self, enable_sms_delivery_primary): 16177 """Sets the enable_sms_delivery_primary of this AccountSettingsInformation. 16178 16179 # noqa: E501 16180 16181 :param enable_sms_delivery_primary: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16182 :type: str 16183 """ 16184 16185 self._enable_sms_delivery_primary = enable_sms_delivery_primary 16186 16187 @property 16188 def enable_social_id_login(self): 16189 """Gets the enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16190 16191 # noqa: E501 16192 16193 :return: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16194 :rtype: str 16195 """ 16196 return self._enable_social_id_login 16197 16198 @enable_social_id_login.setter 16199 def enable_social_id_login(self, enable_social_id_login): 16200 """Sets the enable_social_id_login of this AccountSettingsInformation. 16201 16202 # noqa: E501 16203 16204 :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16205 :type: str 16206 """ 16207 16208 self._enable_social_id_login = enable_social_id_login 16209 16210 @property 16211 def enable_social_id_login_metadata(self): 16212 """Gets the enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16213 16214 Deprecated. # noqa: E501 16215 16216 :return: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16217 :rtype: SettingsMetadata 16218 """ 16219 return self._enable_social_id_login_metadata 16220 16221 @enable_social_id_login_metadata.setter 16222 def enable_social_id_login_metadata(self, enable_social_id_login_metadata): 16223 """Sets the enable_social_id_login_metadata of this AccountSettingsInformation. 16224 16225 Deprecated. # noqa: E501 16226 16227 :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16228 :type: SettingsMetadata 16229 """ 16230 16231 self._enable_social_id_login_metadata = enable_social_id_login_metadata 16232 16233 @property 16234 def enable_strike_through(self): 16235 """Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501 16236 16237 # noqa: E501 16238 16239 :return: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 16240 :rtype: str 16241 """ 16242 return self._enable_strike_through 16243 16244 @enable_strike_through.setter 16245 def enable_strike_through(self, enable_strike_through): 16246 """Sets the enable_strike_through of this AccountSettingsInformation. 16247 16248 # noqa: E501 16249 16250 :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 16251 :type: str 16252 """ 16253 16254 self._enable_strike_through = enable_strike_through 16255 16256 @property 16257 def enable_strike_through_metadata(self): 16258 """Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16259 16260 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 16261 16262 :return: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16263 :rtype: SettingsMetadata 16264 """ 16265 return self._enable_strike_through_metadata 16266 16267 @enable_strike_through_metadata.setter 16268 def enable_strike_through_metadata(self, enable_strike_through_metadata): 16269 """Sets the enable_strike_through_metadata of this AccountSettingsInformation. 16270 16271 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 16272 16273 :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16274 :type: SettingsMetadata 16275 """ 16276 16277 self._enable_strike_through_metadata = enable_strike_through_metadata 16278 16279 @property 16280 def enable_tickets(self): 16281 """Gets the enable_tickets of this AccountSettingsInformation. # noqa: E501 16282 16283 # noqa: E501 16284 16285 :return: The enable_tickets of this AccountSettingsInformation. # noqa: E501 16286 :rtype: str 16287 """ 16288 return self._enable_tickets 16289 16290 @enable_tickets.setter 16291 def enable_tickets(self, enable_tickets): 16292 """Sets the enable_tickets of this AccountSettingsInformation. 16293 16294 # noqa: E501 16295 16296 :param enable_tickets: The enable_tickets of this AccountSettingsInformation. # noqa: E501 16297 :type: str 16298 """ 16299 16300 self._enable_tickets = enable_tickets 16301 16302 @property 16303 def enable_tickets_meta_data(self): 16304 """Gets the enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16305 16306 # noqa: E501 16307 16308 :return: The enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16309 :rtype: SettingsMetadata 16310 """ 16311 return self._enable_tickets_meta_data 16312 16313 @enable_tickets_meta_data.setter 16314 def enable_tickets_meta_data(self, enable_tickets_meta_data): 16315 """Sets the enable_tickets_meta_data of this AccountSettingsInformation. 16316 16317 # noqa: E501 16318 16319 :param enable_tickets_meta_data: The enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16320 :type: SettingsMetadata 16321 """ 16322 16323 self._enable_tickets_meta_data = enable_tickets_meta_data 16324 16325 @property 16326 def enable_transaction_point(self): 16327 """Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16328 16329 # noqa: E501 16330 16331 :return: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16332 :rtype: str 16333 """ 16334 return self._enable_transaction_point 16335 16336 @enable_transaction_point.setter 16337 def enable_transaction_point(self, enable_transaction_point): 16338 """Sets the enable_transaction_point of this AccountSettingsInformation. 16339 16340 # noqa: E501 16341 16342 :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16343 :type: str 16344 """ 16345 16346 self._enable_transaction_point = enable_transaction_point 16347 16348 @property 16349 def enable_transaction_point_metadata(self): 16350 """Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16351 16352 Reserved for DocuSign. # noqa: E501 16353 16354 :return: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16355 :rtype: SettingsMetadata 16356 """ 16357 return self._enable_transaction_point_metadata 16358 16359 @enable_transaction_point_metadata.setter 16360 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 16361 """Sets the enable_transaction_point_metadata of this AccountSettingsInformation. 16362 16363 Reserved for DocuSign. # noqa: E501 16364 16365 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16366 :type: SettingsMetadata 16367 """ 16368 16369 self._enable_transaction_point_metadata = enable_transaction_point_metadata 16370 16371 @property 16372 def enable_unified_repository(self): 16373 """Gets the enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16374 16375 # noqa: E501 16376 16377 :return: The enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16378 :rtype: str 16379 """ 16380 return self._enable_unified_repository 16381 16382 @enable_unified_repository.setter 16383 def enable_unified_repository(self, enable_unified_repository): 16384 """Sets the enable_unified_repository of this AccountSettingsInformation. 16385 16386 # noqa: E501 16387 16388 :param enable_unified_repository: The enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16389 :type: str 16390 """ 16391 16392 self._enable_unified_repository = enable_unified_repository 16393 16394 @property 16395 def enable_unified_repository_metadata(self): 16396 """Gets the enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16397 16398 # noqa: E501 16399 16400 :return: The enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16401 :rtype: SettingsMetadata 16402 """ 16403 return self._enable_unified_repository_metadata 16404 16405 @enable_unified_repository_metadata.setter 16406 def enable_unified_repository_metadata(self, enable_unified_repository_metadata): 16407 """Sets the enable_unified_repository_metadata of this AccountSettingsInformation. 16408 16409 # noqa: E501 16410 16411 :param enable_unified_repository_metadata: The enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16412 :type: SettingsMetadata 16413 """ 16414 16415 self._enable_unified_repository_metadata = enable_unified_repository_metadata 16416 16417 @property 16418 def enable_vaulting(self): 16419 """Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501 16420 16421 # noqa: E501 16422 16423 :return: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 16424 :rtype: str 16425 """ 16426 return self._enable_vaulting 16427 16428 @enable_vaulting.setter 16429 def enable_vaulting(self, enable_vaulting): 16430 """Sets the enable_vaulting of this AccountSettingsInformation. 16431 16432 # noqa: E501 16433 16434 :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 16435 :type: str 16436 """ 16437 16438 self._enable_vaulting = enable_vaulting 16439 16440 @property 16441 def enable_vaulting_metadata(self): 16442 """Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16443 16444 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 16445 16446 :return: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16447 :rtype: SettingsMetadata 16448 """ 16449 return self._enable_vaulting_metadata 16450 16451 @enable_vaulting_metadata.setter 16452 def enable_vaulting_metadata(self, enable_vaulting_metadata): 16453 """Sets the enable_vaulting_metadata of this AccountSettingsInformation. 16454 16455 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 16456 16457 :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16458 :type: SettingsMetadata 16459 """ 16460 16461 self._enable_vaulting_metadata = enable_vaulting_metadata 16462 16463 @property 16464 def enable_web_forms_runtime_ap_is(self): 16465 """Gets the enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16466 16467 # noqa: E501 16468 16469 :return: The enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16470 :rtype: str 16471 """ 16472 return self._enable_web_forms_runtime_ap_is 16473 16474 @enable_web_forms_runtime_ap_is.setter 16475 def enable_web_forms_runtime_ap_is(self, enable_web_forms_runtime_ap_is): 16476 """Sets the enable_web_forms_runtime_ap_is of this AccountSettingsInformation. 16477 16478 # noqa: E501 16479 16480 :param enable_web_forms_runtime_ap_is: The enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16481 :type: str 16482 """ 16483 16484 self._enable_web_forms_runtime_ap_is = enable_web_forms_runtime_ap_is 16485 16486 @property 16487 def enable_web_forms_runtime_ap_is_metadata(self): 16488 """Gets the enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16489 16490 # noqa: E501 16491 16492 :return: The enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16493 :rtype: SettingsMetadata 16494 """ 16495 return self._enable_web_forms_runtime_ap_is_metadata 16496 16497 @enable_web_forms_runtime_ap_is_metadata.setter 16498 def enable_web_forms_runtime_ap_is_metadata(self, enable_web_forms_runtime_ap_is_metadata): 16499 """Sets the enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. 16500 16501 # noqa: E501 16502 16503 :param enable_web_forms_runtime_ap_is_metadata: The enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16504 :type: SettingsMetadata 16505 """ 16506 16507 self._enable_web_forms_runtime_ap_is_metadata = enable_web_forms_runtime_ap_is_metadata 16508 16509 @property 16510 def enable_web_forms_separate_user_permissions(self): 16511 """Gets the enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16512 16513 # noqa: E501 16514 16515 :return: The enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16516 :rtype: str 16517 """ 16518 return self._enable_web_forms_separate_user_permissions 16519 16520 @enable_web_forms_separate_user_permissions.setter 16521 def enable_web_forms_separate_user_permissions(self, enable_web_forms_separate_user_permissions): 16522 """Sets the enable_web_forms_separate_user_permissions of this AccountSettingsInformation. 16523 16524 # noqa: E501 16525 16526 :param enable_web_forms_separate_user_permissions: The enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16527 :type: str 16528 """ 16529 16530 self._enable_web_forms_separate_user_permissions = enable_web_forms_separate_user_permissions 16531 16532 @property 16533 def enable_web_forms_separate_user_permissions_metadata(self): 16534 """Gets the enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16535 16536 # noqa: E501 16537 16538 :return: The enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16539 :rtype: SettingsMetadata 16540 """ 16541 return self._enable_web_forms_separate_user_permissions_metadata 16542 16543 @enable_web_forms_separate_user_permissions_metadata.setter 16544 def enable_web_forms_separate_user_permissions_metadata(self, enable_web_forms_separate_user_permissions_metadata): 16545 """Sets the enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. 16546 16547 # noqa: E501 16548 16549 :param enable_web_forms_separate_user_permissions_metadata: The enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16550 :type: SettingsMetadata 16551 """ 16552 16553 self._enable_web_forms_separate_user_permissions_metadata = enable_web_forms_separate_user_permissions_metadata 16554 16555 @property 16556 def enable_witnessing(self): 16557 """Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501 16558 16559 # noqa: E501 16560 16561 :return: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 16562 :rtype: str 16563 """ 16564 return self._enable_witnessing 16565 16566 @enable_witnessing.setter 16567 def enable_witnessing(self, enable_witnessing): 16568 """Sets the enable_witnessing of this AccountSettingsInformation. 16569 16570 # noqa: E501 16571 16572 :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 16573 :type: str 16574 """ 16575 16576 self._enable_witnessing = enable_witnessing 16577 16578 @property 16579 def enable_witnessing_metadata(self): 16580 """Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16581 16582 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 16583 16584 :return: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16585 :rtype: SettingsMetadata 16586 """ 16587 return self._enable_witnessing_metadata 16588 16589 @enable_witnessing_metadata.setter 16590 def enable_witnessing_metadata(self, enable_witnessing_metadata): 16591 """Sets the enable_witnessing_metadata of this AccountSettingsInformation. 16592 16593 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 16594 16595 :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16596 :type: SettingsMetadata 16597 """ 16598 16599 self._enable_witnessing_metadata = enable_witnessing_metadata 16600 16601 @property 16602 def enable_workday_financials_extension(self): 16603 """Gets the enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16604 16605 # noqa: E501 16606 16607 :return: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16608 :rtype: str 16609 """ 16610 return self._enable_workday_financials_extension 16611 16612 @enable_workday_financials_extension.setter 16613 def enable_workday_financials_extension(self, enable_workday_financials_extension): 16614 """Sets the enable_workday_financials_extension of this AccountSettingsInformation. 16615 16616 # noqa: E501 16617 16618 :param enable_workday_financials_extension: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16619 :type: str 16620 """ 16621 16622 self._enable_workday_financials_extension = enable_workday_financials_extension 16623 16624 @property 16625 def enable_workday_financials_extension_meta_data(self): 16626 """Gets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16627 16628 # noqa: E501 16629 16630 :return: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16631 :rtype: SettingsMetadata 16632 """ 16633 return self._enable_workday_financials_extension_meta_data 16634 16635 @enable_workday_financials_extension_meta_data.setter 16636 def enable_workday_financials_extension_meta_data(self, enable_workday_financials_extension_meta_data): 16637 """Sets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. 16638 16639 # noqa: E501 16640 16641 :param enable_workday_financials_extension_meta_data: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16642 :type: SettingsMetadata 16643 """ 16644 16645 self._enable_workday_financials_extension_meta_data = enable_workday_financials_extension_meta_data 16646 16647 @property 16648 def enforce_template_name_uniqueness(self): 16649 """Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16650 16651 # noqa: E501 16652 16653 :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16654 :rtype: str 16655 """ 16656 return self._enforce_template_name_uniqueness 16657 16658 @enforce_template_name_uniqueness.setter 16659 def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): 16660 """Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. 16661 16662 # noqa: E501 16663 16664 :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16665 :type: str 16666 """ 16667 16668 self._enforce_template_name_uniqueness = enforce_template_name_uniqueness 16669 16670 @property 16671 def enforce_template_name_uniqueness_metadata(self): 16672 """Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16673 16674 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 16675 16676 :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16677 :rtype: SettingsMetadata 16678 """ 16679 return self._enforce_template_name_uniqueness_metadata 16680 16681 @enforce_template_name_uniqueness_metadata.setter 16682 def enforce_template_name_uniqueness_metadata(self, enforce_template_name_uniqueness_metadata): 16683 """Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. 16684 16685 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 16686 16687 :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16688 :type: SettingsMetadata 16689 """ 16690 16691 self._enforce_template_name_uniqueness_metadata = enforce_template_name_uniqueness_metadata 16692 16693 @property 16694 def enforce_tls_emails(self): 16695 """Gets the enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16696 16697 # noqa: E501 16698 16699 :return: The enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16700 :rtype: str 16701 """ 16702 return self._enforce_tls_emails 16703 16704 @enforce_tls_emails.setter 16705 def enforce_tls_emails(self, enforce_tls_emails): 16706 """Sets the enforce_tls_emails of this AccountSettingsInformation. 16707 16708 # noqa: E501 16709 16710 :param enforce_tls_emails: The enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16711 :type: str 16712 """ 16713 16714 self._enforce_tls_emails = enforce_tls_emails 16715 16716 @property 16717 def enforce_tls_emails_metadata(self): 16718 """Gets the enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16719 16720 # noqa: E501 16721 16722 :return: The enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16723 :rtype: SettingsMetadata 16724 """ 16725 return self._enforce_tls_emails_metadata 16726 16727 @enforce_tls_emails_metadata.setter 16728 def enforce_tls_emails_metadata(self, enforce_tls_emails_metadata): 16729 """Sets the enforce_tls_emails_metadata of this AccountSettingsInformation. 16730 16731 # noqa: E501 16732 16733 :param enforce_tls_emails_metadata: The enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16734 :type: SettingsMetadata 16735 """ 16736 16737 self._enforce_tls_emails_metadata = enforce_tls_emails_metadata 16738 16739 @property 16740 def envelope_integration_allowed(self): 16741 """Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16742 16743 # noqa: E501 16744 16745 :return: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16746 :rtype: str 16747 """ 16748 return self._envelope_integration_allowed 16749 16750 @envelope_integration_allowed.setter 16751 def envelope_integration_allowed(self, envelope_integration_allowed): 16752 """Sets the envelope_integration_allowed of this AccountSettingsInformation. 16753 16754 # noqa: E501 16755 16756 :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16757 :type: str 16758 """ 16759 16760 self._envelope_integration_allowed = envelope_integration_allowed 16761 16762 @property 16763 def envelope_integration_allowed_metadata(self): 16764 """Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16765 16766 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 16767 16768 :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16769 :rtype: SettingsMetadata 16770 """ 16771 return self._envelope_integration_allowed_metadata 16772 16773 @envelope_integration_allowed_metadata.setter 16774 def envelope_integration_allowed_metadata(self, envelope_integration_allowed_metadata): 16775 """Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. 16776 16777 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 16778 16779 :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16780 :type: SettingsMetadata 16781 """ 16782 16783 self._envelope_integration_allowed_metadata = envelope_integration_allowed_metadata 16784 16785 @property 16786 def envelope_integration_enabled(self): 16787 """Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16788 16789 # noqa: E501 16790 16791 :return: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16792 :rtype: str 16793 """ 16794 return self._envelope_integration_enabled 16795 16796 @envelope_integration_enabled.setter 16797 def envelope_integration_enabled(self, envelope_integration_enabled): 16798 """Sets the envelope_integration_enabled of this AccountSettingsInformation. 16799 16800 # noqa: E501 16801 16802 :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16803 :type: str 16804 """ 16805 16806 self._envelope_integration_enabled = envelope_integration_enabled 16807 16808 @property 16809 def envelope_integration_enabled_metadata(self): 16810 """Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16811 16812 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 16813 16814 :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16815 :rtype: SettingsMetadata 16816 """ 16817 return self._envelope_integration_enabled_metadata 16818 16819 @envelope_integration_enabled_metadata.setter 16820 def envelope_integration_enabled_metadata(self, envelope_integration_enabled_metadata): 16821 """Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. 16822 16823 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 16824 16825 :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16826 :type: SettingsMetadata 16827 """ 16828 16829 self._envelope_integration_enabled_metadata = envelope_integration_enabled_metadata 16830 16831 @property 16832 def envelope_limits_total_document_size_allowed_in_mb(self): 16833 """Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16834 16835 # noqa: E501 16836 16837 :return: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16838 :rtype: str 16839 """ 16840 return self._envelope_limits_total_document_size_allowed_in_mb 16841 16842 @envelope_limits_total_document_size_allowed_in_mb.setter 16843 def envelope_limits_total_document_size_allowed_in_mb(self, envelope_limits_total_document_size_allowed_in_mb): 16844 """Sets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. 16845 16846 # noqa: E501 16847 16848 :param envelope_limits_total_document_size_allowed_in_mb: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16849 :type: str 16850 """ 16851 16852 self._envelope_limits_total_document_size_allowed_in_mb = envelope_limits_total_document_size_allowed_in_mb 16853 16854 @property 16855 def envelope_limits_total_document_size_allowed_in_mb_enabled(self): 16856 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16857 16858 # noqa: E501 16859 16860 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16861 :rtype: str 16862 """ 16863 return self._envelope_limits_total_document_size_allowed_in_mb_enabled 16864 16865 @envelope_limits_total_document_size_allowed_in_mb_enabled.setter 16866 def envelope_limits_total_document_size_allowed_in_mb_enabled(self, envelope_limits_total_document_size_allowed_in_mb_enabled): 16867 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. 16868 16869 # noqa: E501 16870 16871 :param envelope_limits_total_document_size_allowed_in_mb_enabled: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16872 :type: str 16873 """ 16874 16875 self._envelope_limits_total_document_size_allowed_in_mb_enabled = envelope_limits_total_document_size_allowed_in_mb_enabled 16876 16877 @property 16878 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self): 16879 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16880 16881 # noqa: E501 16882 16883 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16884 :rtype: SettingsMetadata 16885 """ 16886 return self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 16887 16888 @envelope_limits_total_document_size_allowed_in_mb_enabled_metadata.setter 16889 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata): 16890 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. 16891 16892 # noqa: E501 16893 16894 :param envelope_limits_total_document_size_allowed_in_mb_enabled_metadata: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16895 :type: SettingsMetadata 16896 """ 16897 16898 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 16899 16900 @property 16901 def envelope_limits_total_document_size_allowed_in_mb_metadata(self): 16902 """Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16903 16904 # noqa: E501 16905 16906 :return: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16907 :rtype: SettingsMetadata 16908 """ 16909 return self._envelope_limits_total_document_size_allowed_in_mb_metadata 16910 16911 @envelope_limits_total_document_size_allowed_in_mb_metadata.setter 16912 def envelope_limits_total_document_size_allowed_in_mb_metadata(self, envelope_limits_total_document_size_allowed_in_mb_metadata): 16913 """Sets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. 16914 16915 # noqa: E501 16916 16917 :param envelope_limits_total_document_size_allowed_in_mb_metadata: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16918 :type: SettingsMetadata 16919 """ 16920 16921 self._envelope_limits_total_document_size_allowed_in_mb_metadata = envelope_limits_total_document_size_allowed_in_mb_metadata 16922 16923 @property 16924 def envelope_search_mode(self): 16925 """Gets the envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16926 16927 # noqa: E501 16928 16929 :return: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16930 :rtype: str 16931 """ 16932 return self._envelope_search_mode 16933 16934 @envelope_search_mode.setter 16935 def envelope_search_mode(self, envelope_search_mode): 16936 """Sets the envelope_search_mode of this AccountSettingsInformation. 16937 16938 # noqa: E501 16939 16940 :param envelope_search_mode: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16941 :type: str 16942 """ 16943 16944 self._envelope_search_mode = envelope_search_mode 16945 16946 @property 16947 def envelope_search_mode_metadata(self): 16948 """Gets the envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16949 16950 # noqa: E501 16951 16952 :return: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16953 :rtype: SettingsMetadata 16954 """ 16955 return self._envelope_search_mode_metadata 16956 16957 @envelope_search_mode_metadata.setter 16958 def envelope_search_mode_metadata(self, envelope_search_mode_metadata): 16959 """Sets the envelope_search_mode_metadata of this AccountSettingsInformation. 16960 16961 # noqa: E501 16962 16963 :param envelope_search_mode_metadata: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16964 :type: SettingsMetadata 16965 """ 16966 16967 self._envelope_search_mode_metadata = envelope_search_mode_metadata 16968 16969 @property 16970 def envelope_stamping_default_value(self): 16971 """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16972 16973 # noqa: E501 16974 16975 :return: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16976 :rtype: str 16977 """ 16978 return self._envelope_stamping_default_value 16979 16980 @envelope_stamping_default_value.setter 16981 def envelope_stamping_default_value(self, envelope_stamping_default_value): 16982 """Sets the envelope_stamping_default_value of this AccountSettingsInformation. 16983 16984 # noqa: E501 16985 16986 :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16987 :type: str 16988 """ 16989 16990 self._envelope_stamping_default_value = envelope_stamping_default_value 16991 16992 @property 16993 def envelope_stamping_default_value_metadata(self): 16994 """Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 16995 16996 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 16997 16998 :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 16999 :rtype: SettingsMetadata 17000 """ 17001 return self._envelope_stamping_default_value_metadata 17002 17003 @envelope_stamping_default_value_metadata.setter 17004 def envelope_stamping_default_value_metadata(self, envelope_stamping_default_value_metadata): 17005 """Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. 17006 17007 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 17008 17009 :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 17010 :type: SettingsMetadata 17011 """ 17012 17013 self._envelope_stamping_default_value_metadata = envelope_stamping_default_value_metadata 17014 17015 @property 17016 def exit_prompt(self): 17017 """Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501 17018 17019 # noqa: E501 17020 17021 :return: The exit_prompt of this AccountSettingsInformation. # noqa: E501 17022 :rtype: str 17023 """ 17024 return self._exit_prompt 17025 17026 @exit_prompt.setter 17027 def exit_prompt(self, exit_prompt): 17028 """Sets the exit_prompt of this AccountSettingsInformation. 17029 17030 # noqa: E501 17031 17032 :param exit_prompt: The exit_prompt of this AccountSettingsInformation. # noqa: E501 17033 :type: str 17034 """ 17035 17036 self._exit_prompt = exit_prompt 17037 17038 @property 17039 def exit_prompt_metadata(self): 17040 """Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17041 17042 # noqa: E501 17043 17044 :return: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17045 :rtype: SettingsMetadata 17046 """ 17047 return self._exit_prompt_metadata 17048 17049 @exit_prompt_metadata.setter 17050 def exit_prompt_metadata(self, exit_prompt_metadata): 17051 """Sets the exit_prompt_metadata of this AccountSettingsInformation. 17052 17053 # noqa: E501 17054 17055 :param exit_prompt_metadata: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17056 :type: SettingsMetadata 17057 """ 17058 17059 self._exit_prompt_metadata = exit_prompt_metadata 17060 17061 @property 17062 def express_send(self): 17063 """Gets the express_send of this AccountSettingsInformation. # noqa: E501 17064 17065 # noqa: E501 17066 17067 :return: The express_send of this AccountSettingsInformation. # noqa: E501 17068 :rtype: str 17069 """ 17070 return self._express_send 17071 17072 @express_send.setter 17073 def express_send(self, express_send): 17074 """Sets the express_send of this AccountSettingsInformation. 17075 17076 # noqa: E501 17077 17078 :param express_send: The express_send of this AccountSettingsInformation. # noqa: E501 17079 :type: str 17080 """ 17081 17082 self._express_send = express_send 17083 17084 @property 17085 def express_send_allow_tabs(self): 17086 """Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17087 17088 # noqa: E501 17089 17090 :return: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17091 :rtype: str 17092 """ 17093 return self._express_send_allow_tabs 17094 17095 @express_send_allow_tabs.setter 17096 def express_send_allow_tabs(self, express_send_allow_tabs): 17097 """Sets the express_send_allow_tabs of this AccountSettingsInformation. 17098 17099 # noqa: E501 17100 17101 :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17102 :type: str 17103 """ 17104 17105 self._express_send_allow_tabs = express_send_allow_tabs 17106 17107 @property 17108 def express_send_allow_tabs_metadata(self): 17109 """Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17110 17111 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 17112 17113 :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17114 :rtype: SettingsMetadata 17115 """ 17116 return self._express_send_allow_tabs_metadata 17117 17118 @express_send_allow_tabs_metadata.setter 17119 def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): 17120 """Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. 17121 17122 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 17123 17124 :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17125 :type: SettingsMetadata 17126 """ 17127 17128 self._express_send_allow_tabs_metadata = express_send_allow_tabs_metadata 17129 17130 @property 17131 def express_send_metadata(self): 17132 """Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501 17133 17134 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 17135 17136 :return: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 17137 :rtype: SettingsMetadata 17138 """ 17139 return self._express_send_metadata 17140 17141 @express_send_metadata.setter 17142 def express_send_metadata(self, express_send_metadata): 17143 """Sets the express_send_metadata of this AccountSettingsInformation. 17144 17145 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 17146 17147 :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 17148 :type: SettingsMetadata 17149 """ 17150 17151 self._express_send_metadata = express_send_metadata 17152 17153 @property 17154 def external_document_sources(self): 17155 """Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501 17156 17157 A list of external document sources such as DropBox and OneDrive. # noqa: E501 17158 17159 :return: The external_document_sources of this AccountSettingsInformation. # noqa: E501 17160 :rtype: ExternalDocumentSources 17161 """ 17162 return self._external_document_sources 17163 17164 @external_document_sources.setter 17165 def external_document_sources(self, external_document_sources): 17166 """Sets the external_document_sources of this AccountSettingsInformation. 17167 17168 A list of external document sources such as DropBox and OneDrive. # noqa: E501 17169 17170 :param external_document_sources: The external_document_sources of this AccountSettingsInformation. # noqa: E501 17171 :type: ExternalDocumentSources 17172 """ 17173 17174 self._external_document_sources = external_document_sources 17175 17176 @property 17177 def external_signature_pad_type(self): 17178 """Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17179 17180 # noqa: E501 17181 17182 :return: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17183 :rtype: str 17184 """ 17185 return self._external_signature_pad_type 17186 17187 @external_signature_pad_type.setter 17188 def external_signature_pad_type(self, external_signature_pad_type): 17189 """Sets the external_signature_pad_type of this AccountSettingsInformation. 17190 17191 # noqa: E501 17192 17193 :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17194 :type: str 17195 """ 17196 17197 self._external_signature_pad_type = external_signature_pad_type 17198 17199 @property 17200 def external_signature_pad_type_metadata(self): 17201 """Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17202 17203 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 17204 17205 :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17206 :rtype: SettingsMetadata 17207 """ 17208 return self._external_signature_pad_type_metadata 17209 17210 @external_signature_pad_type_metadata.setter 17211 def external_signature_pad_type_metadata(self, external_signature_pad_type_metadata): 17212 """Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. 17213 17214 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 17215 17216 :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17217 :type: SettingsMetadata 17218 """ 17219 17220 self._external_signature_pad_type_metadata = external_signature_pad_type_metadata 17221 17222 @property 17223 def fax_out_enabled(self): 17224 """Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17225 17226 # noqa: E501 17227 17228 :return: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17229 :rtype: str 17230 """ 17231 return self._fax_out_enabled 17232 17233 @fax_out_enabled.setter 17234 def fax_out_enabled(self, fax_out_enabled): 17235 """Sets the fax_out_enabled of this AccountSettingsInformation. 17236 17237 # noqa: E501 17238 17239 :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17240 :type: str 17241 """ 17242 17243 self._fax_out_enabled = fax_out_enabled 17244 17245 @property 17246 def fax_out_enabled_metadata(self): 17247 """Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17248 17249 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 17250 17251 :return: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17252 :rtype: SettingsMetadata 17253 """ 17254 return self._fax_out_enabled_metadata 17255 17256 @fax_out_enabled_metadata.setter 17257 def fax_out_enabled_metadata(self, fax_out_enabled_metadata): 17258 """Sets the fax_out_enabled_metadata of this AccountSettingsInformation. 17259 17260 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 17261 17262 :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17263 :type: SettingsMetadata 17264 """ 17265 17266 self._fax_out_enabled_metadata = fax_out_enabled_metadata 17267 17268 @property 17269 def finish_reminder(self): 17270 """Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501 17271 17272 # noqa: E501 17273 17274 :return: The finish_reminder of this AccountSettingsInformation. # noqa: E501 17275 :rtype: str 17276 """ 17277 return self._finish_reminder 17278 17279 @finish_reminder.setter 17280 def finish_reminder(self, finish_reminder): 17281 """Sets the finish_reminder of this AccountSettingsInformation. 17282 17283 # noqa: E501 17284 17285 :param finish_reminder: The finish_reminder of this AccountSettingsInformation. # noqa: E501 17286 :type: str 17287 """ 17288 17289 self._finish_reminder = finish_reminder 17290 17291 @property 17292 def finish_reminder_metadata(self): 17293 """Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17294 17295 # noqa: E501 17296 17297 :return: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17298 :rtype: SettingsMetadata 17299 """ 17300 return self._finish_reminder_metadata 17301 17302 @finish_reminder_metadata.setter 17303 def finish_reminder_metadata(self, finish_reminder_metadata): 17304 """Sets the finish_reminder_metadata of this AccountSettingsInformation. 17305 17306 # noqa: E501 17307 17308 :param finish_reminder_metadata: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17309 :type: SettingsMetadata 17310 """ 17311 17312 self._finish_reminder_metadata = finish_reminder_metadata 17313 17314 @property 17315 def forbid_adding_user_stamps(self): 17316 """Gets the forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17317 17318 # noqa: E501 17319 17320 :return: The forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17321 :rtype: str 17322 """ 17323 return self._forbid_adding_user_stamps 17324 17325 @forbid_adding_user_stamps.setter 17326 def forbid_adding_user_stamps(self, forbid_adding_user_stamps): 17327 """Sets the forbid_adding_user_stamps of this AccountSettingsInformation. 17328 17329 # noqa: E501 17330 17331 :param forbid_adding_user_stamps: The forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17332 :type: str 17333 """ 17334 17335 self._forbid_adding_user_stamps = forbid_adding_user_stamps 17336 17337 @property 17338 def forbid_adding_user_stamps_metadata(self): 17339 """Gets the forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17340 17341 # noqa: E501 17342 17343 :return: The forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17344 :rtype: SettingsMetadata 17345 """ 17346 return self._forbid_adding_user_stamps_metadata 17347 17348 @forbid_adding_user_stamps_metadata.setter 17349 def forbid_adding_user_stamps_metadata(self, forbid_adding_user_stamps_metadata): 17350 """Sets the forbid_adding_user_stamps_metadata of this AccountSettingsInformation. 17351 17352 # noqa: E501 17353 17354 :param forbid_adding_user_stamps_metadata: The forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17355 :type: SettingsMetadata 17356 """ 17357 17358 self._forbid_adding_user_stamps_metadata = forbid_adding_user_stamps_metadata 17359 17360 @property 17361 def guided_forms_html_allowed(self): 17362 """Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17363 17364 # noqa: E501 17365 17366 :return: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17367 :rtype: str 17368 """ 17369 return self._guided_forms_html_allowed 17370 17371 @guided_forms_html_allowed.setter 17372 def guided_forms_html_allowed(self, guided_forms_html_allowed): 17373 """Sets the guided_forms_html_allowed of this AccountSettingsInformation. 17374 17375 # noqa: E501 17376 17377 :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17378 :type: str 17379 """ 17380 17381 self._guided_forms_html_allowed = guided_forms_html_allowed 17382 17383 @property 17384 def guided_forms_html_allowed_metadata(self): 17385 """Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17386 17387 # noqa: E501 17388 17389 :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17390 :rtype: SettingsMetadata 17391 """ 17392 return self._guided_forms_html_allowed_metadata 17393 17394 @guided_forms_html_allowed_metadata.setter 17395 def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata): 17396 """Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. 17397 17398 # noqa: E501 17399 17400 :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17401 :type: SettingsMetadata 17402 """ 17403 17404 self._guided_forms_html_allowed_metadata = guided_forms_html_allowed_metadata 17405 17406 @property 17407 def guided_forms_html_conversion_policy(self): 17408 """Gets the guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17409 17410 # noqa: E501 17411 17412 :return: The guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17413 :rtype: str 17414 """ 17415 return self._guided_forms_html_conversion_policy 17416 17417 @guided_forms_html_conversion_policy.setter 17418 def guided_forms_html_conversion_policy(self, guided_forms_html_conversion_policy): 17419 """Sets the guided_forms_html_conversion_policy of this AccountSettingsInformation. 17420 17421 # noqa: E501 17422 17423 :param guided_forms_html_conversion_policy: The guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17424 :type: str 17425 """ 17426 17427 self._guided_forms_html_conversion_policy = guided_forms_html_conversion_policy 17428 17429 @property 17430 def guided_forms_html_conversion_policy_metadata(self): 17431 """Gets the guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17432 17433 # noqa: E501 17434 17435 :return: The guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17436 :rtype: SettingsMetadata 17437 """ 17438 return self._guided_forms_html_conversion_policy_metadata 17439 17440 @guided_forms_html_conversion_policy_metadata.setter 17441 def guided_forms_html_conversion_policy_metadata(self, guided_forms_html_conversion_policy_metadata): 17442 """Sets the guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. 17443 17444 # noqa: E501 17445 17446 :param guided_forms_html_conversion_policy_metadata: The guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17447 :type: SettingsMetadata 17448 """ 17449 17450 self._guided_forms_html_conversion_policy_metadata = guided_forms_html_conversion_policy_metadata 17451 17452 @property 17453 def has_recipient_connect_claimed_domain(self): 17454 """Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17455 17456 # noqa: E501 17457 17458 :return: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17459 :rtype: str 17460 """ 17461 return self._has_recipient_connect_claimed_domain 17462 17463 @has_recipient_connect_claimed_domain.setter 17464 def has_recipient_connect_claimed_domain(self, has_recipient_connect_claimed_domain): 17465 """Sets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. 17466 17467 # noqa: E501 17468 17469 :param has_recipient_connect_claimed_domain: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17470 :type: str 17471 """ 17472 17473 self._has_recipient_connect_claimed_domain = has_recipient_connect_claimed_domain 17474 17475 @property 17476 def hide_account_address_in_co_c(self): 17477 """Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17478 17479 # noqa: E501 17480 17481 :return: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17482 :rtype: str 17483 """ 17484 return self._hide_account_address_in_co_c 17485 17486 @hide_account_address_in_co_c.setter 17487 def hide_account_address_in_co_c(self, hide_account_address_in_co_c): 17488 """Sets the hide_account_address_in_co_c of this AccountSettingsInformation. 17489 17490 # noqa: E501 17491 17492 :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17493 :type: str 17494 """ 17495 17496 self._hide_account_address_in_co_c = hide_account_address_in_co_c 17497 17498 @property 17499 def hide_account_address_in_co_c_metadata(self): 17500 """Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17501 17502 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 17503 17504 :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17505 :rtype: SettingsMetadata 17506 """ 17507 return self._hide_account_address_in_co_c_metadata 17508 17509 @hide_account_address_in_co_c_metadata.setter 17510 def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_metadata): 17511 """Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. 17512 17513 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 17514 17515 :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17516 :type: SettingsMetadata 17517 """ 17518 17519 self._hide_account_address_in_co_c_metadata = hide_account_address_in_co_c_metadata 17520 17521 @property 17522 def hide_pricing(self): 17523 """Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501 17524 17525 # noqa: E501 17526 17527 :return: The hide_pricing of this AccountSettingsInformation. # noqa: E501 17528 :rtype: str 17529 """ 17530 return self._hide_pricing 17531 17532 @hide_pricing.setter 17533 def hide_pricing(self, hide_pricing): 17534 """Sets the hide_pricing of this AccountSettingsInformation. 17535 17536 # noqa: E501 17537 17538 :param hide_pricing: The hide_pricing of this AccountSettingsInformation. # noqa: E501 17539 :type: str 17540 """ 17541 17542 self._hide_pricing = hide_pricing 17543 17544 @property 17545 def hide_pricing_metadata(self): 17546 """Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17547 17548 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 17549 17550 :return: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17551 :rtype: SettingsMetadata 17552 """ 17553 return self._hide_pricing_metadata 17554 17555 @hide_pricing_metadata.setter 17556 def hide_pricing_metadata(self, hide_pricing_metadata): 17557 """Sets the hide_pricing_metadata of this AccountSettingsInformation. 17558 17559 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 17560 17561 :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17562 :type: SettingsMetadata 17563 """ 17564 17565 self._hide_pricing_metadata = hide_pricing_metadata 17566 17567 @property 17568 def id_check_configurations(self): 17569 """Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501 17570 17571 # noqa: E501 17572 17573 :return: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 17574 :rtype: list[IdCheckConfiguration] 17575 """ 17576 return self._id_check_configurations 17577 17578 @id_check_configurations.setter 17579 def id_check_configurations(self, id_check_configurations): 17580 """Sets the id_check_configurations of this AccountSettingsInformation. 17581 17582 # noqa: E501 17583 17584 :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 17585 :type: list[IdCheckConfiguration] 17586 """ 17587 17588 self._id_check_configurations = id_check_configurations 17589 17590 @property 17591 def id_check_expire(self): 17592 """Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501 17593 17594 # noqa: E501 17595 17596 :return: The id_check_expire of this AccountSettingsInformation. # noqa: E501 17597 :rtype: str 17598 """ 17599 return self._id_check_expire 17600 17601 @id_check_expire.setter 17602 def id_check_expire(self, id_check_expire): 17603 """Sets the id_check_expire of this AccountSettingsInformation. 17604 17605 # noqa: E501 17606 17607 :param id_check_expire: The id_check_expire of this AccountSettingsInformation. # noqa: E501 17608 :type: str 17609 """ 17610 17611 self._id_check_expire = id_check_expire 17612 17613 @property 17614 def id_check_expire_days(self): 17615 """Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17616 17617 # noqa: E501 17618 17619 :return: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17620 :rtype: str 17621 """ 17622 return self._id_check_expire_days 17623 17624 @id_check_expire_days.setter 17625 def id_check_expire_days(self, id_check_expire_days): 17626 """Sets the id_check_expire_days of this AccountSettingsInformation. 17627 17628 # noqa: E501 17629 17630 :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17631 :type: str 17632 """ 17633 17634 self._id_check_expire_days = id_check_expire_days 17635 17636 @property 17637 def id_check_expire_days_metadata(self): 17638 """Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17639 17640 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 17641 17642 :return: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17643 :rtype: SettingsMetadata 17644 """ 17645 return self._id_check_expire_days_metadata 17646 17647 @id_check_expire_days_metadata.setter 17648 def id_check_expire_days_metadata(self, id_check_expire_days_metadata): 17649 """Sets the id_check_expire_days_metadata of this AccountSettingsInformation. 17650 17651 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 17652 17653 :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17654 :type: SettingsMetadata 17655 """ 17656 17657 self._id_check_expire_days_metadata = id_check_expire_days_metadata 17658 17659 @property 17660 def id_check_expire_metadata(self): 17661 """Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17662 17663 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 17664 17665 :return: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17666 :rtype: SettingsMetadata 17667 """ 17668 return self._id_check_expire_metadata 17669 17670 @id_check_expire_metadata.setter 17671 def id_check_expire_metadata(self, id_check_expire_metadata): 17672 """Sets the id_check_expire_metadata of this AccountSettingsInformation. 17673 17674 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 17675 17676 :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17677 :type: SettingsMetadata 17678 """ 17679 17680 self._id_check_expire_metadata = id_check_expire_metadata 17681 17682 @property 17683 def id_check_expire_minutes(self): 17684 """Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17685 17686 # noqa: E501 17687 17688 :return: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17689 :rtype: str 17690 """ 17691 return self._id_check_expire_minutes 17692 17693 @id_check_expire_minutes.setter 17694 def id_check_expire_minutes(self, id_check_expire_minutes): 17695 """Sets the id_check_expire_minutes of this AccountSettingsInformation. 17696 17697 # noqa: E501 17698 17699 :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17700 :type: str 17701 """ 17702 17703 self._id_check_expire_minutes = id_check_expire_minutes 17704 17705 @property 17706 def id_check_expire_minutes_metadata(self): 17707 """Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17708 17709 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 17710 17711 :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17712 :rtype: SettingsMetadata 17713 """ 17714 return self._id_check_expire_minutes_metadata 17715 17716 @id_check_expire_minutes_metadata.setter 17717 def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): 17718 """Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. 17719 17720 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 17721 17722 :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17723 :type: SettingsMetadata 17724 """ 17725 17726 self._id_check_expire_minutes_metadata = id_check_expire_minutes_metadata 17727 17728 @property 17729 def id_check_required(self): 17730 """Gets the id_check_required of this AccountSettingsInformation. # noqa: E501 17731 17732 # noqa: E501 17733 17734 :return: The id_check_required of this AccountSettingsInformation. # noqa: E501 17735 :rtype: str 17736 """ 17737 return self._id_check_required 17738 17739 @id_check_required.setter 17740 def id_check_required(self, id_check_required): 17741 """Sets the id_check_required of this AccountSettingsInformation. 17742 17743 # noqa: E501 17744 17745 :param id_check_required: The id_check_required of this AccountSettingsInformation. # noqa: E501 17746 :type: str 17747 """ 17748 17749 self._id_check_required = id_check_required 17750 17751 @property 17752 def id_check_required_metadata(self): 17753 """Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17754 17755 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 17756 17757 :return: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17758 :rtype: SettingsMetadata 17759 """ 17760 return self._id_check_required_metadata 17761 17762 @id_check_required_metadata.setter 17763 def id_check_required_metadata(self, id_check_required_metadata): 17764 """Sets the id_check_required_metadata of this AccountSettingsInformation. 17765 17766 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 17767 17768 :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17769 :type: SettingsMetadata 17770 """ 17771 17772 self._id_check_required_metadata = id_check_required_metadata 17773 17774 @property 17775 def identity_verification(self): 17776 """Gets the identity_verification of this AccountSettingsInformation. # noqa: E501 17777 17778 # noqa: E501 17779 17780 :return: The identity_verification of this AccountSettingsInformation. # noqa: E501 17781 :rtype: list[AccountIdentityVerificationWorkflow] 17782 """ 17783 return self._identity_verification 17784 17785 @identity_verification.setter 17786 def identity_verification(self, identity_verification): 17787 """Sets the identity_verification of this AccountSettingsInformation. 17788 17789 # noqa: E501 17790 17791 :param identity_verification: The identity_verification of this AccountSettingsInformation. # noqa: E501 17792 :type: list[AccountIdentityVerificationWorkflow] 17793 """ 17794 17795 self._identity_verification = identity_verification 17796 17797 @property 17798 def identity_verification_metadata(self): 17799 """Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17800 17801 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 17802 17803 :return: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17804 :rtype: SettingsMetadata 17805 """ 17806 return self._identity_verification_metadata 17807 17808 @identity_verification_metadata.setter 17809 def identity_verification_metadata(self, identity_verification_metadata): 17810 """Sets the identity_verification_metadata of this AccountSettingsInformation. 17811 17812 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 17813 17814 :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17815 :type: SettingsMetadata 17816 """ 17817 17818 self._identity_verification_metadata = identity_verification_metadata 17819 17820 @property 17821 def idfx_kba_authentication_override(self): 17822 """Gets the idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17823 17824 # noqa: E501 17825 17826 :return: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17827 :rtype: str 17828 """ 17829 return self._idfx_kba_authentication_override 17830 17831 @idfx_kba_authentication_override.setter 17832 def idfx_kba_authentication_override(self, idfx_kba_authentication_override): 17833 """Sets the idfx_kba_authentication_override of this AccountSettingsInformation. 17834 17835 # noqa: E501 17836 17837 :param idfx_kba_authentication_override: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17838 :type: str 17839 """ 17840 17841 self._idfx_kba_authentication_override = idfx_kba_authentication_override 17842 17843 @property 17844 def idfx_kba_authentication_override_metadata(self): 17845 """Gets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17846 17847 # noqa: E501 17848 17849 :return: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17850 :rtype: SettingsMetadata 17851 """ 17852 return self._idfx_kba_authentication_override_metadata 17853 17854 @idfx_kba_authentication_override_metadata.setter 17855 def idfx_kba_authentication_override_metadata(self, idfx_kba_authentication_override_metadata): 17856 """Sets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. 17857 17858 # noqa: E501 17859 17860 :param idfx_kba_authentication_override_metadata: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17861 :type: SettingsMetadata 17862 """ 17863 17864 self._idfx_kba_authentication_override_metadata = idfx_kba_authentication_override_metadata 17865 17866 @property 17867 def idfx_phone_authentication_override(self): 17868 """Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17869 17870 # noqa: E501 17871 17872 :return: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17873 :rtype: str 17874 """ 17875 return self._idfx_phone_authentication_override 17876 17877 @idfx_phone_authentication_override.setter 17878 def idfx_phone_authentication_override(self, idfx_phone_authentication_override): 17879 """Sets the idfx_phone_authentication_override of this AccountSettingsInformation. 17880 17881 # noqa: E501 17882 17883 :param idfx_phone_authentication_override: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17884 :type: str 17885 """ 17886 17887 self._idfx_phone_authentication_override = idfx_phone_authentication_override 17888 17889 @property 17890 def idfx_phone_authentication_override_metadata(self): 17891 """Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17892 17893 # noqa: E501 17894 17895 :return: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17896 :rtype: SettingsMetadata 17897 """ 17898 return self._idfx_phone_authentication_override_metadata 17899 17900 @idfx_phone_authentication_override_metadata.setter 17901 def idfx_phone_authentication_override_metadata(self, idfx_phone_authentication_override_metadata): 17902 """Sets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. 17903 17904 # noqa: E501 17905 17906 :param idfx_phone_authentication_override_metadata: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17907 :type: SettingsMetadata 17908 """ 17909 17910 self._idfx_phone_authentication_override_metadata = idfx_phone_authentication_override_metadata 17911 17912 @property 17913 def ignore_error_if_anchor_tab_not_found(self): 17914 """Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17915 17916 # noqa: E501 17917 17918 :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17919 :rtype: str 17920 """ 17921 return self._ignore_error_if_anchor_tab_not_found 17922 17923 @ignore_error_if_anchor_tab_not_found.setter 17924 def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_found): 17925 """Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. 17926 17927 # noqa: E501 17928 17929 :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17930 :type: str 17931 """ 17932 17933 self._ignore_error_if_anchor_tab_not_found = ignore_error_if_anchor_tab_not_found 17934 17935 @property 17936 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self): 17937 """Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17938 17939 Reserved for DocuSign. # noqa: E501 17940 17941 :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17942 :rtype: SettingsMetadata 17943 """ 17944 return self._ignore_error_if_anchor_tab_not_found_metadata_enabled 17945 17946 @ignore_error_if_anchor_tab_not_found_metadata_enabled.setter 17947 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_anchor_tab_not_found_metadata_enabled): 17948 """Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. 17949 17950 Reserved for DocuSign. # noqa: E501 17951 17952 :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17953 :type: SettingsMetadata 17954 """ 17955 17956 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = ignore_error_if_anchor_tab_not_found_metadata_enabled 17957 17958 @property 17959 def in_person_id_check_question(self): 17960 """Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17961 17962 # noqa: E501 17963 17964 :return: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17965 :rtype: str 17966 """ 17967 return self._in_person_id_check_question 17968 17969 @in_person_id_check_question.setter 17970 def in_person_id_check_question(self, in_person_id_check_question): 17971 """Sets the in_person_id_check_question of this AccountSettingsInformation. 17972 17973 # noqa: E501 17974 17975 :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17976 :type: str 17977 """ 17978 17979 self._in_person_id_check_question = in_person_id_check_question 17980 17981 @property 17982 def in_person_id_check_question_metadata(self): 17983 """Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 17984 17985 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 17986 17987 :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 17988 :rtype: SettingsMetadata 17989 """ 17990 return self._in_person_id_check_question_metadata 17991 17992 @in_person_id_check_question_metadata.setter 17993 def in_person_id_check_question_metadata(self, in_person_id_check_question_metadata): 17994 """Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. 17995 17996 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 17997 17998 :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 17999 :type: SettingsMetadata 18000 """ 18001 18002 self._in_person_id_check_question_metadata = in_person_id_check_question_metadata 18003 18004 @property 18005 def in_person_signing_enabled(self): 18006 """Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18007 18008 # noqa: E501 18009 18010 :return: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18011 :rtype: str 18012 """ 18013 return self._in_person_signing_enabled 18014 18015 @in_person_signing_enabled.setter 18016 def in_person_signing_enabled(self, in_person_signing_enabled): 18017 """Sets the in_person_signing_enabled of this AccountSettingsInformation. 18018 18019 # noqa: E501 18020 18021 :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18022 :type: str 18023 """ 18024 18025 self._in_person_signing_enabled = in_person_signing_enabled 18026 18027 @property 18028 def in_person_signing_enabled_metadata(self): 18029 """Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18030 18031 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 18032 18033 :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18034 :rtype: SettingsMetadata 18035 """ 18036 return self._in_person_signing_enabled_metadata 18037 18038 @in_person_signing_enabled_metadata.setter 18039 def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata): 18040 """Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. 18041 18042 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 18043 18044 :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18045 :type: SettingsMetadata 18046 """ 18047 18048 self._in_person_signing_enabled_metadata = in_person_signing_enabled_metadata 18049 18050 @property 18051 def in_session_enabled(self): 18052 """Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501 18053 18054 # noqa: E501 18055 18056 :return: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 18057 :rtype: str 18058 """ 18059 return self._in_session_enabled 18060 18061 @in_session_enabled.setter 18062 def in_session_enabled(self, in_session_enabled): 18063 """Sets the in_session_enabled of this AccountSettingsInformation. 18064 18065 # noqa: E501 18066 18067 :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 18068 :type: str 18069 """ 18070 18071 self._in_session_enabled = in_session_enabled 18072 18073 @property 18074 def in_session_enabled_metadata(self): 18075 """Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18076 18077 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 18078 18079 :return: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18080 :rtype: SettingsMetadata 18081 """ 18082 return self._in_session_enabled_metadata 18083 18084 @in_session_enabled_metadata.setter 18085 def in_session_enabled_metadata(self, in_session_enabled_metadata): 18086 """Sets the in_session_enabled_metadata of this AccountSettingsInformation. 18087 18088 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 18089 18090 :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18091 :type: SettingsMetadata 18092 """ 18093 18094 self._in_session_enabled_metadata = in_session_enabled_metadata 18095 18096 @property 18097 def in_session_suppress_emails(self): 18098 """Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18099 18100 # noqa: E501 18101 18102 :return: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18103 :rtype: str 18104 """ 18105 return self._in_session_suppress_emails 18106 18107 @in_session_suppress_emails.setter 18108 def in_session_suppress_emails(self, in_session_suppress_emails): 18109 """Sets the in_session_suppress_emails of this AccountSettingsInformation. 18110 18111 # noqa: E501 18112 18113 :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18114 :type: str 18115 """ 18116 18117 self._in_session_suppress_emails = in_session_suppress_emails 18118 18119 @property 18120 def in_session_suppress_emails_metadata(self): 18121 """Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18122 18123 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 18124 18125 :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18126 :rtype: SettingsMetadata 18127 """ 18128 return self._in_session_suppress_emails_metadata 18129 18130 @in_session_suppress_emails_metadata.setter 18131 def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadata): 18132 """Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. 18133 18134 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 18135 18136 :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18137 :type: SettingsMetadata 18138 """ 18139 18140 self._in_session_suppress_emails_metadata = in_session_suppress_emails_metadata 18141 18142 @property 18143 def is_connect_document_fields_enabled(self): 18144 """Gets the is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18145 18146 # noqa: E501 18147 18148 :return: The is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18149 :rtype: str 18150 """ 18151 return self._is_connect_document_fields_enabled 18152 18153 @is_connect_document_fields_enabled.setter 18154 def is_connect_document_fields_enabled(self, is_connect_document_fields_enabled): 18155 """Sets the is_connect_document_fields_enabled of this AccountSettingsInformation. 18156 18157 # noqa: E501 18158 18159 :param is_connect_document_fields_enabled: The is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18160 :type: str 18161 """ 18162 18163 self._is_connect_document_fields_enabled = is_connect_document_fields_enabled 18164 18165 @property 18166 def isv_embed(self): 18167 """Gets the isv_embed of this AccountSettingsInformation. # noqa: E501 18168 18169 # noqa: E501 18170 18171 :return: The isv_embed of this AccountSettingsInformation. # noqa: E501 18172 :rtype: str 18173 """ 18174 return self._isv_embed 18175 18176 @isv_embed.setter 18177 def isv_embed(self, isv_embed): 18178 """Sets the isv_embed of this AccountSettingsInformation. 18179 18180 # noqa: E501 18181 18182 :param isv_embed: The isv_embed of this AccountSettingsInformation. # noqa: E501 18183 :type: str 18184 """ 18185 18186 self._isv_embed = isv_embed 18187 18188 @property 18189 def isv_embed_meta_data(self): 18190 """Gets the isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18191 18192 # noqa: E501 18193 18194 :return: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18195 :rtype: SettingsMetadata 18196 """ 18197 return self._isv_embed_meta_data 18198 18199 @isv_embed_meta_data.setter 18200 def isv_embed_meta_data(self, isv_embed_meta_data): 18201 """Sets the isv_embed_meta_data of this AccountSettingsInformation. 18202 18203 # noqa: E501 18204 18205 :param isv_embed_meta_data: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18206 :type: SettingsMetadata 18207 """ 18208 18209 self._isv_embed_meta_data = isv_embed_meta_data 18210 18211 @property 18212 def isv_oem_embed(self): 18213 """Gets the isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18214 18215 # noqa: E501 18216 18217 :return: The isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18218 :rtype: str 18219 """ 18220 return self._isv_oem_embed 18221 18222 @isv_oem_embed.setter 18223 def isv_oem_embed(self, isv_oem_embed): 18224 """Sets the isv_oem_embed of this AccountSettingsInformation. 18225 18226 # noqa: E501 18227 18228 :param isv_oem_embed: The isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18229 :type: str 18230 """ 18231 18232 self._isv_oem_embed = isv_oem_embed 18233 18234 @property 18235 def isv_oem_embed_meta_data(self): 18236 """Gets the isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18237 18238 # noqa: E501 18239 18240 :return: The isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18241 :rtype: SettingsMetadata 18242 """ 18243 return self._isv_oem_embed_meta_data 18244 18245 @isv_oem_embed_meta_data.setter 18246 def isv_oem_embed_meta_data(self, isv_oem_embed_meta_data): 18247 """Sets the isv_oem_embed_meta_data of this AccountSettingsInformation. 18248 18249 # noqa: E501 18250 18251 :param isv_oem_embed_meta_data: The isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18252 :type: SettingsMetadata 18253 """ 18254 18255 self._isv_oem_embed_meta_data = isv_oem_embed_meta_data 18256 18257 @property 18258 def linked_external_primary_accounts(self): 18259 """Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18260 18261 # noqa: E501 18262 18263 :return: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18264 :rtype: list[LinkedExternalPrimaryAccount] 18265 """ 18266 return self._linked_external_primary_accounts 18267 18268 @linked_external_primary_accounts.setter 18269 def linked_external_primary_accounts(self, linked_external_primary_accounts): 18270 """Sets the linked_external_primary_accounts of this AccountSettingsInformation. 18271 18272 # noqa: E501 18273 18274 :param linked_external_primary_accounts: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18275 :type: list[LinkedExternalPrimaryAccount] 18276 """ 18277 18278 self._linked_external_primary_accounts = linked_external_primary_accounts 18279 18280 @property 18281 def maestro_plan_levels(self): 18282 """Gets the maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18283 18284 # noqa: E501 18285 18286 :return: The maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18287 :rtype: str 18288 """ 18289 return self._maestro_plan_levels 18290 18291 @maestro_plan_levels.setter 18292 def maestro_plan_levels(self, maestro_plan_levels): 18293 """Sets the maestro_plan_levels of this AccountSettingsInformation. 18294 18295 # noqa: E501 18296 18297 :param maestro_plan_levels: The maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18298 :type: str 18299 """ 18300 18301 self._maestro_plan_levels = maestro_plan_levels 18302 18303 @property 18304 def maestro_plan_levels_metadata(self): 18305 """Gets the maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18306 18307 # noqa: E501 18308 18309 :return: The maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18310 :rtype: SettingsMetadata 18311 """ 18312 return self._maestro_plan_levels_metadata 18313 18314 @maestro_plan_levels_metadata.setter 18315 def maestro_plan_levels_metadata(self, maestro_plan_levels_metadata): 18316 """Sets the maestro_plan_levels_metadata of this AccountSettingsInformation. 18317 18318 # noqa: E501 18319 18320 :param maestro_plan_levels_metadata: The maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18321 :type: SettingsMetadata 18322 """ 18323 18324 self._maestro_plan_levels_metadata = maestro_plan_levels_metadata 18325 18326 @property 18327 def maximum_signing_groups(self): 18328 """Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18329 18330 # noqa: E501 18331 18332 :return: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18333 :rtype: str 18334 """ 18335 return self._maximum_signing_groups 18336 18337 @maximum_signing_groups.setter 18338 def maximum_signing_groups(self, maximum_signing_groups): 18339 """Sets the maximum_signing_groups of this AccountSettingsInformation. 18340 18341 # noqa: E501 18342 18343 :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18344 :type: str 18345 """ 18346 18347 self._maximum_signing_groups = maximum_signing_groups 18348 18349 @property 18350 def maximum_signing_groups_metadata(self): 18351 """Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18352 18353 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 18354 18355 :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18356 :rtype: SettingsMetadata 18357 """ 18358 return self._maximum_signing_groups_metadata 18359 18360 @maximum_signing_groups_metadata.setter 18361 def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): 18362 """Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. 18363 18364 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 18365 18366 :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18367 :type: SettingsMetadata 18368 """ 18369 18370 self._maximum_signing_groups_metadata = maximum_signing_groups_metadata 18371 18372 @property 18373 def maximum_users_per_signing_group(self): 18374 """Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18375 18376 # noqa: E501 18377 18378 :return: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18379 :rtype: str 18380 """ 18381 return self._maximum_users_per_signing_group 18382 18383 @maximum_users_per_signing_group.setter 18384 def maximum_users_per_signing_group(self, maximum_users_per_signing_group): 18385 """Sets the maximum_users_per_signing_group of this AccountSettingsInformation. 18386 18387 # noqa: E501 18388 18389 :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18390 :type: str 18391 """ 18392 18393 self._maximum_users_per_signing_group = maximum_users_per_signing_group 18394 18395 @property 18396 def maximum_users_per_signing_group_metadata(self): 18397 """Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18398 18399 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 18400 18401 :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18402 :rtype: SettingsMetadata 18403 """ 18404 return self._maximum_users_per_signing_group_metadata 18405 18406 @maximum_users_per_signing_group_metadata.setter 18407 def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_group_metadata): 18408 """Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. 18409 18410 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 18411 18412 :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18413 :type: SettingsMetadata 18414 """ 18415 18416 self._maximum_users_per_signing_group_metadata = maximum_users_per_signing_group_metadata 18417 18418 @property 18419 def max_number_of_custom_stamps(self): 18420 """Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18421 18422 # noqa: E501 18423 18424 :return: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18425 :rtype: str 18426 """ 18427 return self._max_number_of_custom_stamps 18428 18429 @max_number_of_custom_stamps.setter 18430 def max_number_of_custom_stamps(self, max_number_of_custom_stamps): 18431 """Sets the max_number_of_custom_stamps of this AccountSettingsInformation. 18432 18433 # noqa: E501 18434 18435 :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18436 :type: str 18437 """ 18438 18439 self._max_number_of_custom_stamps = max_number_of_custom_stamps 18440 18441 @property 18442 def merge_mixed_mode_results(self): 18443 """Gets the merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18444 18445 # noqa: E501 18446 18447 :return: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18448 :rtype: str 18449 """ 18450 return self._merge_mixed_mode_results 18451 18452 @merge_mixed_mode_results.setter 18453 def merge_mixed_mode_results(self, merge_mixed_mode_results): 18454 """Sets the merge_mixed_mode_results of this AccountSettingsInformation. 18455 18456 # noqa: E501 18457 18458 :param merge_mixed_mode_results: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18459 :type: str 18460 """ 18461 18462 self._merge_mixed_mode_results = merge_mixed_mode_results 18463 18464 @property 18465 def merge_mixed_mode_results_metadata(self): 18466 """Gets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18467 18468 # noqa: E501 18469 18470 :return: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18471 :rtype: SettingsMetadata 18472 """ 18473 return self._merge_mixed_mode_results_metadata 18474 18475 @merge_mixed_mode_results_metadata.setter 18476 def merge_mixed_mode_results_metadata(self, merge_mixed_mode_results_metadata): 18477 """Sets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. 18478 18479 # noqa: E501 18480 18481 :param merge_mixed_mode_results_metadata: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18482 :type: SettingsMetadata 18483 """ 18484 18485 self._merge_mixed_mode_results_metadata = merge_mixed_mode_results_metadata 18486 18487 @property 18488 def mobile_session_timeout(self): 18489 """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18490 18491 # noqa: E501 18492 18493 :return: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18494 :rtype: str 18495 """ 18496 return self._mobile_session_timeout 18497 18498 @mobile_session_timeout.setter 18499 def mobile_session_timeout(self, mobile_session_timeout): 18500 """Sets the mobile_session_timeout of this AccountSettingsInformation. 18501 18502 # noqa: E501 18503 18504 :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18505 :type: str 18506 """ 18507 18508 self._mobile_session_timeout = mobile_session_timeout 18509 18510 @property 18511 def mobile_session_timeout_metadata(self): 18512 """Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18513 18514 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 18515 18516 :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18517 :rtype: SettingsMetadata 18518 """ 18519 return self._mobile_session_timeout_metadata 18520 18521 @mobile_session_timeout_metadata.setter 18522 def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): 18523 """Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. 18524 18525 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 18526 18527 :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18528 :type: SettingsMetadata 18529 """ 18530 18531 self._mobile_session_timeout_metadata = mobile_session_timeout_metadata 18532 18533 @property 18534 def number_of_active_custom_stamps(self): 18535 """Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18536 18537 # noqa: E501 18538 18539 :return: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18540 :rtype: str 18541 """ 18542 return self._number_of_active_custom_stamps 18543 18544 @number_of_active_custom_stamps.setter 18545 def number_of_active_custom_stamps(self, number_of_active_custom_stamps): 18546 """Sets the number_of_active_custom_stamps of this AccountSettingsInformation. 18547 18548 # noqa: E501 18549 18550 :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18551 :type: str 18552 """ 18553 18554 self._number_of_active_custom_stamps = number_of_active_custom_stamps 18555 18556 @property 18557 def opt_in_mobile_signing_v02(self): 18558 """Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18559 18560 # noqa: E501 18561 18562 :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18563 :rtype: str 18564 """ 18565 return self._opt_in_mobile_signing_v02 18566 18567 @opt_in_mobile_signing_v02.setter 18568 def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): 18569 """Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. 18570 18571 # noqa: E501 18572 18573 :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18574 :type: str 18575 """ 18576 18577 self._opt_in_mobile_signing_v02 = opt_in_mobile_signing_v02 18578 18579 @property 18580 def opt_in_mobile_signing_v02_metadata(self): 18581 """Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18582 18583 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 18584 18585 :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18586 :rtype: SettingsMetadata 18587 """ 18588 return self._opt_in_mobile_signing_v02_metadata 18589 18590 @opt_in_mobile_signing_v02_metadata.setter 18591 def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata): 18592 """Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. 18593 18594 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 18595 18596 :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18597 :type: SettingsMetadata 18598 """ 18599 18600 self._opt_in_mobile_signing_v02_metadata = opt_in_mobile_signing_v02_metadata 18601 18602 @property 18603 def opt_in_universal_signatures(self): 18604 """Gets the opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18605 18606 # noqa: E501 18607 18608 :return: The opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18609 :rtype: str 18610 """ 18611 return self._opt_in_universal_signatures 18612 18613 @opt_in_universal_signatures.setter 18614 def opt_in_universal_signatures(self, opt_in_universal_signatures): 18615 """Sets the opt_in_universal_signatures of this AccountSettingsInformation. 18616 18617 # noqa: E501 18618 18619 :param opt_in_universal_signatures: The opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18620 :type: str 18621 """ 18622 18623 self._opt_in_universal_signatures = opt_in_universal_signatures 18624 18625 @property 18626 def opt_out_auto_nav_text_and_tab_color_updates(self): 18627 """Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18628 18629 # noqa: E501 18630 18631 :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18632 :rtype: str 18633 """ 18634 return self._opt_out_auto_nav_text_and_tab_color_updates 18635 18636 @opt_out_auto_nav_text_and_tab_color_updates.setter 18637 def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_tab_color_updates): 18638 """Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. 18639 18640 # noqa: E501 18641 18642 :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18643 :type: str 18644 """ 18645 18646 self._opt_out_auto_nav_text_and_tab_color_updates = opt_out_auto_nav_text_and_tab_color_updates 18647 18648 @property 18649 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self): 18650 """Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18651 18652 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 18653 18654 :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18655 :rtype: SettingsMetadata 18656 """ 18657 return self._opt_out_auto_nav_text_and_tab_color_updates_metadata 18658 18659 @opt_out_auto_nav_text_and_tab_color_updates_metadata.setter 18660 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_text_and_tab_color_updates_metadata): 18661 """Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. 18662 18663 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 18664 18665 :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18666 :type: SettingsMetadata 18667 """ 18668 18669 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = opt_out_auto_nav_text_and_tab_color_updates_metadata 18670 18671 @property 18672 def opt_out_new_platform_seal(self): 18673 """Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18674 18675 # noqa: E501 18676 18677 :return: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18678 :rtype: str 18679 """ 18680 return self._opt_out_new_platform_seal 18681 18682 @opt_out_new_platform_seal.setter 18683 def opt_out_new_platform_seal(self, opt_out_new_platform_seal): 18684 """Sets the opt_out_new_platform_seal of this AccountSettingsInformation. 18685 18686 # noqa: E501 18687 18688 :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18689 :type: str 18690 """ 18691 18692 self._opt_out_new_platform_seal = opt_out_new_platform_seal 18693 18694 @property 18695 def opt_out_new_platform_seal_platform_metadata(self): 18696 """Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18697 18698 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 18699 18700 :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18701 :rtype: SettingsMetadata 18702 """ 18703 return self._opt_out_new_platform_seal_platform_metadata 18704 18705 @opt_out_new_platform_seal_platform_metadata.setter 18706 def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_platform_metadata): 18707 """Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. 18708 18709 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 18710 18711 :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18712 :type: SettingsMetadata 18713 """ 18714 18715 self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata 18716 18717 @property 18718 def original_account_site(self): 18719 """Gets the original_account_site of this AccountSettingsInformation. # noqa: E501 18720 18721 # noqa: E501 18722 18723 :return: The original_account_site of this AccountSettingsInformation. # noqa: E501 18724 :rtype: str 18725 """ 18726 return self._original_account_site 18727 18728 @original_account_site.setter 18729 def original_account_site(self, original_account_site): 18730 """Sets the original_account_site of this AccountSettingsInformation. 18731 18732 # noqa: E501 18733 18734 :param original_account_site: The original_account_site of this AccountSettingsInformation. # noqa: E501 18735 :type: str 18736 """ 18737 18738 self._original_account_site = original_account_site 18739 18740 @property 18741 def participant_copy_opt_out(self): 18742 """Gets the participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18743 18744 # noqa: E501 18745 18746 :return: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18747 :rtype: str 18748 """ 18749 return self._participant_copy_opt_out 18750 18751 @participant_copy_opt_out.setter 18752 def participant_copy_opt_out(self, participant_copy_opt_out): 18753 """Sets the participant_copy_opt_out of this AccountSettingsInformation. 18754 18755 # noqa: E501 18756 18757 :param participant_copy_opt_out: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18758 :type: str 18759 """ 18760 18761 self._participant_copy_opt_out = participant_copy_opt_out 18762 18763 @property 18764 def participant_copy_opt_out_metadata(self): 18765 """Gets the participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18766 18767 # noqa: E501 18768 18769 :return: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18770 :rtype: SettingsMetadata 18771 """ 18772 return self._participant_copy_opt_out_metadata 18773 18774 @participant_copy_opt_out_metadata.setter 18775 def participant_copy_opt_out_metadata(self, participant_copy_opt_out_metadata): 18776 """Sets the participant_copy_opt_out_metadata of this AccountSettingsInformation. 18777 18778 # noqa: E501 18779 18780 :param participant_copy_opt_out_metadata: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18781 :type: SettingsMetadata 18782 """ 18783 18784 self._participant_copy_opt_out_metadata = participant_copy_opt_out_metadata 18785 18786 @property 18787 def pdf_max_chunked_upload_part_size(self): 18788 """Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18789 18790 # noqa: E501 18791 18792 :return: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18793 :rtype: str 18794 """ 18795 return self._pdf_max_chunked_upload_part_size 18796 18797 @pdf_max_chunked_upload_part_size.setter 18798 def pdf_max_chunked_upload_part_size(self, pdf_max_chunked_upload_part_size): 18799 """Sets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. 18800 18801 # noqa: E501 18802 18803 :param pdf_max_chunked_upload_part_size: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18804 :type: str 18805 """ 18806 18807 self._pdf_max_chunked_upload_part_size = pdf_max_chunked_upload_part_size 18808 18809 @property 18810 def pdf_max_chunked_upload_part_size_metadata(self): 18811 """Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18812 18813 # noqa: E501 18814 18815 :return: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18816 :rtype: SettingsMetadata 18817 """ 18818 return self._pdf_max_chunked_upload_part_size_metadata 18819 18820 @pdf_max_chunked_upload_part_size_metadata.setter 18821 def pdf_max_chunked_upload_part_size_metadata(self, pdf_max_chunked_upload_part_size_metadata): 18822 """Sets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. 18823 18824 # noqa: E501 18825 18826 :param pdf_max_chunked_upload_part_size_metadata: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18827 :type: SettingsMetadata 18828 """ 18829 18830 self._pdf_max_chunked_upload_part_size_metadata = pdf_max_chunked_upload_part_size_metadata 18831 18832 @property 18833 def pdf_max_chunked_upload_total_size(self): 18834 """Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18835 18836 # noqa: E501 18837 18838 :return: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18839 :rtype: str 18840 """ 18841 return self._pdf_max_chunked_upload_total_size 18842 18843 @pdf_max_chunked_upload_total_size.setter 18844 def pdf_max_chunked_upload_total_size(self, pdf_max_chunked_upload_total_size): 18845 """Sets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. 18846 18847 # noqa: E501 18848 18849 :param pdf_max_chunked_upload_total_size: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18850 :type: str 18851 """ 18852 18853 self._pdf_max_chunked_upload_total_size = pdf_max_chunked_upload_total_size 18854 18855 @property 18856 def pdf_max_chunked_upload_total_size_metadata(self): 18857 """Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18858 18859 # noqa: E501 18860 18861 :return: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18862 :rtype: SettingsMetadata 18863 """ 18864 return self._pdf_max_chunked_upload_total_size_metadata 18865 18866 @pdf_max_chunked_upload_total_size_metadata.setter 18867 def pdf_max_chunked_upload_total_size_metadata(self, pdf_max_chunked_upload_total_size_metadata): 18868 """Sets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. 18869 18870 # noqa: E501 18871 18872 :param pdf_max_chunked_upload_total_size_metadata: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18873 :type: SettingsMetadata 18874 """ 18875 18876 self._pdf_max_chunked_upload_total_size_metadata = pdf_max_chunked_upload_total_size_metadata 18877 18878 @property 18879 def pdf_max_individual_upload_size(self): 18880 """Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18881 18882 # noqa: E501 18883 18884 :return: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18885 :rtype: str 18886 """ 18887 return self._pdf_max_individual_upload_size 18888 18889 @pdf_max_individual_upload_size.setter 18890 def pdf_max_individual_upload_size(self, pdf_max_individual_upload_size): 18891 """Sets the pdf_max_individual_upload_size of this AccountSettingsInformation. 18892 18893 # noqa: E501 18894 18895 :param pdf_max_individual_upload_size: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18896 :type: str 18897 """ 18898 18899 self._pdf_max_individual_upload_size = pdf_max_individual_upload_size 18900 18901 @property 18902 def pdf_max_individual_upload_size_metadata(self): 18903 """Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18904 18905 # noqa: E501 18906 18907 :return: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18908 :rtype: SettingsMetadata 18909 """ 18910 return self._pdf_max_individual_upload_size_metadata 18911 18912 @pdf_max_individual_upload_size_metadata.setter 18913 def pdf_max_individual_upload_size_metadata(self, pdf_max_individual_upload_size_metadata): 18914 """Sets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. 18915 18916 # noqa: E501 18917 18918 :param pdf_max_individual_upload_size_metadata: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18919 :type: SettingsMetadata 18920 """ 18921 18922 self._pdf_max_individual_upload_size_metadata = pdf_max_individual_upload_size_metadata 18923 18924 @property 18925 def phone_auth_recipient_may_provide_phone_number(self): 18926 """Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18927 18928 # noqa: E501 18929 18930 :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18931 :rtype: str 18932 """ 18933 return self._phone_auth_recipient_may_provide_phone_number 18934 18935 @phone_auth_recipient_may_provide_phone_number.setter 18936 def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may_provide_phone_number): 18937 """Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. 18938 18939 # noqa: E501 18940 18941 :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18942 :type: str 18943 """ 18944 18945 self._phone_auth_recipient_may_provide_phone_number = phone_auth_recipient_may_provide_phone_number 18946 18947 @property 18948 def phone_auth_recipient_may_provide_phone_number_metadata(self): 18949 """Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18950 18951 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 18952 18953 :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18954 :rtype: SettingsMetadata 18955 """ 18956 return self._phone_auth_recipient_may_provide_phone_number_metadata 18957 18958 @phone_auth_recipient_may_provide_phone_number_metadata.setter 18959 def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_recipient_may_provide_phone_number_metadata): 18960 """Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 18961 18962 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 18963 18964 :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18965 :type: SettingsMetadata 18966 """ 18967 18968 self._phone_auth_recipient_may_provide_phone_number_metadata = phone_auth_recipient_may_provide_phone_number_metadata 18969 18970 @property 18971 def pki_sign_downloaded_pdf_docs(self): 18972 """Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18973 18974 # noqa: E501 18975 18976 :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18977 :rtype: str 18978 """ 18979 return self._pki_sign_downloaded_pdf_docs 18980 18981 @pki_sign_downloaded_pdf_docs.setter 18982 def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): 18983 """Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. 18984 18985 # noqa: E501 18986 18987 :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18988 :type: str 18989 """ 18990 18991 self._pki_sign_downloaded_pdf_docs = pki_sign_downloaded_pdf_docs 18992 18993 @property 18994 def pki_sign_downloaded_pdf_docs_metadata(self): 18995 """Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 18996 18997 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 18998 18999 :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 19000 :rtype: SettingsMetadata 19001 """ 19002 return self._pki_sign_downloaded_pdf_docs_metadata 19003 19004 @pki_sign_downloaded_pdf_docs_metadata.setter 19005 def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_metadata): 19006 """Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. 19007 19008 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 19009 19010 :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 19011 :type: SettingsMetadata 19012 """ 19013 19014 self._pki_sign_downloaded_pdf_docs_metadata = pki_sign_downloaded_pdf_docs_metadata 19015 19016 @property 19017 def read_only_mode(self): 19018 """Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501 19019 19020 # noqa: E501 19021 19022 :return: The read_only_mode of this AccountSettingsInformation. # noqa: E501 19023 :rtype: str 19024 """ 19025 return self._read_only_mode 19026 19027 @read_only_mode.setter 19028 def read_only_mode(self, read_only_mode): 19029 """Sets the read_only_mode of this AccountSettingsInformation. 19030 19031 # noqa: E501 19032 19033 :param read_only_mode: The read_only_mode of this AccountSettingsInformation. # noqa: E501 19034 :type: str 19035 """ 19036 19037 self._read_only_mode = read_only_mode 19038 19039 @property 19040 def read_only_mode_metadata(self): 19041 """Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19042 19043 # noqa: E501 19044 19045 :return: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19046 :rtype: SettingsMetadata 19047 """ 19048 return self._read_only_mode_metadata 19049 19050 @read_only_mode_metadata.setter 19051 def read_only_mode_metadata(self, read_only_mode_metadata): 19052 """Sets the read_only_mode_metadata of this AccountSettingsInformation. 19053 19054 # noqa: E501 19055 19056 :param read_only_mode_metadata: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19057 :type: SettingsMetadata 19058 """ 19059 19060 self._read_only_mode_metadata = read_only_mode_metadata 19061 19062 @property 19063 def recipients_can_sign_offline(self): 19064 """Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19065 19066 # noqa: E501 19067 19068 :return: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19069 :rtype: str 19070 """ 19071 return self._recipients_can_sign_offline 19072 19073 @recipients_can_sign_offline.setter 19074 def recipients_can_sign_offline(self, recipients_can_sign_offline): 19075 """Sets the recipients_can_sign_offline of this AccountSettingsInformation. 19076 19077 # noqa: E501 19078 19079 :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19080 :type: str 19081 """ 19082 19083 self._recipients_can_sign_offline = recipients_can_sign_offline 19084 19085 @property 19086 def recipients_can_sign_offline_metadata(self): 19087 """Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19088 19089 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 19090 19091 :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19092 :rtype: SettingsMetadata 19093 """ 19094 return self._recipients_can_sign_offline_metadata 19095 19096 @recipients_can_sign_offline_metadata.setter 19097 def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metadata): 19098 """Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. 19099 19100 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 19101 19102 :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19103 :type: SettingsMetadata 19104 """ 19105 19106 self._recipients_can_sign_offline_metadata = recipients_can_sign_offline_metadata 19107 19108 @property 19109 def recipient_signing_auto_navigation_control(self): 19110 """Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19111 19112 # noqa: E501 19113 19114 :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19115 :rtype: str 19116 """ 19117 return self._recipient_signing_auto_navigation_control 19118 19119 @recipient_signing_auto_navigation_control.setter 19120 def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navigation_control): 19121 """Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. 19122 19123 # noqa: E501 19124 19125 :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19126 :type: str 19127 """ 19128 19129 self._recipient_signing_auto_navigation_control = recipient_signing_auto_navigation_control 19130 19131 @property 19132 def recipient_signing_auto_navigation_control_metadata(self): 19133 """Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19134 19135 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 19136 19137 :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19138 :rtype: SettingsMetadata 19139 """ 19140 return self._recipient_signing_auto_navigation_control_metadata 19141 19142 @recipient_signing_auto_navigation_control_metadata.setter 19143 def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_auto_navigation_control_metadata): 19144 """Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. 19145 19146 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 19147 19148 :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19149 :type: SettingsMetadata 19150 """ 19151 19152 self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata 19153 19154 @property 19155 def recycle_bin_envelope_retention(self): 19156 """Gets the recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19157 19158 # noqa: E501 19159 19160 :return: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19161 :rtype: str 19162 """ 19163 return self._recycle_bin_envelope_retention 19164 19165 @recycle_bin_envelope_retention.setter 19166 def recycle_bin_envelope_retention(self, recycle_bin_envelope_retention): 19167 """Sets the recycle_bin_envelope_retention of this AccountSettingsInformation. 19168 19169 # noqa: E501 19170 19171 :param recycle_bin_envelope_retention: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19172 :type: str 19173 """ 19174 19175 self._recycle_bin_envelope_retention = recycle_bin_envelope_retention 19176 19177 @property 19178 def recycle_bin_envelope_retention_metadata(self): 19179 """Gets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19180 19181 # noqa: E501 19182 19183 :return: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19184 :rtype: SettingsMetadata 19185 """ 19186 return self._recycle_bin_envelope_retention_metadata 19187 19188 @recycle_bin_envelope_retention_metadata.setter 19189 def recycle_bin_envelope_retention_metadata(self, recycle_bin_envelope_retention_metadata): 19190 """Sets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. 19191 19192 # noqa: E501 19193 19194 :param recycle_bin_envelope_retention_metadata: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19195 :type: SettingsMetadata 19196 """ 19197 19198 self._recycle_bin_envelope_retention_metadata = recycle_bin_envelope_retention_metadata 19199 19200 @property 19201 def require21_cf_rpt11_compliance(self): 19202 """Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19203 19204 # noqa: E501 19205 19206 :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19207 :rtype: str 19208 """ 19209 return self._require21_cf_rpt11_compliance 19210 19211 @require21_cf_rpt11_compliance.setter 19212 def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): 19213 """Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. 19214 19215 # noqa: E501 19216 19217 :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19218 :type: str 19219 """ 19220 19221 self._require21_cf_rpt11_compliance = require21_cf_rpt11_compliance 19222 19223 @property 19224 def require21_cf_rpt11_compliance_metadata(self): 19225 """Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19226 19227 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 19228 19229 :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19230 :rtype: SettingsMetadata 19231 """ 19232 return self._require21_cf_rpt11_compliance_metadata 19233 19234 @require21_cf_rpt11_compliance_metadata.setter 19235 def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_metadata): 19236 """Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. 19237 19238 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 19239 19240 :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19241 :type: SettingsMetadata 19242 """ 19243 19244 self._require21_cf_rpt11_compliance_metadata = require21_cf_rpt11_compliance_metadata 19245 19246 @property 19247 def require_decline_reason(self): 19248 """Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501 19249 19250 # noqa: E501 19251 19252 :return: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 19253 :rtype: str 19254 """ 19255 return self._require_decline_reason 19256 19257 @require_decline_reason.setter 19258 def require_decline_reason(self, require_decline_reason): 19259 """Sets the require_decline_reason of this AccountSettingsInformation. 19260 19261 # noqa: E501 19262 19263 :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 19264 :type: str 19265 """ 19266 19267 self._require_decline_reason = require_decline_reason 19268 19269 @property 19270 def require_decline_reason_metadata(self): 19271 """Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19272 19273 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 19274 19275 :return: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19276 :rtype: SettingsMetadata 19277 """ 19278 return self._require_decline_reason_metadata 19279 19280 @require_decline_reason_metadata.setter 19281 def require_decline_reason_metadata(self, require_decline_reason_metadata): 19282 """Sets the require_decline_reason_metadata of this AccountSettingsInformation. 19283 19284 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 19285 19286 :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19287 :type: SettingsMetadata 19288 """ 19289 19290 self._require_decline_reason_metadata = require_decline_reason_metadata 19291 19292 @property 19293 def require_external_user_management(self): 19294 """Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501 19295 19296 # noqa: E501 19297 19298 :return: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 19299 :rtype: str 19300 """ 19301 return self._require_external_user_management 19302 19303 @require_external_user_management.setter 19304 def require_external_user_management(self, require_external_user_management): 19305 """Sets the require_external_user_management of this AccountSettingsInformation. 19306 19307 # noqa: E501 19308 19309 :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 19310 :type: str 19311 """ 19312 19313 self._require_external_user_management = require_external_user_management 19314 19315 @property 19316 def require_external_user_management_metadata(self): 19317 """Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19318 19319 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 19320 19321 :return: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19322 :rtype: SettingsMetadata 19323 """ 19324 return self._require_external_user_management_metadata 19325 19326 @require_external_user_management_metadata.setter 19327 def require_external_user_management_metadata(self, require_external_user_management_metadata): 19328 """Sets the require_external_user_management_metadata of this AccountSettingsInformation. 19329 19330 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 19331 19332 :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19333 :type: SettingsMetadata 19334 """ 19335 19336 self._require_external_user_management_metadata = require_external_user_management_metadata 19337 19338 @property 19339 def require_signer_certificate_type(self): 19340 """Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19341 19342 # noqa: E501 19343 19344 :return: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19345 :rtype: str 19346 """ 19347 return self._require_signer_certificate_type 19348 19349 @require_signer_certificate_type.setter 19350 def require_signer_certificate_type(self, require_signer_certificate_type): 19351 """Sets the require_signer_certificate_type of this AccountSettingsInformation. 19352 19353 # noqa: E501 19354 19355 :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19356 :type: str 19357 """ 19358 19359 self._require_signer_certificate_type = require_signer_certificate_type 19360 19361 @property 19362 def require_signer_certificate_type_metadata(self): 19363 """Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19364 19365 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 19366 19367 :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19368 :rtype: SettingsMetadata 19369 """ 19370 return self._require_signer_certificate_type_metadata 19371 19372 @require_signer_certificate_type_metadata.setter 19373 def require_signer_certificate_type_metadata(self, require_signer_certificate_type_metadata): 19374 """Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. 19375 19376 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 19377 19378 :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19379 :type: SettingsMetadata 19380 """ 19381 19382 self._require_signer_certificate_type_metadata = require_signer_certificate_type_metadata 19383 19384 @property 19385 def rsa_verid_account_name(self): 19386 """Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19387 19388 # noqa: E501 19389 19390 :return: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19391 :rtype: str 19392 """ 19393 return self._rsa_verid_account_name 19394 19395 @rsa_verid_account_name.setter 19396 def rsa_verid_account_name(self, rsa_verid_account_name): 19397 """Sets the rsa_verid_account_name of this AccountSettingsInformation. 19398 19399 # noqa: E501 19400 19401 :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19402 :type: str 19403 """ 19404 19405 self._rsa_verid_account_name = rsa_verid_account_name 19406 19407 @property 19408 def rsa_verid_password(self): 19409 """Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19410 19411 # noqa: E501 19412 19413 :return: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19414 :rtype: str 19415 """ 19416 return self._rsa_verid_password 19417 19418 @rsa_verid_password.setter 19419 def rsa_verid_password(self, rsa_verid_password): 19420 """Sets the rsa_verid_password of this AccountSettingsInformation. 19421 19422 # noqa: E501 19423 19424 :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19425 :type: str 19426 """ 19427 19428 self._rsa_verid_password = rsa_verid_password 19429 19430 @property 19431 def rsa_verid_ruleset(self): 19432 """Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19433 19434 # noqa: E501 19435 19436 :return: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19437 :rtype: str 19438 """ 19439 return self._rsa_verid_ruleset 19440 19441 @rsa_verid_ruleset.setter 19442 def rsa_verid_ruleset(self, rsa_verid_ruleset): 19443 """Sets the rsa_verid_ruleset of this AccountSettingsInformation. 19444 19445 # noqa: E501 19446 19447 :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19448 :type: str 19449 """ 19450 19451 self._rsa_verid_ruleset = rsa_verid_ruleset 19452 19453 @property 19454 def rsa_verid_user_id(self): 19455 """Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19456 19457 # noqa: E501 19458 19459 :return: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19460 :rtype: str 19461 """ 19462 return self._rsa_verid_user_id 19463 19464 @rsa_verid_user_id.setter 19465 def rsa_verid_user_id(self, rsa_verid_user_id): 19466 """Sets the rsa_verid_user_id of this AccountSettingsInformation. 19467 19468 # noqa: E501 19469 19470 :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19471 :type: str 19472 """ 19473 19474 self._rsa_verid_user_id = rsa_verid_user_id 19475 19476 @property 19477 def self_signed_recipient_email_document(self): 19478 """Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19479 19480 # noqa: E501 19481 19482 :return: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19483 :rtype: str 19484 """ 19485 return self._self_signed_recipient_email_document 19486 19487 @self_signed_recipient_email_document.setter 19488 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 19489 """Sets the self_signed_recipient_email_document of this AccountSettingsInformation. 19490 19491 # noqa: E501 19492 19493 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19494 :type: str 19495 """ 19496 19497 self._self_signed_recipient_email_document = self_signed_recipient_email_document 19498 19499 @property 19500 def self_signed_recipient_email_document_metadata(self): 19501 """Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19502 19503 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 19504 19505 :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19506 :rtype: SettingsMetadata 19507 """ 19508 return self._self_signed_recipient_email_document_metadata 19509 19510 @self_signed_recipient_email_document_metadata.setter 19511 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 19512 """Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. 19513 19514 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 19515 19516 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19517 :type: SettingsMetadata 19518 """ 19519 19520 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 19521 19522 @property 19523 def self_signed_recipient_email_document_user_override(self): 19524 """Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19525 19526 # noqa: E501 19527 19528 :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19529 :rtype: str 19530 """ 19531 return self._self_signed_recipient_email_document_user_override 19532 19533 @self_signed_recipient_email_document_user_override.setter 19534 def self_signed_recipient_email_document_user_override(self, self_signed_recipient_email_document_user_override): 19535 """Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. 19536 19537 # noqa: E501 19538 19539 :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19540 :type: str 19541 """ 19542 19543 self._self_signed_recipient_email_document_user_override = self_signed_recipient_email_document_user_override 19544 19545 @property 19546 def self_signed_recipient_email_document_user_override_metadata(self): 19547 """Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19548 19549 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 19550 19551 :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19552 :rtype: SettingsMetadata 19553 """ 19554 return self._self_signed_recipient_email_document_user_override_metadata 19555 19556 @self_signed_recipient_email_document_user_override_metadata.setter 19557 def self_signed_recipient_email_document_user_override_metadata(self, self_signed_recipient_email_document_user_override_metadata): 19558 """Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. 19559 19560 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 19561 19562 :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19563 :type: SettingsMetadata 19564 """ 19565 19566 self._self_signed_recipient_email_document_user_override_metadata = self_signed_recipient_email_document_user_override_metadata 19567 19568 @property 19569 def sender_can_sign_in_each_location(self): 19570 """Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19571 19572 # noqa: E501 19573 19574 :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19575 :rtype: str 19576 """ 19577 return self._sender_can_sign_in_each_location 19578 19579 @sender_can_sign_in_each_location.setter 19580 def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): 19581 """Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. 19582 19583 # noqa: E501 19584 19585 :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19586 :type: str 19587 """ 19588 19589 self._sender_can_sign_in_each_location = sender_can_sign_in_each_location 19590 19591 @property 19592 def sender_can_sign_in_each_location_metadata(self): 19593 """Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19594 19595 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 19596 19597 :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19598 :rtype: SettingsMetadata 19599 """ 19600 return self._sender_can_sign_in_each_location_metadata 19601 19602 @sender_can_sign_in_each_location_metadata.setter 19603 def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_location_metadata): 19604 """Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. 19605 19606 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 19607 19608 :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19609 :type: SettingsMetadata 19610 """ 19611 19612 self._sender_can_sign_in_each_location_metadata = sender_can_sign_in_each_location_metadata 19613 19614 @property 19615 def sender_must_authenticate_signing(self): 19616 """Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19617 19618 # noqa: E501 19619 19620 :return: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19621 :rtype: str 19622 """ 19623 return self._sender_must_authenticate_signing 19624 19625 @sender_must_authenticate_signing.setter 19626 def sender_must_authenticate_signing(self, sender_must_authenticate_signing): 19627 """Sets the sender_must_authenticate_signing of this AccountSettingsInformation. 19628 19629 # noqa: E501 19630 19631 :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19632 :type: str 19633 """ 19634 19635 self._sender_must_authenticate_signing = sender_must_authenticate_signing 19636 19637 @property 19638 def sender_must_authenticate_signing_metadata(self): 19639 """Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19640 19641 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 19642 19643 :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19644 :rtype: SettingsMetadata 19645 """ 19646 return self._sender_must_authenticate_signing_metadata 19647 19648 @sender_must_authenticate_signing_metadata.setter 19649 def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_signing_metadata): 19650 """Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. 19651 19652 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 19653 19654 :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19655 :type: SettingsMetadata 19656 """ 19657 19658 self._sender_must_authenticate_signing_metadata = sender_must_authenticate_signing_metadata 19659 19660 @property 19661 def sending_tags_font_color(self): 19662 """Gets the sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19663 19664 # noqa: E501 19665 19666 :return: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19667 :rtype: str 19668 """ 19669 return self._sending_tags_font_color 19670 19671 @sending_tags_font_color.setter 19672 def sending_tags_font_color(self, sending_tags_font_color): 19673 """Sets the sending_tags_font_color of this AccountSettingsInformation. 19674 19675 # noqa: E501 19676 19677 :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19678 :type: str 19679 """ 19680 19681 self._sending_tags_font_color = sending_tags_font_color 19682 19683 @property 19684 def sending_tags_font_color_metadata(self): 19685 """Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19686 19687 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 19688 19689 :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19690 :rtype: SettingsMetadata 19691 """ 19692 return self._sending_tags_font_color_metadata 19693 19694 @sending_tags_font_color_metadata.setter 19695 def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): 19696 """Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. 19697 19698 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 19699 19700 :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19701 :type: SettingsMetadata 19702 """ 19703 19704 self._sending_tags_font_color_metadata = sending_tags_font_color_metadata 19705 19706 @property 19707 def sending_tags_font_name(self): 19708 """Gets the sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19709 19710 # noqa: E501 19711 19712 :return: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19713 :rtype: str 19714 """ 19715 return self._sending_tags_font_name 19716 19717 @sending_tags_font_name.setter 19718 def sending_tags_font_name(self, sending_tags_font_name): 19719 """Sets the sending_tags_font_name of this AccountSettingsInformation. 19720 19721 # noqa: E501 19722 19723 :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19724 :type: str 19725 """ 19726 19727 self._sending_tags_font_name = sending_tags_font_name 19728 19729 @property 19730 def sending_tags_font_name_metadata(self): 19731 """Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19732 19733 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 19734 19735 :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19736 :rtype: SettingsMetadata 19737 """ 19738 return self._sending_tags_font_name_metadata 19739 19740 @sending_tags_font_name_metadata.setter 19741 def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): 19742 """Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. 19743 19744 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 19745 19746 :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19747 :type: SettingsMetadata 19748 """ 19749 19750 self._sending_tags_font_name_metadata = sending_tags_font_name_metadata 19751 19752 @property 19753 def sending_tags_font_size(self): 19754 """Gets the sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19755 19756 # noqa: E501 19757 19758 :return: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19759 :rtype: str 19760 """ 19761 return self._sending_tags_font_size 19762 19763 @sending_tags_font_size.setter 19764 def sending_tags_font_size(self, sending_tags_font_size): 19765 """Sets the sending_tags_font_size of this AccountSettingsInformation. 19766 19767 # noqa: E501 19768 19769 :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19770 :type: str 19771 """ 19772 19773 self._sending_tags_font_size = sending_tags_font_size 19774 19775 @property 19776 def sending_tags_font_size_metadata(self): 19777 """Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19778 19779 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 19780 19781 :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19782 :rtype: SettingsMetadata 19783 """ 19784 return self._sending_tags_font_size_metadata 19785 19786 @sending_tags_font_size_metadata.setter 19787 def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): 19788 """Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. 19789 19790 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 19791 19792 :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19793 :type: SettingsMetadata 19794 """ 19795 19796 self._sending_tags_font_size_metadata = sending_tags_font_size_metadata 19797 19798 @property 19799 def send_lockout_recipient_notification(self): 19800 """Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19801 19802 # noqa: E501 19803 19804 :return: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19805 :rtype: str 19806 """ 19807 return self._send_lockout_recipient_notification 19808 19809 @send_lockout_recipient_notification.setter 19810 def send_lockout_recipient_notification(self, send_lockout_recipient_notification): 19811 """Sets the send_lockout_recipient_notification of this AccountSettingsInformation. 19812 19813 # noqa: E501 19814 19815 :param send_lockout_recipient_notification: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19816 :type: str 19817 """ 19818 19819 self._send_lockout_recipient_notification = send_lockout_recipient_notification 19820 19821 @property 19822 def send_lockout_recipient_notification_metadata(self): 19823 """Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19824 19825 # noqa: E501 19826 19827 :return: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19828 :rtype: SettingsMetadata 19829 """ 19830 return self._send_lockout_recipient_notification_metadata 19831 19832 @send_lockout_recipient_notification_metadata.setter 19833 def send_lockout_recipient_notification_metadata(self, send_lockout_recipient_notification_metadata): 19834 """Sets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. 19835 19836 # noqa: E501 19837 19838 :param send_lockout_recipient_notification_metadata: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19839 :type: SettingsMetadata 19840 """ 19841 19842 self._send_lockout_recipient_notification_metadata = send_lockout_recipient_notification_metadata 19843 19844 @property 19845 def send_to_certified_delivery_enabled(self): 19846 """Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19847 19848 # noqa: E501 19849 19850 :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19851 :rtype: str 19852 """ 19853 return self._send_to_certified_delivery_enabled 19854 19855 @send_to_certified_delivery_enabled.setter 19856 def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled): 19857 """Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. 19858 19859 # noqa: E501 19860 19861 :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19862 :type: str 19863 """ 19864 19865 self._send_to_certified_delivery_enabled = send_to_certified_delivery_enabled 19866 19867 @property 19868 def send_to_certified_delivery_enabled_metadata(self): 19869 """Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19870 19871 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 19872 19873 :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19874 :rtype: SettingsMetadata 19875 """ 19876 return self._send_to_certified_delivery_enabled_metadata 19877 19878 @send_to_certified_delivery_enabled_metadata.setter 19879 def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery_enabled_metadata): 19880 """Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. 19881 19882 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 19883 19884 :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19885 :type: SettingsMetadata 19886 """ 19887 19888 self._send_to_certified_delivery_enabled_metadata = send_to_certified_delivery_enabled_metadata 19889 19890 @property 19891 def session_timeout(self): 19892 """Gets the session_timeout of this AccountSettingsInformation. # noqa: E501 19893 19894 # noqa: E501 19895 19896 :return: The session_timeout of this AccountSettingsInformation. # noqa: E501 19897 :rtype: str 19898 """ 19899 return self._session_timeout 19900 19901 @session_timeout.setter 19902 def session_timeout(self, session_timeout): 19903 """Sets the session_timeout of this AccountSettingsInformation. 19904 19905 # noqa: E501 19906 19907 :param session_timeout: The session_timeout of this AccountSettingsInformation. # noqa: E501 19908 :type: str 19909 """ 19910 19911 self._session_timeout = session_timeout 19912 19913 @property 19914 def session_timeout_metadata(self): 19915 """Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19916 19917 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 19918 19919 :return: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19920 :rtype: SettingsMetadata 19921 """ 19922 return self._session_timeout_metadata 19923 19924 @session_timeout_metadata.setter 19925 def session_timeout_metadata(self, session_timeout_metadata): 19926 """Sets the session_timeout_metadata of this AccountSettingsInformation. 19927 19928 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 19929 19930 :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19931 :type: SettingsMetadata 19932 """ 19933 19934 self._session_timeout_metadata = session_timeout_metadata 19935 19936 @property 19937 def set_recip_email_lang(self): 19938 """Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19939 19940 # noqa: E501 19941 19942 :return: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19943 :rtype: str 19944 """ 19945 return self._set_recip_email_lang 19946 19947 @set_recip_email_lang.setter 19948 def set_recip_email_lang(self, set_recip_email_lang): 19949 """Sets the set_recip_email_lang of this AccountSettingsInformation. 19950 19951 # noqa: E501 19952 19953 :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19954 :type: str 19955 """ 19956 19957 self._set_recip_email_lang = set_recip_email_lang 19958 19959 @property 19960 def set_recip_email_lang_metadata(self): 19961 """Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19962 19963 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 19964 19965 :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19966 :rtype: SettingsMetadata 19967 """ 19968 return self._set_recip_email_lang_metadata 19969 19970 @set_recip_email_lang_metadata.setter 19971 def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): 19972 """Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. 19973 19974 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 19975 19976 :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19977 :type: SettingsMetadata 19978 """ 19979 19980 self._set_recip_email_lang_metadata = set_recip_email_lang_metadata 19981 19982 @property 19983 def set_recip_sign_lang(self): 19984 """Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 19985 19986 # noqa: E501 19987 19988 :return: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 19989 :rtype: str 19990 """ 19991 return self._set_recip_sign_lang 19992 19993 @set_recip_sign_lang.setter 19994 def set_recip_sign_lang(self, set_recip_sign_lang): 19995 """Sets the set_recip_sign_lang of this AccountSettingsInformation. 19996 19997 # noqa: E501 19998 19999 :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 20000 :type: str 20001 """ 20002 20003 self._set_recip_sign_lang = set_recip_sign_lang 20004 20005 @property 20006 def set_recip_sign_lang_metadata(self): 20007 """Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20008 20009 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 20010 20011 :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20012 :rtype: SettingsMetadata 20013 """ 20014 return self._set_recip_sign_lang_metadata 20015 20016 @set_recip_sign_lang_metadata.setter 20017 def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): 20018 """Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. 20019 20020 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 20021 20022 :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20023 :type: SettingsMetadata 20024 """ 20025 20026 self._set_recip_sign_lang_metadata = set_recip_sign_lang_metadata 20027 20028 @property 20029 def shared_template_folders(self): 20030 """Gets the shared_template_folders of this AccountSettingsInformation. # noqa: E501 20031 20032 # noqa: E501 20033 20034 :return: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 20035 :rtype: str 20036 """ 20037 return self._shared_template_folders 20038 20039 @shared_template_folders.setter 20040 def shared_template_folders(self, shared_template_folders): 20041 """Sets the shared_template_folders of this AccountSettingsInformation. 20042 20043 # noqa: E501 20044 20045 :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 20046 :type: str 20047 """ 20048 20049 self._shared_template_folders = shared_template_folders 20050 20051 @property 20052 def shared_template_folders_metadata(self): 20053 """Gets the shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20054 20055 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 20056 20057 :return: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20058 :rtype: SettingsMetadata 20059 """ 20060 return self._shared_template_folders_metadata 20061 20062 @shared_template_folders_metadata.setter 20063 def shared_template_folders_metadata(self, shared_template_folders_metadata): 20064 """Sets the shared_template_folders_metadata of this AccountSettingsInformation. 20065 20066 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 20067 20068 :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20069 :type: SettingsMetadata 20070 """ 20071 20072 self._shared_template_folders_metadata = shared_template_folders_metadata 20073 20074 @property 20075 def show_complete_dialog_in_embedded_session(self): 20076 """Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20077 20078 # noqa: E501 20079 20080 :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20081 :rtype: str 20082 """ 20083 return self._show_complete_dialog_in_embedded_session 20084 20085 @show_complete_dialog_in_embedded_session.setter 20086 def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embedded_session): 20087 """Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. 20088 20089 # noqa: E501 20090 20091 :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20092 :type: str 20093 """ 20094 20095 self._show_complete_dialog_in_embedded_session = show_complete_dialog_in_embedded_session 20096 20097 @property 20098 def show_complete_dialog_in_embedded_session_metadata(self): 20099 """Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20100 20101 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 20102 20103 :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20104 :rtype: SettingsMetadata 20105 """ 20106 return self._show_complete_dialog_in_embedded_session_metadata 20107 20108 @show_complete_dialog_in_embedded_session_metadata.setter 20109 def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog_in_embedded_session_metadata): 20110 """Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. 20111 20112 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 20113 20114 :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20115 :type: SettingsMetadata 20116 """ 20117 20118 self._show_complete_dialog_in_embedded_session_metadata = show_complete_dialog_in_embedded_session_metadata 20119 20120 @property 20121 def show_conditional_routing_on_send(self): 20122 """Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20123 20124 # noqa: E501 20125 20126 :return: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20127 :rtype: str 20128 """ 20129 return self._show_conditional_routing_on_send 20130 20131 @show_conditional_routing_on_send.setter 20132 def show_conditional_routing_on_send(self, show_conditional_routing_on_send): 20133 """Sets the show_conditional_routing_on_send of this AccountSettingsInformation. 20134 20135 # noqa: E501 20136 20137 :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20138 :type: str 20139 """ 20140 20141 self._show_conditional_routing_on_send = show_conditional_routing_on_send 20142 20143 @property 20144 def show_conditional_routing_on_send_metadata(self): 20145 """Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20146 20147 # noqa: E501 20148 20149 :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20150 :rtype: SettingsMetadata 20151 """ 20152 return self._show_conditional_routing_on_send_metadata 20153 20154 @show_conditional_routing_on_send_metadata.setter 20155 def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_send_metadata): 20156 """Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. 20157 20158 # noqa: E501 20159 20160 :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20161 :type: SettingsMetadata 20162 """ 20163 20164 self._show_conditional_routing_on_send_metadata = show_conditional_routing_on_send_metadata 20165 20166 @property 20167 def show_initial_conditional_fields(self): 20168 """Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20169 20170 # noqa: E501 20171 20172 :return: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20173 :rtype: str 20174 """ 20175 return self._show_initial_conditional_fields 20176 20177 @show_initial_conditional_fields.setter 20178 def show_initial_conditional_fields(self, show_initial_conditional_fields): 20179 """Sets the show_initial_conditional_fields of this AccountSettingsInformation. 20180 20181 # noqa: E501 20182 20183 :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20184 :type: str 20185 """ 20186 20187 self._show_initial_conditional_fields = show_initial_conditional_fields 20188 20189 @property 20190 def show_initial_conditional_fields_metadata(self): 20191 """Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20192 20193 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 20194 20195 :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20196 :rtype: SettingsMetadata 20197 """ 20198 return self._show_initial_conditional_fields_metadata 20199 20200 @show_initial_conditional_fields_metadata.setter 20201 def show_initial_conditional_fields_metadata(self, show_initial_conditional_fields_metadata): 20202 """Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. 20203 20204 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 20205 20206 :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20207 :type: SettingsMetadata 20208 """ 20209 20210 self._show_initial_conditional_fields_metadata = show_initial_conditional_fields_metadata 20211 20212 @property 20213 def show_localized_watermarks(self): 20214 """Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20215 20216 # noqa: E501 20217 20218 :return: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20219 :rtype: str 20220 """ 20221 return self._show_localized_watermarks 20222 20223 @show_localized_watermarks.setter 20224 def show_localized_watermarks(self, show_localized_watermarks): 20225 """Sets the show_localized_watermarks of this AccountSettingsInformation. 20226 20227 # noqa: E501 20228 20229 :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20230 :type: str 20231 """ 20232 20233 self._show_localized_watermarks = show_localized_watermarks 20234 20235 @property 20236 def show_localized_watermarks_metadata(self): 20237 """Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20238 20239 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 20240 20241 :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20242 :rtype: SettingsMetadata 20243 """ 20244 return self._show_localized_watermarks_metadata 20245 20246 @show_localized_watermarks_metadata.setter 20247 def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata): 20248 """Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. 20249 20250 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 20251 20252 :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20253 :type: SettingsMetadata 20254 """ 20255 20256 self._show_localized_watermarks_metadata = show_localized_watermarks_metadata 20257 20258 @property 20259 def show_masked_fields_when_downloading_document_as_sender(self): 20260 """Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20261 20262 # noqa: E501 20263 20264 :return: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20265 :rtype: str 20266 """ 20267 return self._show_masked_fields_when_downloading_document_as_sender 20268 20269 @show_masked_fields_when_downloading_document_as_sender.setter 20270 def show_masked_fields_when_downloading_document_as_sender(self, show_masked_fields_when_downloading_document_as_sender): 20271 """Sets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. 20272 20273 # noqa: E501 20274 20275 :param show_masked_fields_when_downloading_document_as_sender: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20276 :type: str 20277 """ 20278 20279 self._show_masked_fields_when_downloading_document_as_sender = show_masked_fields_when_downloading_document_as_sender 20280 20281 @property 20282 def show_masked_fields_when_downloading_document_as_sender_metadata(self): 20283 """Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20284 20285 # noqa: E501 20286 20287 :return: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20288 :rtype: SettingsMetadata 20289 """ 20290 return self._show_masked_fields_when_downloading_document_as_sender_metadata 20291 20292 @show_masked_fields_when_downloading_document_as_sender_metadata.setter 20293 def show_masked_fields_when_downloading_document_as_sender_metadata(self, show_masked_fields_when_downloading_document_as_sender_metadata): 20294 """Sets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. 20295 20296 # noqa: E501 20297 20298 :param show_masked_fields_when_downloading_document_as_sender_metadata: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20299 :type: SettingsMetadata 20300 """ 20301 20302 self._show_masked_fields_when_downloading_document_as_sender_metadata = show_masked_fields_when_downloading_document_as_sender_metadata 20303 20304 @property 20305 def show_tutorials(self): 20306 """Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501 20307 20308 # noqa: E501 20309 20310 :return: The show_tutorials of this AccountSettingsInformation. # noqa: E501 20311 :rtype: str 20312 """ 20313 return self._show_tutorials 20314 20315 @show_tutorials.setter 20316 def show_tutorials(self, show_tutorials): 20317 """Sets the show_tutorials of this AccountSettingsInformation. 20318 20319 # noqa: E501 20320 20321 :param show_tutorials: The show_tutorials of this AccountSettingsInformation. # noqa: E501 20322 :type: str 20323 """ 20324 20325 self._show_tutorials = show_tutorials 20326 20327 @property 20328 def show_tutorials_metadata(self): 20329 """Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20330 20331 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 20332 20333 :return: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20334 :rtype: SettingsMetadata 20335 """ 20336 return self._show_tutorials_metadata 20337 20338 @show_tutorials_metadata.setter 20339 def show_tutorials_metadata(self, show_tutorials_metadata): 20340 """Sets the show_tutorials_metadata of this AccountSettingsInformation. 20341 20342 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 20343 20344 :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20345 :type: SettingsMetadata 20346 """ 20347 20348 self._show_tutorials_metadata = show_tutorials_metadata 20349 20350 @property 20351 def signature_providers(self): 20352 """Gets the signature_providers of this AccountSettingsInformation. # noqa: E501 20353 20354 # noqa: E501 20355 20356 :return: The signature_providers of this AccountSettingsInformation. # noqa: E501 20357 :rtype: list[str] 20358 """ 20359 return self._signature_providers 20360 20361 @signature_providers.setter 20362 def signature_providers(self, signature_providers): 20363 """Sets the signature_providers of this AccountSettingsInformation. 20364 20365 # noqa: E501 20366 20367 :param signature_providers: The signature_providers of this AccountSettingsInformation. # noqa: E501 20368 :type: list[str] 20369 """ 20370 20371 self._signature_providers = signature_providers 20372 20373 @property 20374 def signature_providers_metadata(self): 20375 """Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20376 20377 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 20378 20379 :return: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20380 :rtype: SettingsMetadata 20381 """ 20382 return self._signature_providers_metadata 20383 20384 @signature_providers_metadata.setter 20385 def signature_providers_metadata(self, signature_providers_metadata): 20386 """Sets the signature_providers_metadata of this AccountSettingsInformation. 20387 20388 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 20389 20390 :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20391 :type: SettingsMetadata 20392 """ 20393 20394 self._signature_providers_metadata = signature_providers_metadata 20395 20396 @property 20397 def sign_date_format(self): 20398 """Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501 20399 20400 # noqa: E501 20401 20402 :return: The sign_date_format of this AccountSettingsInformation. # noqa: E501 20403 :rtype: str 20404 """ 20405 return self._sign_date_format 20406 20407 @sign_date_format.setter 20408 def sign_date_format(self, sign_date_format): 20409 """Sets the sign_date_format of this AccountSettingsInformation. 20410 20411 # noqa: E501 20412 20413 :param sign_date_format: The sign_date_format of this AccountSettingsInformation. # noqa: E501 20414 :type: str 20415 """ 20416 20417 self._sign_date_format = sign_date_format 20418 20419 @property 20420 def sign_date_format_metadata(self): 20421 """Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20422 20423 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 20424 20425 :return: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20426 :rtype: SettingsMetadata 20427 """ 20428 return self._sign_date_format_metadata 20429 20430 @sign_date_format_metadata.setter 20431 def sign_date_format_metadata(self, sign_date_format_metadata): 20432 """Sets the sign_date_format_metadata of this AccountSettingsInformation. 20433 20434 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 20435 20436 :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20437 :type: SettingsMetadata 20438 """ 20439 20440 self._sign_date_format_metadata = sign_date_format_metadata 20441 20442 @property 20443 def sign_date_time_account_language_override(self): 20444 """Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20445 20446 # noqa: E501 20447 20448 :return: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20449 :rtype: str 20450 """ 20451 return self._sign_date_time_account_language_override 20452 20453 @sign_date_time_account_language_override.setter 20454 def sign_date_time_account_language_override(self, sign_date_time_account_language_override): 20455 """Sets the sign_date_time_account_language_override of this AccountSettingsInformation. 20456 20457 # noqa: E501 20458 20459 :param sign_date_time_account_language_override: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20460 :type: str 20461 """ 20462 20463 self._sign_date_time_account_language_override = sign_date_time_account_language_override 20464 20465 @property 20466 def sign_date_time_account_language_override_metadata(self): 20467 """Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20468 20469 # noqa: E501 20470 20471 :return: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20472 :rtype: SettingsMetadata 20473 """ 20474 return self._sign_date_time_account_language_override_metadata 20475 20476 @sign_date_time_account_language_override_metadata.setter 20477 def sign_date_time_account_language_override_metadata(self, sign_date_time_account_language_override_metadata): 20478 """Sets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. 20479 20480 # noqa: E501 20481 20482 :param sign_date_time_account_language_override_metadata: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20483 :type: SettingsMetadata 20484 """ 20485 20486 self._sign_date_time_account_language_override_metadata = sign_date_time_account_language_override_metadata 20487 20488 @property 20489 def sign_date_time_account_timezone_override(self): 20490 """Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20491 20492 # noqa: E501 20493 20494 :return: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20495 :rtype: str 20496 """ 20497 return self._sign_date_time_account_timezone_override 20498 20499 @sign_date_time_account_timezone_override.setter 20500 def sign_date_time_account_timezone_override(self, sign_date_time_account_timezone_override): 20501 """Sets the sign_date_time_account_timezone_override of this AccountSettingsInformation. 20502 20503 # noqa: E501 20504 20505 :param sign_date_time_account_timezone_override: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20506 :type: str 20507 """ 20508 20509 self._sign_date_time_account_timezone_override = sign_date_time_account_timezone_override 20510 20511 @property 20512 def sign_date_time_account_timezone_override_metadata(self): 20513 """Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20514 20515 # noqa: E501 20516 20517 :return: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20518 :rtype: SettingsMetadata 20519 """ 20520 return self._sign_date_time_account_timezone_override_metadata 20521 20522 @sign_date_time_account_timezone_override_metadata.setter 20523 def sign_date_time_account_timezone_override_metadata(self, sign_date_time_account_timezone_override_metadata): 20524 """Sets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. 20525 20526 # noqa: E501 20527 20528 :param sign_date_time_account_timezone_override_metadata: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20529 :type: SettingsMetadata 20530 """ 20531 20532 self._sign_date_time_account_timezone_override_metadata = sign_date_time_account_timezone_override_metadata 20533 20534 @property 20535 def signer_attach_certificate_to_envelope_pdf(self): 20536 """Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20537 20538 # noqa: E501 20539 20540 :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20541 :rtype: str 20542 """ 20543 return self._signer_attach_certificate_to_envelope_pdf 20544 20545 @signer_attach_certificate_to_envelope_pdf.setter 20546 def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to_envelope_pdf): 20547 """Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. 20548 20549 # noqa: E501 20550 20551 :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20552 :type: str 20553 """ 20554 20555 self._signer_attach_certificate_to_envelope_pdf = signer_attach_certificate_to_envelope_pdf 20556 20557 @property 20558 def signer_attach_certificate_to_envelope_pdf_metadata(self): 20559 """Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20560 20561 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 20562 20563 :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20564 :rtype: SettingsMetadata 20565 """ 20566 return self._signer_attach_certificate_to_envelope_pdf_metadata 20567 20568 @signer_attach_certificate_to_envelope_pdf_metadata.setter 20569 def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certificate_to_envelope_pdf_metadata): 20570 """Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. 20571 20572 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 20573 20574 :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20575 :type: SettingsMetadata 20576 """ 20577 20578 self._signer_attach_certificate_to_envelope_pdf_metadata = signer_attach_certificate_to_envelope_pdf_metadata 20579 20580 @property 20581 def signer_attach_concat(self): 20582 """Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20583 20584 # noqa: E501 20585 20586 :return: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20587 :rtype: str 20588 """ 20589 return self._signer_attach_concat 20590 20591 @signer_attach_concat.setter 20592 def signer_attach_concat(self, signer_attach_concat): 20593 """Sets the signer_attach_concat of this AccountSettingsInformation. 20594 20595 # noqa: E501 20596 20597 :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20598 :type: str 20599 """ 20600 20601 self._signer_attach_concat = signer_attach_concat 20602 20603 @property 20604 def signer_attach_concat_metadata(self): 20605 """Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20606 20607 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 20608 20609 :return: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20610 :rtype: SettingsMetadata 20611 """ 20612 return self._signer_attach_concat_metadata 20613 20614 @signer_attach_concat_metadata.setter 20615 def signer_attach_concat_metadata(self, signer_attach_concat_metadata): 20616 """Sets the signer_attach_concat_metadata of this AccountSettingsInformation. 20617 20618 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 20619 20620 :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20621 :type: SettingsMetadata 20622 """ 20623 20624 self._signer_attach_concat_metadata = signer_attach_concat_metadata 20625 20626 @property 20627 def signer_can_create_account(self): 20628 """Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20629 20630 # noqa: E501 20631 20632 :return: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20633 :rtype: str 20634 """ 20635 return self._signer_can_create_account 20636 20637 @signer_can_create_account.setter 20638 def signer_can_create_account(self, signer_can_create_account): 20639 """Sets the signer_can_create_account of this AccountSettingsInformation. 20640 20641 # noqa: E501 20642 20643 :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20644 :type: str 20645 """ 20646 20647 self._signer_can_create_account = signer_can_create_account 20648 20649 @property 20650 def signer_can_create_account_metadata(self): 20651 """Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20652 20653 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 20654 20655 :return: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20656 :rtype: SettingsMetadata 20657 """ 20658 return self._signer_can_create_account_metadata 20659 20660 @signer_can_create_account_metadata.setter 20661 def signer_can_create_account_metadata(self, signer_can_create_account_metadata): 20662 """Sets the signer_can_create_account_metadata of this AccountSettingsInformation. 20663 20664 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 20665 20666 :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20667 :type: SettingsMetadata 20668 """ 20669 20670 self._signer_can_create_account_metadata = signer_can_create_account_metadata 20671 20672 @property 20673 def signer_can_sign_on_mobile(self): 20674 """Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20675 20676 # noqa: E501 20677 20678 :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20679 :rtype: str 20680 """ 20681 return self._signer_can_sign_on_mobile 20682 20683 @signer_can_sign_on_mobile.setter 20684 def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): 20685 """Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. 20686 20687 # noqa: E501 20688 20689 :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20690 :type: str 20691 """ 20692 20693 self._signer_can_sign_on_mobile = signer_can_sign_on_mobile 20694 20695 @property 20696 def signer_can_sign_on_mobile_metadata(self): 20697 """Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20698 20699 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 20700 20701 :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20702 :rtype: SettingsMetadata 20703 """ 20704 return self._signer_can_sign_on_mobile_metadata 20705 20706 @signer_can_sign_on_mobile_metadata.setter 20707 def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata): 20708 """Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. 20709 20710 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 20711 20712 :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20713 :type: SettingsMetadata 20714 """ 20715 20716 self._signer_can_sign_on_mobile_metadata = signer_can_sign_on_mobile_metadata 20717 20718 @property 20719 def signer_in_session_use_envelope_complete_email(self): 20720 """Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20721 20722 # noqa: E501 20723 20724 :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20725 :rtype: str 20726 """ 20727 return self._signer_in_session_use_envelope_complete_email 20728 20729 @signer_in_session_use_envelope_complete_email.setter 20730 def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_envelope_complete_email): 20731 """Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. 20732 20733 # noqa: E501 20734 20735 :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20736 :type: str 20737 """ 20738 20739 self._signer_in_session_use_envelope_complete_email = signer_in_session_use_envelope_complete_email 20740 20741 @property 20742 def signer_in_session_use_envelope_complete_email_metadata(self): 20743 """Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20744 20745 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 20746 20747 :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20748 :rtype: SettingsMetadata 20749 """ 20750 return self._signer_in_session_use_envelope_complete_email_metadata 20751 20752 @signer_in_session_use_envelope_complete_email_metadata.setter 20753 def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_session_use_envelope_complete_email_metadata): 20754 """Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. 20755 20756 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 20757 20758 :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20759 :type: SettingsMetadata 20760 """ 20761 20762 self._signer_in_session_use_envelope_complete_email_metadata = signer_in_session_use_envelope_complete_email_metadata 20763 20764 @property 20765 def signer_login_requirements(self): 20766 """Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20767 20768 # noqa: E501 20769 20770 :return: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20771 :rtype: str 20772 """ 20773 return self._signer_login_requirements 20774 20775 @signer_login_requirements.setter 20776 def signer_login_requirements(self, signer_login_requirements): 20777 """Sets the signer_login_requirements of this AccountSettingsInformation. 20778 20779 # noqa: E501 20780 20781 :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20782 :type: str 20783 """ 20784 20785 self._signer_login_requirements = signer_login_requirements 20786 20787 @property 20788 def signer_login_requirements_metadata(self): 20789 """Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20790 20791 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 20792 20793 :return: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20794 :rtype: SettingsMetadata 20795 """ 20796 return self._signer_login_requirements_metadata 20797 20798 @signer_login_requirements_metadata.setter 20799 def signer_login_requirements_metadata(self, signer_login_requirements_metadata): 20800 """Sets the signer_login_requirements_metadata of this AccountSettingsInformation. 20801 20802 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 20803 20804 :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20805 :type: SettingsMetadata 20806 """ 20807 20808 self._signer_login_requirements_metadata = signer_login_requirements_metadata 20809 20810 @property 20811 def signer_must_have_account(self): 20812 """Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20813 20814 # noqa: E501 20815 20816 :return: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20817 :rtype: str 20818 """ 20819 return self._signer_must_have_account 20820 20821 @signer_must_have_account.setter 20822 def signer_must_have_account(self, signer_must_have_account): 20823 """Sets the signer_must_have_account of this AccountSettingsInformation. 20824 20825 # noqa: E501 20826 20827 :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20828 :type: str 20829 """ 20830 20831 self._signer_must_have_account = signer_must_have_account 20832 20833 @property 20834 def signer_must_have_account_metadata(self): 20835 """Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20836 20837 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 20838 20839 :return: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20840 :rtype: SettingsMetadata 20841 """ 20842 return self._signer_must_have_account_metadata 20843 20844 @signer_must_have_account_metadata.setter 20845 def signer_must_have_account_metadata(self, signer_must_have_account_metadata): 20846 """Sets the signer_must_have_account_metadata of this AccountSettingsInformation. 20847 20848 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 20849 20850 :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20851 :type: SettingsMetadata 20852 """ 20853 20854 self._signer_must_have_account_metadata = signer_must_have_account_metadata 20855 20856 @property 20857 def signer_must_login_to_sign(self): 20858 """Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20859 20860 # noqa: E501 20861 20862 :return: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20863 :rtype: str 20864 """ 20865 return self._signer_must_login_to_sign 20866 20867 @signer_must_login_to_sign.setter 20868 def signer_must_login_to_sign(self, signer_must_login_to_sign): 20869 """Sets the signer_must_login_to_sign of this AccountSettingsInformation. 20870 20871 # noqa: E501 20872 20873 :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20874 :type: str 20875 """ 20876 20877 self._signer_must_login_to_sign = signer_must_login_to_sign 20878 20879 @property 20880 def signer_must_login_to_sign_metadata(self): 20881 """Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20882 20883 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 20884 20885 :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20886 :rtype: SettingsMetadata 20887 """ 20888 return self._signer_must_login_to_sign_metadata 20889 20890 @signer_must_login_to_sign_metadata.setter 20891 def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata): 20892 """Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. 20893 20894 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 20895 20896 :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20897 :type: SettingsMetadata 20898 """ 20899 20900 self._signer_must_login_to_sign_metadata = signer_must_login_to_sign_metadata 20901 20902 @property 20903 def signer_show_secure_field_initial_values(self): 20904 """Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20905 20906 # noqa: E501 20907 20908 :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20909 :rtype: str 20910 """ 20911 return self._signer_show_secure_field_initial_values 20912 20913 @signer_show_secure_field_initial_values.setter 20914 def signer_show_secure_field_initial_values(self, signer_show_secure_field_initial_values): 20915 """Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. 20916 20917 # noqa: E501 20918 20919 :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20920 :type: str 20921 """ 20922 20923 self._signer_show_secure_field_initial_values = signer_show_secure_field_initial_values 20924 20925 @property 20926 def signer_show_secure_field_initial_values_metadata(self): 20927 """Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20928 20929 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 20930 20931 :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20932 :rtype: SettingsMetadata 20933 """ 20934 return self._signer_show_secure_field_initial_values_metadata 20935 20936 @signer_show_secure_field_initial_values_metadata.setter 20937 def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_field_initial_values_metadata): 20938 """Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. 20939 20940 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 20941 20942 :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20943 :type: SettingsMetadata 20944 """ 20945 20946 self._signer_show_secure_field_initial_values_metadata = signer_show_secure_field_initial_values_metadata 20947 20948 @property 20949 def signing_session_timeout(self): 20950 """Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20951 20952 # noqa: E501 20953 20954 :return: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20955 :rtype: str 20956 """ 20957 return self._signing_session_timeout 20958 20959 @signing_session_timeout.setter 20960 def signing_session_timeout(self, signing_session_timeout): 20961 """Sets the signing_session_timeout of this AccountSettingsInformation. 20962 20963 # noqa: E501 20964 20965 :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20966 :type: str 20967 """ 20968 20969 self._signing_session_timeout = signing_session_timeout 20970 20971 @property 20972 def signing_session_timeout_metadata(self): 20973 """Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20974 20975 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 20976 20977 :return: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20978 :rtype: SettingsMetadata 20979 """ 20980 return self._signing_session_timeout_metadata 20981 20982 @signing_session_timeout_metadata.setter 20983 def signing_session_timeout_metadata(self, signing_session_timeout_metadata): 20984 """Sets the signing_session_timeout_metadata of this AccountSettingsInformation. 20985 20986 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 20987 20988 :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20989 :type: SettingsMetadata 20990 """ 20991 20992 self._signing_session_timeout_metadata = signing_session_timeout_metadata 20993 20994 @property 20995 def signing_ui_version(self): 20996 """Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501 20997 20998 # noqa: E501 20999 21000 :return: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 21001 :rtype: str 21002 """ 21003 return self._signing_ui_version 21004 21005 @signing_ui_version.setter 21006 def signing_ui_version(self, signing_ui_version): 21007 """Sets the signing_ui_version of this AccountSettingsInformation. 21008 21009 # noqa: E501 21010 21011 :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 21012 :type: str 21013 """ 21014 21015 self._signing_ui_version = signing_ui_version 21016 21017 @property 21018 def signing_ui_version_metadata(self): 21019 """Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21020 21021 Reserved for DocuSign. # noqa: E501 21022 21023 :return: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21024 :rtype: SettingsMetadata 21025 """ 21026 return self._signing_ui_version_metadata 21027 21028 @signing_ui_version_metadata.setter 21029 def signing_ui_version_metadata(self, signing_ui_version_metadata): 21030 """Sets the signing_ui_version_metadata of this AccountSettingsInformation. 21031 21032 Reserved for DocuSign. # noqa: E501 21033 21034 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21035 :type: SettingsMetadata 21036 """ 21037 21038 self._signing_ui_version_metadata = signing_ui_version_metadata 21039 21040 @property 21041 def sign_time_format(self): 21042 """Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501 21043 21044 # noqa: E501 21045 21046 :return: The sign_time_format of this AccountSettingsInformation. # noqa: E501 21047 :rtype: str 21048 """ 21049 return self._sign_time_format 21050 21051 @sign_time_format.setter 21052 def sign_time_format(self, sign_time_format): 21053 """Sets the sign_time_format of this AccountSettingsInformation. 21054 21055 # noqa: E501 21056 21057 :param sign_time_format: The sign_time_format of this AccountSettingsInformation. # noqa: E501 21058 :type: str 21059 """ 21060 21061 self._sign_time_format = sign_time_format 21062 21063 @property 21064 def sign_time_format_metadata(self): 21065 """Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21066 21067 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 21068 21069 :return: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21070 :rtype: SettingsMetadata 21071 """ 21072 return self._sign_time_format_metadata 21073 21074 @sign_time_format_metadata.setter 21075 def sign_time_format_metadata(self, sign_time_format_metadata): 21076 """Sets the sign_time_format_metadata of this AccountSettingsInformation. 21077 21078 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 21079 21080 :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21081 :type: SettingsMetadata 21082 """ 21083 21084 self._sign_time_format_metadata = sign_time_format_metadata 21085 21086 @property 21087 def sign_time_show_am_pm(self): 21088 """Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21089 21090 # noqa: E501 21091 21092 :return: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21093 :rtype: str 21094 """ 21095 return self._sign_time_show_am_pm 21096 21097 @sign_time_show_am_pm.setter 21098 def sign_time_show_am_pm(self, sign_time_show_am_pm): 21099 """Sets the sign_time_show_am_pm of this AccountSettingsInformation. 21100 21101 # noqa: E501 21102 21103 :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21104 :type: str 21105 """ 21106 21107 self._sign_time_show_am_pm = sign_time_show_am_pm 21108 21109 @property 21110 def sign_time_show_am_pm_metadata(self): 21111 """Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21112 21113 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 21114 21115 :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21116 :rtype: SettingsMetadata 21117 """ 21118 return self._sign_time_show_am_pm_metadata 21119 21120 @sign_time_show_am_pm_metadata.setter 21121 def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): 21122 """Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. 21123 21124 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 21125 21126 :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21127 :type: SettingsMetadata 21128 """ 21129 21130 self._sign_time_show_am_pm_metadata = sign_time_show_am_pm_metadata 21131 21132 @property 21133 def simplified_sending_enabled(self): 21134 """Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21135 21136 # noqa: E501 21137 21138 :return: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21139 :rtype: str 21140 """ 21141 return self._simplified_sending_enabled 21142 21143 @simplified_sending_enabled.setter 21144 def simplified_sending_enabled(self, simplified_sending_enabled): 21145 """Sets the simplified_sending_enabled of this AccountSettingsInformation. 21146 21147 # noqa: E501 21148 21149 :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21150 :type: str 21151 """ 21152 21153 self._simplified_sending_enabled = simplified_sending_enabled 21154 21155 @property 21156 def simplified_sending_enabled_metadata(self): 21157 """Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21158 21159 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 21160 21161 :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21162 :rtype: SettingsMetadata 21163 """ 21164 return self._simplified_sending_enabled_metadata 21165 21166 @simplified_sending_enabled_metadata.setter 21167 def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadata): 21168 """Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. 21169 21170 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 21171 21172 :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21173 :type: SettingsMetadata 21174 """ 21175 21176 self._simplified_sending_enabled_metadata = simplified_sending_enabled_metadata 21177 21178 @property 21179 def single_sign_on_enabled(self): 21180 """Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21181 21182 # noqa: E501 21183 21184 :return: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21185 :rtype: str 21186 """ 21187 return self._single_sign_on_enabled 21188 21189 @single_sign_on_enabled.setter 21190 def single_sign_on_enabled(self, single_sign_on_enabled): 21191 """Sets the single_sign_on_enabled of this AccountSettingsInformation. 21192 21193 # noqa: E501 21194 21195 :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21196 :type: str 21197 """ 21198 21199 self._single_sign_on_enabled = single_sign_on_enabled 21200 21201 @property 21202 def single_sign_on_enabled_metadata(self): 21203 """Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21204 21205 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 21206 21207 :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21208 :rtype: SettingsMetadata 21209 """ 21210 return self._single_sign_on_enabled_metadata 21211 21212 @single_sign_on_enabled_metadata.setter 21213 def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): 21214 """Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. 21215 21216 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 21217 21218 :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21219 :type: SettingsMetadata 21220 """ 21221 21222 self._single_sign_on_enabled_metadata = single_sign_on_enabled_metadata 21223 21224 @property 21225 def skip_auth_completed_envelopes(self): 21226 """Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21227 21228 # noqa: E501 21229 21230 :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21231 :rtype: str 21232 """ 21233 return self._skip_auth_completed_envelopes 21234 21235 @skip_auth_completed_envelopes.setter 21236 def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): 21237 """Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. 21238 21239 # noqa: E501 21240 21241 :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21242 :type: str 21243 """ 21244 21245 self._skip_auth_completed_envelopes = skip_auth_completed_envelopes 21246 21247 @property 21248 def skip_auth_completed_envelopes_metadata(self): 21249 """Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21250 21251 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 21252 21253 :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21254 :rtype: SettingsMetadata 21255 """ 21256 return self._skip_auth_completed_envelopes_metadata 21257 21258 @skip_auth_completed_envelopes_metadata.setter 21259 def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_metadata): 21260 """Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. 21261 21262 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 21263 21264 :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21265 :type: SettingsMetadata 21266 """ 21267 21268 self._skip_auth_completed_envelopes_metadata = skip_auth_completed_envelopes_metadata 21269 21270 @property 21271 def social_id_recip_auth(self): 21272 """Gets the social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21273 21274 # noqa: E501 21275 21276 :return: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21277 :rtype: str 21278 """ 21279 return self._social_id_recip_auth 21280 21281 @social_id_recip_auth.setter 21282 def social_id_recip_auth(self, social_id_recip_auth): 21283 """Sets the social_id_recip_auth of this AccountSettingsInformation. 21284 21285 # noqa: E501 21286 21287 :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21288 :type: str 21289 """ 21290 21291 self._social_id_recip_auth = social_id_recip_auth 21292 21293 @property 21294 def social_id_recip_auth_metadata(self): 21295 """Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21296 21297 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 21298 21299 :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21300 :rtype: SettingsMetadata 21301 """ 21302 return self._social_id_recip_auth_metadata 21303 21304 @social_id_recip_auth_metadata.setter 21305 def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): 21306 """Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. 21307 21308 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 21309 21310 :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21311 :type: SettingsMetadata 21312 """ 21313 21314 self._social_id_recip_auth_metadata = social_id_recip_auth_metadata 21315 21316 @property 21317 def specify_document_visibility(self): 21318 """Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21319 21320 # noqa: E501 21321 21322 :return: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21323 :rtype: str 21324 """ 21325 return self._specify_document_visibility 21326 21327 @specify_document_visibility.setter 21328 def specify_document_visibility(self, specify_document_visibility): 21329 """Sets the specify_document_visibility of this AccountSettingsInformation. 21330 21331 # noqa: E501 21332 21333 :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21334 :type: str 21335 """ 21336 21337 self._specify_document_visibility = specify_document_visibility 21338 21339 @property 21340 def specify_document_visibility_metadata(self): 21341 """Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21342 21343 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 21344 21345 :return: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21346 :rtype: SettingsMetadata 21347 """ 21348 return self._specify_document_visibility_metadata 21349 21350 @specify_document_visibility_metadata.setter 21351 def specify_document_visibility_metadata(self, specify_document_visibility_metadata): 21352 """Sets the specify_document_visibility_metadata of this AccountSettingsInformation. 21353 21354 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 21355 21356 :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21357 :type: SettingsMetadata 21358 """ 21359 21360 self._specify_document_visibility_metadata = specify_document_visibility_metadata 21361 21362 @property 21363 def start_in_advanced_correct(self): 21364 """Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21365 21366 # noqa: E501 21367 21368 :return: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21369 :rtype: str 21370 """ 21371 return self._start_in_advanced_correct 21372 21373 @start_in_advanced_correct.setter 21374 def start_in_advanced_correct(self, start_in_advanced_correct): 21375 """Sets the start_in_advanced_correct of this AccountSettingsInformation. 21376 21377 # noqa: E501 21378 21379 :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21380 :type: str 21381 """ 21382 21383 self._start_in_advanced_correct = start_in_advanced_correct 21384 21385 @property 21386 def start_in_advanced_correct_metadata(self): 21387 """Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21388 21389 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 21390 21391 :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21392 :rtype: SettingsMetadata 21393 """ 21394 return self._start_in_advanced_correct_metadata 21395 21396 @start_in_advanced_correct_metadata.setter 21397 def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata): 21398 """Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. 21399 21400 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 21401 21402 :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21403 :type: SettingsMetadata 21404 """ 21405 21406 self._start_in_advanced_correct_metadata = start_in_advanced_correct_metadata 21407 21408 @property 21409 def supplemental_documents_must_accept(self): 21410 """Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21411 21412 # noqa: E501 21413 21414 :return: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21415 :rtype: str 21416 """ 21417 return self._supplemental_documents_must_accept 21418 21419 @supplemental_documents_must_accept.setter 21420 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 21421 """Sets the supplemental_documents_must_accept of this AccountSettingsInformation. 21422 21423 # noqa: E501 21424 21425 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21426 :type: str 21427 """ 21428 21429 self._supplemental_documents_must_accept = supplemental_documents_must_accept 21430 21431 @property 21432 def supplemental_documents_must_accept_metadata(self): 21433 """Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21434 21435 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 21436 21437 :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21438 :rtype: SettingsMetadata 21439 """ 21440 return self._supplemental_documents_must_accept_metadata 21441 21442 @supplemental_documents_must_accept_metadata.setter 21443 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 21444 """Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. 21445 21446 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 21447 21448 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21449 :type: SettingsMetadata 21450 """ 21451 21452 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 21453 21454 @property 21455 def supplemental_documents_must_read(self): 21456 """Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21457 21458 # noqa: E501 21459 21460 :return: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21461 :rtype: str 21462 """ 21463 return self._supplemental_documents_must_read 21464 21465 @supplemental_documents_must_read.setter 21466 def supplemental_documents_must_read(self, supplemental_documents_must_read): 21467 """Sets the supplemental_documents_must_read of this AccountSettingsInformation. 21468 21469 # noqa: E501 21470 21471 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21472 :type: str 21473 """ 21474 21475 self._supplemental_documents_must_read = supplemental_documents_must_read 21476 21477 @property 21478 def supplemental_documents_must_read_metadata(self): 21479 """Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21480 21481 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 21482 21483 :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21484 :rtype: SettingsMetadata 21485 """ 21486 return self._supplemental_documents_must_read_metadata 21487 21488 @supplemental_documents_must_read_metadata.setter 21489 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 21490 """Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. 21491 21492 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 21493 21494 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21495 :type: SettingsMetadata 21496 """ 21497 21498 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 21499 21500 @property 21501 def supplemental_documents_must_view(self): 21502 """Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21503 21504 # noqa: E501 21505 21506 :return: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21507 :rtype: str 21508 """ 21509 return self._supplemental_documents_must_view 21510 21511 @supplemental_documents_must_view.setter 21512 def supplemental_documents_must_view(self, supplemental_documents_must_view): 21513 """Sets the supplemental_documents_must_view of this AccountSettingsInformation. 21514 21515 # noqa: E501 21516 21517 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21518 :type: str 21519 """ 21520 21521 self._supplemental_documents_must_view = supplemental_documents_must_view 21522 21523 @property 21524 def supplemental_documents_must_view_metadata(self): 21525 """Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21526 21527 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 21528 21529 :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21530 :rtype: SettingsMetadata 21531 """ 21532 return self._supplemental_documents_must_view_metadata 21533 21534 @supplemental_documents_must_view_metadata.setter 21535 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 21536 """Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. 21537 21538 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 21539 21540 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21541 :type: SettingsMetadata 21542 """ 21543 21544 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 21545 21546 @property 21547 def suppress_certificate_enforcement(self): 21548 """Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21549 21550 # noqa: E501 21551 21552 :return: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21553 :rtype: str 21554 """ 21555 return self._suppress_certificate_enforcement 21556 21557 @suppress_certificate_enforcement.setter 21558 def suppress_certificate_enforcement(self, suppress_certificate_enforcement): 21559 """Sets the suppress_certificate_enforcement of this AccountSettingsInformation. 21560 21561 # noqa: E501 21562 21563 :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21564 :type: str 21565 """ 21566 21567 self._suppress_certificate_enforcement = suppress_certificate_enforcement 21568 21569 @property 21570 def suppress_certificate_enforcement_metadata(self): 21571 """Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21572 21573 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 21574 21575 :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21576 :rtype: SettingsMetadata 21577 """ 21578 return self._suppress_certificate_enforcement_metadata 21579 21580 @suppress_certificate_enforcement_metadata.setter 21581 def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforcement_metadata): 21582 """Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. 21583 21584 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 21585 21586 :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21587 :type: SettingsMetadata 21588 """ 21589 21590 self._suppress_certificate_enforcement_metadata = suppress_certificate_enforcement_metadata 21591 21592 @property 21593 def tab_account_settings(self): 21594 """Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501 21595 21596 Account-wide tab settings. # noqa: E501 21597 21598 :return: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 21599 :rtype: TabAccountSettings 21600 """ 21601 return self._tab_account_settings 21602 21603 @tab_account_settings.setter 21604 def tab_account_settings(self, tab_account_settings): 21605 """Sets the tab_account_settings of this AccountSettingsInformation. 21606 21607 Account-wide tab settings. # noqa: E501 21608 21609 :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 21610 :type: TabAccountSettings 21611 """ 21612 21613 self._tab_account_settings = tab_account_settings 21614 21615 @property 21616 def timezone_offset_api(self): 21617 """Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21618 21619 # noqa: E501 21620 21621 :return: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21622 :rtype: str 21623 """ 21624 return self._timezone_offset_api 21625 21626 @timezone_offset_api.setter 21627 def timezone_offset_api(self, timezone_offset_api): 21628 """Sets the timezone_offset_api of this AccountSettingsInformation. 21629 21630 # noqa: E501 21631 21632 :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21633 :type: str 21634 """ 21635 21636 self._timezone_offset_api = timezone_offset_api 21637 21638 @property 21639 def timezone_offset_api_metadata(self): 21640 """Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21641 21642 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 21643 21644 :return: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21645 :rtype: SettingsMetadata 21646 """ 21647 return self._timezone_offset_api_metadata 21648 21649 @timezone_offset_api_metadata.setter 21650 def timezone_offset_api_metadata(self, timezone_offset_api_metadata): 21651 """Sets the timezone_offset_api_metadata of this AccountSettingsInformation. 21652 21653 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 21654 21655 :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21656 :type: SettingsMetadata 21657 """ 21658 21659 self._timezone_offset_api_metadata = timezone_offset_api_metadata 21660 21661 @property 21662 def timezone_offset_ui(self): 21663 """Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21664 21665 # noqa: E501 21666 21667 :return: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21668 :rtype: str 21669 """ 21670 return self._timezone_offset_ui 21671 21672 @timezone_offset_ui.setter 21673 def timezone_offset_ui(self, timezone_offset_ui): 21674 """Sets the timezone_offset_ui of this AccountSettingsInformation. 21675 21676 # noqa: E501 21677 21678 :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21679 :type: str 21680 """ 21681 21682 self._timezone_offset_ui = timezone_offset_ui 21683 21684 @property 21685 def timezone_offset_ui_metadata(self): 21686 """Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21687 21688 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 21689 21690 :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21691 :rtype: SettingsMetadata 21692 """ 21693 return self._timezone_offset_ui_metadata 21694 21695 @timezone_offset_ui_metadata.setter 21696 def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): 21697 """Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. 21698 21699 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 21700 21701 :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21702 :type: SettingsMetadata 21703 """ 21704 21705 self._timezone_offset_ui_metadata = timezone_offset_ui_metadata 21706 21707 @property 21708 def universal_signature_opt_in(self): 21709 """Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21710 21711 # noqa: E501 21712 21713 :return: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21714 :rtype: str 21715 """ 21716 return self._universal_signature_opt_in 21717 21718 @universal_signature_opt_in.setter 21719 def universal_signature_opt_in(self, universal_signature_opt_in): 21720 """Sets the universal_signature_opt_in of this AccountSettingsInformation. 21721 21722 # noqa: E501 21723 21724 :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21725 :type: str 21726 """ 21727 21728 self._universal_signature_opt_in = universal_signature_opt_in 21729 21730 @property 21731 def universal_signature_skip_platform_signature(self): 21732 """Gets the universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21733 21734 # noqa: E501 21735 21736 :return: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21737 :rtype: str 21738 """ 21739 return self._universal_signature_skip_platform_signature 21740 21741 @universal_signature_skip_platform_signature.setter 21742 def universal_signature_skip_platform_signature(self, universal_signature_skip_platform_signature): 21743 """Sets the universal_signature_skip_platform_signature of this AccountSettingsInformation. 21744 21745 # noqa: E501 21746 21747 :param universal_signature_skip_platform_signature: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21748 :type: str 21749 """ 21750 21751 self._universal_signature_skip_platform_signature = universal_signature_skip_platform_signature 21752 21753 @property 21754 def universal_signature_skip_platform_signature_metadata(self): 21755 """Gets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21756 21757 # noqa: E501 21758 21759 :return: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21760 :rtype: SettingsMetadata 21761 """ 21762 return self._universal_signature_skip_platform_signature_metadata 21763 21764 @universal_signature_skip_platform_signature_metadata.setter 21765 def universal_signature_skip_platform_signature_metadata(self, universal_signature_skip_platform_signature_metadata): 21766 """Sets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. 21767 21768 # noqa: E501 21769 21770 :param universal_signature_skip_platform_signature_metadata: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21771 :type: SettingsMetadata 21772 """ 21773 21774 self._universal_signature_skip_platform_signature_metadata = universal_signature_skip_platform_signature_metadata 21775 21776 @property 21777 def use_account_level_email(self): 21778 """Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501 21779 21780 # noqa: E501 21781 21782 :return: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 21783 :rtype: str 21784 """ 21785 return self._use_account_level_email 21786 21787 @use_account_level_email.setter 21788 def use_account_level_email(self, use_account_level_email): 21789 """Sets the use_account_level_email of this AccountSettingsInformation. 21790 21791 # noqa: E501 21792 21793 :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 21794 :type: str 21795 """ 21796 21797 self._use_account_level_email = use_account_level_email 21798 21799 @property 21800 def use_account_level_email_metadata(self): 21801 """Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21802 21803 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 21804 21805 :return: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21806 :rtype: SettingsMetadata 21807 """ 21808 return self._use_account_level_email_metadata 21809 21810 @use_account_level_email_metadata.setter 21811 def use_account_level_email_metadata(self, use_account_level_email_metadata): 21812 """Sets the use_account_level_email_metadata of this AccountSettingsInformation. 21813 21814 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 21815 21816 :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21817 :type: SettingsMetadata 21818 """ 21819 21820 self._use_account_level_email_metadata = use_account_level_email_metadata 21821 21822 @property 21823 def use_consumer_disclosure(self): 21824 """Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21825 21826 # noqa: E501 21827 21828 :return: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21829 :rtype: str 21830 """ 21831 return self._use_consumer_disclosure 21832 21833 @use_consumer_disclosure.setter 21834 def use_consumer_disclosure(self, use_consumer_disclosure): 21835 """Sets the use_consumer_disclosure of this AccountSettingsInformation. 21836 21837 # noqa: E501 21838 21839 :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21840 :type: str 21841 """ 21842 21843 self._use_consumer_disclosure = use_consumer_disclosure 21844 21845 @property 21846 def use_consumer_disclosure_metadata(self): 21847 """Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21848 21849 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 21850 21851 :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21852 :rtype: SettingsMetadata 21853 """ 21854 return self._use_consumer_disclosure_metadata 21855 21856 @use_consumer_disclosure_metadata.setter 21857 def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): 21858 """Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. 21859 21860 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 21861 21862 :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21863 :type: SettingsMetadata 21864 """ 21865 21866 self._use_consumer_disclosure_metadata = use_consumer_disclosure_metadata 21867 21868 @property 21869 def use_consumer_disclosure_within_account(self): 21870 """Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21871 21872 # noqa: E501 21873 21874 :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21875 :rtype: str 21876 """ 21877 return self._use_consumer_disclosure_within_account 21878 21879 @use_consumer_disclosure_within_account.setter 21880 def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): 21881 """Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. 21882 21883 # noqa: E501 21884 21885 :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21886 :type: str 21887 """ 21888 21889 self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account 21890 21891 @property 21892 def use_consumer_disclosure_within_account_metadata(self): 21893 """Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21894 21895 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 21896 21897 :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21898 :rtype: SettingsMetadata 21899 """ 21900 return self._use_consumer_disclosure_within_account_metadata 21901 21902 @use_consumer_disclosure_within_account_metadata.setter 21903 def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): 21904 """Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. 21905 21906 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 21907 21908 :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21909 :type: SettingsMetadata 21910 """ 21911 21912 self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata 21913 21914 @property 21915 def use_derived_keys(self): 21916 """Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501 21917 21918 # noqa: E501 21919 21920 :return: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 21921 :rtype: str 21922 """ 21923 return self._use_derived_keys 21924 21925 @use_derived_keys.setter 21926 def use_derived_keys(self, use_derived_keys): 21927 """Sets the use_derived_keys of this AccountSettingsInformation. 21928 21929 # noqa: E501 21930 21931 :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 21932 :type: str 21933 """ 21934 21935 self._use_derived_keys = use_derived_keys 21936 21937 @property 21938 def use_derived_keys_metadata(self): 21939 """Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21940 21941 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 21942 21943 :return: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21944 :rtype: SettingsMetadata 21945 """ 21946 return self._use_derived_keys_metadata 21947 21948 @use_derived_keys_metadata.setter 21949 def use_derived_keys_metadata(self, use_derived_keys_metadata): 21950 """Sets the use_derived_keys_metadata of this AccountSettingsInformation. 21951 21952 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 21953 21954 :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21955 :type: SettingsMetadata 21956 """ 21957 21958 self._use_derived_keys_metadata = use_derived_keys_metadata 21959 21960 @property 21961 def use_docu_sign_express_signer_certificate(self): 21962 """Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21963 21964 # noqa: E501 21965 21966 :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21967 :rtype: str 21968 """ 21969 return self._use_docu_sign_express_signer_certificate 21970 21971 @use_docu_sign_express_signer_certificate.setter 21972 def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_certificate): 21973 """Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. 21974 21975 # noqa: E501 21976 21977 :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21978 :type: str 21979 """ 21980 21981 self._use_docu_sign_express_signer_certificate = use_docu_sign_express_signer_certificate 21982 21983 @property 21984 def use_docu_sign_express_signer_certificate_metadata(self): 21985 """Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 21986 21987 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 21988 21989 :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 21990 :rtype: SettingsMetadata 21991 """ 21992 return self._use_docu_sign_express_signer_certificate_metadata 21993 21994 @use_docu_sign_express_signer_certificate_metadata.setter 21995 def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_express_signer_certificate_metadata): 21996 """Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. 21997 21998 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 21999 22000 :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 22001 :type: SettingsMetadata 22002 """ 22003 22004 self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata 22005 22006 @property 22007 def use_envelope_search_mixed_mode(self): 22008 """Gets the use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22009 22010 # noqa: E501 22011 22012 :return: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22013 :rtype: str 22014 """ 22015 return self._use_envelope_search_mixed_mode 22016 22017 @use_envelope_search_mixed_mode.setter 22018 def use_envelope_search_mixed_mode(self, use_envelope_search_mixed_mode): 22019 """Sets the use_envelope_search_mixed_mode of this AccountSettingsInformation. 22020 22021 # noqa: E501 22022 22023 :param use_envelope_search_mixed_mode: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22024 :type: str 22025 """ 22026 22027 self._use_envelope_search_mixed_mode = use_envelope_search_mixed_mode 22028 22029 @property 22030 def use_envelope_search_mixed_mode_metadata(self): 22031 """Gets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22032 22033 # noqa: E501 22034 22035 :return: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22036 :rtype: SettingsMetadata 22037 """ 22038 return self._use_envelope_search_mixed_mode_metadata 22039 22040 @use_envelope_search_mixed_mode_metadata.setter 22041 def use_envelope_search_mixed_mode_metadata(self, use_envelope_search_mixed_mode_metadata): 22042 """Sets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. 22043 22044 # noqa: E501 22045 22046 :param use_envelope_search_mixed_mode_metadata: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22047 :type: SettingsMetadata 22048 """ 22049 22050 self._use_envelope_search_mixed_mode_metadata = use_envelope_search_mixed_mode_metadata 22051 22052 @property 22053 def use_multi_app_groups_data(self): 22054 """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22055 22056 # noqa: E501 22057 22058 :return: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22059 :rtype: str 22060 """ 22061 return self._use_multi_app_groups_data 22062 22063 @use_multi_app_groups_data.setter 22064 def use_multi_app_groups_data(self, use_multi_app_groups_data): 22065 """Sets the use_multi_app_groups_data of this AccountSettingsInformation. 22066 22067 # noqa: E501 22068 22069 :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22070 :type: str 22071 """ 22072 22073 self._use_multi_app_groups_data = use_multi_app_groups_data 22074 22075 @property 22076 def use_multi_app_groups_data_metadata(self): 22077 """Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22078 22079 # noqa: E501 22080 22081 :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22082 :rtype: SettingsMetadata 22083 """ 22084 return self._use_multi_app_groups_data_metadata 22085 22086 @use_multi_app_groups_data_metadata.setter 22087 def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata): 22088 """Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. 22089 22090 # noqa: E501 22091 22092 :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22093 :type: SettingsMetadata 22094 """ 22095 22096 self._use_multi_app_groups_data_metadata = use_multi_app_groups_data_metadata 22097 22098 @property 22099 def use_new_blob_for_pdf(self): 22100 """Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22101 22102 # noqa: E501 22103 22104 :return: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22105 :rtype: str 22106 """ 22107 return self._use_new_blob_for_pdf 22108 22109 @use_new_blob_for_pdf.setter 22110 def use_new_blob_for_pdf(self, use_new_blob_for_pdf): 22111 """Sets the use_new_blob_for_pdf of this AccountSettingsInformation. 22112 22113 # noqa: E501 22114 22115 :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22116 :type: str 22117 """ 22118 22119 self._use_new_blob_for_pdf = use_new_blob_for_pdf 22120 22121 @property 22122 def use_new_blob_for_pdf_metadata(self): 22123 """Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22124 22125 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 22126 22127 :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22128 :rtype: SettingsMetadata 22129 """ 22130 return self._use_new_blob_for_pdf_metadata 22131 22132 @use_new_blob_for_pdf_metadata.setter 22133 def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): 22134 """Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. 22135 22136 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 22137 22138 :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22139 :type: SettingsMetadata 22140 """ 22141 22142 self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata 22143 22144 @property 22145 def use_new_envelope_search(self): 22146 """Gets the use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22147 22148 # noqa: E501 22149 22150 :return: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22151 :rtype: str 22152 """ 22153 return self._use_new_envelope_search 22154 22155 @use_new_envelope_search.setter 22156 def use_new_envelope_search(self, use_new_envelope_search): 22157 """Sets the use_new_envelope_search of this AccountSettingsInformation. 22158 22159 # noqa: E501 22160 22161 :param use_new_envelope_search: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22162 :type: str 22163 """ 22164 22165 self._use_new_envelope_search = use_new_envelope_search 22166 22167 @property 22168 def use_new_envelope_search_metadata(self): 22169 """Gets the use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22170 22171 # noqa: E501 22172 22173 :return: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22174 :rtype: SettingsMetadata 22175 """ 22176 return self._use_new_envelope_search_metadata 22177 22178 @use_new_envelope_search_metadata.setter 22179 def use_new_envelope_search_metadata(self, use_new_envelope_search_metadata): 22180 """Sets the use_new_envelope_search_metadata of this AccountSettingsInformation. 22181 22182 # noqa: E501 22183 22184 :param use_new_envelope_search_metadata: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22185 :type: SettingsMetadata 22186 """ 22187 22188 self._use_new_envelope_search_metadata = use_new_envelope_search_metadata 22189 22190 @property 22191 def use_new_envelope_search_only_when_searching_after_date(self): 22192 """Gets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22193 22194 # noqa: E501 22195 22196 :return: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22197 :rtype: str 22198 """ 22199 return self._use_new_envelope_search_only_when_searching_after_date 22200 22201 @use_new_envelope_search_only_when_searching_after_date.setter 22202 def use_new_envelope_search_only_when_searching_after_date(self, use_new_envelope_search_only_when_searching_after_date): 22203 """Sets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. 22204 22205 # noqa: E501 22206 22207 :param use_new_envelope_search_only_when_searching_after_date: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22208 :type: str 22209 """ 22210 22211 self._use_new_envelope_search_only_when_searching_after_date = use_new_envelope_search_only_when_searching_after_date 22212 22213 @property 22214 def use_new_envelope_search_only_when_searching_after_date_metadata(self): 22215 """Gets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22216 22217 # noqa: E501 22218 22219 :return: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22220 :rtype: SettingsMetadata 22221 """ 22222 return self._use_new_envelope_search_only_when_searching_after_date_metadata 22223 22224 @use_new_envelope_search_only_when_searching_after_date_metadata.setter 22225 def use_new_envelope_search_only_when_searching_after_date_metadata(self, use_new_envelope_search_only_when_searching_after_date_metadata): 22226 """Sets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. 22227 22228 # noqa: E501 22229 22230 :param use_new_envelope_search_only_when_searching_after_date_metadata: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22231 :type: SettingsMetadata 22232 """ 22233 22234 self._use_new_envelope_search_only_when_searching_after_date_metadata = use_new_envelope_search_only_when_searching_after_date_metadata 22235 22236 @property 22237 def use_new_envelope_search_only_with_search_term(self): 22238 """Gets the use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22239 22240 # noqa: E501 22241 22242 :return: The use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22243 :rtype: str 22244 """ 22245 return self._use_new_envelope_search_only_with_search_term 22246 22247 @use_new_envelope_search_only_with_search_term.setter 22248 def use_new_envelope_search_only_with_search_term(self, use_new_envelope_search_only_with_search_term): 22249 """Sets the use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. 22250 22251 # noqa: E501 22252 22253 :param use_new_envelope_search_only_with_search_term: The use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22254 :type: str 22255 """ 22256 22257 self._use_new_envelope_search_only_with_search_term = use_new_envelope_search_only_with_search_term 22258 22259 @property 22260 def use_new_envelope_search_only_with_search_term_metadata(self): 22261 """Gets the use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22262 22263 # noqa: E501 22264 22265 :return: The use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22266 :rtype: SettingsMetadata 22267 """ 22268 return self._use_new_envelope_search_only_with_search_term_metadata 22269 22270 @use_new_envelope_search_only_with_search_term_metadata.setter 22271 def use_new_envelope_search_only_with_search_term_metadata(self, use_new_envelope_search_only_with_search_term_metadata): 22272 """Sets the use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. 22273 22274 # noqa: E501 22275 22276 :param use_new_envelope_search_only_with_search_term_metadata: The use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22277 :type: SettingsMetadata 22278 """ 22279 22280 self._use_new_envelope_search_only_with_search_term_metadata = use_new_envelope_search_only_with_search_term_metadata 22281 22282 @property 22283 def use_safe_signer_certificates(self): 22284 """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22285 22286 # noqa: E501 22287 22288 :return: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22289 :rtype: str 22290 """ 22291 return self._use_safe_signer_certificates 22292 22293 @use_safe_signer_certificates.setter 22294 def use_safe_signer_certificates(self, use_safe_signer_certificates): 22295 """Sets the use_safe_signer_certificates of this AccountSettingsInformation. 22296 22297 # noqa: E501 22298 22299 :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22300 :type: str 22301 """ 22302 22303 self._use_safe_signer_certificates = use_safe_signer_certificates 22304 22305 @property 22306 def use_safe_signer_certificates_metadata(self): 22307 """Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22308 22309 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 22310 22311 :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22312 :rtype: SettingsMetadata 22313 """ 22314 return self._use_safe_signer_certificates_metadata 22315 22316 @use_safe_signer_certificates_metadata.setter 22317 def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_metadata): 22318 """Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. 22319 22320 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 22321 22322 :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22323 :type: SettingsMetadata 22324 """ 22325 22326 self._use_safe_signer_certificates_metadata = use_safe_signer_certificates_metadata 22327 22328 @property 22329 def uses_api(self): 22330 """Gets the uses_api of this AccountSettingsInformation. # noqa: E501 22331 22332 # noqa: E501 22333 22334 :return: The uses_api of this AccountSettingsInformation. # noqa: E501 22335 :rtype: str 22336 """ 22337 return self._uses_api 22338 22339 @uses_api.setter 22340 def uses_api(self, uses_api): 22341 """Sets the uses_api of this AccountSettingsInformation. 22342 22343 # noqa: E501 22344 22345 :param uses_api: The uses_api of this AccountSettingsInformation. # noqa: E501 22346 :type: str 22347 """ 22348 22349 self._uses_api = uses_api 22350 22351 @property 22352 def uses_api_metadata(self): 22353 """Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22354 22355 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 22356 22357 :return: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22358 :rtype: SettingsMetadata 22359 """ 22360 return self._uses_api_metadata 22361 22362 @uses_api_metadata.setter 22363 def uses_api_metadata(self, uses_api_metadata): 22364 """Sets the uses_api_metadata of this AccountSettingsInformation. 22365 22366 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 22367 22368 :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22369 :type: SettingsMetadata 22370 """ 22371 22372 self._uses_api_metadata = uses_api_metadata 22373 22374 @property 22375 def use_signature_provider_platform(self): 22376 """Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22377 22378 # noqa: E501 22379 22380 :return: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22381 :rtype: str 22382 """ 22383 return self._use_signature_provider_platform 22384 22385 @use_signature_provider_platform.setter 22386 def use_signature_provider_platform(self, use_signature_provider_platform): 22387 """Sets the use_signature_provider_platform of this AccountSettingsInformation. 22388 22389 # noqa: E501 22390 22391 :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22392 :type: str 22393 """ 22394 22395 self._use_signature_provider_platform = use_signature_provider_platform 22396 22397 @property 22398 def use_signature_provider_platform_metadata(self): 22399 """Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22400 22401 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 22402 22403 :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22404 :rtype: SettingsMetadata 22405 """ 22406 return self._use_signature_provider_platform_metadata 22407 22408 @use_signature_provider_platform_metadata.setter 22409 def use_signature_provider_platform_metadata(self, use_signature_provider_platform_metadata): 22410 """Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. 22411 22412 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 22413 22414 :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22415 :type: SettingsMetadata 22416 """ 22417 22418 self._use_signature_provider_platform_metadata = use_signature_provider_platform_metadata 22419 22420 @property 22421 def use_smart_contracts_v1(self): 22422 """Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22423 22424 # noqa: E501 22425 22426 :return: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22427 :rtype: str 22428 """ 22429 return self._use_smart_contracts_v1 22430 22431 @use_smart_contracts_v1.setter 22432 def use_smart_contracts_v1(self, use_smart_contracts_v1): 22433 """Sets the use_smart_contracts_v1 of this AccountSettingsInformation. 22434 22435 # noqa: E501 22436 22437 :param use_smart_contracts_v1: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22438 :type: str 22439 """ 22440 22441 self._use_smart_contracts_v1 = use_smart_contracts_v1 22442 22443 @property 22444 def validations_allowed(self): 22445 """Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501 22446 22447 # noqa: E501 22448 22449 :return: The validations_allowed of this AccountSettingsInformation. # noqa: E501 22450 :rtype: str 22451 """ 22452 return self._validations_allowed 22453 22454 @validations_allowed.setter 22455 def validations_allowed(self, validations_allowed): 22456 """Sets the validations_allowed of this AccountSettingsInformation. 22457 22458 # noqa: E501 22459 22460 :param validations_allowed: The validations_allowed of this AccountSettingsInformation. # noqa: E501 22461 :type: str 22462 """ 22463 22464 self._validations_allowed = validations_allowed 22465 22466 @property 22467 def validations_allowed_metadata(self): 22468 """Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22469 22470 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 22471 22472 :return: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22473 :rtype: SettingsMetadata 22474 """ 22475 return self._validations_allowed_metadata 22476 22477 @validations_allowed_metadata.setter 22478 def validations_allowed_metadata(self, validations_allowed_metadata): 22479 """Sets the validations_allowed_metadata of this AccountSettingsInformation. 22480 22481 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 22482 22483 :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22484 :type: SettingsMetadata 22485 """ 22486 22487 self._validations_allowed_metadata = validations_allowed_metadata 22488 22489 @property 22490 def validations_brand(self): 22491 """Gets the validations_brand of this AccountSettingsInformation. # noqa: E501 22492 22493 # noqa: E501 22494 22495 :return: The validations_brand of this AccountSettingsInformation. # noqa: E501 22496 :rtype: str 22497 """ 22498 return self._validations_brand 22499 22500 @validations_brand.setter 22501 def validations_brand(self, validations_brand): 22502 """Sets the validations_brand of this AccountSettingsInformation. 22503 22504 # noqa: E501 22505 22506 :param validations_brand: The validations_brand of this AccountSettingsInformation. # noqa: E501 22507 :type: str 22508 """ 22509 22510 self._validations_brand = validations_brand 22511 22512 @property 22513 def validations_brand_metadata(self): 22514 """Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22515 22516 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 22517 22518 :return: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22519 :rtype: SettingsMetadata 22520 """ 22521 return self._validations_brand_metadata 22522 22523 @validations_brand_metadata.setter 22524 def validations_brand_metadata(self, validations_brand_metadata): 22525 """Sets the validations_brand_metadata of this AccountSettingsInformation. 22526 22527 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 22528 22529 :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22530 :type: SettingsMetadata 22531 """ 22532 22533 self._validations_brand_metadata = validations_brand_metadata 22534 22535 @property 22536 def validations_cadence(self): 22537 """Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501 22538 22539 # noqa: E501 22540 22541 :return: The validations_cadence of this AccountSettingsInformation. # noqa: E501 22542 :rtype: str 22543 """ 22544 return self._validations_cadence 22545 22546 @validations_cadence.setter 22547 def validations_cadence(self, validations_cadence): 22548 """Sets the validations_cadence of this AccountSettingsInformation. 22549 22550 # noqa: E501 22551 22552 :param validations_cadence: The validations_cadence of this AccountSettingsInformation. # noqa: E501 22553 :type: str 22554 """ 22555 22556 self._validations_cadence = validations_cadence 22557 22558 @property 22559 def validations_cadence_metadata(self): 22560 """Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22561 22562 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 22563 22564 :return: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22565 :rtype: SettingsMetadata 22566 """ 22567 return self._validations_cadence_metadata 22568 22569 @validations_cadence_metadata.setter 22570 def validations_cadence_metadata(self, validations_cadence_metadata): 22571 """Sets the validations_cadence_metadata of this AccountSettingsInformation. 22572 22573 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 22574 22575 :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22576 :type: SettingsMetadata 22577 """ 22578 22579 self._validations_cadence_metadata = validations_cadence_metadata 22580 22581 @property 22582 def validations_enabled(self): 22583 """Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501 22584 22585 # noqa: E501 22586 22587 :return: The validations_enabled of this AccountSettingsInformation. # noqa: E501 22588 :rtype: str 22589 """ 22590 return self._validations_enabled 22591 22592 @validations_enabled.setter 22593 def validations_enabled(self, validations_enabled): 22594 """Sets the validations_enabled of this AccountSettingsInformation. 22595 22596 # noqa: E501 22597 22598 :param validations_enabled: The validations_enabled of this AccountSettingsInformation. # noqa: E501 22599 :type: str 22600 """ 22601 22602 self._validations_enabled = validations_enabled 22603 22604 @property 22605 def validations_enabled_metadata(self): 22606 """Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22607 22608 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 22609 22610 :return: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22611 :rtype: SettingsMetadata 22612 """ 22613 return self._validations_enabled_metadata 22614 22615 @validations_enabled_metadata.setter 22616 def validations_enabled_metadata(self, validations_enabled_metadata): 22617 """Sets the validations_enabled_metadata of this AccountSettingsInformation. 22618 22619 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 22620 22621 :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22622 :type: SettingsMetadata 22623 """ 22624 22625 self._validations_enabled_metadata = validations_enabled_metadata 22626 22627 @property 22628 def validations_report(self): 22629 """Gets the validations_report of this AccountSettingsInformation. # noqa: E501 22630 22631 # noqa: E501 22632 22633 :return: The validations_report of this AccountSettingsInformation. # noqa: E501 22634 :rtype: str 22635 """ 22636 return self._validations_report 22637 22638 @validations_report.setter 22639 def validations_report(self, validations_report): 22640 """Sets the validations_report of this AccountSettingsInformation. 22641 22642 # noqa: E501 22643 22644 :param validations_report: The validations_report of this AccountSettingsInformation. # noqa: E501 22645 :type: str 22646 """ 22647 22648 self._validations_report = validations_report 22649 22650 @property 22651 def validations_report_metadata(self): 22652 """Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22653 22654 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 22655 22656 :return: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22657 :rtype: SettingsMetadata 22658 """ 22659 return self._validations_report_metadata 22660 22661 @validations_report_metadata.setter 22662 def validations_report_metadata(self, validations_report_metadata): 22663 """Sets the validations_report_metadata of this AccountSettingsInformation. 22664 22665 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 22666 22667 :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22668 :type: SettingsMetadata 22669 """ 22670 22671 self._validations_report_metadata = validations_report_metadata 22672 22673 @property 22674 def water_mark_enabled(self): 22675 """Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22676 22677 # noqa: E501 22678 22679 :return: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22680 :rtype: str 22681 """ 22682 return self._water_mark_enabled 22683 22684 @water_mark_enabled.setter 22685 def water_mark_enabled(self, water_mark_enabled): 22686 """Sets the water_mark_enabled of this AccountSettingsInformation. 22687 22688 # noqa: E501 22689 22690 :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22691 :type: str 22692 """ 22693 22694 self._water_mark_enabled = water_mark_enabled 22695 22696 @property 22697 def water_mark_enabled_metadata(self): 22698 """Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22699 22700 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 22701 22702 :return: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22703 :rtype: SettingsMetadata 22704 """ 22705 return self._water_mark_enabled_metadata 22706 22707 @water_mark_enabled_metadata.setter 22708 def water_mark_enabled_metadata(self, water_mark_enabled_metadata): 22709 """Sets the water_mark_enabled_metadata of this AccountSettingsInformation. 22710 22711 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 22712 22713 :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22714 :type: SettingsMetadata 22715 """ 22716 22717 self._water_mark_enabled_metadata = water_mark_enabled_metadata 22718 22719 @property 22720 def write_reminder_to_envelope_history(self): 22721 """Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22722 22723 # noqa: E501 22724 22725 :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22726 :rtype: str 22727 """ 22728 return self._write_reminder_to_envelope_history 22729 22730 @write_reminder_to_envelope_history.setter 22731 def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history): 22732 """Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. 22733 22734 # noqa: E501 22735 22736 :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22737 :type: str 22738 """ 22739 22740 self._write_reminder_to_envelope_history = write_reminder_to_envelope_history 22741 22742 @property 22743 def write_reminder_to_envelope_history_metadata(self): 22744 """Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22745 22746 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 22747 22748 :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22749 :rtype: SettingsMetadata 22750 """ 22751 return self._write_reminder_to_envelope_history_metadata 22752 22753 @write_reminder_to_envelope_history_metadata.setter 22754 def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope_history_metadata): 22755 """Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. 22756 22757 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 22758 22759 :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22760 :type: SettingsMetadata 22761 """ 22762 22763 self._write_reminder_to_envelope_history_metadata = write_reminder_to_envelope_history_metadata 22764 22765 @property 22766 def wurfl_min_allowable_screen_size(self): 22767 """Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22768 22769 # noqa: E501 22770 22771 :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22772 :rtype: str 22773 """ 22774 return self._wurfl_min_allowable_screen_size 22775 22776 @wurfl_min_allowable_screen_size.setter 22777 def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): 22778 """Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. 22779 22780 # noqa: E501 22781 22782 :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22783 :type: str 22784 """ 22785 22786 self._wurfl_min_allowable_screen_size = wurfl_min_allowable_screen_size 22787 22788 @property 22789 def wurfl_min_allowable_screen_size_metadata(self): 22790 """Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22791 22792 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 22793 22794 :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22795 :rtype: SettingsMetadata 22796 """ 22797 return self._wurfl_min_allowable_screen_size_metadata 22798 22799 @wurfl_min_allowable_screen_size_metadata.setter 22800 def wurfl_min_allowable_screen_size_metadata(self, wurfl_min_allowable_screen_size_metadata): 22801 """Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. 22802 22803 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 22804 22805 :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22806 :type: SettingsMetadata 22807 """ 22808 22809 self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata 22810 22811 def to_dict(self): 22812 """Returns the model properties as a dict""" 22813 result = {} 22814 22815 for attr, _ in six.iteritems(self.swagger_types): 22816 value = getattr(self, attr) 22817 if isinstance(value, list): 22818 result[attr] = list(map( 22819 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 22820 value 22821 )) 22822 elif hasattr(value, "to_dict"): 22823 result[attr] = value.to_dict() 22824 elif isinstance(value, dict): 22825 result[attr] = dict(map( 22826 lambda item: (item[0], item[1].to_dict()) 22827 if hasattr(item[1], "to_dict") else item, 22828 value.items() 22829 )) 22830 else: 22831 result[attr] = value 22832 if issubclass(AccountSettingsInformation, dict): 22833 for key, value in self.items(): 22834 result[key] = value 22835 22836 return result 22837 22838 def to_str(self): 22839 """Returns the string representation of the model""" 22840 return pprint.pformat(self.to_dict()) 22841 22842 def __repr__(self): 22843 """For `print` and `pprint`""" 22844 return self.to_str() 22845 22846 def __eq__(self, other): 22847 """Returns true if both objects are equal""" 22848 if not isinstance(other, AccountSettingsInformation): 22849 return False 22850 22851 return self.to_dict() == other.to_dict() 22852 22853 def __ne__(self, other): 22854 """Returns true if both objects are not equal""" 22855 if not isinstance(other, AccountSettingsInformation): 22856 return True 22857 22858 return self.to_dict() != other.to_dict()
23class AccountSettingsInformation(object): 24 """NOTE: This class is auto generated by the swagger code generator program. 25 26 Do not edit the class manually. 27 """ 28 29 """ 30 Attributes: 31 swagger_types (dict): The key is attribute name 32 and the value is attribute type. 33 attribute_map (dict): The key is attribute name 34 and the value is json key in definition. 35 """ 36 swagger_types = { 37 'access_code_format': 'AccessCodeFormat', 38 'account_date_time_format': 'str', 39 'account_date_time_format_metadata': 'SettingsMetadata', 40 'account_default_language': 'str', 41 'account_default_language_metadata': 'SettingsMetadata', 42 'account_name': 'str', 43 'account_name_metadata': 'SettingsMetadata', 44 'account_notification': 'AccountNotification', 45 'account_ui_settings': 'AccountUISettings', 46 'adopt_sig_config': 'str', 47 'adopt_sig_config_metadata': 'SettingsMetadata', 48 'advanced_correct': 'str', 49 'advanced_correct_metadata': 'SettingsMetadata', 50 'advanced_search_enable_tab_field': 'str', 51 'advanced_search_enable_tab_field_metadata': 'SettingsMetadata', 52 'advanced_search_enable_template_id_field': 'str', 53 'advanced_search_enable_template_id_field_metadata': 'SettingsMetadata', 54 'advanced_search_enable_template_name_field': 'str', 55 'advanced_search_enable_template_name_field_metadata': 'SettingsMetadata', 56 'allow_access_code_format': 'str', 57 'allow_access_code_format_metadata': 'SettingsMetadata', 58 'allow_account_management_granular': 'str', 59 'allow_account_management_granular_metadata': 'SettingsMetadata', 60 'allow_account_member_name_change': 'str', 61 'allow_account_member_name_change_metadata': 'SettingsMetadata', 62 'allow_ace': 'str', 63 'allow_ace_metadata': 'SettingsMetadata', 64 'allow_advanced_recipient_routing_conditional': 'str', 65 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', 66 'allow_agent_name_email_edit': 'str', 67 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', 68 'allow_agreement_actions': 'str', 69 'allow_agreement_actions_metadata': 'SettingsMetadata', 70 'allow_agreement_orchestrations': 'str', 71 'allow_agreement_orchestrations_metadata': 'SettingsMetadata', 72 'allow_auto_nav_settings': 'str', 73 'allow_auto_nav_settings_metadata': 'SettingsMetadata', 74 'allow_auto_tagging': 'str', 75 'allow_auto_tagging_metadata': 'SettingsMetadata', 76 'allow_bulk_send': 'str', 77 'allow_bulk_send_metadata': 'SettingsMetadata', 78 'allow_byoidv': 'str', 79 'allow_byoidv_metadata': 'SettingsMetadata', 80 'allow_cd_withdraw': 'str', 81 'allow_cd_withdraw_metadata': 'SettingsMetadata', 82 'allow_connect_agreement_ui': 'str', 83 'allow_connect_agreement_ui_metadata': 'SettingsMetadata', 84 'allow_connect_authoritative_copy_ready_event_ui': 'str', 85 'allow_connect_envelope_reminder_sent_event_ui': 'str', 86 'allow_connect_envelope_removed_event': 'str', 87 'allow_connect_extension_ui': 'str', 88 'allow_connect_http_listener_configs': 'str', 89 'allow_connect_identity_verification_ui': 'str', 90 'allow_connect_o_auth_ui': 'str', 91 'allow_connect_send_finish_later': 'str', 92 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', 93 'allow_connect_unified_payload_ui': 'str', 94 'allow_consumer_disclosure_override': 'str', 95 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', 96 'allow_data_download': 'str', 97 'allow_data_download_metadata': 'SettingsMetadata', 98 'allow_delayed_routing': 'str', 99 'allow_delayed_routing_metadata': 'SettingsMetadata', 100 'allow_delegated_signing': 'str', 101 'allow_delegated_signing_metadata': 'SettingsMetadata', 102 'allow_doc_gen_documents': 'str', 103 'allow_doc_gen_documents_metadata': 'SettingsMetadata', 104 'allow_document_disclosures': 'str', 105 'allow_document_disclosures_metadata': 'SettingsMetadata', 106 'allow_documents_on_signed_envelopes': 'str', 107 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', 108 'allow_document_visibility': 'str', 109 'allow_document_visibility_metadata': 'SettingsMetadata', 110 'allow_editing_envelopes_on_behalf_of_others': 'str', 111 'allow_editing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 112 'allow_e_hanko_stamps': 'str', 113 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', 114 'allow_e_note_e_original': 'str', 115 'allow_e_note_e_original_metadata': 'SettingsMetadata', 116 'allow_envelope_correct': 'str', 117 'allow_envelope_correct_metadata': 'SettingsMetadata', 118 'allow_envelope_custody_transfer': 'str', 119 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', 120 'allow_envelope_custom_fields': 'str', 121 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', 122 'allow_envelope_publish_reporting': 'str', 123 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', 124 'allow_envelope_reporting': 'str', 125 'allow_envelope_reporting_metadata': 'SettingsMetadata', 126 'allow_expression': 'str', 127 'allow_expression_metadata': 'SettingsMetadata', 128 'allow_express_signer_certificate': 'str', 129 'allow_express_signer_certificate_metadata': 'SettingsMetadata', 130 'allow_extended_sending_resource_file': 'str', 131 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', 132 'allow_external_linked_accounts': 'str', 133 'allow_external_linked_accounts_metadata': 'SettingsMetadata', 134 'allow_external_signature_pad': 'str', 135 'allow_external_signature_pad_metadata': 'SettingsMetadata', 136 'allow_fed_ramp_idv_level1': 'str', 137 'allow_fed_ramp_idv_level1_metadata': 'SettingsMetadata', 138 'allow_fed_ramp_idv_level2': 'str', 139 'allow_fed_ramp_idv_level2_metadata': 'SettingsMetadata', 140 'allow_idv_for_eu_qualified_signatures': 'str', 141 'allow_idv_for_eu_qualified_signatures_metadata': 'SettingsMetadata', 142 'allow_idv_level1': 'str', 143 'allow_idv_level1_metadata': 'SettingsMetadata', 144 'allow_idv_level1_trial': 'str', 145 'allow_idv_level1_trial_metadata': 'SettingsMetadata', 146 'allow_idv_level2': 'str', 147 'allow_idv_level2_metadata': 'SettingsMetadata', 148 'allow_idv_level3': 'str', 149 'allow_idv_level3_metadata': 'SettingsMetadata', 150 'allow_idv_platform': 'str', 151 'allow_idv_platform_metadata': 'SettingsMetadata', 152 'allow_idv_risk_assessment': 'str', 153 'allow_idv_risk_assessment_metadata': 'SettingsMetadata', 154 'allow_in_person': 'str', 155 'allow_in_person_electronic_notary': 'str', 156 'allow_in_person_electronic_notary_metadata': 'SettingsMetadata', 157 'allow_in_person_metadata': 'SettingsMetadata', 158 'allow_managed_stamps': 'str', 159 'allow_managed_stamps_metadata': 'SettingsMetadata', 160 'allow_managing_envelopes_on_behalf_of_others': 'str', 161 'allow_managing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 162 'allow_markup': 'str', 163 'allow_markup_metadata': 'SettingsMetadata', 164 'allow_member_time_zone': 'str', 165 'allow_member_time_zone_metadata': 'SettingsMetadata', 166 'allow_merge_fields': 'str', 167 'allow_merge_fields_metadata': 'SettingsMetadata', 168 'allow_multiple_brand_profiles': 'str', 169 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', 170 'allow_multiple_signer_attachments': 'str', 171 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', 172 'allow_non_us_phone_auth': 'str', 173 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', 174 'allow_ocr_of_envelope_documents': 'str', 175 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', 176 'allow_offline_signing': 'str', 177 'allow_offline_signing_metadata': 'SettingsMetadata', 178 'allow_only_standalone_web_forms': 'str', 179 'allow_only_standalone_web_forms_metadata': 'SettingsMetadata', 180 'allow_open_trust_signer_certificate': 'str', 181 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', 182 'allow_organization_branding': 'str', 183 'allow_organization_branding_metadata': 'SettingsMetadata', 184 'allow_organization_docusign_monitor': 'str', 185 'allow_organization_docusign_monitor_free': 'str', 186 'allow_organization_docusign_monitor_free_metadata': 'SettingsMetadata', 187 'allow_organization_docusign_monitor_metadata': 'SettingsMetadata', 188 'allow_organization_domain_user_management': 'str', 189 'allow_organization_domain_user_management_metadata': 'SettingsMetadata', 190 'allow_organizations': 'str', 191 'allow_organizations_metadata': 'SettingsMetadata', 192 'allow_organization_sso_management': 'str', 193 'allow_organization_sso_management_metadata': 'SettingsMetadata', 194 'allow_organization_to_use_in_person_electronic_notary': 'str', 195 'allow_organization_to_use_in_person_electronic_notary_metadata': 'SettingsMetadata', 196 'allow_organization_to_use_remote_notary': 'str', 197 'allow_organization_to_use_remote_notary_metadata': 'SettingsMetadata', 198 'allow_organization_to_use_third_party_electronic_notary': 'str', 199 'allow_organization_to_use_third_party_electronic_notary_metadata': 'SettingsMetadata', 200 'allow_participant_recipient_type': 'str', 201 'allow_participant_recipient_type_metadata': 'SettingsMetadata', 202 'allow_payment_processing': 'str', 203 'allow_payment_processing_metadata': 'SettingsMetadata', 204 'allow_pending_destination_url_edition': 'str', 205 'allow_pending_destination_url_edition_metadata': 'SettingsMetadata', 206 'allow_performance_analytics': 'str', 207 'allow_performance_analytics_metadata': 'SettingsMetadata', 208 'allow_phone_authentication': 'str', 209 'allow_phone_authentication_metadata': 'SettingsMetadata', 210 'allow_phone_auth_override': 'str', 211 'allow_phone_auth_override_metadata': 'SettingsMetadata', 212 'allow_private_signing_groups': 'str', 213 'allow_private_signing_groups_metadata': 'SettingsMetadata', 214 'allow_recipient_connect': 'str', 215 'allow_recipient_connect_metadata': 'SettingsMetadata', 216 'allow_reminders': 'str', 217 'allow_reminders_metadata': 'SettingsMetadata', 218 'allow_remote_notary': 'str', 219 'allow_remote_notary_metadata': 'SettingsMetadata', 220 'allow_resource_file_branding': 'str', 221 'allow_resource_file_branding_metadata': 'SettingsMetadata', 222 'allow_safe_bio_pharma_signer_certificate': 'str', 223 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', 224 'allow_scheduled_sending': 'str', 225 'allow_scheduled_sending_metadata': 'SettingsMetadata', 226 'allow_security_appliance': 'str', 227 'allow_security_appliance_metadata': 'SettingsMetadata', 228 'allow_sending_envelopes_on_behalf_of_others': 'str', 229 'allow_sending_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 230 'allow_send_to_certified_delivery': 'str', 231 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', 232 'allow_send_to_intermediary': 'str', 233 'allow_send_to_intermediary_metadata': 'SettingsMetadata', 234 'allow_server_templates': 'str', 235 'allow_server_templates_metadata': 'SettingsMetadata', 236 'allow_set_embedded_recipient_start_url': 'str', 237 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', 238 'allow_shared_tabs': 'str', 239 'allow_shared_tabs_metadata': 'SettingsMetadata', 240 'allow_signature_stamps': 'str', 241 'allow_signature_stamps_metadata': 'SettingsMetadata', 242 'allow_sign_document_from_home_page': 'str', 243 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', 244 'allow_signer_reassign': 'str', 245 'allow_signer_reassign_metadata': 'SettingsMetadata', 246 'allow_signer_reassign_override': 'str', 247 'allow_signer_reassign_override_metadata': 'SettingsMetadata', 248 'allow_signing_extensions': 'str', 249 'allow_signing_extensions_metadata': 'SettingsMetadata', 250 'allow_signing_groups': 'str', 251 'allow_signing_groups_metadata': 'SettingsMetadata', 252 'allow_signing_insights': 'str', 253 'allow_signing_insights_metadata': 'SettingsMetadata', 254 'allow_signing_radio_deselect': 'str', 255 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', 256 'allow_sign_now': 'str', 257 'allow_sign_now_metadata': 'str', 258 'allow_sms_delivery': 'str', 259 'allow_sms_delivery_metadata': 'SettingsMetadata', 260 'allow_social_id_login': 'str', 261 'allow_social_id_login_metadata': 'SettingsMetadata', 262 'allow_supplemental_documents': 'str', 263 'allow_supplemental_documents_metadata': 'SettingsMetadata', 264 'allow_third_party_electronic_notary': 'str', 265 'allow_third_party_electronic_notary_metadata': 'SettingsMetadata', 266 'allow_transactions_workspace': 'str', 267 'allow_transactions_workspace_metadata': 'SettingsMetadata', 268 'allow_transactions_workspace_original': 'str', 269 'allow_transactions_workspace_original_metadata': 'SettingsMetadata', 270 'allow_users_to_access_directory': 'str', 271 'allow_users_to_access_directory_metadata': 'SettingsMetadata', 272 'allow_value_insights': 'str', 273 'allow_value_insights_metadata': 'SettingsMetadata', 274 'allow_web_forms': 'str', 275 'allow_web_forms_metadata': 'SettingsMetadata', 276 'allow_whats_app_delivery': 'str', 277 'allow_whats_app_delivery_metadata': 'SettingsMetadata', 278 'anchor_population_scope': 'str', 279 'anchor_population_scope_metadata': 'SettingsMetadata', 280 'anchor_tag_versioned_placement_enabled': 'str', 281 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', 282 'attach_completed_envelope': 'str', 283 'attach_completed_envelope_metadata': 'SettingsMetadata', 284 'authentication_check': 'str', 285 'authentication_check_metadata': 'SettingsMetadata', 286 'auto_nav_rule': 'str', 287 'auto_nav_rule_metadata': 'SettingsMetadata', 288 'auto_provision_signer_account': 'str', 289 'auto_provision_signer_account_metadata': 'SettingsMetadata', 290 'bcc_email_archive': 'str', 291 'bcc_email_archive_metadata': 'SettingsMetadata', 292 'beta_switch_configuration': 'str', 293 'beta_switch_configuration_metadata': 'SettingsMetadata', 294 'billing_address': 'AddressInformation', 295 'billing_address_metadata': 'SettingsMetadata', 296 'bulk_send': 'str', 297 'bulk_send_action_resend_limit': 'str', 298 'bulk_send_max_copies_in_batch': 'str', 299 'bulk_send_max_unprocessed_envelopes_count': 'str', 300 'bulk_send_metadata': 'SettingsMetadata', 301 'can_self_brand_send': 'str', 302 'can_self_brand_send_metadata': 'SettingsMetadata', 303 'can_self_brand_sign': 'str', 304 'can_self_brand_sign_metadata': 'SettingsMetadata', 305 'can_use_salesforce_o_auth': 'str', 306 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', 307 'capture_voice_recording': 'str', 308 'capture_voice_recording_metadata': 'SettingsMetadata', 309 'cfr21_simplified_signing_enabled': 'str', 310 'cfr21_simplified_signing_enabled_metadata': 'SettingsMetadata', 311 'cfr_use_wide_image': 'str', 312 'cfr_use_wide_image_metadata': 'SettingsMetadata', 313 'check_for_multiple_admins_on_account': 'str', 314 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', 315 'chrome_signature_enabled': 'str', 316 'chrome_signature_enabled_metadata': 'SettingsMetadata', 317 'cloud_ready': 'str', 318 'comment_email_show_message_text': 'str', 319 'comment_email_show_message_text_metadata': 'SettingsMetadata', 320 'comments_allow_envelope_override': 'str', 321 'comments_allow_envelope_override_metadata': 'SettingsMetadata', 322 'conditional_fields_enabled': 'str', 323 'conditional_fields_enabled_metadata': 'SettingsMetadata', 324 'consumer_disclosure_frequency': 'str', 325 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', 326 'convert_pdf_fields': 'str', 327 'convert_pdf_fields_metadata': 'SettingsMetadata', 328 'custom_extraction_plan_levels': 'str', 329 'custom_extraction_plan_levels_metadata': 'SettingsMetadata', 330 'data_population_scope': 'str', 331 'data_population_scope_metadata': 'SettingsMetadata', 332 'default_signing_responsive_view': 'str', 333 'default_signing_responsive_view_metadata': 'SettingsMetadata', 334 'default_signing_responsive_view_use_grade': 'str', 335 'default_signing_responsive_view_use_grade_metadata': 'SettingsMetadata', 336 'default_to_advanced_envelopes_filter_form': 'str', 337 'default_to_advanced_envelopes_filter_form_metadata': 'SettingsMetadata', 338 'disable_auto_template_matching': 'str', 339 'disable_auto_template_matching_metadata': 'SettingsMetadata', 340 'disable_legacy_kba': 'str', 341 'disable_legacy_kba_metadata': 'SettingsMetadata', 342 'disable_legacy_shared_envelopes': 'str', 343 'disable_legacy_shared_envelopes_metadata': 'SettingsMetadata', 344 'disable_mobile_app': 'str', 345 'disable_mobile_app_metadata': 'SettingsMetadata', 346 'disable_mobile_push_notifications': 'str', 347 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', 348 'disable_mobile_sending': 'str', 349 'disable_mobile_sending_metadata': 'SettingsMetadata', 350 'disable_multiple_sessions': 'str', 351 'disable_multiple_sessions_metadata': 'SettingsMetadata', 352 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', 353 'disable_signer_cert_view': 'str', 354 'disable_signer_cert_view_metadata': 'SettingsMetadata', 355 'disable_signer_history_view': 'str', 356 'disable_signer_history_view_metadata': 'SettingsMetadata', 357 'disable_style_signature': 'str', 358 'disable_style_signature_metadata': 'SettingsMetadata', 359 'disable_upload_signature': 'str', 360 'disable_upload_signature_metadata': 'SettingsMetadata', 361 'disable_user_sharing': 'str', 362 'disable_user_sharing_metadata': 'SettingsMetadata', 363 'display_beta_switch': 'str', 364 'display_beta_switch_metadata': 'SettingsMetadata', 365 'document_conversion_restrictions': 'str', 366 'document_conversion_restrictions_metadata': 'SettingsMetadata', 367 'document_retention': 'str', 368 'document_retention_metadata': 'SettingsMetadata', 369 'document_retention_purge_tabs': 'str', 370 'document_visibility': 'str', 371 'document_visibility_metadata': 'SettingsMetadata', 372 'draft_envelope_retention': 'str', 373 'draft_envelope_retention_metadata': 'SettingsMetadata', 374 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'str', 375 'dss_sign_29182_slide_up_bar_radmin_option': 'str', 376 'email_template_version': 'str', 377 'email_template_version_metadata': 'SettingsMetadata', 378 'enable_access_code_generator': 'str', 379 'enable_access_code_generator_metadata': 'SettingsMetadata', 380 'enable_account_wide_search': 'str', 381 'enable_account_wide_search_metadata': 'SettingsMetadata', 382 'enable_additional_advanced_web_forms_features': 'str', 383 'enable_additional_advanced_web_forms_features_metadata': 'SettingsMetadata', 384 'enable_adm_healthcare': 'str', 385 'enable_adm_healthcare_metadata': 'SettingsMetadata', 386 'enable_advanced_envelopes_search': 'str', 387 'enable_advanced_envelopes_search_metadata': 'SettingsMetadata', 388 'enable_advanced_payments': 'str', 389 'enable_advanced_payments_metadata': 'SettingsMetadata', 390 'enable_advanced_power_forms': 'str', 391 'enable_advanced_power_forms_metadata': 'SettingsMetadata', 392 'enable_advanced_search': 'str', 393 'enable_advanced_search_metadata': 'SettingsMetadata', 394 'enable_agreement_actions_for_clm': 'str', 395 'enable_agreement_actions_for_clm_metadata': 'SettingsMetadata', 396 'enable_agreement_actions_for_e_sign': 'str', 397 'enable_agreement_actions_for_e_sign_metadata': 'SettingsMetadata', 398 'enable_agreement_desk_advanced': 'str', 399 'enable_agreement_desk_advanced_meta_data': 'SettingsMetadata', 400 'enable_ai_contract_review': 'str', 401 'enable_ai_contract_review_metadata': 'SettingsMetadata', 402 'enable_ai_sender_message': 'str', 403 'enable_ai_sender_message_metadata': 'SettingsMetadata', 404 'enable_ai_suggested_fields': 'str', 405 'enable_ai_suggested_fields_auto_place': 'str', 406 'enable_ai_suggested_fields_auto_place_metadata': 'SettingsMetadata', 407 'enable_ai_suggested_fields_metadata': 'SettingsMetadata', 408 'enable_auto_nav': 'str', 409 'enable_auto_nav_metadata': 'SettingsMetadata', 410 'enable_batch_update_envelope_types': 'str', 411 'enable_batch_update_envelope_types_metadata': 'SettingsMetadata', 412 'enable_bcc_dummy_link': 'str', 413 'enable_bcc_dummy_link_metadata': 'SettingsMetadata', 414 'enable_calculated_fields': 'str', 415 'enable_calculated_fields_metadata': 'SettingsMetadata', 416 'enable_cfr_rapid_signing_embedded_auth': 'str', 417 'enable_cfr_rapid_signing_embedded_auth_metadata': 'SettingsMetadata', 418 'enable_click_plus': 'str', 419 'enable_click_plus_conditional_content': 'str', 420 'enable_click_plus_conditional_content_meta_data': 'SettingsMetadata', 421 'enable_click_plus_custom_fields': 'str', 422 'enable_click_plus_custom_fields_meta_data': 'SettingsMetadata', 423 'enable_click_plus_custom_style': 'str', 424 'enable_click_plus_custom_style_meta_data': 'SettingsMetadata', 425 'enable_click_plus_dynamic_content': 'str', 426 'enable_click_plus_dynamic_content_meta_data': 'SettingsMetadata', 427 'enable_click_plus_meta_data': 'SettingsMetadata', 428 'enable_clickwraps': 'str', 429 'enable_clickwraps_metadata': 'SettingsMetadata', 430 'enable_combined_pdf_download_for_sbs': 'str', 431 'enable_comments_history_download_in_signing': 'str', 432 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', 433 'enable_contact_suggestions': 'str', 434 'enable_contact_suggestions_metadata': 'SettingsMetadata', 435 'enable_content_search': 'str', 436 'enable_content_search_metadata': 'SettingsMetadata', 437 'enable_coupa_core_extension': 'str', 438 'enable_coupa_core_extension_metadata': 'SettingsMetadata', 439 'enable_custom_data_verification_extensions': 'str', 440 'enable_custom_data_verification_extensions_metadata': 'SettingsMetadata', 441 'enable_customer_satisfaction_metric_tracking': 'str', 442 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', 443 'enable_data_verification_extensions': 'str', 444 'enable_data_verification_extensions_metadata': 'SettingsMetadata', 445 'enable_document_template_library': 'str', 446 'enable_document_template_library_metadata': 'SettingsMetadata', 447 'enable_d_sig_eu_advanced_pens': 'str', 448 'enable_d_sig_eu_advanced_pens_metadata': 'SettingsMetadata', 449 'enable_d_sig_express_pens': 'str', 450 'enable_d_sig_express_pens_metadata': 'SettingsMetadata', 451 'enable_d_sig_id_check_for_aes_pens': 'str', 452 'enable_d_sig_id_check_for_aes_pens_metadata': 'SettingsMetadata', 453 'enable_d_sig_id_check_in_person_for_qes_pens': 'str', 454 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'SettingsMetadata', 455 'enable_d_sig_id_check_remote_for_qes_pens': 'str', 456 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'SettingsMetadata', 457 'enable_d_sig_id_verification_pens': 'str', 458 'enable_d_sig_id_verification_pens_metadata': 'SettingsMetadata', 459 'enable_d_sig_id_verification_premier_pens': 'str', 460 'enable_d_sig_id_verification_premier_pens_metadata': 'SettingsMetadata', 461 'enable_d_sig_pen_group_eu_qes': 'str', 462 'enable_d_sig_pen_group_eu_qes_metadata': 'SettingsMetadata', 463 'enable_d_sig_plg_eu_qes_pens': 'str', 464 'enable_d_sig_plg_eu_qes_pens_metadata': 'SettingsMetadata', 465 'enable_ds_pro': 'str', 466 'enable_ds_pro_metadata': 'SettingsMetadata', 467 'enable_enforce_tls_emails_setting_metadata': 'SettingsMetadata', 468 'enable_envelope_stamping_by_account_admin': 'str', 469 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', 470 'enable_envelope_stamping_by_ds_admin': 'str', 471 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', 472 'enable_e_sign_api_hourly_limit_management': 'str', 473 'enable_e_sign_api_hourly_limit_management_metadata': 'SettingsMetadata', 474 'enable_esign_communities': 'str', 475 'enable_esign_communities_metadata': 'SettingsMetadata', 476 'enable_esign_task_list': 'str', 477 'enable_esign_task_list_metadata': 'SettingsMetadata', 478 'enable_generation_with3_p_integration': 'str', 479 'enable_generation_with3_p_integration_meta_data': 'SettingsMetadata', 480 'enable_id_fx_accountless_sms_auth_for_part11': 'str', 481 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 482 'enable_id_fx_intuit_kba': 'str', 483 'enable_id_fx_intuit_kba_metadata': 'SettingsMetadata', 484 'enable_id_fx_phone_authentication': 'str', 485 'enable_id_fx_phone_authentication_metadata': 'SettingsMetadata', 486 'enable_idfx_phone_auth_signature_auth_status': 'str', 487 'enable_idfx_phone_auth_signature_auth_status_metadata': 'SettingsMetadata', 488 'enable_inbox_browse_views_powered_by_elastic_search': 'str', 489 'enable_inbox_browse_views_powered_by_elastic_search_metadata': 'SettingsMetadata', 490 'enable_inbox_relevance_sort': 'str', 491 'enable_inbox_relevance_sort_metadata': 'SettingsMetadata', 492 'enable_in_browser_editor': 'str', 493 'enable_in_browser_editor_metadata': 'SettingsMetadata', 494 'enable_key_terms_suggestions_by_document_type': 'str', 495 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 496 'enable_large_file_support': 'str', 497 'enable_large_file_support_metadata': 'SettingsMetadata', 498 'enable_legacy_shared_envelopes': 'str', 499 'enable_legacy_shared_envelopes_metadata': 'SettingsMetadata', 500 'enable_license_management': 'str', 501 'enable_license_management_metadata': 'SettingsMetadata', 502 'enable_microsoft_dynamics365_extension': 'str', 503 'enable_microsoft_dynamics365_extension_metadata': 'SettingsMetadata', 504 'enable_multi_user_repository_features': 'str', 505 'enable_multi_user_repository_features_metadata': 'SettingsMetadata', 506 'enable_navigator_api_data_in': 'str', 507 'enable_navigator_api_data_in_metadata': 'SettingsMetadata', 508 'enable_navigator_api_data_out': 'str', 509 'enable_navigator_api_data_out_metadata': 'SettingsMetadata', 510 'enable_navigator_api_utilities': 'str', 511 'enable_navigator_api_utilities_metadata': 'SettingsMetadata', 512 'enable_navigator_for_hr': 'str', 513 'enable_navigator_for_hr_metadata': 'SettingsMetadata', 514 'enable_navigator_hierarchy_ai': 'str', 515 'enable_navigator_hierarchy_ai_metadata': 'SettingsMetadata', 516 'enable_navigator_partial_ingestion': 'str', 517 'enable_navigator_partial_ingestion_metadata': 'SettingsMetadata', 518 'enable_navigator_trial': 'str', 519 'enable_navigator_trial_metadata': 'SettingsMetadata', 520 'enable_notary_on_demand_witness': 'str', 521 'enable_notary_on_demand_witness_metadata': 'SettingsMetadata', 522 'enable_obligation_management': 'str', 523 'enable_obligation_management_metadata': 'SettingsMetadata', 524 'enable_participant_recipient_setting_metadata': 'SettingsMetadata', 525 'enable_payment_processing': 'str', 526 'enable_payment_processing_metadata': 'SettingsMetadata', 527 'enable_pdfa_conversion': 'str', 528 'enable_pdfa_conversion_metadata': 'SettingsMetadata', 529 'enable_power_form': 'str', 530 'enable_power_form_direct': 'str', 531 'enable_power_form_direct_metadata': 'SettingsMetadata', 532 'enable_power_form_metadata': 'SettingsMetadata', 533 'enable_premium_data_verification_extensions': 'str', 534 'enable_premium_data_verification_extensions_metadata': 'SettingsMetadata', 535 'enable_recipient_domain_validation': 'str', 536 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', 537 'enable_recipient_may_provide_phone_number': 'str', 538 'enable_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 539 'enable_report_links': 'str', 540 'enable_report_links_metadata': 'SettingsMetadata', 541 'enable_require_sign_on_paper': 'str', 542 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', 543 'enable_reserved_domain': 'str', 544 'enable_reserved_domain_metadata': 'SettingsMetadata', 545 'enable_responsive_signing': 'str', 546 'enable_responsive_signing_metadata': 'SettingsMetadata', 547 'enable_sap_ariba_extension': 'str', 548 'enable_sap_ariba_extension_meta_data': 'SettingsMetadata', 549 'enable_scheduled_release': 'str', 550 'enable_scheduled_release_metadata': 'SettingsMetadata', 551 'enable_search_service_azure_uri': 'str', 552 'enable_search_service_azure_uri_metadata': 'SettingsMetadata', 553 'enable_search_site_specific_api': 'str', 554 'enable_search_site_specific_api_metadata': 'SettingsMetadata', 555 'enable_sending_tags_font_settings': 'str', 556 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', 557 'enable_send_to_agent': 'str', 558 'enable_send_to_agent_metadata': 'SettingsMetadata', 559 'enable_send_to_intermediary': 'str', 560 'enable_send_to_intermediary_metadata': 'SettingsMetadata', 561 'enable_send_to_manage': 'str', 562 'enable_send_to_manage_metadata': 'SettingsMetadata', 563 'enable_sequential_signing_api': 'str', 564 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 565 'enable_sequential_signing_ui': 'str', 566 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 567 'enable_signer_attachments': 'str', 568 'enable_signer_attachments_metadata': 'SettingsMetadata', 569 'enable_signing_ai_features_plan': 'str', 570 'enable_signing_ai_features_plan_metadata': 'SettingsMetadata', 571 'enable_signing_extension_comments': 'str', 572 'enable_signing_extension_comments_metadata': 'SettingsMetadata', 573 'enable_signing_extension_conversations': 'str', 574 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', 575 'enable_signing_group_continue_page_setting': 'str', 576 'enable_signing_group_continue_page_setting_metadata': 'SettingsMetadata', 577 'enable_signing_order_settings_for_account': 'str', 578 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', 579 'enable_sign_on_paper': 'str', 580 'enable_sign_on_paper_metadata': 'SettingsMetadata', 581 'enable_sign_on_paper_override': 'str', 582 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 583 'enable_sign_with_notary': 'str', 584 'enable_sign_with_notary_metadata': 'SettingsMetadata', 585 'enable_smart_contracts': 'str', 586 'enable_smart_contracts_metadata': 'SettingsMetadata', 587 'enable_sms_authentication': 'str', 588 'enable_sms_authentication_metadata': 'SettingsMetadata', 589 'enable_sms_delivery_additional_notification': 'str', 590 'enable_sms_delivery_additional_notification_metadata': 'SettingsMetadata', 591 'enable_sms_delivery_primary': 'str', 592 'enable_social_id_login': 'str', 593 'enable_social_id_login_metadata': 'SettingsMetadata', 594 'enable_strike_through': 'str', 595 'enable_strike_through_metadata': 'SettingsMetadata', 596 'enable_tickets': 'str', 597 'enable_tickets_meta_data': 'SettingsMetadata', 598 'enable_transaction_point': 'str', 599 'enable_transaction_point_metadata': 'SettingsMetadata', 600 'enable_unified_repository': 'str', 601 'enable_unified_repository_metadata': 'SettingsMetadata', 602 'enable_vaulting': 'str', 603 'enable_vaulting_metadata': 'SettingsMetadata', 604 'enable_web_forms_runtime_ap_is': 'str', 605 'enable_web_forms_runtime_ap_is_metadata': 'SettingsMetadata', 606 'enable_web_forms_separate_user_permissions': 'str', 607 'enable_web_forms_separate_user_permissions_metadata': 'SettingsMetadata', 608 'enable_witnessing': 'str', 609 'enable_witnessing_metadata': 'SettingsMetadata', 610 'enable_workday_financials_extension': 'str', 611 'enable_workday_financials_extension_meta_data': 'SettingsMetadata', 612 'enforce_template_name_uniqueness': 'str', 613 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', 614 'enforce_tls_emails': 'str', 615 'enforce_tls_emails_metadata': 'SettingsMetadata', 616 'envelope_integration_allowed': 'str', 617 'envelope_integration_allowed_metadata': 'SettingsMetadata', 618 'envelope_integration_enabled': 'str', 619 'envelope_integration_enabled_metadata': 'SettingsMetadata', 620 'envelope_limits_total_document_size_allowed_in_mb': 'str', 621 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'str', 622 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'SettingsMetadata', 623 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'SettingsMetadata', 624 'envelope_search_mode': 'str', 625 'envelope_search_mode_metadata': 'SettingsMetadata', 626 'envelope_stamping_default_value': 'str', 627 'envelope_stamping_default_value_metadata': 'SettingsMetadata', 628 'exit_prompt': 'str', 629 'exit_prompt_metadata': 'SettingsMetadata', 630 'express_send': 'str', 631 'express_send_allow_tabs': 'str', 632 'express_send_allow_tabs_metadata': 'SettingsMetadata', 633 'express_send_metadata': 'SettingsMetadata', 634 'external_document_sources': 'ExternalDocumentSources', 635 'external_signature_pad_type': 'str', 636 'external_signature_pad_type_metadata': 'SettingsMetadata', 637 'fax_out_enabled': 'str', 638 'fax_out_enabled_metadata': 'SettingsMetadata', 639 'finish_reminder': 'str', 640 'finish_reminder_metadata': 'SettingsMetadata', 641 'forbid_adding_user_stamps': 'str', 642 'forbid_adding_user_stamps_metadata': 'SettingsMetadata', 643 'guided_forms_html_allowed': 'str', 644 'guided_forms_html_allowed_metadata': 'SettingsMetadata', 645 'guided_forms_html_conversion_policy': 'str', 646 'guided_forms_html_conversion_policy_metadata': 'SettingsMetadata', 647 'has_recipient_connect_claimed_domain': 'str', 648 'hide_account_address_in_co_c': 'str', 649 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', 650 'hide_pricing': 'str', 651 'hide_pricing_metadata': 'SettingsMetadata', 652 'id_check_configurations': 'list[IdCheckConfiguration]', 653 'id_check_expire': 'str', 654 'id_check_expire_days': 'str', 655 'id_check_expire_days_metadata': 'SettingsMetadata', 656 'id_check_expire_metadata': 'SettingsMetadata', 657 'id_check_expire_minutes': 'str', 658 'id_check_expire_minutes_metadata': 'SettingsMetadata', 659 'id_check_required': 'str', 660 'id_check_required_metadata': 'SettingsMetadata', 661 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', 662 'identity_verification_metadata': 'SettingsMetadata', 663 'idfx_kba_authentication_override': 'str', 664 'idfx_kba_authentication_override_metadata': 'SettingsMetadata', 665 'idfx_phone_authentication_override': 'str', 666 'idfx_phone_authentication_override_metadata': 'SettingsMetadata', 667 'ignore_error_if_anchor_tab_not_found': 'str', 668 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', 669 'in_person_id_check_question': 'str', 670 'in_person_id_check_question_metadata': 'SettingsMetadata', 671 'in_person_signing_enabled': 'str', 672 'in_person_signing_enabled_metadata': 'SettingsMetadata', 673 'in_session_enabled': 'str', 674 'in_session_enabled_metadata': 'SettingsMetadata', 675 'in_session_suppress_emails': 'str', 676 'in_session_suppress_emails_metadata': 'SettingsMetadata', 677 'is_connect_document_fields_enabled': 'str', 678 'isv_embed': 'str', 679 'isv_embed_meta_data': 'SettingsMetadata', 680 'isv_oem_embed': 'str', 681 'isv_oem_embed_meta_data': 'SettingsMetadata', 682 'linked_external_primary_accounts': 'list[LinkedExternalPrimaryAccount]', 683 'maestro_plan_levels': 'str', 684 'maestro_plan_levels_metadata': 'SettingsMetadata', 685 'maximum_signing_groups': 'str', 686 'maximum_signing_groups_metadata': 'SettingsMetadata', 687 'maximum_users_per_signing_group': 'str', 688 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', 689 'max_number_of_custom_stamps': 'str', 690 'merge_mixed_mode_results': 'str', 691 'merge_mixed_mode_results_metadata': 'SettingsMetadata', 692 'mobile_session_timeout': 'str', 693 'mobile_session_timeout_metadata': 'SettingsMetadata', 694 'number_of_active_custom_stamps': 'str', 695 'opt_in_mobile_signing_v02': 'str', 696 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', 697 'opt_in_universal_signatures': 'str', 698 'opt_out_auto_nav_text_and_tab_color_updates': 'str', 699 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', 700 'opt_out_new_platform_seal': 'str', 701 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', 702 'original_account_site': 'str', 703 'participant_copy_opt_out': 'str', 704 'participant_copy_opt_out_metadata': 'SettingsMetadata', 705 'pdf_max_chunked_upload_part_size': 'str', 706 'pdf_max_chunked_upload_part_size_metadata': 'SettingsMetadata', 707 'pdf_max_chunked_upload_total_size': 'str', 708 'pdf_max_chunked_upload_total_size_metadata': 'SettingsMetadata', 709 'pdf_max_individual_upload_size': 'str', 710 'pdf_max_individual_upload_size_metadata': 'SettingsMetadata', 711 'phone_auth_recipient_may_provide_phone_number': 'str', 712 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 713 'pki_sign_downloaded_pdf_docs': 'str', 714 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', 715 'read_only_mode': 'str', 716 'read_only_mode_metadata': 'SettingsMetadata', 717 'recipients_can_sign_offline': 'str', 718 'recipients_can_sign_offline_metadata': 'SettingsMetadata', 719 'recipient_signing_auto_navigation_control': 'str', 720 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', 721 'recycle_bin_envelope_retention': 'str', 722 'recycle_bin_envelope_retention_metadata': 'SettingsMetadata', 723 'require21_cf_rpt11_compliance': 'str', 724 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', 725 'require_decline_reason': 'str', 726 'require_decline_reason_metadata': 'SettingsMetadata', 727 'require_external_user_management': 'str', 728 'require_external_user_management_metadata': 'SettingsMetadata', 729 'require_signer_certificate_type': 'str', 730 'require_signer_certificate_type_metadata': 'SettingsMetadata', 731 'rsa_verid_account_name': 'str', 732 'rsa_verid_password': 'str', 733 'rsa_verid_ruleset': 'str', 734 'rsa_verid_user_id': 'str', 735 'self_signed_recipient_email_document': 'str', 736 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 737 'self_signed_recipient_email_document_user_override': 'str', 738 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', 739 'sender_can_sign_in_each_location': 'str', 740 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', 741 'sender_must_authenticate_signing': 'str', 742 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', 743 'sending_tags_font_color': 'str', 744 'sending_tags_font_color_metadata': 'SettingsMetadata', 745 'sending_tags_font_name': 'str', 746 'sending_tags_font_name_metadata': 'SettingsMetadata', 747 'sending_tags_font_size': 'str', 748 'sending_tags_font_size_metadata': 'SettingsMetadata', 749 'send_lockout_recipient_notification': 'str', 750 'send_lockout_recipient_notification_metadata': 'SettingsMetadata', 751 'send_to_certified_delivery_enabled': 'str', 752 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', 753 'session_timeout': 'str', 754 'session_timeout_metadata': 'SettingsMetadata', 755 'set_recip_email_lang': 'str', 756 'set_recip_email_lang_metadata': 'SettingsMetadata', 757 'set_recip_sign_lang': 'str', 758 'set_recip_sign_lang_metadata': 'SettingsMetadata', 759 'shared_template_folders': 'str', 760 'shared_template_folders_metadata': 'SettingsMetadata', 761 'show_complete_dialog_in_embedded_session': 'str', 762 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', 763 'show_conditional_routing_on_send': 'str', 764 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', 765 'show_initial_conditional_fields': 'str', 766 'show_initial_conditional_fields_metadata': 'SettingsMetadata', 767 'show_localized_watermarks': 'str', 768 'show_localized_watermarks_metadata': 'SettingsMetadata', 769 'show_masked_fields_when_downloading_document_as_sender': 'str', 770 'show_masked_fields_when_downloading_document_as_sender_metadata': 'SettingsMetadata', 771 'show_tutorials': 'str', 772 'show_tutorials_metadata': 'SettingsMetadata', 773 'signature_providers': 'list[str]', 774 'signature_providers_metadata': 'SettingsMetadata', 775 'sign_date_format': 'str', 776 'sign_date_format_metadata': 'SettingsMetadata', 777 'sign_date_time_account_language_override': 'str', 778 'sign_date_time_account_language_override_metadata': 'SettingsMetadata', 779 'sign_date_time_account_timezone_override': 'str', 780 'sign_date_time_account_timezone_override_metadata': 'SettingsMetadata', 781 'signer_attach_certificate_to_envelope_pdf': 'str', 782 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', 783 'signer_attach_concat': 'str', 784 'signer_attach_concat_metadata': 'SettingsMetadata', 785 'signer_can_create_account': 'str', 786 'signer_can_create_account_metadata': 'SettingsMetadata', 787 'signer_can_sign_on_mobile': 'str', 788 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', 789 'signer_in_session_use_envelope_complete_email': 'str', 790 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', 791 'signer_login_requirements': 'str', 792 'signer_login_requirements_metadata': 'SettingsMetadata', 793 'signer_must_have_account': 'str', 794 'signer_must_have_account_metadata': 'SettingsMetadata', 795 'signer_must_login_to_sign': 'str', 796 'signer_must_login_to_sign_metadata': 'SettingsMetadata', 797 'signer_show_secure_field_initial_values': 'str', 798 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', 799 'signing_session_timeout': 'str', 800 'signing_session_timeout_metadata': 'SettingsMetadata', 801 'signing_ui_version': 'str', 802 'signing_ui_version_metadata': 'SettingsMetadata', 803 'sign_time_format': 'str', 804 'sign_time_format_metadata': 'SettingsMetadata', 805 'sign_time_show_am_pm': 'str', 806 'sign_time_show_am_pm_metadata': 'SettingsMetadata', 807 'simplified_sending_enabled': 'str', 808 'simplified_sending_enabled_metadata': 'SettingsMetadata', 809 'single_sign_on_enabled': 'str', 810 'single_sign_on_enabled_metadata': 'SettingsMetadata', 811 'skip_auth_completed_envelopes': 'str', 812 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', 813 'social_id_recip_auth': 'str', 814 'social_id_recip_auth_metadata': 'SettingsMetadata', 815 'specify_document_visibility': 'str', 816 'specify_document_visibility_metadata': 'SettingsMetadata', 817 'start_in_advanced_correct': 'str', 818 'start_in_advanced_correct_metadata': 'SettingsMetadata', 819 'supplemental_documents_must_accept': 'str', 820 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 821 'supplemental_documents_must_read': 'str', 822 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 823 'supplemental_documents_must_view': 'str', 824 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 825 'suppress_certificate_enforcement': 'str', 826 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', 827 'tab_account_settings': 'TabAccountSettings', 828 'timezone_offset_api': 'str', 829 'timezone_offset_api_metadata': 'SettingsMetadata', 830 'timezone_offset_ui': 'str', 831 'timezone_offset_ui_metadata': 'SettingsMetadata', 832 'universal_signature_opt_in': 'str', 833 'universal_signature_skip_platform_signature': 'str', 834 'universal_signature_skip_platform_signature_metadata': 'SettingsMetadata', 835 'use_account_level_email': 'str', 836 'use_account_level_email_metadata': 'SettingsMetadata', 837 'use_consumer_disclosure': 'str', 838 'use_consumer_disclosure_metadata': 'SettingsMetadata', 839 'use_consumer_disclosure_within_account': 'str', 840 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', 841 'use_derived_keys': 'str', 842 'use_derived_keys_metadata': 'SettingsMetadata', 843 'use_docu_sign_express_signer_certificate': 'str', 844 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', 845 'use_envelope_search_mixed_mode': 'str', 846 'use_envelope_search_mixed_mode_metadata': 'SettingsMetadata', 847 'use_multi_app_groups_data': 'str', 848 'use_multi_app_groups_data_metadata': 'SettingsMetadata', 849 'use_new_blob_for_pdf': 'str', 850 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', 851 'use_new_envelope_search': 'str', 852 'use_new_envelope_search_metadata': 'SettingsMetadata', 853 'use_new_envelope_search_only_when_searching_after_date': 'str', 854 'use_new_envelope_search_only_when_searching_after_date_metadata': 'SettingsMetadata', 855 'use_new_envelope_search_only_with_search_term': 'str', 856 'use_new_envelope_search_only_with_search_term_metadata': 'SettingsMetadata', 857 'use_safe_signer_certificates': 'str', 858 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 859 'uses_api': 'str', 860 'uses_api_metadata': 'SettingsMetadata', 861 'use_signature_provider_platform': 'str', 862 'use_signature_provider_platform_metadata': 'SettingsMetadata', 863 'use_smart_contracts_v1': 'str', 864 'validations_allowed': 'str', 865 'validations_allowed_metadata': 'SettingsMetadata', 866 'validations_brand': 'str', 867 'validations_brand_metadata': 'SettingsMetadata', 868 'validations_cadence': 'str', 869 'validations_cadence_metadata': 'SettingsMetadata', 870 'validations_enabled': 'str', 871 'validations_enabled_metadata': 'SettingsMetadata', 872 'validations_report': 'str', 873 'validations_report_metadata': 'SettingsMetadata', 874 'water_mark_enabled': 'str', 875 'water_mark_enabled_metadata': 'SettingsMetadata', 876 'write_reminder_to_envelope_history': 'str', 877 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', 878 'wurfl_min_allowable_screen_size': 'str', 879 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' 880 } 881 882 attribute_map = { 883 'access_code_format': 'accessCodeFormat', 884 'account_date_time_format': 'accountDateTimeFormat', 885 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', 886 'account_default_language': 'accountDefaultLanguage', 887 'account_default_language_metadata': 'accountDefaultLanguageMetadata', 888 'account_name': 'accountName', 889 'account_name_metadata': 'accountNameMetadata', 890 'account_notification': 'accountNotification', 891 'account_ui_settings': 'accountUISettings', 892 'adopt_sig_config': 'adoptSigConfig', 893 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 894 'advanced_correct': 'advancedCorrect', 895 'advanced_correct_metadata': 'advancedCorrectMetadata', 896 'advanced_search_enable_tab_field': 'advancedSearchEnableTabField', 897 'advanced_search_enable_tab_field_metadata': 'advancedSearchEnableTabFieldMetadata', 898 'advanced_search_enable_template_id_field': 'advancedSearchEnableTemplateIdField', 899 'advanced_search_enable_template_id_field_metadata': 'advancedSearchEnableTemplateIdFieldMetadata', 900 'advanced_search_enable_template_name_field': 'advancedSearchEnableTemplateNameField', 901 'advanced_search_enable_template_name_field_metadata': 'advancedSearchEnableTemplateNameFieldMetadata', 902 'allow_access_code_format': 'allowAccessCodeFormat', 903 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 904 'allow_account_management_granular': 'allowAccountManagementGranular', 905 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', 906 'allow_account_member_name_change': 'allowAccountMemberNameChange', 907 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', 908 'allow_ace': 'allowACE', 909 'allow_ace_metadata': 'allowACEMetadata', 910 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', 911 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', 912 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', 913 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', 914 'allow_agreement_actions': 'allowAgreementActions', 915 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', 916 'allow_agreement_orchestrations': 'allowAgreementOrchestrations', 917 'allow_agreement_orchestrations_metadata': 'allowAgreementOrchestrationsMetadata', 918 'allow_auto_nav_settings': 'allowAutoNavSettings', 919 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', 920 'allow_auto_tagging': 'allowAutoTagging', 921 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 922 'allow_bulk_send': 'allowBulkSend', 923 'allow_bulk_send_metadata': 'allowBulkSendMetadata', 924 'allow_byoidv': 'allowBYOIDV', 925 'allow_byoidv_metadata': 'allowBYOIDVMetadata', 926 'allow_cd_withdraw': 'allowCDWithdraw', 927 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', 928 'allow_connect_agreement_ui': 'allowConnectAgreementUI', 929 'allow_connect_agreement_ui_metadata': 'allowConnectAgreementUIMetadata', 930 'allow_connect_authoritative_copy_ready_event_ui': 'allowConnectAuthoritativeCopyReadyEventUI', 931 'allow_connect_envelope_reminder_sent_event_ui': 'allowConnectEnvelopeReminderSentEventUI', 932 'allow_connect_envelope_removed_event': 'allowConnectEnvelopeRemovedEvent', 933 'allow_connect_extension_ui': 'allowConnectExtensionUI', 934 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', 935 'allow_connect_identity_verification_ui': 'AllowConnectIdentityVerificationUI', 936 'allow_connect_o_auth_ui': 'allowConnectOAuthUI', 937 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', 938 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', 939 'allow_connect_unified_payload_ui': 'allowConnectUnifiedPayloadUI', 940 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', 941 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', 942 'allow_data_download': 'allowDataDownload', 943 'allow_data_download_metadata': 'allowDataDownloadMetadata', 944 'allow_delayed_routing': 'allowDelayedRouting', 945 'allow_delayed_routing_metadata': 'allowDelayedRoutingMetadata', 946 'allow_delegated_signing': 'allowDelegatedSigning', 947 'allow_delegated_signing_metadata': 'allowDelegatedSigningMetadata', 948 'allow_doc_gen_documents': 'allowDocGenDocuments', 949 'allow_doc_gen_documents_metadata': 'allowDocGenDocumentsMetadata', 950 'allow_document_disclosures': 'allowDocumentDisclosures', 951 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', 952 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', 953 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', 954 'allow_document_visibility': 'allowDocumentVisibility', 955 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', 956 'allow_editing_envelopes_on_behalf_of_others': 'allowEditingEnvelopesOnBehalfOfOthers', 957 'allow_editing_envelopes_on_behalf_of_others_metadata': 'allowEditingEnvelopesOnBehalfOfOthersMetadata', 958 'allow_e_hanko_stamps': 'allowEHankoStamps', 959 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', 960 'allow_e_note_e_original': 'allowENoteEOriginal', 961 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', 962 'allow_envelope_correct': 'allowEnvelopeCorrect', 963 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', 964 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', 965 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', 966 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', 967 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', 968 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', 969 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', 970 'allow_envelope_reporting': 'allowEnvelopeReporting', 971 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', 972 'allow_expression': 'allowExpression', 973 'allow_expression_metadata': 'allowExpressionMetadata', 974 'allow_express_signer_certificate': 'allowExpressSignerCertificate', 975 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', 976 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', 977 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', 978 'allow_external_linked_accounts': 'allowExternalLinkedAccounts', 979 'allow_external_linked_accounts_metadata': 'allowExternalLinkedAccountsMetadata', 980 'allow_external_signature_pad': 'allowExternalSignaturePad', 981 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', 982 'allow_fed_ramp_idv_level1': 'allowFedRampIDVLevel1', 983 'allow_fed_ramp_idv_level1_metadata': 'allowFedRampIDVLevel1Metadata', 984 'allow_fed_ramp_idv_level2': 'allowFedRampIDVLevel2', 985 'allow_fed_ramp_idv_level2_metadata': 'allowFedRampIDVLevel2Metadata', 986 'allow_idv_for_eu_qualified_signatures': 'allowIDVForEUQualifiedSignatures', 987 'allow_idv_for_eu_qualified_signatures_metadata': 'allowIDVForEUQualifiedSignaturesMetadata', 988 'allow_idv_level1': 'allowIDVLevel1', 989 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', 990 'allow_idv_level1_trial': 'allowIDVLevel1Trial', 991 'allow_idv_level1_trial_metadata': 'allowIDVLevel1TrialMetadata', 992 'allow_idv_level2': 'allowIDVLevel2', 993 'allow_idv_level2_metadata': 'allowIDVLevel2Metadata', 994 'allow_idv_level3': 'allowIDVLevel3', 995 'allow_idv_level3_metadata': 'allowIDVLevel3Metadata', 996 'allow_idv_platform': 'allowIDVPlatform', 997 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', 998 'allow_idv_risk_assessment': 'allowIdvRiskAssessment', 999 'allow_idv_risk_assessment_metadata': 'allowIdvRiskAssessmentMetadata', 1000 'allow_in_person': 'allowInPerson', 1001 'allow_in_person_electronic_notary': 'allowInPersonElectronicNotary', 1002 'allow_in_person_electronic_notary_metadata': 'allowInPersonElectronicNotaryMetadata', 1003 'allow_in_person_metadata': 'allowInPersonMetadata', 1004 'allow_managed_stamps': 'allowManagedStamps', 1005 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', 1006 'allow_managing_envelopes_on_behalf_of_others': 'allowManagingEnvelopesOnBehalfOfOthers', 1007 'allow_managing_envelopes_on_behalf_of_others_metadata': 'allowManagingEnvelopesOnBehalfOfOthersMetadata', 1008 'allow_markup': 'allowMarkup', 1009 'allow_markup_metadata': 'allowMarkupMetadata', 1010 'allow_member_time_zone': 'allowMemberTimeZone', 1011 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', 1012 'allow_merge_fields': 'allowMergeFields', 1013 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', 1014 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', 1015 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', 1016 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', 1017 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', 1018 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', 1019 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', 1020 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', 1021 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', 1022 'allow_offline_signing': 'allowOfflineSigning', 1023 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', 1024 'allow_only_standalone_web_forms': 'allowOnlyStandaloneWebForms', 1025 'allow_only_standalone_web_forms_metadata': 'allowOnlyStandaloneWebFormsMetadata', 1026 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', 1027 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', 1028 'allow_organization_branding': 'allowOrganizationBranding', 1029 'allow_organization_branding_metadata': 'allowOrganizationBrandingMetadata', 1030 'allow_organization_docusign_monitor': 'allowOrganizationDocusignMonitor', 1031 'allow_organization_docusign_monitor_free': 'allowOrganizationDocusignMonitorFree', 1032 'allow_organization_docusign_monitor_free_metadata': 'allowOrganizationDocusignMonitorFreeMetadata', 1033 'allow_organization_docusign_monitor_metadata': 'allowOrganizationDocusignMonitorMetadata', 1034 'allow_organization_domain_user_management': 'allowOrganizationDomainUserManagement', 1035 'allow_organization_domain_user_management_metadata': 'allowOrganizationDomainUserManagementMetadata', 1036 'allow_organizations': 'allowOrganizations', 1037 'allow_organizations_metadata': 'allowOrganizationsMetadata', 1038 'allow_organization_sso_management': 'allowOrganizationSsoManagement', 1039 'allow_organization_sso_management_metadata': 'allowOrganizationSsoManagementMetadata', 1040 'allow_organization_to_use_in_person_electronic_notary': 'allowOrganizationToUseInPersonElectronicNotary', 1041 'allow_organization_to_use_in_person_electronic_notary_metadata': 'allowOrganizationToUseInPersonElectronicNotaryMetadata', 1042 'allow_organization_to_use_remote_notary': 'allowOrganizationToUseRemoteNotary', 1043 'allow_organization_to_use_remote_notary_metadata': 'allowOrganizationToUseRemoteNotaryMetadata', 1044 'allow_organization_to_use_third_party_electronic_notary': 'allowOrganizationToUseThirdPartyElectronicNotary', 1045 'allow_organization_to_use_third_party_electronic_notary_metadata': 'allowOrganizationToUseThirdPartyElectronicNotaryMetadata', 1046 'allow_participant_recipient_type': 'allowParticipantRecipientType', 1047 'allow_participant_recipient_type_metadata': 'allowParticipantRecipientTypeMetadata', 1048 'allow_payment_processing': 'allowPaymentProcessing', 1049 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', 1050 'allow_pending_destination_url_edition': 'allowPendingDestinationUrlEdition', 1051 'allow_pending_destination_url_edition_metadata': 'allowPendingDestinationUrlEditionMetadata', 1052 'allow_performance_analytics': 'allowPerformanceAnalytics', 1053 'allow_performance_analytics_metadata': 'allowPerformanceAnalyticsMetadata', 1054 'allow_phone_authentication': 'allowPhoneAuthentication', 1055 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', 1056 'allow_phone_auth_override': 'allowPhoneAuthOverride', 1057 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', 1058 'allow_private_signing_groups': 'allowPrivateSigningGroups', 1059 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', 1060 'allow_recipient_connect': 'allowRecipientConnect', 1061 'allow_recipient_connect_metadata': 'allowRecipientConnectMetadata', 1062 'allow_reminders': 'allowReminders', 1063 'allow_reminders_metadata': 'allowRemindersMetadata', 1064 'allow_remote_notary': 'allowRemoteNotary', 1065 'allow_remote_notary_metadata': 'allowRemoteNotaryMetadata', 1066 'allow_resource_file_branding': 'allowResourceFileBranding', 1067 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', 1068 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', 1069 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', 1070 'allow_scheduled_sending': 'allowScheduledSending', 1071 'allow_scheduled_sending_metadata': 'allowScheduledSendingMetadata', 1072 'allow_security_appliance': 'allowSecurityAppliance', 1073 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', 1074 'allow_sending_envelopes_on_behalf_of_others': 'allowSendingEnvelopesOnBehalfOfOthers', 1075 'allow_sending_envelopes_on_behalf_of_others_metadata': 'allowSendingEnvelopesOnBehalfOfOthersMetadata', 1076 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', 1077 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', 1078 'allow_send_to_intermediary': 'allowSendToIntermediary', 1079 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', 1080 'allow_server_templates': 'allowServerTemplates', 1081 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', 1082 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', 1083 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', 1084 'allow_shared_tabs': 'allowSharedTabs', 1085 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', 1086 'allow_signature_stamps': 'allowSignatureStamps', 1087 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', 1088 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', 1089 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', 1090 'allow_signer_reassign': 'allowSignerReassign', 1091 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', 1092 'allow_signer_reassign_override': 'allowSignerReassignOverride', 1093 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', 1094 'allow_signing_extensions': 'allowSigningExtensions', 1095 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', 1096 'allow_signing_groups': 'allowSigningGroups', 1097 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', 1098 'allow_signing_insights': 'allowSigningInsights', 1099 'allow_signing_insights_metadata': 'allowSigningInsightsMetadata', 1100 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', 1101 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', 1102 'allow_sign_now': 'allowSignNow', 1103 'allow_sign_now_metadata': 'allowSignNowMetadata', 1104 'allow_sms_delivery': 'allowSMSDelivery', 1105 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', 1106 'allow_social_id_login': 'allowSocialIdLogin', 1107 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', 1108 'allow_supplemental_documents': 'allowSupplementalDocuments', 1109 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 1110 'allow_third_party_electronic_notary': 'allowThirdPartyElectronicNotary', 1111 'allow_third_party_electronic_notary_metadata': 'allowThirdPartyElectronicNotaryMetadata', 1112 'allow_transactions_workspace': 'allowTransactionsWorkspace', 1113 'allow_transactions_workspace_metadata': 'allowTransactionsWorkspaceMetadata', 1114 'allow_transactions_workspace_original': 'allowTransactionsWorkspaceOriginal', 1115 'allow_transactions_workspace_original_metadata': 'allowTransactionsWorkspaceOriginalMetadata', 1116 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', 1117 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', 1118 'allow_value_insights': 'allowValueInsights', 1119 'allow_value_insights_metadata': 'allowValueInsightsMetadata', 1120 'allow_web_forms': 'allowWebForms', 1121 'allow_web_forms_metadata': 'allowWebFormsMetadata', 1122 'allow_whats_app_delivery': 'allowWhatsAppDelivery', 1123 'allow_whats_app_delivery_metadata': 'allowWhatsAppDeliveryMetadata', 1124 'anchor_population_scope': 'anchorPopulationScope', 1125 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', 1126 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 1127 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', 1128 'attach_completed_envelope': 'attachCompletedEnvelope', 1129 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', 1130 'authentication_check': 'authenticationCheck', 1131 'authentication_check_metadata': 'authenticationCheckMetadata', 1132 'auto_nav_rule': 'autoNavRule', 1133 'auto_nav_rule_metadata': 'autoNavRuleMetadata', 1134 'auto_provision_signer_account': 'autoProvisionSignerAccount', 1135 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', 1136 'bcc_email_archive': 'bccEmailArchive', 1137 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', 1138 'beta_switch_configuration': 'betaSwitchConfiguration', 1139 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', 1140 'billing_address': 'billingAddress', 1141 'billing_address_metadata': 'billingAddressMetadata', 1142 'bulk_send': 'bulkSend', 1143 'bulk_send_action_resend_limit': 'bulkSendActionResendLimit', 1144 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', 1145 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', 1146 'bulk_send_metadata': 'bulkSendMetadata', 1147 'can_self_brand_send': 'canSelfBrandSend', 1148 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', 1149 'can_self_brand_sign': 'canSelfBrandSign', 1150 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', 1151 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', 1152 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', 1153 'capture_voice_recording': 'captureVoiceRecording', 1154 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', 1155 'cfr21_simplified_signing_enabled': 'cfr21SimplifiedSigningEnabled', 1156 'cfr21_simplified_signing_enabled_metadata': 'cfr21SimplifiedSigningEnabledMetadata', 1157 'cfr_use_wide_image': 'cfrUseWideImage', 1158 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', 1159 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', 1160 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', 1161 'chrome_signature_enabled': 'chromeSignatureEnabled', 1162 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', 1163 'cloud_ready': 'cloudReady', 1164 'comment_email_show_message_text': 'commentEmailShowMessageText', 1165 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', 1166 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', 1167 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', 1168 'conditional_fields_enabled': 'conditionalFieldsEnabled', 1169 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', 1170 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', 1171 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', 1172 'convert_pdf_fields': 'convertPdfFields', 1173 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', 1174 'custom_extraction_plan_levels': 'customExtractionPlanLevels', 1175 'custom_extraction_plan_levels_metadata': 'customExtractionPlanLevelsMetadata', 1176 'data_population_scope': 'dataPopulationScope', 1177 'data_population_scope_metadata': 'dataPopulationScopeMetadata', 1178 'default_signing_responsive_view': 'defaultSigningResponsiveView', 1179 'default_signing_responsive_view_metadata': 'defaultSigningResponsiveViewMetadata', 1180 'default_signing_responsive_view_use_grade': 'defaultSigningResponsiveViewUseGrade', 1181 'default_signing_responsive_view_use_grade_metadata': 'defaultSigningResponsiveViewUseGradeMetadata', 1182 'default_to_advanced_envelopes_filter_form': 'defaultToAdvancedEnvelopesFilterForm', 1183 'default_to_advanced_envelopes_filter_form_metadata': 'defaultToAdvancedEnvelopesFilterFormMetadata', 1184 'disable_auto_template_matching': 'disableAutoTemplateMatching', 1185 'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata', 1186 'disable_legacy_kba': 'disableLegacyKba', 1187 'disable_legacy_kba_metadata': 'disableLegacyKbaMetadata', 1188 'disable_legacy_shared_envelopes': 'disableLegacySharedEnvelopes', 1189 'disable_legacy_shared_envelopes_metadata': 'disableLegacySharedEnvelopesMetadata', 1190 'disable_mobile_app': 'disableMobileApp', 1191 'disable_mobile_app_metadata': 'disableMobileAppMetadata', 1192 'disable_mobile_push_notifications': 'disableMobilePushNotifications', 1193 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', 1194 'disable_mobile_sending': 'disableMobileSending', 1195 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', 1196 'disable_multiple_sessions': 'disableMultipleSessions', 1197 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', 1198 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', 1199 'disable_signer_cert_view': 'disableSignerCertView', 1200 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', 1201 'disable_signer_history_view': 'disableSignerHistoryView', 1202 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', 1203 'disable_style_signature': 'disableStyleSignature', 1204 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', 1205 'disable_upload_signature': 'disableUploadSignature', 1206 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', 1207 'disable_user_sharing': 'disableUserSharing', 1208 'disable_user_sharing_metadata': 'disableUserSharingMetadata', 1209 'display_beta_switch': 'displayBetaSwitch', 1210 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', 1211 'document_conversion_restrictions': 'documentConversionRestrictions', 1212 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', 1213 'document_retention': 'documentRetention', 1214 'document_retention_metadata': 'documentRetentionMetadata', 1215 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', 1216 'document_visibility': 'documentVisibility', 1217 'document_visibility_metadata': 'documentVisibilityMetadata', 1218 'draft_envelope_retention': 'draftEnvelopeRetention', 1219 'draft_envelope_retention_metadata': 'draftEnvelopeRetentionMetadata', 1220 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption', 1221 'dss_sign_29182_slide_up_bar_radmin_option': 'dss_SIGN_29182_SlideUpBar_RadminOption', 1222 'email_template_version': 'emailTemplateVersion', 1223 'email_template_version_metadata': 'emailTemplateVersionMetadata', 1224 'enable_access_code_generator': 'enableAccessCodeGenerator', 1225 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', 1226 'enable_account_wide_search': 'enableAccountWideSearch', 1227 'enable_account_wide_search_metadata': 'enableAccountWideSearchMetadata', 1228 'enable_additional_advanced_web_forms_features': 'enableAdditionalAdvancedWebFormsFeatures', 1229 'enable_additional_advanced_web_forms_features_metadata': 'enableAdditionalAdvancedWebFormsFeaturesMetadata', 1230 'enable_adm_healthcare': 'enableAdmHealthcare', 1231 'enable_adm_healthcare_metadata': 'enableAdmHealthcareMetadata', 1232 'enable_advanced_envelopes_search': 'enableAdvancedEnvelopesSearch', 1233 'enable_advanced_envelopes_search_metadata': 'enableAdvancedEnvelopesSearchMetadata', 1234 'enable_advanced_payments': 'enableAdvancedPayments', 1235 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 1236 'enable_advanced_power_forms': 'enableAdvancedPowerForms', 1237 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', 1238 'enable_advanced_search': 'enableAdvancedSearch', 1239 'enable_advanced_search_metadata': 'enableAdvancedSearchMetadata', 1240 'enable_agreement_actions_for_clm': 'enableAgreementActionsForCLM', 1241 'enable_agreement_actions_for_clm_metadata': 'enableAgreementActionsForCLMMetadata', 1242 'enable_agreement_actions_for_e_sign': 'enableAgreementActionsForESign', 1243 'enable_agreement_actions_for_e_sign_metadata': 'enableAgreementActionsForESignMetadata', 1244 'enable_agreement_desk_advanced': 'enableAgreementDeskAdvanced', 1245 'enable_agreement_desk_advanced_meta_data': 'enableAgreementDeskAdvancedMetaData', 1246 'enable_ai_contract_review': 'enableAIContractReview', 1247 'enable_ai_contract_review_metadata': 'enableAIContractReviewMetadata', 1248 'enable_ai_sender_message': 'enableAISenderMessage', 1249 'enable_ai_sender_message_metadata': 'enableAISenderMessageMetadata', 1250 'enable_ai_suggested_fields': 'enableAISuggestedFields', 1251 'enable_ai_suggested_fields_auto_place': 'enableAISuggestedFieldsAutoPlace', 1252 'enable_ai_suggested_fields_auto_place_metadata': 'enableAISuggestedFieldsAutoPlaceMetadata', 1253 'enable_ai_suggested_fields_metadata': 'enableAISuggestedFieldsMetadata', 1254 'enable_auto_nav': 'enableAutoNav', 1255 'enable_auto_nav_metadata': 'enableAutoNavMetadata', 1256 'enable_batch_update_envelope_types': 'enableBatchUpdateEnvelopeTypes', 1257 'enable_batch_update_envelope_types_metadata': 'enableBatchUpdateEnvelopeTypesMetadata', 1258 'enable_bcc_dummy_link': 'enableBccDummyLink', 1259 'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata', 1260 'enable_calculated_fields': 'enableCalculatedFields', 1261 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', 1262 'enable_cfr_rapid_signing_embedded_auth': 'enableCFRRapidSigningEmbeddedAuth', 1263 'enable_cfr_rapid_signing_embedded_auth_metadata': 'enableCFRRapidSigningEmbeddedAuthMetadata', 1264 'enable_click_plus': 'enableClickPlus', 1265 'enable_click_plus_conditional_content': 'enableClickPlusConditionalContent', 1266 'enable_click_plus_conditional_content_meta_data': 'enableClickPlusConditionalContentMetaData', 1267 'enable_click_plus_custom_fields': 'enableClickPlusCustomFields', 1268 'enable_click_plus_custom_fields_meta_data': 'enableClickPlusCustomFieldsMetaData', 1269 'enable_click_plus_custom_style': 'enableClickPlusCustomStyle', 1270 'enable_click_plus_custom_style_meta_data': 'enableClickPlusCustomStyleMetaData', 1271 'enable_click_plus_dynamic_content': 'enableClickPlusDynamicContent', 1272 'enable_click_plus_dynamic_content_meta_data': 'enableClickPlusDynamicContentMetaData', 1273 'enable_click_plus_meta_data': 'enableClickPlusMetaData', 1274 'enable_clickwraps': 'enableClickwraps', 1275 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', 1276 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', 1277 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', 1278 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', 1279 'enable_contact_suggestions': 'enableContactSuggestions', 1280 'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata', 1281 'enable_content_search': 'enableContentSearch', 1282 'enable_content_search_metadata': 'enableContentSearchMetadata', 1283 'enable_coupa_core_extension': 'enableCoupaCoreExtension', 1284 'enable_coupa_core_extension_metadata': 'enableCoupaCoreExtensionMetadata', 1285 'enable_custom_data_verification_extensions': 'enableCustomDataVerificationExtensions', 1286 'enable_custom_data_verification_extensions_metadata': 'enableCustomDataVerificationExtensionsMetadata', 1287 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', 1288 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', 1289 'enable_data_verification_extensions': 'enableDataVerificationExtensions', 1290 'enable_data_verification_extensions_metadata': 'enableDataVerificationExtensionsMetadata', 1291 'enable_document_template_library': 'enableDocumentTemplateLibrary', 1292 'enable_document_template_library_metadata': 'enableDocumentTemplateLibraryMetadata', 1293 'enable_d_sig_eu_advanced_pens': 'enableDSigEUAdvancedPens', 1294 'enable_d_sig_eu_advanced_pens_metadata': 'enableDSigEUAdvancedPensMetadata', 1295 'enable_d_sig_express_pens': 'enableDSigExpressPens', 1296 'enable_d_sig_express_pens_metadata': 'enableDSigExpressPensMetadata', 1297 'enable_d_sig_id_check_for_aes_pens': 'enableDSigIDCheckForAESPens', 1298 'enable_d_sig_id_check_for_aes_pens_metadata': 'enableDSigIDCheckForAESPensMetadata', 1299 'enable_d_sig_id_check_in_person_for_qes_pens': 'enableDSigIDCheckInPersonForQESPens', 1300 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'enableDSigIDCheckInPersonForQESPensMetadata', 1301 'enable_d_sig_id_check_remote_for_qes_pens': 'enableDSigIDCheckRemoteForQESPens', 1302 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'enableDSigIDCheckRemoteForQESPensMetadata', 1303 'enable_d_sig_id_verification_pens': 'enableDSigIDVerificationPens', 1304 'enable_d_sig_id_verification_pens_metadata': 'enableDSigIDVerificationPensMetadata', 1305 'enable_d_sig_id_verification_premier_pens': 'enableDSigIDVerificationPremierPens', 1306 'enable_d_sig_id_verification_premier_pens_metadata': 'enableDSigIDVerificationPremierPensMetadata', 1307 'enable_d_sig_pen_group_eu_qes': 'enableDSigPenGroupEuQes', 1308 'enable_d_sig_pen_group_eu_qes_metadata': 'enableDSigPenGroupEuQesMetadata', 1309 'enable_d_sig_plg_eu_qes_pens': 'enableDSigPlgEuQesPens', 1310 'enable_d_sig_plg_eu_qes_pens_metadata': 'enableDSigPlgEuQesPensMetadata', 1311 'enable_ds_pro': 'enableDSPro', 1312 'enable_ds_pro_metadata': 'enableDSProMetadata', 1313 'enable_enforce_tls_emails_setting_metadata': 'enableEnforceTlsEmailsSettingMetadata', 1314 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', 1315 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', 1316 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', 1317 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', 1318 'enable_e_sign_api_hourly_limit_management': 'enableESignAPIHourlyLimitManagement', 1319 'enable_e_sign_api_hourly_limit_management_metadata': 'enableESignAPIHourlyLimitManagementMetadata', 1320 'enable_esign_communities': 'enableEsignCommunities', 1321 'enable_esign_communities_metadata': 'enableEsignCommunitiesMetadata', 1322 'enable_esign_task_list': 'enableEsignTaskList', 1323 'enable_esign_task_list_metadata': 'enableEsignTaskListMetadata', 1324 'enable_generation_with3_p_integration': 'enableGenerationWith3PIntegration', 1325 'enable_generation_with3_p_integration_meta_data': 'enableGenerationWith3PIntegrationMetaData', 1326 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', 1327 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 1328 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', 1329 'enable_id_fx_intuit_kba_metadata': 'enableIDFxIntuitKBAMetadata', 1330 'enable_id_fx_phone_authentication': 'enableIDFxPhoneAuthentication', 1331 'enable_id_fx_phone_authentication_metadata': 'enableIDFxPhoneAuthenticationMetadata', 1332 'enable_idfx_phone_auth_signature_auth_status': 'enableIdfxPhoneAuthSignatureAuthStatus', 1333 'enable_idfx_phone_auth_signature_auth_status_metadata': 'enableIdfxPhoneAuthSignatureAuthStatusMetadata', 1334 'enable_inbox_browse_views_powered_by_elastic_search': 'enableInboxBrowseViewsPoweredByElasticSearch', 1335 'enable_inbox_browse_views_powered_by_elastic_search_metadata': 'enableInboxBrowseViewsPoweredByElasticSearchMetadata', 1336 'enable_inbox_relevance_sort': 'enableInboxRelevanceSort', 1337 'enable_inbox_relevance_sort_metadata': 'enableInboxRelevanceSortMetadata', 1338 'enable_in_browser_editor': 'enableInBrowserEditor', 1339 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', 1340 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 1341 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 1342 'enable_large_file_support': 'enableLargeFileSupport', 1343 'enable_large_file_support_metadata': 'enableLargeFileSupportMetadata', 1344 'enable_legacy_shared_envelopes': 'enableLegacySharedEnvelopes', 1345 'enable_legacy_shared_envelopes_metadata': 'enableLegacySharedEnvelopesMetadata', 1346 'enable_license_management': 'enableLicenseManagement', 1347 'enable_license_management_metadata': 'enableLicenseManagementMetadata', 1348 'enable_microsoft_dynamics365_extension': 'enableMicrosoftDynamics365Extension', 1349 'enable_microsoft_dynamics365_extension_metadata': 'enableMicrosoftDynamics365ExtensionMetadata', 1350 'enable_multi_user_repository_features': 'enableMultiUserRepositoryFeatures', 1351 'enable_multi_user_repository_features_metadata': 'enableMultiUserRepositoryFeaturesMetadata', 1352 'enable_navigator_api_data_in': 'enableNavigatorAPIDataIn', 1353 'enable_navigator_api_data_in_metadata': 'enableNavigatorAPIDataInMetadata', 1354 'enable_navigator_api_data_out': 'enableNavigatorAPIDataOut', 1355 'enable_navigator_api_data_out_metadata': 'enableNavigatorAPIDataOutMetadata', 1356 'enable_navigator_api_utilities': 'enableNavigatorAPIUtilities', 1357 'enable_navigator_api_utilities_metadata': 'enableNavigatorAPIUtilitiesMetadata', 1358 'enable_navigator_for_hr': 'enableNavigatorForHR', 1359 'enable_navigator_for_hr_metadata': 'enableNavigatorForHRMetadata', 1360 'enable_navigator_hierarchy_ai': 'enableNavigatorHierarchyAI', 1361 'enable_navigator_hierarchy_ai_metadata': 'enableNavigatorHierarchyAIMetadata', 1362 'enable_navigator_partial_ingestion': 'enableNavigatorPartialIngestion', 1363 'enable_navigator_partial_ingestion_metadata': 'enableNavigatorPartialIngestionMetadata', 1364 'enable_navigator_trial': 'enableNavigatorTrial', 1365 'enable_navigator_trial_metadata': 'enableNavigatorTrialMetadata', 1366 'enable_notary_on_demand_witness': 'enableNotaryOnDemandWitness', 1367 'enable_notary_on_demand_witness_metadata': 'enableNotaryOnDemandWitnessMetadata', 1368 'enable_obligation_management': 'enableObligationManagement', 1369 'enable_obligation_management_metadata': 'enableObligationManagementMetadata', 1370 'enable_participant_recipient_setting_metadata': 'enableParticipantRecipientSettingMetadata', 1371 'enable_payment_processing': 'enablePaymentProcessing', 1372 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', 1373 'enable_pdfa_conversion': 'enablePDFAConversion', 1374 'enable_pdfa_conversion_metadata': 'enablePDFAConversionMetadata', 1375 'enable_power_form': 'enablePowerForm', 1376 'enable_power_form_direct': 'enablePowerFormDirect', 1377 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', 1378 'enable_power_form_metadata': 'enablePowerFormMetadata', 1379 'enable_premium_data_verification_extensions': 'enablePremiumDataVerificationExtensions', 1380 'enable_premium_data_verification_extensions_metadata': 'enablePremiumDataVerificationExtensionsMetadata', 1381 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', 1382 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', 1383 'enable_recipient_may_provide_phone_number': 'enableRecipientMayProvidePhoneNumber', 1384 'enable_recipient_may_provide_phone_number_metadata': 'enableRecipientMayProvidePhoneNumberMetadata', 1385 'enable_report_links': 'enableReportLinks', 1386 'enable_report_links_metadata': 'enableReportLinksMetadata', 1387 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', 1388 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', 1389 'enable_reserved_domain': 'enableReservedDomain', 1390 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', 1391 'enable_responsive_signing': 'enableResponsiveSigning', 1392 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', 1393 'enable_sap_ariba_extension': 'enableSAPAribaExtension', 1394 'enable_sap_ariba_extension_meta_data': 'enableSAPAribaExtensionMetaData', 1395 'enable_scheduled_release': 'enableScheduledRelease', 1396 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', 1397 'enable_search_service_azure_uri': 'enableSearchServiceAzureUri', 1398 'enable_search_service_azure_uri_metadata': 'enableSearchServiceAzureUriMetadata', 1399 'enable_search_site_specific_api': 'enableSearchSiteSpecificApi', 1400 'enable_search_site_specific_api_metadata': 'enableSearchSiteSpecificApiMetadata', 1401 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', 1402 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', 1403 'enable_send_to_agent': 'enableSendToAgent', 1404 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', 1405 'enable_send_to_intermediary': 'enableSendToIntermediary', 1406 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', 1407 'enable_send_to_manage': 'enableSendToManage', 1408 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', 1409 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 1410 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 1411 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 1412 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 1413 'enable_signer_attachments': 'enableSignerAttachments', 1414 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 1415 'enable_signing_ai_features_plan': 'enableSigningAIFeaturesPlan', 1416 'enable_signing_ai_features_plan_metadata': 'enableSigningAIFeaturesPlanMetadata', 1417 'enable_signing_extension_comments': 'enableSigningExtensionComments', 1418 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', 1419 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', 1420 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', 1421 'enable_signing_group_continue_page_setting': 'enableSigningGroupContinuePageSetting', 1422 'enable_signing_group_continue_page_setting_metadata': 'enableSigningGroupContinuePageSettingMetadata', 1423 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', 1424 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', 1425 'enable_sign_on_paper': 'enableSignOnPaper', 1426 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', 1427 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 1428 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 1429 'enable_sign_with_notary': 'enableSignWithNotary', 1430 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', 1431 'enable_smart_contracts': 'enableSmartContracts', 1432 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', 1433 'enable_sms_authentication': 'enableSMSAuthentication', 1434 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', 1435 'enable_sms_delivery_additional_notification': 'enableSMSDeliveryAdditionalNotification', 1436 'enable_sms_delivery_additional_notification_metadata': 'enableSMSDeliveryAdditionalNotificationMetadata', 1437 'enable_sms_delivery_primary': 'enableSMSDeliveryPrimary', 1438 'enable_social_id_login': 'enableSocialIdLogin', 1439 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', 1440 'enable_strike_through': 'enableStrikeThrough', 1441 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', 1442 'enable_tickets': 'enableTickets', 1443 'enable_tickets_meta_data': 'enableTicketsMetaData', 1444 'enable_transaction_point': 'enableTransactionPoint', 1445 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 1446 'enable_unified_repository': 'enableUnifiedRepository', 1447 'enable_unified_repository_metadata': 'enableUnifiedRepositoryMetadata', 1448 'enable_vaulting': 'enableVaulting', 1449 'enable_vaulting_metadata': 'enableVaultingMetadata', 1450 'enable_web_forms_runtime_ap_is': 'enableWebFormsRuntimeAPIs', 1451 'enable_web_forms_runtime_ap_is_metadata': 'enableWebFormsRuntimeAPIsMetadata', 1452 'enable_web_forms_separate_user_permissions': 'enableWebFormsSeparateUserPermissions', 1453 'enable_web_forms_separate_user_permissions_metadata': 'enableWebFormsSeparateUserPermissionsMetadata', 1454 'enable_witnessing': 'enableWitnessing', 1455 'enable_witnessing_metadata': 'enableWitnessingMetadata', 1456 'enable_workday_financials_extension': 'enableWorkdayFinancialsExtension', 1457 'enable_workday_financials_extension_meta_data': 'enableWorkdayFinancialsExtensionMetaData', 1458 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', 1459 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', 1460 'enforce_tls_emails': 'enforceTlsEmails', 1461 'enforce_tls_emails_metadata': 'enforceTlsEmailsMetadata', 1462 'envelope_integration_allowed': 'envelopeIntegrationAllowed', 1463 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', 1464 'envelope_integration_enabled': 'envelopeIntegrationEnabled', 1465 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', 1466 'envelope_limits_total_document_size_allowed_in_mb': 'EnvelopeLimitsTotalDocumentSizeAllowedInMB', 1467 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled', 1468 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata', 1469 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata', 1470 'envelope_search_mode': 'envelopeSearchMode', 1471 'envelope_search_mode_metadata': 'envelopeSearchModeMetadata', 1472 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', 1473 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', 1474 'exit_prompt': 'exitPrompt', 1475 'exit_prompt_metadata': 'exitPromptMetadata', 1476 'express_send': 'expressSend', 1477 'express_send_allow_tabs': 'expressSendAllowTabs', 1478 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', 1479 'express_send_metadata': 'expressSendMetadata', 1480 'external_document_sources': 'externalDocumentSources', 1481 'external_signature_pad_type': 'externalSignaturePadType', 1482 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', 1483 'fax_out_enabled': 'faxOutEnabled', 1484 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', 1485 'finish_reminder': 'finishReminder', 1486 'finish_reminder_metadata': 'finishReminderMetadata', 1487 'forbid_adding_user_stamps': 'forbidAddingUserStamps', 1488 'forbid_adding_user_stamps_metadata': 'forbidAddingUserStampsMetadata', 1489 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', 1490 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', 1491 'guided_forms_html_conversion_policy': 'guidedFormsHtmlConversionPolicy', 1492 'guided_forms_html_conversion_policy_metadata': 'guidedFormsHtmlConversionPolicyMetadata', 1493 'has_recipient_connect_claimed_domain': 'hasRecipientConnectClaimedDomain', 1494 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', 1495 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', 1496 'hide_pricing': 'hidePricing', 1497 'hide_pricing_metadata': 'hidePricingMetadata', 1498 'id_check_configurations': 'idCheckConfigurations', 1499 'id_check_expire': 'idCheckExpire', 1500 'id_check_expire_days': 'idCheckExpireDays', 1501 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', 1502 'id_check_expire_metadata': 'idCheckExpireMetadata', 1503 'id_check_expire_minutes': 'idCheckExpireMinutes', 1504 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', 1505 'id_check_required': 'idCheckRequired', 1506 'id_check_required_metadata': 'idCheckRequiredMetadata', 1507 'identity_verification': 'identityVerification', 1508 'identity_verification_metadata': 'identityVerificationMetadata', 1509 'idfx_kba_authentication_override': 'idfxKBAAuthenticationOverride', 1510 'idfx_kba_authentication_override_metadata': 'idfxKBAAuthenticationOverrideMetadata', 1511 'idfx_phone_authentication_override': 'idfxPhoneAuthenticationOverride', 1512 'idfx_phone_authentication_override_metadata': 'idfxPhoneAuthenticationOverrideMetadata', 1513 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', 1514 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', 1515 'in_person_id_check_question': 'inPersonIDCheckQuestion', 1516 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', 1517 'in_person_signing_enabled': 'inPersonSigningEnabled', 1518 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', 1519 'in_session_enabled': 'inSessionEnabled', 1520 'in_session_enabled_metadata': 'inSessionEnabledMetadata', 1521 'in_session_suppress_emails': 'inSessionSuppressEmails', 1522 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', 1523 'is_connect_document_fields_enabled': 'isConnectDocumentFieldsEnabled', 1524 'isv_embed': 'isvEmbed', 1525 'isv_embed_meta_data': 'isvEmbedMetaData', 1526 'isv_oem_embed': 'isvOemEmbed', 1527 'isv_oem_embed_meta_data': 'isvOemEmbedMetaData', 1528 'linked_external_primary_accounts': 'linkedExternalPrimaryAccounts', 1529 'maestro_plan_levels': 'maestroPlanLevels', 1530 'maestro_plan_levels_metadata': 'maestroPlanLevelsMetadata', 1531 'maximum_signing_groups': 'maximumSigningGroups', 1532 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', 1533 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', 1534 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', 1535 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', 1536 'merge_mixed_mode_results': 'mergeMixedModeResults', 1537 'merge_mixed_mode_results_metadata': 'mergeMixedModeResultsMetadata', 1538 'mobile_session_timeout': 'mobileSessionTimeout', 1539 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', 1540 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', 1541 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', 1542 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', 1543 'opt_in_universal_signatures': 'optInUniversalSignatures', 1544 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', 1545 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', 1546 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', 1547 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', 1548 'original_account_site': 'originalAccountSite', 1549 'participant_copy_opt_out': 'participantCopyOptOut', 1550 'participant_copy_opt_out_metadata': 'participantCopyOptOutMetadata', 1551 'pdf_max_chunked_upload_part_size': 'pdfMaxChunkedUploadPartSize', 1552 'pdf_max_chunked_upload_part_size_metadata': 'pdfMaxChunkedUploadPartSizeMetadata', 1553 'pdf_max_chunked_upload_total_size': 'pdfMaxChunkedUploadTotalSize', 1554 'pdf_max_chunked_upload_total_size_metadata': 'pdfMaxChunkedUploadTotalSizeMetadata', 1555 'pdf_max_individual_upload_size': 'pdfMaxIndividualUploadSize', 1556 'pdf_max_individual_upload_size_metadata': 'pdfMaxIndividualUploadSizeMetadata', 1557 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', 1558 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', 1559 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', 1560 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', 1561 'read_only_mode': 'readOnlyMode', 1562 'read_only_mode_metadata': 'readOnlyModeMetadata', 1563 'recipients_can_sign_offline': 'recipientsCanSignOffline', 1564 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', 1565 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', 1566 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', 1567 'recycle_bin_envelope_retention': 'recycleBinEnvelopeRetention', 1568 'recycle_bin_envelope_retention_metadata': 'recycleBinEnvelopeRetentionMetadata', 1569 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', 1570 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', 1571 'require_decline_reason': 'requireDeclineReason', 1572 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', 1573 'require_external_user_management': 'requireExternalUserManagement', 1574 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', 1575 'require_signer_certificate_type': 'requireSignerCertificateType', 1576 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', 1577 'rsa_verid_account_name': 'rsaVeridAccountName', 1578 'rsa_verid_password': 'rsaVeridPassword', 1579 'rsa_verid_ruleset': 'rsaVeridRuleset', 1580 'rsa_verid_user_id': 'rsaVeridUserId', 1581 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 1582 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 1583 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', 1584 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', 1585 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', 1586 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', 1587 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', 1588 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', 1589 'sending_tags_font_color': 'sendingTagsFontColor', 1590 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', 1591 'sending_tags_font_name': 'sendingTagsFontName', 1592 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', 1593 'sending_tags_font_size': 'sendingTagsFontSize', 1594 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', 1595 'send_lockout_recipient_notification': 'sendLockoutRecipientNotification', 1596 'send_lockout_recipient_notification_metadata': 'sendLockoutRecipientNotificationMetadata', 1597 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', 1598 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', 1599 'session_timeout': 'sessionTimeout', 1600 'session_timeout_metadata': 'sessionTimeoutMetadata', 1601 'set_recip_email_lang': 'setRecipEmailLang', 1602 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', 1603 'set_recip_sign_lang': 'setRecipSignLang', 1604 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', 1605 'shared_template_folders': 'sharedTemplateFolders', 1606 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', 1607 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', 1608 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', 1609 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', 1610 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', 1611 'show_initial_conditional_fields': 'showInitialConditionalFields', 1612 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', 1613 'show_localized_watermarks': 'showLocalizedWatermarks', 1614 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', 1615 'show_masked_fields_when_downloading_document_as_sender': 'showMaskedFieldsWhenDownloadingDocumentAsSender', 1616 'show_masked_fields_when_downloading_document_as_sender_metadata': 'showMaskedFieldsWhenDownloadingDocumentAsSenderMetadata', 1617 'show_tutorials': 'showTutorials', 1618 'show_tutorials_metadata': 'showTutorialsMetadata', 1619 'signature_providers': 'signatureProviders', 1620 'signature_providers_metadata': 'signatureProvidersMetadata', 1621 'sign_date_format': 'signDateFormat', 1622 'sign_date_format_metadata': 'signDateFormatMetadata', 1623 'sign_date_time_account_language_override': 'signDateTimeAccountLanguageOverride', 1624 'sign_date_time_account_language_override_metadata': 'signDateTimeAccountLanguageOverrideMetadata', 1625 'sign_date_time_account_timezone_override': 'signDateTimeAccountTimezoneOverride', 1626 'sign_date_time_account_timezone_override_metadata': 'signDateTimeAccountTimezoneOverrideMetadata', 1627 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', 1628 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', 1629 'signer_attach_concat': 'signerAttachConcat', 1630 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', 1631 'signer_can_create_account': 'signerCanCreateAccount', 1632 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', 1633 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', 1634 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', 1635 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', 1636 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', 1637 'signer_login_requirements': 'signerLoginRequirements', 1638 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', 1639 'signer_must_have_account': 'signerMustHaveAccount', 1640 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', 1641 'signer_must_login_to_sign': 'signerMustLoginToSign', 1642 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', 1643 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', 1644 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', 1645 'signing_session_timeout': 'signingSessionTimeout', 1646 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', 1647 'signing_ui_version': 'signingUiVersion', 1648 'signing_ui_version_metadata': 'signingUiVersionMetadata', 1649 'sign_time_format': 'signTimeFormat', 1650 'sign_time_format_metadata': 'signTimeFormatMetadata', 1651 'sign_time_show_am_pm': 'signTimeShowAmPm', 1652 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', 1653 'simplified_sending_enabled': 'simplifiedSendingEnabled', 1654 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', 1655 'single_sign_on_enabled': 'singleSignOnEnabled', 1656 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', 1657 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', 1658 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', 1659 'social_id_recip_auth': 'socialIdRecipAuth', 1660 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', 1661 'specify_document_visibility': 'specifyDocumentVisibility', 1662 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', 1663 'start_in_advanced_correct': 'startInAdvancedCorrect', 1664 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', 1665 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 1666 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 1667 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 1668 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 1669 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 1670 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 1671 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', 1672 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', 1673 'tab_account_settings': 'tabAccountSettings', 1674 'timezone_offset_api': 'timezoneOffsetAPI', 1675 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', 1676 'timezone_offset_ui': 'timezoneOffsetUI', 1677 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', 1678 'universal_signature_opt_in': 'universalSignatureOptIn', 1679 'universal_signature_skip_platform_signature': 'universalSignatureSkipPlatformSignature', 1680 'universal_signature_skip_platform_signature_metadata': 'universalSignatureSkipPlatformSignatureMetadata', 1681 'use_account_level_email': 'useAccountLevelEmail', 1682 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', 1683 'use_consumer_disclosure': 'useConsumerDisclosure', 1684 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', 1685 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', 1686 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', 1687 'use_derived_keys': 'useDerivedKeys', 1688 'use_derived_keys_metadata': 'useDerivedKeysMetadata', 1689 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', 1690 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', 1691 'use_envelope_search_mixed_mode': 'useEnvelopeSearchMixedMode', 1692 'use_envelope_search_mixed_mode_metadata': 'useEnvelopeSearchMixedModeMetadata', 1693 'use_multi_app_groups_data': 'useMultiAppGroupsData', 1694 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', 1695 'use_new_blob_for_pdf': 'useNewBlobForPdf', 1696 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', 1697 'use_new_envelope_search': 'useNewEnvelopeSearch', 1698 'use_new_envelope_search_metadata': 'useNewEnvelopeSearchMetadata', 1699 'use_new_envelope_search_only_when_searching_after_date': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDate', 1700 'use_new_envelope_search_only_when_searching_after_date_metadata': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDateMetadata', 1701 'use_new_envelope_search_only_with_search_term': 'useNewEnvelopeSearchOnlyWithSearchTerm', 1702 'use_new_envelope_search_only_with_search_term_metadata': 'useNewEnvelopeSearchOnlyWithSearchTermMetadata', 1703 'use_safe_signer_certificates': 'useSAFESignerCertificates', 1704 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 1705 'uses_api': 'usesAPI', 1706 'uses_api_metadata': 'usesAPIMetadata', 1707 'use_signature_provider_platform': 'useSignatureProviderPlatform', 1708 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', 1709 'use_smart_contracts_v1': 'useSmartContractsV1', 1710 'validations_allowed': 'validationsAllowed', 1711 'validations_allowed_metadata': 'validationsAllowedMetadata', 1712 'validations_brand': 'validationsBrand', 1713 'validations_brand_metadata': 'validationsBrandMetadata', 1714 'validations_cadence': 'validationsCadence', 1715 'validations_cadence_metadata': 'validationsCadenceMetadata', 1716 'validations_enabled': 'validationsEnabled', 1717 'validations_enabled_metadata': 'validationsEnabledMetadata', 1718 'validations_report': 'validationsReport', 1719 'validations_report_metadata': 'validationsReportMetadata', 1720 'water_mark_enabled': 'waterMarkEnabled', 1721 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', 1722 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', 1723 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', 1724 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', 1725 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' 1726 } 1727 1728 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1729 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1730 if _configuration is None: 1731 _configuration = Configuration() 1732 self._configuration = _configuration 1733 1734 self._access_code_format = None 1735 self._account_date_time_format = None 1736 self._account_date_time_format_metadata = None 1737 self._account_default_language = None 1738 self._account_default_language_metadata = None 1739 self._account_name = None 1740 self._account_name_metadata = None 1741 self._account_notification = None 1742 self._account_ui_settings = None 1743 self._adopt_sig_config = None 1744 self._adopt_sig_config_metadata = None 1745 self._advanced_correct = None 1746 self._advanced_correct_metadata = None 1747 self._advanced_search_enable_tab_field = None 1748 self._advanced_search_enable_tab_field_metadata = None 1749 self._advanced_search_enable_template_id_field = None 1750 self._advanced_search_enable_template_id_field_metadata = None 1751 self._advanced_search_enable_template_name_field = None 1752 self._advanced_search_enable_template_name_field_metadata = None 1753 self._allow_access_code_format = None 1754 self._allow_access_code_format_metadata = None 1755 self._allow_account_management_granular = None 1756 self._allow_account_management_granular_metadata = None 1757 self._allow_account_member_name_change = None 1758 self._allow_account_member_name_change_metadata = None 1759 self._allow_ace = None 1760 self._allow_ace_metadata = None 1761 self._allow_advanced_recipient_routing_conditional = None 1762 self._allow_advanced_recipient_routing_conditional_metadata = None 1763 self._allow_agent_name_email_edit = None 1764 self._allow_agent_name_email_edit_metadata = None 1765 self._allow_agreement_actions = None 1766 self._allow_agreement_actions_metadata = None 1767 self._allow_agreement_orchestrations = None 1768 self._allow_agreement_orchestrations_metadata = None 1769 self._allow_auto_nav_settings = None 1770 self._allow_auto_nav_settings_metadata = None 1771 self._allow_auto_tagging = None 1772 self._allow_auto_tagging_metadata = None 1773 self._allow_bulk_send = None 1774 self._allow_bulk_send_metadata = None 1775 self._allow_byoidv = None 1776 self._allow_byoidv_metadata = None 1777 self._allow_cd_withdraw = None 1778 self._allow_cd_withdraw_metadata = None 1779 self._allow_connect_agreement_ui = None 1780 self._allow_connect_agreement_ui_metadata = None 1781 self._allow_connect_authoritative_copy_ready_event_ui = None 1782 self._allow_connect_envelope_reminder_sent_event_ui = None 1783 self._allow_connect_envelope_removed_event = None 1784 self._allow_connect_extension_ui = None 1785 self._allow_connect_http_listener_configs = None 1786 self._allow_connect_identity_verification_ui = None 1787 self._allow_connect_o_auth_ui = None 1788 self._allow_connect_send_finish_later = None 1789 self._allow_connect_send_finish_later_metadata = None 1790 self._allow_connect_unified_payload_ui = None 1791 self._allow_consumer_disclosure_override = None 1792 self._allow_consumer_disclosure_override_metadata = None 1793 self._allow_data_download = None 1794 self._allow_data_download_metadata = None 1795 self._allow_delayed_routing = None 1796 self._allow_delayed_routing_metadata = None 1797 self._allow_delegated_signing = None 1798 self._allow_delegated_signing_metadata = None 1799 self._allow_doc_gen_documents = None 1800 self._allow_doc_gen_documents_metadata = None 1801 self._allow_document_disclosures = None 1802 self._allow_document_disclosures_metadata = None 1803 self._allow_documents_on_signed_envelopes = None 1804 self._allow_documents_on_signed_envelopes_metadata = None 1805 self._allow_document_visibility = None 1806 self._allow_document_visibility_metadata = None 1807 self._allow_editing_envelopes_on_behalf_of_others = None 1808 self._allow_editing_envelopes_on_behalf_of_others_metadata = None 1809 self._allow_e_hanko_stamps = None 1810 self._allow_e_hanko_stamps_metadata = None 1811 self._allow_e_note_e_original = None 1812 self._allow_e_note_e_original_metadata = None 1813 self._allow_envelope_correct = None 1814 self._allow_envelope_correct_metadata = None 1815 self._allow_envelope_custody_transfer = None 1816 self._allow_envelope_custody_transfer_metadata = None 1817 self._allow_envelope_custom_fields = None 1818 self._allow_envelope_custom_fields_metadata = None 1819 self._allow_envelope_publish_reporting = None 1820 self._allow_envelope_publish_reporting_metadata = None 1821 self._allow_envelope_reporting = None 1822 self._allow_envelope_reporting_metadata = None 1823 self._allow_expression = None 1824 self._allow_expression_metadata = None 1825 self._allow_express_signer_certificate = None 1826 self._allow_express_signer_certificate_metadata = None 1827 self._allow_extended_sending_resource_file = None 1828 self._allow_extended_sending_resource_file_metadata = None 1829 self._allow_external_linked_accounts = None 1830 self._allow_external_linked_accounts_metadata = None 1831 self._allow_external_signature_pad = None 1832 self._allow_external_signature_pad_metadata = None 1833 self._allow_fed_ramp_idv_level1 = None 1834 self._allow_fed_ramp_idv_level1_metadata = None 1835 self._allow_fed_ramp_idv_level2 = None 1836 self._allow_fed_ramp_idv_level2_metadata = None 1837 self._allow_idv_for_eu_qualified_signatures = None 1838 self._allow_idv_for_eu_qualified_signatures_metadata = None 1839 self._allow_idv_level1 = None 1840 self._allow_idv_level1_metadata = None 1841 self._allow_idv_level1_trial = None 1842 self._allow_idv_level1_trial_metadata = None 1843 self._allow_idv_level2 = None 1844 self._allow_idv_level2_metadata = None 1845 self._allow_idv_level3 = None 1846 self._allow_idv_level3_metadata = None 1847 self._allow_idv_platform = None 1848 self._allow_idv_platform_metadata = None 1849 self._allow_idv_risk_assessment = None 1850 self._allow_idv_risk_assessment_metadata = None 1851 self._allow_in_person = None 1852 self._allow_in_person_electronic_notary = None 1853 self._allow_in_person_electronic_notary_metadata = None 1854 self._allow_in_person_metadata = None 1855 self._allow_managed_stamps = None 1856 self._allow_managed_stamps_metadata = None 1857 self._allow_managing_envelopes_on_behalf_of_others = None 1858 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1859 self._allow_markup = None 1860 self._allow_markup_metadata = None 1861 self._allow_member_time_zone = None 1862 self._allow_member_time_zone_metadata = None 1863 self._allow_merge_fields = None 1864 self._allow_merge_fields_metadata = None 1865 self._allow_multiple_brand_profiles = None 1866 self._allow_multiple_brand_profiles_metadata = None 1867 self._allow_multiple_signer_attachments = None 1868 self._allow_multiple_signer_attachments_metadata = None 1869 self._allow_non_us_phone_auth = None 1870 self._allow_non_us_phone_auth_metadata = None 1871 self._allow_ocr_of_envelope_documents = None 1872 self._allow_ocr_of_envelope_documents_metadata = None 1873 self._allow_offline_signing = None 1874 self._allow_offline_signing_metadata = None 1875 self._allow_only_standalone_web_forms = None 1876 self._allow_only_standalone_web_forms_metadata = None 1877 self._allow_open_trust_signer_certificate = None 1878 self._allow_open_trust_signer_certificate_metadata = None 1879 self._allow_organization_branding = None 1880 self._allow_organization_branding_metadata = None 1881 self._allow_organization_docusign_monitor = None 1882 self._allow_organization_docusign_monitor_free = None 1883 self._allow_organization_docusign_monitor_free_metadata = None 1884 self._allow_organization_docusign_monitor_metadata = None 1885 self._allow_organization_domain_user_management = None 1886 self._allow_organization_domain_user_management_metadata = None 1887 self._allow_organizations = None 1888 self._allow_organizations_metadata = None 1889 self._allow_organization_sso_management = None 1890 self._allow_organization_sso_management_metadata = None 1891 self._allow_organization_to_use_in_person_electronic_notary = None 1892 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1893 self._allow_organization_to_use_remote_notary = None 1894 self._allow_organization_to_use_remote_notary_metadata = None 1895 self._allow_organization_to_use_third_party_electronic_notary = None 1896 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1897 self._allow_participant_recipient_type = None 1898 self._allow_participant_recipient_type_metadata = None 1899 self._allow_payment_processing = None 1900 self._allow_payment_processing_metadata = None 1901 self._allow_pending_destination_url_edition = None 1902 self._allow_pending_destination_url_edition_metadata = None 1903 self._allow_performance_analytics = None 1904 self._allow_performance_analytics_metadata = None 1905 self._allow_phone_authentication = None 1906 self._allow_phone_authentication_metadata = None 1907 self._allow_phone_auth_override = None 1908 self._allow_phone_auth_override_metadata = None 1909 self._allow_private_signing_groups = None 1910 self._allow_private_signing_groups_metadata = None 1911 self._allow_recipient_connect = None 1912 self._allow_recipient_connect_metadata = None 1913 self._allow_reminders = None 1914 self._allow_reminders_metadata = None 1915 self._allow_remote_notary = None 1916 self._allow_remote_notary_metadata = None 1917 self._allow_resource_file_branding = None 1918 self._allow_resource_file_branding_metadata = None 1919 self._allow_safe_bio_pharma_signer_certificate = None 1920 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1921 self._allow_scheduled_sending = None 1922 self._allow_scheduled_sending_metadata = None 1923 self._allow_security_appliance = None 1924 self._allow_security_appliance_metadata = None 1925 self._allow_sending_envelopes_on_behalf_of_others = None 1926 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1927 self._allow_send_to_certified_delivery = None 1928 self._allow_send_to_certified_delivery_metadata = None 1929 self._allow_send_to_intermediary = None 1930 self._allow_send_to_intermediary_metadata = None 1931 self._allow_server_templates = None 1932 self._allow_server_templates_metadata = None 1933 self._allow_set_embedded_recipient_start_url = None 1934 self._allow_set_embedded_recipient_start_url_metadata = None 1935 self._allow_shared_tabs = None 1936 self._allow_shared_tabs_metadata = None 1937 self._allow_signature_stamps = None 1938 self._allow_signature_stamps_metadata = None 1939 self._allow_sign_document_from_home_page = None 1940 self._allow_sign_document_from_home_page_metadata = None 1941 self._allow_signer_reassign = None 1942 self._allow_signer_reassign_metadata = None 1943 self._allow_signer_reassign_override = None 1944 self._allow_signer_reassign_override_metadata = None 1945 self._allow_signing_extensions = None 1946 self._allow_signing_extensions_metadata = None 1947 self._allow_signing_groups = None 1948 self._allow_signing_groups_metadata = None 1949 self._allow_signing_insights = None 1950 self._allow_signing_insights_metadata = None 1951 self._allow_signing_radio_deselect = None 1952 self._allow_signing_radio_deselect_metadata = None 1953 self._allow_sign_now = None 1954 self._allow_sign_now_metadata = None 1955 self._allow_sms_delivery = None 1956 self._allow_sms_delivery_metadata = None 1957 self._allow_social_id_login = None 1958 self._allow_social_id_login_metadata = None 1959 self._allow_supplemental_documents = None 1960 self._allow_supplemental_documents_metadata = None 1961 self._allow_third_party_electronic_notary = None 1962 self._allow_third_party_electronic_notary_metadata = None 1963 self._allow_transactions_workspace = None 1964 self._allow_transactions_workspace_metadata = None 1965 self._allow_transactions_workspace_original = None 1966 self._allow_transactions_workspace_original_metadata = None 1967 self._allow_users_to_access_directory = None 1968 self._allow_users_to_access_directory_metadata = None 1969 self._allow_value_insights = None 1970 self._allow_value_insights_metadata = None 1971 self._allow_web_forms = None 1972 self._allow_web_forms_metadata = None 1973 self._allow_whats_app_delivery = None 1974 self._allow_whats_app_delivery_metadata = None 1975 self._anchor_population_scope = None 1976 self._anchor_population_scope_metadata = None 1977 self._anchor_tag_versioned_placement_enabled = None 1978 self._anchor_tag_versioned_placement_metadata_enabled = None 1979 self._attach_completed_envelope = None 1980 self._attach_completed_envelope_metadata = None 1981 self._authentication_check = None 1982 self._authentication_check_metadata = None 1983 self._auto_nav_rule = None 1984 self._auto_nav_rule_metadata = None 1985 self._auto_provision_signer_account = None 1986 self._auto_provision_signer_account_metadata = None 1987 self._bcc_email_archive = None 1988 self._bcc_email_archive_metadata = None 1989 self._beta_switch_configuration = None 1990 self._beta_switch_configuration_metadata = None 1991 self._billing_address = None 1992 self._billing_address_metadata = None 1993 self._bulk_send = None 1994 self._bulk_send_action_resend_limit = None 1995 self._bulk_send_max_copies_in_batch = None 1996 self._bulk_send_max_unprocessed_envelopes_count = None 1997 self._bulk_send_metadata = None 1998 self._can_self_brand_send = None 1999 self._can_self_brand_send_metadata = None 2000 self._can_self_brand_sign = None 2001 self._can_self_brand_sign_metadata = None 2002 self._can_use_salesforce_o_auth = None 2003 self._can_use_salesforce_o_auth_metadata = None 2004 self._capture_voice_recording = None 2005 self._capture_voice_recording_metadata = None 2006 self._cfr21_simplified_signing_enabled = None 2007 self._cfr21_simplified_signing_enabled_metadata = None 2008 self._cfr_use_wide_image = None 2009 self._cfr_use_wide_image_metadata = None 2010 self._check_for_multiple_admins_on_account = None 2011 self._check_for_multiple_admins_on_account_metadata = None 2012 self._chrome_signature_enabled = None 2013 self._chrome_signature_enabled_metadata = None 2014 self._cloud_ready = None 2015 self._comment_email_show_message_text = None 2016 self._comment_email_show_message_text_metadata = None 2017 self._comments_allow_envelope_override = None 2018 self._comments_allow_envelope_override_metadata = None 2019 self._conditional_fields_enabled = None 2020 self._conditional_fields_enabled_metadata = None 2021 self._consumer_disclosure_frequency = None 2022 self._consumer_disclosure_frequency_metadata = None 2023 self._convert_pdf_fields = None 2024 self._convert_pdf_fields_metadata = None 2025 self._custom_extraction_plan_levels = None 2026 self._custom_extraction_plan_levels_metadata = None 2027 self._data_population_scope = None 2028 self._data_population_scope_metadata = None 2029 self._default_signing_responsive_view = None 2030 self._default_signing_responsive_view_metadata = None 2031 self._default_signing_responsive_view_use_grade = None 2032 self._default_signing_responsive_view_use_grade_metadata = None 2033 self._default_to_advanced_envelopes_filter_form = None 2034 self._default_to_advanced_envelopes_filter_form_metadata = None 2035 self._disable_auto_template_matching = None 2036 self._disable_auto_template_matching_metadata = None 2037 self._disable_legacy_kba = None 2038 self._disable_legacy_kba_metadata = None 2039 self._disable_legacy_shared_envelopes = None 2040 self._disable_legacy_shared_envelopes_metadata = None 2041 self._disable_mobile_app = None 2042 self._disable_mobile_app_metadata = None 2043 self._disable_mobile_push_notifications = None 2044 self._disable_mobile_push_notifications_metadata = None 2045 self._disable_mobile_sending = None 2046 self._disable_mobile_sending_metadata = None 2047 self._disable_multiple_sessions = None 2048 self._disable_multiple_sessions_metadata = None 2049 self._disable_purge_notifications_for_sender_metadata = None 2050 self._disable_signer_cert_view = None 2051 self._disable_signer_cert_view_metadata = None 2052 self._disable_signer_history_view = None 2053 self._disable_signer_history_view_metadata = None 2054 self._disable_style_signature = None 2055 self._disable_style_signature_metadata = None 2056 self._disable_upload_signature = None 2057 self._disable_upload_signature_metadata = None 2058 self._disable_user_sharing = None 2059 self._disable_user_sharing_metadata = None 2060 self._display_beta_switch = None 2061 self._display_beta_switch_metadata = None 2062 self._document_conversion_restrictions = None 2063 self._document_conversion_restrictions_metadata = None 2064 self._document_retention = None 2065 self._document_retention_metadata = None 2066 self._document_retention_purge_tabs = None 2067 self._document_visibility = None 2068 self._document_visibility_metadata = None 2069 self._draft_envelope_retention = None 2070 self._draft_envelope_retention_metadata = None 2071 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 2072 self._dss_sign_29182_slide_up_bar_radmin_option = None 2073 self._email_template_version = None 2074 self._email_template_version_metadata = None 2075 self._enable_access_code_generator = None 2076 self._enable_access_code_generator_metadata = None 2077 self._enable_account_wide_search = None 2078 self._enable_account_wide_search_metadata = None 2079 self._enable_additional_advanced_web_forms_features = None 2080 self._enable_additional_advanced_web_forms_features_metadata = None 2081 self._enable_adm_healthcare = None 2082 self._enable_adm_healthcare_metadata = None 2083 self._enable_advanced_envelopes_search = None 2084 self._enable_advanced_envelopes_search_metadata = None 2085 self._enable_advanced_payments = None 2086 self._enable_advanced_payments_metadata = None 2087 self._enable_advanced_power_forms = None 2088 self._enable_advanced_power_forms_metadata = None 2089 self._enable_advanced_search = None 2090 self._enable_advanced_search_metadata = None 2091 self._enable_agreement_actions_for_clm = None 2092 self._enable_agreement_actions_for_clm_metadata = None 2093 self._enable_agreement_actions_for_e_sign = None 2094 self._enable_agreement_actions_for_e_sign_metadata = None 2095 self._enable_agreement_desk_advanced = None 2096 self._enable_agreement_desk_advanced_meta_data = None 2097 self._enable_ai_contract_review = None 2098 self._enable_ai_contract_review_metadata = None 2099 self._enable_ai_sender_message = None 2100 self._enable_ai_sender_message_metadata = None 2101 self._enable_ai_suggested_fields = None 2102 self._enable_ai_suggested_fields_auto_place = None 2103 self._enable_ai_suggested_fields_auto_place_metadata = None 2104 self._enable_ai_suggested_fields_metadata = None 2105 self._enable_auto_nav = None 2106 self._enable_auto_nav_metadata = None 2107 self._enable_batch_update_envelope_types = None 2108 self._enable_batch_update_envelope_types_metadata = None 2109 self._enable_bcc_dummy_link = None 2110 self._enable_bcc_dummy_link_metadata = None 2111 self._enable_calculated_fields = None 2112 self._enable_calculated_fields_metadata = None 2113 self._enable_cfr_rapid_signing_embedded_auth = None 2114 self._enable_cfr_rapid_signing_embedded_auth_metadata = None 2115 self._enable_click_plus = None 2116 self._enable_click_plus_conditional_content = None 2117 self._enable_click_plus_conditional_content_meta_data = None 2118 self._enable_click_plus_custom_fields = None 2119 self._enable_click_plus_custom_fields_meta_data = None 2120 self._enable_click_plus_custom_style = None 2121 self._enable_click_plus_custom_style_meta_data = None 2122 self._enable_click_plus_dynamic_content = None 2123 self._enable_click_plus_dynamic_content_meta_data = None 2124 self._enable_click_plus_meta_data = None 2125 self._enable_clickwraps = None 2126 self._enable_clickwraps_metadata = None 2127 self._enable_combined_pdf_download_for_sbs = None 2128 self._enable_comments_history_download_in_signing = None 2129 self._enable_comments_history_download_in_signing_metadata = None 2130 self._enable_contact_suggestions = None 2131 self._enable_contact_suggestions_metadata = None 2132 self._enable_content_search = None 2133 self._enable_content_search_metadata = None 2134 self._enable_coupa_core_extension = None 2135 self._enable_coupa_core_extension_metadata = None 2136 self._enable_custom_data_verification_extensions = None 2137 self._enable_custom_data_verification_extensions_metadata = None 2138 self._enable_customer_satisfaction_metric_tracking = None 2139 self._enable_customer_satisfaction_metric_tracking_metadata = None 2140 self._enable_data_verification_extensions = None 2141 self._enable_data_verification_extensions_metadata = None 2142 self._enable_document_template_library = None 2143 self._enable_document_template_library_metadata = None 2144 self._enable_d_sig_eu_advanced_pens = None 2145 self._enable_d_sig_eu_advanced_pens_metadata = None 2146 self._enable_d_sig_express_pens = None 2147 self._enable_d_sig_express_pens_metadata = None 2148 self._enable_d_sig_id_check_for_aes_pens = None 2149 self._enable_d_sig_id_check_for_aes_pens_metadata = None 2150 self._enable_d_sig_id_check_in_person_for_qes_pens = None 2151 self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = None 2152 self._enable_d_sig_id_check_remote_for_qes_pens = None 2153 self._enable_d_sig_id_check_remote_for_qes_pens_metadata = None 2154 self._enable_d_sig_id_verification_pens = None 2155 self._enable_d_sig_id_verification_pens_metadata = None 2156 self._enable_d_sig_id_verification_premier_pens = None 2157 self._enable_d_sig_id_verification_premier_pens_metadata = None 2158 self._enable_d_sig_pen_group_eu_qes = None 2159 self._enable_d_sig_pen_group_eu_qes_metadata = None 2160 self._enable_d_sig_plg_eu_qes_pens = None 2161 self._enable_d_sig_plg_eu_qes_pens_metadata = None 2162 self._enable_ds_pro = None 2163 self._enable_ds_pro_metadata = None 2164 self._enable_enforce_tls_emails_setting_metadata = None 2165 self._enable_envelope_stamping_by_account_admin = None 2166 self._enable_envelope_stamping_by_account_admin_metadata = None 2167 self._enable_envelope_stamping_by_ds_admin = None 2168 self._enable_envelope_stamping_by_ds_admin_metadata = None 2169 self._enable_e_sign_api_hourly_limit_management = None 2170 self._enable_e_sign_api_hourly_limit_management_metadata = None 2171 self._enable_esign_communities = None 2172 self._enable_esign_communities_metadata = None 2173 self._enable_esign_task_list = None 2174 self._enable_esign_task_list_metadata = None 2175 self._enable_generation_with3_p_integration = None 2176 self._enable_generation_with3_p_integration_meta_data = None 2177 self._enable_id_fx_accountless_sms_auth_for_part11 = None 2178 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 2179 self._enable_id_fx_intuit_kba = None 2180 self._enable_id_fx_intuit_kba_metadata = None 2181 self._enable_id_fx_phone_authentication = None 2182 self._enable_id_fx_phone_authentication_metadata = None 2183 self._enable_idfx_phone_auth_signature_auth_status = None 2184 self._enable_idfx_phone_auth_signature_auth_status_metadata = None 2185 self._enable_inbox_browse_views_powered_by_elastic_search = None 2186 self._enable_inbox_browse_views_powered_by_elastic_search_metadata = None 2187 self._enable_inbox_relevance_sort = None 2188 self._enable_inbox_relevance_sort_metadata = None 2189 self._enable_in_browser_editor = None 2190 self._enable_in_browser_editor_metadata = None 2191 self._enable_key_terms_suggestions_by_document_type = None 2192 self._enable_key_terms_suggestions_by_document_type_metadata = None 2193 self._enable_large_file_support = None 2194 self._enable_large_file_support_metadata = None 2195 self._enable_legacy_shared_envelopes = None 2196 self._enable_legacy_shared_envelopes_metadata = None 2197 self._enable_license_management = None 2198 self._enable_license_management_metadata = None 2199 self._enable_microsoft_dynamics365_extension = None 2200 self._enable_microsoft_dynamics365_extension_metadata = None 2201 self._enable_multi_user_repository_features = None 2202 self._enable_multi_user_repository_features_metadata = None 2203 self._enable_navigator_api_data_in = None 2204 self._enable_navigator_api_data_in_metadata = None 2205 self._enable_navigator_api_data_out = None 2206 self._enable_navigator_api_data_out_metadata = None 2207 self._enable_navigator_api_utilities = None 2208 self._enable_navigator_api_utilities_metadata = None 2209 self._enable_navigator_for_hr = None 2210 self._enable_navigator_for_hr_metadata = None 2211 self._enable_navigator_hierarchy_ai = None 2212 self._enable_navigator_hierarchy_ai_metadata = None 2213 self._enable_navigator_partial_ingestion = None 2214 self._enable_navigator_partial_ingestion_metadata = None 2215 self._enable_navigator_trial = None 2216 self._enable_navigator_trial_metadata = None 2217 self._enable_notary_on_demand_witness = None 2218 self._enable_notary_on_demand_witness_metadata = None 2219 self._enable_obligation_management = None 2220 self._enable_obligation_management_metadata = None 2221 self._enable_participant_recipient_setting_metadata = None 2222 self._enable_payment_processing = None 2223 self._enable_payment_processing_metadata = None 2224 self._enable_pdfa_conversion = None 2225 self._enable_pdfa_conversion_metadata = None 2226 self._enable_power_form = None 2227 self._enable_power_form_direct = None 2228 self._enable_power_form_direct_metadata = None 2229 self._enable_power_form_metadata = None 2230 self._enable_premium_data_verification_extensions = None 2231 self._enable_premium_data_verification_extensions_metadata = None 2232 self._enable_recipient_domain_validation = None 2233 self._enable_recipient_domain_validation_metadata = None 2234 self._enable_recipient_may_provide_phone_number = None 2235 self._enable_recipient_may_provide_phone_number_metadata = None 2236 self._enable_report_links = None 2237 self._enable_report_links_metadata = None 2238 self._enable_require_sign_on_paper = None 2239 self._enable_require_sign_on_paper_metadata = None 2240 self._enable_reserved_domain = None 2241 self._enable_reserved_domain_metadata = None 2242 self._enable_responsive_signing = None 2243 self._enable_responsive_signing_metadata = None 2244 self._enable_sap_ariba_extension = None 2245 self._enable_sap_ariba_extension_meta_data = None 2246 self._enable_scheduled_release = None 2247 self._enable_scheduled_release_metadata = None 2248 self._enable_search_service_azure_uri = None 2249 self._enable_search_service_azure_uri_metadata = None 2250 self._enable_search_site_specific_api = None 2251 self._enable_search_site_specific_api_metadata = None 2252 self._enable_sending_tags_font_settings = None 2253 self._enable_sending_tags_font_settings_metadata = None 2254 self._enable_send_to_agent = None 2255 self._enable_send_to_agent_metadata = None 2256 self._enable_send_to_intermediary = None 2257 self._enable_send_to_intermediary_metadata = None 2258 self._enable_send_to_manage = None 2259 self._enable_send_to_manage_metadata = None 2260 self._enable_sequential_signing_api = None 2261 self._enable_sequential_signing_api_metadata = None 2262 self._enable_sequential_signing_ui = None 2263 self._enable_sequential_signing_ui_metadata = None 2264 self._enable_signer_attachments = None 2265 self._enable_signer_attachments_metadata = None 2266 self._enable_signing_ai_features_plan = None 2267 self._enable_signing_ai_features_plan_metadata = None 2268 self._enable_signing_extension_comments = None 2269 self._enable_signing_extension_comments_metadata = None 2270 self._enable_signing_extension_conversations = None 2271 self._enable_signing_extension_conversations_metadata = None 2272 self._enable_signing_group_continue_page_setting = None 2273 self._enable_signing_group_continue_page_setting_metadata = None 2274 self._enable_signing_order_settings_for_account = None 2275 self._enable_signing_order_settings_for_account_metadata = None 2276 self._enable_sign_on_paper = None 2277 self._enable_sign_on_paper_metadata = None 2278 self._enable_sign_on_paper_override = None 2279 self._enable_sign_on_paper_override_metadata = None 2280 self._enable_sign_with_notary = None 2281 self._enable_sign_with_notary_metadata = None 2282 self._enable_smart_contracts = None 2283 self._enable_smart_contracts_metadata = None 2284 self._enable_sms_authentication = None 2285 self._enable_sms_authentication_metadata = None 2286 self._enable_sms_delivery_additional_notification = None 2287 self._enable_sms_delivery_additional_notification_metadata = None 2288 self._enable_sms_delivery_primary = None 2289 self._enable_social_id_login = None 2290 self._enable_social_id_login_metadata = None 2291 self._enable_strike_through = None 2292 self._enable_strike_through_metadata = None 2293 self._enable_tickets = None 2294 self._enable_tickets_meta_data = None 2295 self._enable_transaction_point = None 2296 self._enable_transaction_point_metadata = None 2297 self._enable_unified_repository = None 2298 self._enable_unified_repository_metadata = None 2299 self._enable_vaulting = None 2300 self._enable_vaulting_metadata = None 2301 self._enable_web_forms_runtime_ap_is = None 2302 self._enable_web_forms_runtime_ap_is_metadata = None 2303 self._enable_web_forms_separate_user_permissions = None 2304 self._enable_web_forms_separate_user_permissions_metadata = None 2305 self._enable_witnessing = None 2306 self._enable_witnessing_metadata = None 2307 self._enable_workday_financials_extension = None 2308 self._enable_workday_financials_extension_meta_data = None 2309 self._enforce_template_name_uniqueness = None 2310 self._enforce_template_name_uniqueness_metadata = None 2311 self._enforce_tls_emails = None 2312 self._enforce_tls_emails_metadata = None 2313 self._envelope_integration_allowed = None 2314 self._envelope_integration_allowed_metadata = None 2315 self._envelope_integration_enabled = None 2316 self._envelope_integration_enabled_metadata = None 2317 self._envelope_limits_total_document_size_allowed_in_mb = None 2318 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 2319 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 2320 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 2321 self._envelope_search_mode = None 2322 self._envelope_search_mode_metadata = None 2323 self._envelope_stamping_default_value = None 2324 self._envelope_stamping_default_value_metadata = None 2325 self._exit_prompt = None 2326 self._exit_prompt_metadata = None 2327 self._express_send = None 2328 self._express_send_allow_tabs = None 2329 self._express_send_allow_tabs_metadata = None 2330 self._express_send_metadata = None 2331 self._external_document_sources = None 2332 self._external_signature_pad_type = None 2333 self._external_signature_pad_type_metadata = None 2334 self._fax_out_enabled = None 2335 self._fax_out_enabled_metadata = None 2336 self._finish_reminder = None 2337 self._finish_reminder_metadata = None 2338 self._forbid_adding_user_stamps = None 2339 self._forbid_adding_user_stamps_metadata = None 2340 self._guided_forms_html_allowed = None 2341 self._guided_forms_html_allowed_metadata = None 2342 self._guided_forms_html_conversion_policy = None 2343 self._guided_forms_html_conversion_policy_metadata = None 2344 self._has_recipient_connect_claimed_domain = None 2345 self._hide_account_address_in_co_c = None 2346 self._hide_account_address_in_co_c_metadata = None 2347 self._hide_pricing = None 2348 self._hide_pricing_metadata = None 2349 self._id_check_configurations = None 2350 self._id_check_expire = None 2351 self._id_check_expire_days = None 2352 self._id_check_expire_days_metadata = None 2353 self._id_check_expire_metadata = None 2354 self._id_check_expire_minutes = None 2355 self._id_check_expire_minutes_metadata = None 2356 self._id_check_required = None 2357 self._id_check_required_metadata = None 2358 self._identity_verification = None 2359 self._identity_verification_metadata = None 2360 self._idfx_kba_authentication_override = None 2361 self._idfx_kba_authentication_override_metadata = None 2362 self._idfx_phone_authentication_override = None 2363 self._idfx_phone_authentication_override_metadata = None 2364 self._ignore_error_if_anchor_tab_not_found = None 2365 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 2366 self._in_person_id_check_question = None 2367 self._in_person_id_check_question_metadata = None 2368 self._in_person_signing_enabled = None 2369 self._in_person_signing_enabled_metadata = None 2370 self._in_session_enabled = None 2371 self._in_session_enabled_metadata = None 2372 self._in_session_suppress_emails = None 2373 self._in_session_suppress_emails_metadata = None 2374 self._is_connect_document_fields_enabled = None 2375 self._isv_embed = None 2376 self._isv_embed_meta_data = None 2377 self._isv_oem_embed = None 2378 self._isv_oem_embed_meta_data = None 2379 self._linked_external_primary_accounts = None 2380 self._maestro_plan_levels = None 2381 self._maestro_plan_levels_metadata = None 2382 self._maximum_signing_groups = None 2383 self._maximum_signing_groups_metadata = None 2384 self._maximum_users_per_signing_group = None 2385 self._maximum_users_per_signing_group_metadata = None 2386 self._max_number_of_custom_stamps = None 2387 self._merge_mixed_mode_results = None 2388 self._merge_mixed_mode_results_metadata = None 2389 self._mobile_session_timeout = None 2390 self._mobile_session_timeout_metadata = None 2391 self._number_of_active_custom_stamps = None 2392 self._opt_in_mobile_signing_v02 = None 2393 self._opt_in_mobile_signing_v02_metadata = None 2394 self._opt_in_universal_signatures = None 2395 self._opt_out_auto_nav_text_and_tab_color_updates = None 2396 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 2397 self._opt_out_new_platform_seal = None 2398 self._opt_out_new_platform_seal_platform_metadata = None 2399 self._original_account_site = None 2400 self._participant_copy_opt_out = None 2401 self._participant_copy_opt_out_metadata = None 2402 self._pdf_max_chunked_upload_part_size = None 2403 self._pdf_max_chunked_upload_part_size_metadata = None 2404 self._pdf_max_chunked_upload_total_size = None 2405 self._pdf_max_chunked_upload_total_size_metadata = None 2406 self._pdf_max_individual_upload_size = None 2407 self._pdf_max_individual_upload_size_metadata = None 2408 self._phone_auth_recipient_may_provide_phone_number = None 2409 self._phone_auth_recipient_may_provide_phone_number_metadata = None 2410 self._pki_sign_downloaded_pdf_docs = None 2411 self._pki_sign_downloaded_pdf_docs_metadata = None 2412 self._read_only_mode = None 2413 self._read_only_mode_metadata = None 2414 self._recipients_can_sign_offline = None 2415 self._recipients_can_sign_offline_metadata = None 2416 self._recipient_signing_auto_navigation_control = None 2417 self._recipient_signing_auto_navigation_control_metadata = None 2418 self._recycle_bin_envelope_retention = None 2419 self._recycle_bin_envelope_retention_metadata = None 2420 self._require21_cf_rpt11_compliance = None 2421 self._require21_cf_rpt11_compliance_metadata = None 2422 self._require_decline_reason = None 2423 self._require_decline_reason_metadata = None 2424 self._require_external_user_management = None 2425 self._require_external_user_management_metadata = None 2426 self._require_signer_certificate_type = None 2427 self._require_signer_certificate_type_metadata = None 2428 self._rsa_verid_account_name = None 2429 self._rsa_verid_password = None 2430 self._rsa_verid_ruleset = None 2431 self._rsa_verid_user_id = None 2432 self._self_signed_recipient_email_document = None 2433 self._self_signed_recipient_email_document_metadata = None 2434 self._self_signed_recipient_email_document_user_override = None 2435 self._self_signed_recipient_email_document_user_override_metadata = None 2436 self._sender_can_sign_in_each_location = None 2437 self._sender_can_sign_in_each_location_metadata = None 2438 self._sender_must_authenticate_signing = None 2439 self._sender_must_authenticate_signing_metadata = None 2440 self._sending_tags_font_color = None 2441 self._sending_tags_font_color_metadata = None 2442 self._sending_tags_font_name = None 2443 self._sending_tags_font_name_metadata = None 2444 self._sending_tags_font_size = None 2445 self._sending_tags_font_size_metadata = None 2446 self._send_lockout_recipient_notification = None 2447 self._send_lockout_recipient_notification_metadata = None 2448 self._send_to_certified_delivery_enabled = None 2449 self._send_to_certified_delivery_enabled_metadata = None 2450 self._session_timeout = None 2451 self._session_timeout_metadata = None 2452 self._set_recip_email_lang = None 2453 self._set_recip_email_lang_metadata = None 2454 self._set_recip_sign_lang = None 2455 self._set_recip_sign_lang_metadata = None 2456 self._shared_template_folders = None 2457 self._shared_template_folders_metadata = None 2458 self._show_complete_dialog_in_embedded_session = None 2459 self._show_complete_dialog_in_embedded_session_metadata = None 2460 self._show_conditional_routing_on_send = None 2461 self._show_conditional_routing_on_send_metadata = None 2462 self._show_initial_conditional_fields = None 2463 self._show_initial_conditional_fields_metadata = None 2464 self._show_localized_watermarks = None 2465 self._show_localized_watermarks_metadata = None 2466 self._show_masked_fields_when_downloading_document_as_sender = None 2467 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 2468 self._show_tutorials = None 2469 self._show_tutorials_metadata = None 2470 self._signature_providers = None 2471 self._signature_providers_metadata = None 2472 self._sign_date_format = None 2473 self._sign_date_format_metadata = None 2474 self._sign_date_time_account_language_override = None 2475 self._sign_date_time_account_language_override_metadata = None 2476 self._sign_date_time_account_timezone_override = None 2477 self._sign_date_time_account_timezone_override_metadata = None 2478 self._signer_attach_certificate_to_envelope_pdf = None 2479 self._signer_attach_certificate_to_envelope_pdf_metadata = None 2480 self._signer_attach_concat = None 2481 self._signer_attach_concat_metadata = None 2482 self._signer_can_create_account = None 2483 self._signer_can_create_account_metadata = None 2484 self._signer_can_sign_on_mobile = None 2485 self._signer_can_sign_on_mobile_metadata = None 2486 self._signer_in_session_use_envelope_complete_email = None 2487 self._signer_in_session_use_envelope_complete_email_metadata = None 2488 self._signer_login_requirements = None 2489 self._signer_login_requirements_metadata = None 2490 self._signer_must_have_account = None 2491 self._signer_must_have_account_metadata = None 2492 self._signer_must_login_to_sign = None 2493 self._signer_must_login_to_sign_metadata = None 2494 self._signer_show_secure_field_initial_values = None 2495 self._signer_show_secure_field_initial_values_metadata = None 2496 self._signing_session_timeout = None 2497 self._signing_session_timeout_metadata = None 2498 self._signing_ui_version = None 2499 self._signing_ui_version_metadata = None 2500 self._sign_time_format = None 2501 self._sign_time_format_metadata = None 2502 self._sign_time_show_am_pm = None 2503 self._sign_time_show_am_pm_metadata = None 2504 self._simplified_sending_enabled = None 2505 self._simplified_sending_enabled_metadata = None 2506 self._single_sign_on_enabled = None 2507 self._single_sign_on_enabled_metadata = None 2508 self._skip_auth_completed_envelopes = None 2509 self._skip_auth_completed_envelopes_metadata = None 2510 self._social_id_recip_auth = None 2511 self._social_id_recip_auth_metadata = None 2512 self._specify_document_visibility = None 2513 self._specify_document_visibility_metadata = None 2514 self._start_in_advanced_correct = None 2515 self._start_in_advanced_correct_metadata = None 2516 self._supplemental_documents_must_accept = None 2517 self._supplemental_documents_must_accept_metadata = None 2518 self._supplemental_documents_must_read = None 2519 self._supplemental_documents_must_read_metadata = None 2520 self._supplemental_documents_must_view = None 2521 self._supplemental_documents_must_view_metadata = None 2522 self._suppress_certificate_enforcement = None 2523 self._suppress_certificate_enforcement_metadata = None 2524 self._tab_account_settings = None 2525 self._timezone_offset_api = None 2526 self._timezone_offset_api_metadata = None 2527 self._timezone_offset_ui = None 2528 self._timezone_offset_ui_metadata = None 2529 self._universal_signature_opt_in = None 2530 self._universal_signature_skip_platform_signature = None 2531 self._universal_signature_skip_platform_signature_metadata = None 2532 self._use_account_level_email = None 2533 self._use_account_level_email_metadata = None 2534 self._use_consumer_disclosure = None 2535 self._use_consumer_disclosure_metadata = None 2536 self._use_consumer_disclosure_within_account = None 2537 self._use_consumer_disclosure_within_account_metadata = None 2538 self._use_derived_keys = None 2539 self._use_derived_keys_metadata = None 2540 self._use_docu_sign_express_signer_certificate = None 2541 self._use_docu_sign_express_signer_certificate_metadata = None 2542 self._use_envelope_search_mixed_mode = None 2543 self._use_envelope_search_mixed_mode_metadata = None 2544 self._use_multi_app_groups_data = None 2545 self._use_multi_app_groups_data_metadata = None 2546 self._use_new_blob_for_pdf = None 2547 self._use_new_blob_for_pdf_metadata = None 2548 self._use_new_envelope_search = None 2549 self._use_new_envelope_search_metadata = None 2550 self._use_new_envelope_search_only_when_searching_after_date = None 2551 self._use_new_envelope_search_only_when_searching_after_date_metadata = None 2552 self._use_new_envelope_search_only_with_search_term = None 2553 self._use_new_envelope_search_only_with_search_term_metadata = None 2554 self._use_safe_signer_certificates = None 2555 self._use_safe_signer_certificates_metadata = None 2556 self._uses_api = None 2557 self._uses_api_metadata = None 2558 self._use_signature_provider_platform = None 2559 self._use_signature_provider_platform_metadata = None 2560 self._use_smart_contracts_v1 = None 2561 self._validations_allowed = None 2562 self._validations_allowed_metadata = None 2563 self._validations_brand = None 2564 self._validations_brand_metadata = None 2565 self._validations_cadence = None 2566 self._validations_cadence_metadata = None 2567 self._validations_enabled = None 2568 self._validations_enabled_metadata = None 2569 self._validations_report = None 2570 self._validations_report_metadata = None 2571 self._water_mark_enabled = None 2572 self._water_mark_enabled_metadata = None 2573 self._write_reminder_to_envelope_history = None 2574 self._write_reminder_to_envelope_history_metadata = None 2575 self._wurfl_min_allowable_screen_size = None 2576 self._wurfl_min_allowable_screen_size_metadata = None 2577 self.discriminator = None 2578 2579 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 2580 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 2581 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 2582 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 2583 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 2584 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 2585 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 2586 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 2587 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 2588 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 2589 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 2590 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 2591 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 2592 setattr(self, "_{}".format('advanced_search_enable_tab_field'), kwargs.get('advanced_search_enable_tab_field', None)) 2593 setattr(self, "_{}".format('advanced_search_enable_tab_field_metadata'), kwargs.get('advanced_search_enable_tab_field_metadata', None)) 2594 setattr(self, "_{}".format('advanced_search_enable_template_id_field'), kwargs.get('advanced_search_enable_template_id_field', None)) 2595 setattr(self, "_{}".format('advanced_search_enable_template_id_field_metadata'), kwargs.get('advanced_search_enable_template_id_field_metadata', None)) 2596 setattr(self, "_{}".format('advanced_search_enable_template_name_field'), kwargs.get('advanced_search_enable_template_name_field', None)) 2597 setattr(self, "_{}".format('advanced_search_enable_template_name_field_metadata'), kwargs.get('advanced_search_enable_template_name_field_metadata', None)) 2598 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 2599 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 2600 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 2601 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 2602 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 2603 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 2604 setattr(self, "_{}".format('allow_ace'), kwargs.get('allow_ace', None)) 2605 setattr(self, "_{}".format('allow_ace_metadata'), kwargs.get('allow_ace_metadata', None)) 2606 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 2607 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 2608 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 2609 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 2610 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 2611 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 2612 setattr(self, "_{}".format('allow_agreement_orchestrations'), kwargs.get('allow_agreement_orchestrations', None)) 2613 setattr(self, "_{}".format('allow_agreement_orchestrations_metadata'), kwargs.get('allow_agreement_orchestrations_metadata', None)) 2614 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 2615 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 2616 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 2617 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 2618 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 2619 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 2620 setattr(self, "_{}".format('allow_byoidv'), kwargs.get('allow_byoidv', None)) 2621 setattr(self, "_{}".format('allow_byoidv_metadata'), kwargs.get('allow_byoidv_metadata', None)) 2622 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 2623 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 2624 setattr(self, "_{}".format('allow_connect_agreement_ui'), kwargs.get('allow_connect_agreement_ui', None)) 2625 setattr(self, "_{}".format('allow_connect_agreement_ui_metadata'), kwargs.get('allow_connect_agreement_ui_metadata', None)) 2626 setattr(self, "_{}".format('allow_connect_authoritative_copy_ready_event_ui'), kwargs.get('allow_connect_authoritative_copy_ready_event_ui', None)) 2627 setattr(self, "_{}".format('allow_connect_envelope_reminder_sent_event_ui'), kwargs.get('allow_connect_envelope_reminder_sent_event_ui', None)) 2628 setattr(self, "_{}".format('allow_connect_envelope_removed_event'), kwargs.get('allow_connect_envelope_removed_event', None)) 2629 setattr(self, "_{}".format('allow_connect_extension_ui'), kwargs.get('allow_connect_extension_ui', None)) 2630 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 2631 setattr(self, "_{}".format('allow_connect_identity_verification_ui'), kwargs.get('allow_connect_identity_verification_ui', None)) 2632 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 2633 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 2634 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 2635 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 2636 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 2637 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 2638 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 2639 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 2640 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 2641 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2642 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2643 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2644 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2645 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2646 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2647 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2648 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2649 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2650 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2651 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2652 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others'), kwargs.get('allow_editing_envelopes_on_behalf_of_others', None)) 2653 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_editing_envelopes_on_behalf_of_others_metadata', None)) 2654 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2655 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2656 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2657 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2658 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2659 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2660 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2661 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2662 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2663 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2664 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2665 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2666 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2667 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2668 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2669 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2670 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2671 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2672 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2673 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2674 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2675 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2676 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2677 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2678 setattr(self, "_{}".format('allow_fed_ramp_idv_level1'), kwargs.get('allow_fed_ramp_idv_level1', None)) 2679 setattr(self, "_{}".format('allow_fed_ramp_idv_level1_metadata'), kwargs.get('allow_fed_ramp_idv_level1_metadata', None)) 2680 setattr(self, "_{}".format('allow_fed_ramp_idv_level2'), kwargs.get('allow_fed_ramp_idv_level2', None)) 2681 setattr(self, "_{}".format('allow_fed_ramp_idv_level2_metadata'), kwargs.get('allow_fed_ramp_idv_level2_metadata', None)) 2682 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2683 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2684 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2685 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2686 setattr(self, "_{}".format('allow_idv_level1_trial'), kwargs.get('allow_idv_level1_trial', None)) 2687 setattr(self, "_{}".format('allow_idv_level1_trial_metadata'), kwargs.get('allow_idv_level1_trial_metadata', None)) 2688 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2689 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2690 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2691 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2692 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2693 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2694 setattr(self, "_{}".format('allow_idv_risk_assessment'), kwargs.get('allow_idv_risk_assessment', None)) 2695 setattr(self, "_{}".format('allow_idv_risk_assessment_metadata'), kwargs.get('allow_idv_risk_assessment_metadata', None)) 2696 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2697 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2698 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2699 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2700 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2701 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2702 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2703 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2704 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2705 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2706 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2707 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2708 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2709 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2710 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2711 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2712 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2713 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2714 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2715 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2716 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2717 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2718 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2719 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2720 setattr(self, "_{}".format('allow_only_standalone_web_forms'), kwargs.get('allow_only_standalone_web_forms', None)) 2721 setattr(self, "_{}".format('allow_only_standalone_web_forms_metadata'), kwargs.get('allow_only_standalone_web_forms_metadata', None)) 2722 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2723 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2724 setattr(self, "_{}".format('allow_organization_branding'), kwargs.get('allow_organization_branding', None)) 2725 setattr(self, "_{}".format('allow_organization_branding_metadata'), kwargs.get('allow_organization_branding_metadata', None)) 2726 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2727 setattr(self, "_{}".format('allow_organization_docusign_monitor_free'), kwargs.get('allow_organization_docusign_monitor_free', None)) 2728 setattr(self, "_{}".format('allow_organization_docusign_monitor_free_metadata'), kwargs.get('allow_organization_docusign_monitor_free_metadata', None)) 2729 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2730 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2731 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2732 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2733 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2734 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2735 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2736 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2737 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2738 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2739 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2740 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2741 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2742 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2743 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2744 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2745 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2746 setattr(self, "_{}".format('allow_pending_destination_url_edition'), kwargs.get('allow_pending_destination_url_edition', None)) 2747 setattr(self, "_{}".format('allow_pending_destination_url_edition_metadata'), kwargs.get('allow_pending_destination_url_edition_metadata', None)) 2748 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2749 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2750 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2751 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2752 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2753 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2754 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2755 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2756 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2757 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2758 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2759 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2760 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2761 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2762 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2763 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2764 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2765 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2766 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2767 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2768 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2769 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2770 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2771 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2772 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2773 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2774 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2775 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2776 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2777 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2778 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2779 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2780 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2781 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2782 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2783 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2784 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2785 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2786 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2787 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2788 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2789 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2790 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2791 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2792 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2793 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2794 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2795 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2796 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2797 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2798 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2799 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2800 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2801 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2802 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2803 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2804 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2805 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2806 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2807 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2808 setattr(self, "_{}".format('allow_transactions_workspace'), kwargs.get('allow_transactions_workspace', None)) 2809 setattr(self, "_{}".format('allow_transactions_workspace_metadata'), kwargs.get('allow_transactions_workspace_metadata', None)) 2810 setattr(self, "_{}".format('allow_transactions_workspace_original'), kwargs.get('allow_transactions_workspace_original', None)) 2811 setattr(self, "_{}".format('allow_transactions_workspace_original_metadata'), kwargs.get('allow_transactions_workspace_original_metadata', None)) 2812 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2813 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2814 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2815 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2816 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2817 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2818 setattr(self, "_{}".format('allow_whats_app_delivery'), kwargs.get('allow_whats_app_delivery', None)) 2819 setattr(self, "_{}".format('allow_whats_app_delivery_metadata'), kwargs.get('allow_whats_app_delivery_metadata', None)) 2820 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2821 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2822 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2823 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2824 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2825 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2826 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2827 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2828 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2829 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2830 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2831 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2832 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2833 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2834 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2835 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2836 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2837 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2838 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2839 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2840 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2841 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2842 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2843 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2844 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2845 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2846 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2847 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2848 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2849 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2850 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2851 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2852 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2853 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2854 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2855 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2856 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2857 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2858 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2859 setattr(self, "_{}".format('cloud_ready'), kwargs.get('cloud_ready', None)) 2860 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2861 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2862 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2863 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2864 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2865 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2866 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2867 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2868 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2869 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2870 setattr(self, "_{}".format('custom_extraction_plan_levels'), kwargs.get('custom_extraction_plan_levels', None)) 2871 setattr(self, "_{}".format('custom_extraction_plan_levels_metadata'), kwargs.get('custom_extraction_plan_levels_metadata', None)) 2872 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2873 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2874 setattr(self, "_{}".format('default_signing_responsive_view'), kwargs.get('default_signing_responsive_view', None)) 2875 setattr(self, "_{}".format('default_signing_responsive_view_metadata'), kwargs.get('default_signing_responsive_view_metadata', None)) 2876 setattr(self, "_{}".format('default_signing_responsive_view_use_grade'), kwargs.get('default_signing_responsive_view_use_grade', None)) 2877 setattr(self, "_{}".format('default_signing_responsive_view_use_grade_metadata'), kwargs.get('default_signing_responsive_view_use_grade_metadata', None)) 2878 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form'), kwargs.get('default_to_advanced_envelopes_filter_form', None)) 2879 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form_metadata'), kwargs.get('default_to_advanced_envelopes_filter_form_metadata', None)) 2880 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2881 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2882 setattr(self, "_{}".format('disable_legacy_kba'), kwargs.get('disable_legacy_kba', None)) 2883 setattr(self, "_{}".format('disable_legacy_kba_metadata'), kwargs.get('disable_legacy_kba_metadata', None)) 2884 setattr(self, "_{}".format('disable_legacy_shared_envelopes'), kwargs.get('disable_legacy_shared_envelopes', None)) 2885 setattr(self, "_{}".format('disable_legacy_shared_envelopes_metadata'), kwargs.get('disable_legacy_shared_envelopes_metadata', None)) 2886 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2887 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2888 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2889 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2890 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2891 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2892 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2893 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2894 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2895 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2896 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2897 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2898 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2899 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2900 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2901 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2902 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2903 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2904 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2905 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2906 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2907 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2908 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2909 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2910 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2911 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2912 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2913 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2914 setattr(self, "_{}".format('draft_envelope_retention'), kwargs.get('draft_envelope_retention', None)) 2915 setattr(self, "_{}".format('draft_envelope_retention_metadata'), kwargs.get('draft_envelope_retention_metadata', None)) 2916 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2917 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2918 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2919 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2920 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2921 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2922 setattr(self, "_{}".format('enable_account_wide_search'), kwargs.get('enable_account_wide_search', None)) 2923 setattr(self, "_{}".format('enable_account_wide_search_metadata'), kwargs.get('enable_account_wide_search_metadata', None)) 2924 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features'), kwargs.get('enable_additional_advanced_web_forms_features', None)) 2925 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features_metadata'), kwargs.get('enable_additional_advanced_web_forms_features_metadata', None)) 2926 setattr(self, "_{}".format('enable_adm_healthcare'), kwargs.get('enable_adm_healthcare', None)) 2927 setattr(self, "_{}".format('enable_adm_healthcare_metadata'), kwargs.get('enable_adm_healthcare_metadata', None)) 2928 setattr(self, "_{}".format('enable_advanced_envelopes_search'), kwargs.get('enable_advanced_envelopes_search', None)) 2929 setattr(self, "_{}".format('enable_advanced_envelopes_search_metadata'), kwargs.get('enable_advanced_envelopes_search_metadata', None)) 2930 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2931 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2932 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2933 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2934 setattr(self, "_{}".format('enable_advanced_search'), kwargs.get('enable_advanced_search', None)) 2935 setattr(self, "_{}".format('enable_advanced_search_metadata'), kwargs.get('enable_advanced_search_metadata', None)) 2936 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2937 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2938 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2939 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2940 setattr(self, "_{}".format('enable_agreement_desk_advanced'), kwargs.get('enable_agreement_desk_advanced', None)) 2941 setattr(self, "_{}".format('enable_agreement_desk_advanced_meta_data'), kwargs.get('enable_agreement_desk_advanced_meta_data', None)) 2942 setattr(self, "_{}".format('enable_ai_contract_review'), kwargs.get('enable_ai_contract_review', None)) 2943 setattr(self, "_{}".format('enable_ai_contract_review_metadata'), kwargs.get('enable_ai_contract_review_metadata', None)) 2944 setattr(self, "_{}".format('enable_ai_sender_message'), kwargs.get('enable_ai_sender_message', None)) 2945 setattr(self, "_{}".format('enable_ai_sender_message_metadata'), kwargs.get('enable_ai_sender_message_metadata', None)) 2946 setattr(self, "_{}".format('enable_ai_suggested_fields'), kwargs.get('enable_ai_suggested_fields', None)) 2947 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place'), kwargs.get('enable_ai_suggested_fields_auto_place', None)) 2948 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place_metadata'), kwargs.get('enable_ai_suggested_fields_auto_place_metadata', None)) 2949 setattr(self, "_{}".format('enable_ai_suggested_fields_metadata'), kwargs.get('enable_ai_suggested_fields_metadata', None)) 2950 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2951 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2952 setattr(self, "_{}".format('enable_batch_update_envelope_types'), kwargs.get('enable_batch_update_envelope_types', None)) 2953 setattr(self, "_{}".format('enable_batch_update_envelope_types_metadata'), kwargs.get('enable_batch_update_envelope_types_metadata', None)) 2954 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2955 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2956 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2957 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2958 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth'), kwargs.get('enable_cfr_rapid_signing_embedded_auth', None)) 2959 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth_metadata'), kwargs.get('enable_cfr_rapid_signing_embedded_auth_metadata', None)) 2960 setattr(self, "_{}".format('enable_click_plus'), kwargs.get('enable_click_plus', None)) 2961 setattr(self, "_{}".format('enable_click_plus_conditional_content'), kwargs.get('enable_click_plus_conditional_content', None)) 2962 setattr(self, "_{}".format('enable_click_plus_conditional_content_meta_data'), kwargs.get('enable_click_plus_conditional_content_meta_data', None)) 2963 setattr(self, "_{}".format('enable_click_plus_custom_fields'), kwargs.get('enable_click_plus_custom_fields', None)) 2964 setattr(self, "_{}".format('enable_click_plus_custom_fields_meta_data'), kwargs.get('enable_click_plus_custom_fields_meta_data', None)) 2965 setattr(self, "_{}".format('enable_click_plus_custom_style'), kwargs.get('enable_click_plus_custom_style', None)) 2966 setattr(self, "_{}".format('enable_click_plus_custom_style_meta_data'), kwargs.get('enable_click_plus_custom_style_meta_data', None)) 2967 setattr(self, "_{}".format('enable_click_plus_dynamic_content'), kwargs.get('enable_click_plus_dynamic_content', None)) 2968 setattr(self, "_{}".format('enable_click_plus_dynamic_content_meta_data'), kwargs.get('enable_click_plus_dynamic_content_meta_data', None)) 2969 setattr(self, "_{}".format('enable_click_plus_meta_data'), kwargs.get('enable_click_plus_meta_data', None)) 2970 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2971 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2972 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2973 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2974 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2975 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2976 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2977 setattr(self, "_{}".format('enable_content_search'), kwargs.get('enable_content_search', None)) 2978 setattr(self, "_{}".format('enable_content_search_metadata'), kwargs.get('enable_content_search_metadata', None)) 2979 setattr(self, "_{}".format('enable_coupa_core_extension'), kwargs.get('enable_coupa_core_extension', None)) 2980 setattr(self, "_{}".format('enable_coupa_core_extension_metadata'), kwargs.get('enable_coupa_core_extension_metadata', None)) 2981 setattr(self, "_{}".format('enable_custom_data_verification_extensions'), kwargs.get('enable_custom_data_verification_extensions', None)) 2982 setattr(self, "_{}".format('enable_custom_data_verification_extensions_metadata'), kwargs.get('enable_custom_data_verification_extensions_metadata', None)) 2983 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2984 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2985 setattr(self, "_{}".format('enable_data_verification_extensions'), kwargs.get('enable_data_verification_extensions', None)) 2986 setattr(self, "_{}".format('enable_data_verification_extensions_metadata'), kwargs.get('enable_data_verification_extensions_metadata', None)) 2987 setattr(self, "_{}".format('enable_document_template_library'), kwargs.get('enable_document_template_library', None)) 2988 setattr(self, "_{}".format('enable_document_template_library_metadata'), kwargs.get('enable_document_template_library_metadata', None)) 2989 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens'), kwargs.get('enable_d_sig_eu_advanced_pens', None)) 2990 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens_metadata'), kwargs.get('enable_d_sig_eu_advanced_pens_metadata', None)) 2991 setattr(self, "_{}".format('enable_d_sig_express_pens'), kwargs.get('enable_d_sig_express_pens', None)) 2992 setattr(self, "_{}".format('enable_d_sig_express_pens_metadata'), kwargs.get('enable_d_sig_express_pens_metadata', None)) 2993 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens'), kwargs.get('enable_d_sig_id_check_for_aes_pens', None)) 2994 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens_metadata'), kwargs.get('enable_d_sig_id_check_for_aes_pens_metadata', None)) 2995 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens', None)) 2996 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens_metadata', None)) 2997 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens', None)) 2998 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens_metadata', None)) 2999 setattr(self, "_{}".format('enable_d_sig_id_verification_pens'), kwargs.get('enable_d_sig_id_verification_pens', None)) 3000 setattr(self, "_{}".format('enable_d_sig_id_verification_pens_metadata'), kwargs.get('enable_d_sig_id_verification_pens_metadata', None)) 3001 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens'), kwargs.get('enable_d_sig_id_verification_premier_pens', None)) 3002 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens_metadata'), kwargs.get('enable_d_sig_id_verification_premier_pens_metadata', None)) 3003 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes'), kwargs.get('enable_d_sig_pen_group_eu_qes', None)) 3004 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes_metadata'), kwargs.get('enable_d_sig_pen_group_eu_qes_metadata', None)) 3005 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens'), kwargs.get('enable_d_sig_plg_eu_qes_pens', None)) 3006 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens_metadata'), kwargs.get('enable_d_sig_plg_eu_qes_pens_metadata', None)) 3007 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 3008 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 3009 setattr(self, "_{}".format('enable_enforce_tls_emails_setting_metadata'), kwargs.get('enable_enforce_tls_emails_setting_metadata', None)) 3010 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 3011 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 3012 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 3013 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 3014 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 3015 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 3016 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 3017 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 3018 setattr(self, "_{}".format('enable_esign_task_list'), kwargs.get('enable_esign_task_list', None)) 3019 setattr(self, "_{}".format('enable_esign_task_list_metadata'), kwargs.get('enable_esign_task_list_metadata', None)) 3020 setattr(self, "_{}".format('enable_generation_with3_p_integration'), kwargs.get('enable_generation_with3_p_integration', None)) 3021 setattr(self, "_{}".format('enable_generation_with3_p_integration_meta_data'), kwargs.get('enable_generation_with3_p_integration_meta_data', None)) 3022 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 3023 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 3024 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 3025 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 3026 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 3027 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 3028 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status'), kwargs.get('enable_idfx_phone_auth_signature_auth_status', None)) 3029 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status_metadata'), kwargs.get('enable_idfx_phone_auth_signature_auth_status_metadata', None)) 3030 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search', None)) 3031 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search_metadata'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search_metadata', None)) 3032 setattr(self, "_{}".format('enable_inbox_relevance_sort'), kwargs.get('enable_inbox_relevance_sort', None)) 3033 setattr(self, "_{}".format('enable_inbox_relevance_sort_metadata'), kwargs.get('enable_inbox_relevance_sort_metadata', None)) 3034 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 3035 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 3036 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 3037 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 3038 setattr(self, "_{}".format('enable_large_file_support'), kwargs.get('enable_large_file_support', None)) 3039 setattr(self, "_{}".format('enable_large_file_support_metadata'), kwargs.get('enable_large_file_support_metadata', None)) 3040 setattr(self, "_{}".format('enable_legacy_shared_envelopes'), kwargs.get('enable_legacy_shared_envelopes', None)) 3041 setattr(self, "_{}".format('enable_legacy_shared_envelopes_metadata'), kwargs.get('enable_legacy_shared_envelopes_metadata', None)) 3042 setattr(self, "_{}".format('enable_license_management'), kwargs.get('enable_license_management', None)) 3043 setattr(self, "_{}".format('enable_license_management_metadata'), kwargs.get('enable_license_management_metadata', None)) 3044 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension'), kwargs.get('enable_microsoft_dynamics365_extension', None)) 3045 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension_metadata'), kwargs.get('enable_microsoft_dynamics365_extension_metadata', None)) 3046 setattr(self, "_{}".format('enable_multi_user_repository_features'), kwargs.get('enable_multi_user_repository_features', None)) 3047 setattr(self, "_{}".format('enable_multi_user_repository_features_metadata'), kwargs.get('enable_multi_user_repository_features_metadata', None)) 3048 setattr(self, "_{}".format('enable_navigator_api_data_in'), kwargs.get('enable_navigator_api_data_in', None)) 3049 setattr(self, "_{}".format('enable_navigator_api_data_in_metadata'), kwargs.get('enable_navigator_api_data_in_metadata', None)) 3050 setattr(self, "_{}".format('enable_navigator_api_data_out'), kwargs.get('enable_navigator_api_data_out', None)) 3051 setattr(self, "_{}".format('enable_navigator_api_data_out_metadata'), kwargs.get('enable_navigator_api_data_out_metadata', None)) 3052 setattr(self, "_{}".format('enable_navigator_api_utilities'), kwargs.get('enable_navigator_api_utilities', None)) 3053 setattr(self, "_{}".format('enable_navigator_api_utilities_metadata'), kwargs.get('enable_navigator_api_utilities_metadata', None)) 3054 setattr(self, "_{}".format('enable_navigator_for_hr'), kwargs.get('enable_navigator_for_hr', None)) 3055 setattr(self, "_{}".format('enable_navigator_for_hr_metadata'), kwargs.get('enable_navigator_for_hr_metadata', None)) 3056 setattr(self, "_{}".format('enable_navigator_hierarchy_ai'), kwargs.get('enable_navigator_hierarchy_ai', None)) 3057 setattr(self, "_{}".format('enable_navigator_hierarchy_ai_metadata'), kwargs.get('enable_navigator_hierarchy_ai_metadata', None)) 3058 setattr(self, "_{}".format('enable_navigator_partial_ingestion'), kwargs.get('enable_navigator_partial_ingestion', None)) 3059 setattr(self, "_{}".format('enable_navigator_partial_ingestion_metadata'), kwargs.get('enable_navigator_partial_ingestion_metadata', None)) 3060 setattr(self, "_{}".format('enable_navigator_trial'), kwargs.get('enable_navigator_trial', None)) 3061 setattr(self, "_{}".format('enable_navigator_trial_metadata'), kwargs.get('enable_navigator_trial_metadata', None)) 3062 setattr(self, "_{}".format('enable_notary_on_demand_witness'), kwargs.get('enable_notary_on_demand_witness', None)) 3063 setattr(self, "_{}".format('enable_notary_on_demand_witness_metadata'), kwargs.get('enable_notary_on_demand_witness_metadata', None)) 3064 setattr(self, "_{}".format('enable_obligation_management'), kwargs.get('enable_obligation_management', None)) 3065 setattr(self, "_{}".format('enable_obligation_management_metadata'), kwargs.get('enable_obligation_management_metadata', None)) 3066 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 3067 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 3068 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 3069 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 3070 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 3071 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 3072 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 3073 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 3074 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 3075 setattr(self, "_{}".format('enable_premium_data_verification_extensions'), kwargs.get('enable_premium_data_verification_extensions', None)) 3076 setattr(self, "_{}".format('enable_premium_data_verification_extensions_metadata'), kwargs.get('enable_premium_data_verification_extensions_metadata', None)) 3077 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 3078 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 3079 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 3080 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 3081 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 3082 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 3083 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 3084 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 3085 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 3086 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 3087 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 3088 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 3089 setattr(self, "_{}".format('enable_sap_ariba_extension'), kwargs.get('enable_sap_ariba_extension', None)) 3090 setattr(self, "_{}".format('enable_sap_ariba_extension_meta_data'), kwargs.get('enable_sap_ariba_extension_meta_data', None)) 3091 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 3092 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 3093 setattr(self, "_{}".format('enable_search_service_azure_uri'), kwargs.get('enable_search_service_azure_uri', None)) 3094 setattr(self, "_{}".format('enable_search_service_azure_uri_metadata'), kwargs.get('enable_search_service_azure_uri_metadata', None)) 3095 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 3096 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 3097 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 3098 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 3099 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 3100 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 3101 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 3102 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 3103 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 3104 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 3105 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 3106 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 3107 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 3108 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 3109 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 3110 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 3111 setattr(self, "_{}".format('enable_signing_ai_features_plan'), kwargs.get('enable_signing_ai_features_plan', None)) 3112 setattr(self, "_{}".format('enable_signing_ai_features_plan_metadata'), kwargs.get('enable_signing_ai_features_plan_metadata', None)) 3113 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 3114 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 3115 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 3116 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 3117 setattr(self, "_{}".format('enable_signing_group_continue_page_setting'), kwargs.get('enable_signing_group_continue_page_setting', None)) 3118 setattr(self, "_{}".format('enable_signing_group_continue_page_setting_metadata'), kwargs.get('enable_signing_group_continue_page_setting_metadata', None)) 3119 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 3120 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 3121 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 3122 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 3123 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 3124 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 3125 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 3126 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 3127 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 3128 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 3129 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 3130 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 3131 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 3132 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 3133 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 3134 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 3135 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 3136 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 3137 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 3138 setattr(self, "_{}".format('enable_tickets'), kwargs.get('enable_tickets', None)) 3139 setattr(self, "_{}".format('enable_tickets_meta_data'), kwargs.get('enable_tickets_meta_data', None)) 3140 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 3141 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 3142 setattr(self, "_{}".format('enable_unified_repository'), kwargs.get('enable_unified_repository', None)) 3143 setattr(self, "_{}".format('enable_unified_repository_metadata'), kwargs.get('enable_unified_repository_metadata', None)) 3144 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 3145 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 3146 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is'), kwargs.get('enable_web_forms_runtime_ap_is', None)) 3147 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is_metadata'), kwargs.get('enable_web_forms_runtime_ap_is_metadata', None)) 3148 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions'), kwargs.get('enable_web_forms_separate_user_permissions', None)) 3149 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions_metadata'), kwargs.get('enable_web_forms_separate_user_permissions_metadata', None)) 3150 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 3151 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 3152 setattr(self, "_{}".format('enable_workday_financials_extension'), kwargs.get('enable_workday_financials_extension', None)) 3153 setattr(self, "_{}".format('enable_workday_financials_extension_meta_data'), kwargs.get('enable_workday_financials_extension_meta_data', None)) 3154 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 3155 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 3156 setattr(self, "_{}".format('enforce_tls_emails'), kwargs.get('enforce_tls_emails', None)) 3157 setattr(self, "_{}".format('enforce_tls_emails_metadata'), kwargs.get('enforce_tls_emails_metadata', None)) 3158 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 3159 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 3160 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 3161 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 3162 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 3163 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 3164 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 3165 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 3166 setattr(self, "_{}".format('envelope_search_mode'), kwargs.get('envelope_search_mode', None)) 3167 setattr(self, "_{}".format('envelope_search_mode_metadata'), kwargs.get('envelope_search_mode_metadata', None)) 3168 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 3169 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 3170 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 3171 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 3172 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 3173 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 3174 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 3175 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 3176 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 3177 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 3178 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 3179 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 3180 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 3181 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 3182 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 3183 setattr(self, "_{}".format('forbid_adding_user_stamps'), kwargs.get('forbid_adding_user_stamps', None)) 3184 setattr(self, "_{}".format('forbid_adding_user_stamps_metadata'), kwargs.get('forbid_adding_user_stamps_metadata', None)) 3185 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 3186 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 3187 setattr(self, "_{}".format('guided_forms_html_conversion_policy'), kwargs.get('guided_forms_html_conversion_policy', None)) 3188 setattr(self, "_{}".format('guided_forms_html_conversion_policy_metadata'), kwargs.get('guided_forms_html_conversion_policy_metadata', None)) 3189 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 3190 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 3191 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 3192 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 3193 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 3194 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 3195 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 3196 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 3197 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 3198 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 3199 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 3200 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 3201 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 3202 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 3203 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 3204 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 3205 setattr(self, "_{}".format('idfx_kba_authentication_override'), kwargs.get('idfx_kba_authentication_override', None)) 3206 setattr(self, "_{}".format('idfx_kba_authentication_override_metadata'), kwargs.get('idfx_kba_authentication_override_metadata', None)) 3207 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 3208 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 3209 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 3210 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 3211 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 3212 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 3213 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 3214 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 3215 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 3216 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 3217 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 3218 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 3219 setattr(self, "_{}".format('is_connect_document_fields_enabled'), kwargs.get('is_connect_document_fields_enabled', None)) 3220 setattr(self, "_{}".format('isv_embed'), kwargs.get('isv_embed', None)) 3221 setattr(self, "_{}".format('isv_embed_meta_data'), kwargs.get('isv_embed_meta_data', None)) 3222 setattr(self, "_{}".format('isv_oem_embed'), kwargs.get('isv_oem_embed', None)) 3223 setattr(self, "_{}".format('isv_oem_embed_meta_data'), kwargs.get('isv_oem_embed_meta_data', None)) 3224 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 3225 setattr(self, "_{}".format('maestro_plan_levels'), kwargs.get('maestro_plan_levels', None)) 3226 setattr(self, "_{}".format('maestro_plan_levels_metadata'), kwargs.get('maestro_plan_levels_metadata', None)) 3227 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 3228 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 3229 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 3230 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 3231 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 3232 setattr(self, "_{}".format('merge_mixed_mode_results'), kwargs.get('merge_mixed_mode_results', None)) 3233 setattr(self, "_{}".format('merge_mixed_mode_results_metadata'), kwargs.get('merge_mixed_mode_results_metadata', None)) 3234 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 3235 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 3236 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 3237 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 3238 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 3239 setattr(self, "_{}".format('opt_in_universal_signatures'), kwargs.get('opt_in_universal_signatures', None)) 3240 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 3241 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 3242 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 3243 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 3244 setattr(self, "_{}".format('original_account_site'), kwargs.get('original_account_site', None)) 3245 setattr(self, "_{}".format('participant_copy_opt_out'), kwargs.get('participant_copy_opt_out', None)) 3246 setattr(self, "_{}".format('participant_copy_opt_out_metadata'), kwargs.get('participant_copy_opt_out_metadata', None)) 3247 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 3248 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 3249 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 3250 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 3251 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 3252 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 3253 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 3254 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 3255 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 3256 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 3257 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 3258 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 3259 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 3260 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 3261 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 3262 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 3263 setattr(self, "_{}".format('recycle_bin_envelope_retention'), kwargs.get('recycle_bin_envelope_retention', None)) 3264 setattr(self, "_{}".format('recycle_bin_envelope_retention_metadata'), kwargs.get('recycle_bin_envelope_retention_metadata', None)) 3265 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 3266 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 3267 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 3268 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 3269 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 3270 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 3271 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 3272 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 3273 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 3274 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 3275 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 3276 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 3277 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 3278 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 3279 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 3280 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 3281 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 3282 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 3283 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 3284 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 3285 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 3286 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 3287 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 3288 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 3289 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 3290 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 3291 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 3292 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 3293 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 3294 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 3295 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 3296 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 3297 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 3298 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 3299 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 3300 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 3301 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 3302 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 3303 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 3304 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 3305 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 3306 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 3307 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 3308 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 3309 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 3310 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 3311 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 3312 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 3313 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 3314 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 3315 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 3316 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 3317 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 3318 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 3319 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 3320 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 3321 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 3322 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 3323 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 3324 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 3325 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 3326 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 3327 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 3328 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 3329 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 3330 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 3331 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 3332 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 3333 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 3334 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 3335 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 3336 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 3337 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 3338 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 3339 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 3340 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 3341 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 3342 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 3343 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 3344 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 3345 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 3346 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 3347 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 3348 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 3349 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 3350 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 3351 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 3352 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 3353 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 3354 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 3355 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 3356 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 3357 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 3358 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 3359 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 3360 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 3361 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 3362 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 3363 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 3364 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 3365 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 3366 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 3367 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 3368 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 3369 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 3370 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 3371 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 3372 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 3373 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 3374 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 3375 setattr(self, "_{}".format('universal_signature_skip_platform_signature'), kwargs.get('universal_signature_skip_platform_signature', None)) 3376 setattr(self, "_{}".format('universal_signature_skip_platform_signature_metadata'), kwargs.get('universal_signature_skip_platform_signature_metadata', None)) 3377 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 3378 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 3379 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 3380 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 3381 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 3382 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 3383 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 3384 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 3385 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 3386 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 3387 setattr(self, "_{}".format('use_envelope_search_mixed_mode'), kwargs.get('use_envelope_search_mixed_mode', None)) 3388 setattr(self, "_{}".format('use_envelope_search_mixed_mode_metadata'), kwargs.get('use_envelope_search_mixed_mode_metadata', None)) 3389 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 3390 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 3391 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 3392 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 3393 setattr(self, "_{}".format('use_new_envelope_search'), kwargs.get('use_new_envelope_search', None)) 3394 setattr(self, "_{}".format('use_new_envelope_search_metadata'), kwargs.get('use_new_envelope_search_metadata', None)) 3395 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date'), kwargs.get('use_new_envelope_search_only_when_searching_after_date', None)) 3396 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date_metadata'), kwargs.get('use_new_envelope_search_only_when_searching_after_date_metadata', None)) 3397 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term'), kwargs.get('use_new_envelope_search_only_with_search_term', None)) 3398 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term_metadata'), kwargs.get('use_new_envelope_search_only_with_search_term_metadata', None)) 3399 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 3400 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 3401 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 3402 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 3403 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 3404 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 3405 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 3406 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 3407 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 3408 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 3409 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 3410 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 3411 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 3412 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 3413 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 3414 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 3415 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 3416 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 3417 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 3418 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 3419 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 3420 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 3421 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None)) 3422 3423 @property 3424 def access_code_format(self): 3425 """Gets the access_code_format of this AccountSettingsInformation. # noqa: E501 3426 3427 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 3428 3429 :return: The access_code_format of this AccountSettingsInformation. # noqa: E501 3430 :rtype: AccessCodeFormat 3431 """ 3432 return self._access_code_format 3433 3434 @access_code_format.setter 3435 def access_code_format(self, access_code_format): 3436 """Sets the access_code_format of this AccountSettingsInformation. 3437 3438 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 3439 3440 :param access_code_format: The access_code_format of this AccountSettingsInformation. # noqa: E501 3441 :type: AccessCodeFormat 3442 """ 3443 3444 self._access_code_format = access_code_format 3445 3446 @property 3447 def account_date_time_format(self): 3448 """Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501 3449 3450 # noqa: E501 3451 3452 :return: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 3453 :rtype: str 3454 """ 3455 return self._account_date_time_format 3456 3457 @account_date_time_format.setter 3458 def account_date_time_format(self, account_date_time_format): 3459 """Sets the account_date_time_format of this AccountSettingsInformation. 3460 3461 # noqa: E501 3462 3463 :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 3464 :type: str 3465 """ 3466 3467 self._account_date_time_format = account_date_time_format 3468 3469 @property 3470 def account_date_time_format_metadata(self): 3471 """Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3472 3473 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 3474 3475 :return: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3476 :rtype: SettingsMetadata 3477 """ 3478 return self._account_date_time_format_metadata 3479 3480 @account_date_time_format_metadata.setter 3481 def account_date_time_format_metadata(self, account_date_time_format_metadata): 3482 """Sets the account_date_time_format_metadata of this AccountSettingsInformation. 3483 3484 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 3485 3486 :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 3487 :type: SettingsMetadata 3488 """ 3489 3490 self._account_date_time_format_metadata = account_date_time_format_metadata 3491 3492 @property 3493 def account_default_language(self): 3494 """Gets the account_default_language of this AccountSettingsInformation. # noqa: E501 3495 3496 # noqa: E501 3497 3498 :return: The account_default_language of this AccountSettingsInformation. # noqa: E501 3499 :rtype: str 3500 """ 3501 return self._account_default_language 3502 3503 @account_default_language.setter 3504 def account_default_language(self, account_default_language): 3505 """Sets the account_default_language of this AccountSettingsInformation. 3506 3507 # noqa: E501 3508 3509 :param account_default_language: The account_default_language of this AccountSettingsInformation. # noqa: E501 3510 :type: str 3511 """ 3512 3513 self._account_default_language = account_default_language 3514 3515 @property 3516 def account_default_language_metadata(self): 3517 """Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3518 3519 # noqa: E501 3520 3521 :return: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3522 :rtype: SettingsMetadata 3523 """ 3524 return self._account_default_language_metadata 3525 3526 @account_default_language_metadata.setter 3527 def account_default_language_metadata(self, account_default_language_metadata): 3528 """Sets the account_default_language_metadata of this AccountSettingsInformation. 3529 3530 # noqa: E501 3531 3532 :param account_default_language_metadata: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 3533 :type: SettingsMetadata 3534 """ 3535 3536 self._account_default_language_metadata = account_default_language_metadata 3537 3538 @property 3539 def account_name(self): 3540 """Gets the account_name of this AccountSettingsInformation. # noqa: E501 3541 3542 # noqa: E501 3543 3544 :return: The account_name of this AccountSettingsInformation. # noqa: E501 3545 :rtype: str 3546 """ 3547 return self._account_name 3548 3549 @account_name.setter 3550 def account_name(self, account_name): 3551 """Sets the account_name of this AccountSettingsInformation. 3552 3553 # noqa: E501 3554 3555 :param account_name: The account_name of this AccountSettingsInformation. # noqa: E501 3556 :type: str 3557 """ 3558 3559 self._account_name = account_name 3560 3561 @property 3562 def account_name_metadata(self): 3563 """Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501 3564 3565 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 3566 3567 :return: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 3568 :rtype: SettingsMetadata 3569 """ 3570 return self._account_name_metadata 3571 3572 @account_name_metadata.setter 3573 def account_name_metadata(self, account_name_metadata): 3574 """Sets the account_name_metadata of this AccountSettingsInformation. 3575 3576 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 3577 3578 :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 3579 :type: SettingsMetadata 3580 """ 3581 3582 self._account_name_metadata = account_name_metadata 3583 3584 @property 3585 def account_notification(self): 3586 """Gets the account_notification of this AccountSettingsInformation. # noqa: E501 3587 3588 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 3589 3590 :return: The account_notification of this AccountSettingsInformation. # noqa: E501 3591 :rtype: AccountNotification 3592 """ 3593 return self._account_notification 3594 3595 @account_notification.setter 3596 def account_notification(self, account_notification): 3597 """Sets the account_notification of this AccountSettingsInformation. 3598 3599 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 3600 3601 :param account_notification: The account_notification of this AccountSettingsInformation. # noqa: E501 3602 :type: AccountNotification 3603 """ 3604 3605 self._account_notification = account_notification 3606 3607 @property 3608 def account_ui_settings(self): 3609 """Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501 3610 3611 An object that defines the settings to use in the UI. # noqa: E501 3612 3613 :return: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 3614 :rtype: AccountUISettings 3615 """ 3616 return self._account_ui_settings 3617 3618 @account_ui_settings.setter 3619 def account_ui_settings(self, account_ui_settings): 3620 """Sets the account_ui_settings of this AccountSettingsInformation. 3621 3622 An object that defines the settings to use in the UI. # noqa: E501 3623 3624 :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 3625 :type: AccountUISettings 3626 """ 3627 3628 self._account_ui_settings = account_ui_settings 3629 3630 @property 3631 def adopt_sig_config(self): 3632 """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3633 3634 # noqa: E501 3635 3636 :return: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3637 :rtype: str 3638 """ 3639 return self._adopt_sig_config 3640 3641 @adopt_sig_config.setter 3642 def adopt_sig_config(self, adopt_sig_config): 3643 """Sets the adopt_sig_config of this AccountSettingsInformation. 3644 3645 # noqa: E501 3646 3647 :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 3648 :type: str 3649 """ 3650 3651 self._adopt_sig_config = adopt_sig_config 3652 3653 @property 3654 def adopt_sig_config_metadata(self): 3655 """Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3656 3657 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 3658 3659 :return: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3660 :rtype: SettingsMetadata 3661 """ 3662 return self._adopt_sig_config_metadata 3663 3664 @adopt_sig_config_metadata.setter 3665 def adopt_sig_config_metadata(self, adopt_sig_config_metadata): 3666 """Sets the adopt_sig_config_metadata of this AccountSettingsInformation. 3667 3668 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 3669 3670 :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 3671 :type: SettingsMetadata 3672 """ 3673 3674 self._adopt_sig_config_metadata = adopt_sig_config_metadata 3675 3676 @property 3677 def advanced_correct(self): 3678 """Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501 3679 3680 # noqa: E501 3681 3682 :return: The advanced_correct of this AccountSettingsInformation. # noqa: E501 3683 :rtype: str 3684 """ 3685 return self._advanced_correct 3686 3687 @advanced_correct.setter 3688 def advanced_correct(self, advanced_correct): 3689 """Sets the advanced_correct of this AccountSettingsInformation. 3690 3691 # noqa: E501 3692 3693 :param advanced_correct: The advanced_correct of this AccountSettingsInformation. # noqa: E501 3694 :type: str 3695 """ 3696 3697 self._advanced_correct = advanced_correct 3698 3699 @property 3700 def advanced_correct_metadata(self): 3701 """Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3702 3703 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 3704 3705 :return: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3706 :rtype: SettingsMetadata 3707 """ 3708 return self._advanced_correct_metadata 3709 3710 @advanced_correct_metadata.setter 3711 def advanced_correct_metadata(self, advanced_correct_metadata): 3712 """Sets the advanced_correct_metadata of this AccountSettingsInformation. 3713 3714 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 3715 3716 :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 3717 :type: SettingsMetadata 3718 """ 3719 3720 self._advanced_correct_metadata = advanced_correct_metadata 3721 3722 @property 3723 def advanced_search_enable_tab_field(self): 3724 """Gets the advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3725 3726 # noqa: E501 3727 3728 :return: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3729 :rtype: str 3730 """ 3731 return self._advanced_search_enable_tab_field 3732 3733 @advanced_search_enable_tab_field.setter 3734 def advanced_search_enable_tab_field(self, advanced_search_enable_tab_field): 3735 """Sets the advanced_search_enable_tab_field of this AccountSettingsInformation. 3736 3737 # noqa: E501 3738 3739 :param advanced_search_enable_tab_field: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 3740 :type: str 3741 """ 3742 3743 self._advanced_search_enable_tab_field = advanced_search_enable_tab_field 3744 3745 @property 3746 def advanced_search_enable_tab_field_metadata(self): 3747 """Gets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3748 3749 # noqa: E501 3750 3751 :return: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3752 :rtype: SettingsMetadata 3753 """ 3754 return self._advanced_search_enable_tab_field_metadata 3755 3756 @advanced_search_enable_tab_field_metadata.setter 3757 def advanced_search_enable_tab_field_metadata(self, advanced_search_enable_tab_field_metadata): 3758 """Sets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. 3759 3760 # noqa: E501 3761 3762 :param advanced_search_enable_tab_field_metadata: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 3763 :type: SettingsMetadata 3764 """ 3765 3766 self._advanced_search_enable_tab_field_metadata = advanced_search_enable_tab_field_metadata 3767 3768 @property 3769 def advanced_search_enable_template_id_field(self): 3770 """Gets the advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3771 3772 # noqa: E501 3773 3774 :return: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3775 :rtype: str 3776 """ 3777 return self._advanced_search_enable_template_id_field 3778 3779 @advanced_search_enable_template_id_field.setter 3780 def advanced_search_enable_template_id_field(self, advanced_search_enable_template_id_field): 3781 """Sets the advanced_search_enable_template_id_field of this AccountSettingsInformation. 3782 3783 # noqa: E501 3784 3785 :param advanced_search_enable_template_id_field: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 3786 :type: str 3787 """ 3788 3789 self._advanced_search_enable_template_id_field = advanced_search_enable_template_id_field 3790 3791 @property 3792 def advanced_search_enable_template_id_field_metadata(self): 3793 """Gets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3794 3795 # noqa: E501 3796 3797 :return: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3798 :rtype: SettingsMetadata 3799 """ 3800 return self._advanced_search_enable_template_id_field_metadata 3801 3802 @advanced_search_enable_template_id_field_metadata.setter 3803 def advanced_search_enable_template_id_field_metadata(self, advanced_search_enable_template_id_field_metadata): 3804 """Sets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. 3805 3806 # noqa: E501 3807 3808 :param advanced_search_enable_template_id_field_metadata: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 3809 :type: SettingsMetadata 3810 """ 3811 3812 self._advanced_search_enable_template_id_field_metadata = advanced_search_enable_template_id_field_metadata 3813 3814 @property 3815 def advanced_search_enable_template_name_field(self): 3816 """Gets the advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3817 3818 # noqa: E501 3819 3820 :return: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3821 :rtype: str 3822 """ 3823 return self._advanced_search_enable_template_name_field 3824 3825 @advanced_search_enable_template_name_field.setter 3826 def advanced_search_enable_template_name_field(self, advanced_search_enable_template_name_field): 3827 """Sets the advanced_search_enable_template_name_field of this AccountSettingsInformation. 3828 3829 # noqa: E501 3830 3831 :param advanced_search_enable_template_name_field: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 3832 :type: str 3833 """ 3834 3835 self._advanced_search_enable_template_name_field = advanced_search_enable_template_name_field 3836 3837 @property 3838 def advanced_search_enable_template_name_field_metadata(self): 3839 """Gets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3840 3841 # noqa: E501 3842 3843 :return: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3844 :rtype: SettingsMetadata 3845 """ 3846 return self._advanced_search_enable_template_name_field_metadata 3847 3848 @advanced_search_enable_template_name_field_metadata.setter 3849 def advanced_search_enable_template_name_field_metadata(self, advanced_search_enable_template_name_field_metadata): 3850 """Sets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. 3851 3852 # noqa: E501 3853 3854 :param advanced_search_enable_template_name_field_metadata: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 3855 :type: SettingsMetadata 3856 """ 3857 3858 self._advanced_search_enable_template_name_field_metadata = advanced_search_enable_template_name_field_metadata 3859 3860 @property 3861 def allow_access_code_format(self): 3862 """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3863 3864 # noqa: E501 3865 3866 :return: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3867 :rtype: str 3868 """ 3869 return self._allow_access_code_format 3870 3871 @allow_access_code_format.setter 3872 def allow_access_code_format(self, allow_access_code_format): 3873 """Sets the allow_access_code_format of this AccountSettingsInformation. 3874 3875 # noqa: E501 3876 3877 :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 3878 :type: str 3879 """ 3880 3881 self._allow_access_code_format = allow_access_code_format 3882 3883 @property 3884 def allow_access_code_format_metadata(self): 3885 """Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3886 3887 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 3888 3889 :return: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3890 :rtype: SettingsMetadata 3891 """ 3892 return self._allow_access_code_format_metadata 3893 3894 @allow_access_code_format_metadata.setter 3895 def allow_access_code_format_metadata(self, allow_access_code_format_metadata): 3896 """Sets the allow_access_code_format_metadata of this AccountSettingsInformation. 3897 3898 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 3899 3900 :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 3901 :type: SettingsMetadata 3902 """ 3903 3904 self._allow_access_code_format_metadata = allow_access_code_format_metadata 3905 3906 @property 3907 def allow_account_management_granular(self): 3908 """Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3909 3910 # noqa: E501 3911 3912 :return: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3913 :rtype: str 3914 """ 3915 return self._allow_account_management_granular 3916 3917 @allow_account_management_granular.setter 3918 def allow_account_management_granular(self, allow_account_management_granular): 3919 """Sets the allow_account_management_granular of this AccountSettingsInformation. 3920 3921 # noqa: E501 3922 3923 :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 3924 :type: str 3925 """ 3926 3927 self._allow_account_management_granular = allow_account_management_granular 3928 3929 @property 3930 def allow_account_management_granular_metadata(self): 3931 """Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3932 3933 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 3934 3935 :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3936 :rtype: SettingsMetadata 3937 """ 3938 return self._allow_account_management_granular_metadata 3939 3940 @allow_account_management_granular_metadata.setter 3941 def allow_account_management_granular_metadata(self, allow_account_management_granular_metadata): 3942 """Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. 3943 3944 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 3945 3946 :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 3947 :type: SettingsMetadata 3948 """ 3949 3950 self._allow_account_management_granular_metadata = allow_account_management_granular_metadata 3951 3952 @property 3953 def allow_account_member_name_change(self): 3954 """Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3955 3956 # noqa: E501 3957 3958 :return: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3959 :rtype: str 3960 """ 3961 return self._allow_account_member_name_change 3962 3963 @allow_account_member_name_change.setter 3964 def allow_account_member_name_change(self, allow_account_member_name_change): 3965 """Sets the allow_account_member_name_change of this AccountSettingsInformation. 3966 3967 # noqa: E501 3968 3969 :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3970 :type: str 3971 """ 3972 3973 self._allow_account_member_name_change = allow_account_member_name_change 3974 3975 @property 3976 def allow_account_member_name_change_metadata(self): 3977 """Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3978 3979 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3980 3981 :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3982 :rtype: SettingsMetadata 3983 """ 3984 return self._allow_account_member_name_change_metadata 3985 3986 @allow_account_member_name_change_metadata.setter 3987 def allow_account_member_name_change_metadata(self, allow_account_member_name_change_metadata): 3988 """Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. 3989 3990 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3991 3992 :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3993 :type: SettingsMetadata 3994 """ 3995 3996 self._allow_account_member_name_change_metadata = allow_account_member_name_change_metadata 3997 3998 @property 3999 def allow_ace(self): 4000 """Gets the allow_ace of this AccountSettingsInformation. # noqa: E501 4001 4002 # noqa: E501 4003 4004 :return: The allow_ace of this AccountSettingsInformation. # noqa: E501 4005 :rtype: str 4006 """ 4007 return self._allow_ace 4008 4009 @allow_ace.setter 4010 def allow_ace(self, allow_ace): 4011 """Sets the allow_ace of this AccountSettingsInformation. 4012 4013 # noqa: E501 4014 4015 :param allow_ace: The allow_ace of this AccountSettingsInformation. # noqa: E501 4016 :type: str 4017 """ 4018 4019 self._allow_ace = allow_ace 4020 4021 @property 4022 def allow_ace_metadata(self): 4023 """Gets the allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4024 4025 # noqa: E501 4026 4027 :return: The allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4028 :rtype: SettingsMetadata 4029 """ 4030 return self._allow_ace_metadata 4031 4032 @allow_ace_metadata.setter 4033 def allow_ace_metadata(self, allow_ace_metadata): 4034 """Sets the allow_ace_metadata of this AccountSettingsInformation. 4035 4036 # noqa: E501 4037 4038 :param allow_ace_metadata: The allow_ace_metadata of this AccountSettingsInformation. # noqa: E501 4039 :type: SettingsMetadata 4040 """ 4041 4042 self._allow_ace_metadata = allow_ace_metadata 4043 4044 @property 4045 def allow_advanced_recipient_routing_conditional(self): 4046 """Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4047 4048 # noqa: E501 4049 4050 :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4051 :rtype: str 4052 """ 4053 return self._allow_advanced_recipient_routing_conditional 4054 4055 @allow_advanced_recipient_routing_conditional.setter 4056 def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_routing_conditional): 4057 """Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. 4058 4059 # noqa: E501 4060 4061 :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 4062 :type: str 4063 """ 4064 4065 self._allow_advanced_recipient_routing_conditional = allow_advanced_recipient_routing_conditional 4066 4067 @property 4068 def allow_advanced_recipient_routing_conditional_metadata(self): 4069 """Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4070 4071 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 4072 4073 :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4074 :rtype: SettingsMetadata 4075 """ 4076 return self._allow_advanced_recipient_routing_conditional_metadata 4077 4078 @allow_advanced_recipient_routing_conditional_metadata.setter 4079 def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_recipient_routing_conditional_metadata): 4080 """Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. 4081 4082 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 4083 4084 :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 4085 :type: SettingsMetadata 4086 """ 4087 4088 self._allow_advanced_recipient_routing_conditional_metadata = allow_advanced_recipient_routing_conditional_metadata 4089 4090 @property 4091 def allow_agent_name_email_edit(self): 4092 """Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4093 4094 # noqa: E501 4095 4096 :return: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4097 :rtype: str 4098 """ 4099 return self._allow_agent_name_email_edit 4100 4101 @allow_agent_name_email_edit.setter 4102 def allow_agent_name_email_edit(self, allow_agent_name_email_edit): 4103 """Sets the allow_agent_name_email_edit of this AccountSettingsInformation. 4104 4105 # noqa: E501 4106 4107 :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 4108 :type: str 4109 """ 4110 4111 self._allow_agent_name_email_edit = allow_agent_name_email_edit 4112 4113 @property 4114 def allow_agent_name_email_edit_metadata(self): 4115 """Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4116 4117 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 4118 4119 :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4120 :rtype: SettingsMetadata 4121 """ 4122 return self._allow_agent_name_email_edit_metadata 4123 4124 @allow_agent_name_email_edit_metadata.setter 4125 def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metadata): 4126 """Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. 4127 4128 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 4129 4130 :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 4131 :type: SettingsMetadata 4132 """ 4133 4134 self._allow_agent_name_email_edit_metadata = allow_agent_name_email_edit_metadata 4135 4136 @property 4137 def allow_agreement_actions(self): 4138 """Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4139 4140 # noqa: E501 4141 4142 :return: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4143 :rtype: str 4144 """ 4145 return self._allow_agreement_actions 4146 4147 @allow_agreement_actions.setter 4148 def allow_agreement_actions(self, allow_agreement_actions): 4149 """Sets the allow_agreement_actions of this AccountSettingsInformation. 4150 4151 # noqa: E501 4152 4153 :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 4154 :type: str 4155 """ 4156 4157 self._allow_agreement_actions = allow_agreement_actions 4158 4159 @property 4160 def allow_agreement_actions_metadata(self): 4161 """Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4162 4163 Metadata about the `allowAgreementActions` property. # noqa: E501 4164 4165 :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4166 :rtype: SettingsMetadata 4167 """ 4168 return self._allow_agreement_actions_metadata 4169 4170 @allow_agreement_actions_metadata.setter 4171 def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): 4172 """Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. 4173 4174 Metadata about the `allowAgreementActions` property. # noqa: E501 4175 4176 :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 4177 :type: SettingsMetadata 4178 """ 4179 4180 self._allow_agreement_actions_metadata = allow_agreement_actions_metadata 4181 4182 @property 4183 def allow_agreement_orchestrations(self): 4184 """Gets the allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4185 4186 # noqa: E501 4187 4188 :return: The allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4189 :rtype: str 4190 """ 4191 return self._allow_agreement_orchestrations 4192 4193 @allow_agreement_orchestrations.setter 4194 def allow_agreement_orchestrations(self, allow_agreement_orchestrations): 4195 """Sets the allow_agreement_orchestrations of this AccountSettingsInformation. 4196 4197 # noqa: E501 4198 4199 :param allow_agreement_orchestrations: The allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501 4200 :type: str 4201 """ 4202 4203 self._allow_agreement_orchestrations = allow_agreement_orchestrations 4204 4205 @property 4206 def allow_agreement_orchestrations_metadata(self): 4207 """Gets the allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4208 4209 # noqa: E501 4210 4211 :return: The allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4212 :rtype: SettingsMetadata 4213 """ 4214 return self._allow_agreement_orchestrations_metadata 4215 4216 @allow_agreement_orchestrations_metadata.setter 4217 def allow_agreement_orchestrations_metadata(self, allow_agreement_orchestrations_metadata): 4218 """Sets the allow_agreement_orchestrations_metadata of this AccountSettingsInformation. 4219 4220 # noqa: E501 4221 4222 :param allow_agreement_orchestrations_metadata: The allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501 4223 :type: SettingsMetadata 4224 """ 4225 4226 self._allow_agreement_orchestrations_metadata = allow_agreement_orchestrations_metadata 4227 4228 @property 4229 def allow_auto_nav_settings(self): 4230 """Gets the allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4231 4232 # noqa: E501 4233 4234 :return: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4235 :rtype: str 4236 """ 4237 return self._allow_auto_nav_settings 4238 4239 @allow_auto_nav_settings.setter 4240 def allow_auto_nav_settings(self, allow_auto_nav_settings): 4241 """Sets the allow_auto_nav_settings of this AccountSettingsInformation. 4242 4243 # noqa: E501 4244 4245 :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 4246 :type: str 4247 """ 4248 4249 self._allow_auto_nav_settings = allow_auto_nav_settings 4250 4251 @property 4252 def allow_auto_nav_settings_metadata(self): 4253 """Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4254 4255 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 4256 4257 :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4258 :rtype: SettingsMetadata 4259 """ 4260 return self._allow_auto_nav_settings_metadata 4261 4262 @allow_auto_nav_settings_metadata.setter 4263 def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): 4264 """Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. 4265 4266 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 4267 4268 :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 4269 :type: SettingsMetadata 4270 """ 4271 4272 self._allow_auto_nav_settings_metadata = allow_auto_nav_settings_metadata 4273 4274 @property 4275 def allow_auto_tagging(self): 4276 """Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4277 4278 # noqa: E501 4279 4280 :return: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4281 :rtype: str 4282 """ 4283 return self._allow_auto_tagging 4284 4285 @allow_auto_tagging.setter 4286 def allow_auto_tagging(self, allow_auto_tagging): 4287 """Sets the allow_auto_tagging of this AccountSettingsInformation. 4288 4289 # noqa: E501 4290 4291 :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 4292 :type: str 4293 """ 4294 4295 self._allow_auto_tagging = allow_auto_tagging 4296 4297 @property 4298 def allow_auto_tagging_metadata(self): 4299 """Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4300 4301 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 4302 4303 :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4304 :rtype: SettingsMetadata 4305 """ 4306 return self._allow_auto_tagging_metadata 4307 4308 @allow_auto_tagging_metadata.setter 4309 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 4310 """Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. 4311 4312 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 4313 4314 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 4315 :type: SettingsMetadata 4316 """ 4317 4318 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 4319 4320 @property 4321 def allow_bulk_send(self): 4322 """Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4323 4324 # noqa: E501 4325 4326 :return: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4327 :rtype: str 4328 """ 4329 return self._allow_bulk_send 4330 4331 @allow_bulk_send.setter 4332 def allow_bulk_send(self, allow_bulk_send): 4333 """Sets the allow_bulk_send of this AccountSettingsInformation. 4334 4335 # noqa: E501 4336 4337 :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 4338 :type: str 4339 """ 4340 4341 self._allow_bulk_send = allow_bulk_send 4342 4343 @property 4344 def allow_bulk_send_metadata(self): 4345 """Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4346 4347 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 4348 4349 :return: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4350 :rtype: SettingsMetadata 4351 """ 4352 return self._allow_bulk_send_metadata 4353 4354 @allow_bulk_send_metadata.setter 4355 def allow_bulk_send_metadata(self, allow_bulk_send_metadata): 4356 """Sets the allow_bulk_send_metadata of this AccountSettingsInformation. 4357 4358 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 4359 4360 :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 4361 :type: SettingsMetadata 4362 """ 4363 4364 self._allow_bulk_send_metadata = allow_bulk_send_metadata 4365 4366 @property 4367 def allow_byoidv(self): 4368 """Gets the allow_byoidv of this AccountSettingsInformation. # noqa: E501 4369 4370 # noqa: E501 4371 4372 :return: The allow_byoidv of this AccountSettingsInformation. # noqa: E501 4373 :rtype: str 4374 """ 4375 return self._allow_byoidv 4376 4377 @allow_byoidv.setter 4378 def allow_byoidv(self, allow_byoidv): 4379 """Sets the allow_byoidv of this AccountSettingsInformation. 4380 4381 # noqa: E501 4382 4383 :param allow_byoidv: The allow_byoidv of this AccountSettingsInformation. # noqa: E501 4384 :type: str 4385 """ 4386 4387 self._allow_byoidv = allow_byoidv 4388 4389 @property 4390 def allow_byoidv_metadata(self): 4391 """Gets the allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4392 4393 # noqa: E501 4394 4395 :return: The allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4396 :rtype: SettingsMetadata 4397 """ 4398 return self._allow_byoidv_metadata 4399 4400 @allow_byoidv_metadata.setter 4401 def allow_byoidv_metadata(self, allow_byoidv_metadata): 4402 """Sets the allow_byoidv_metadata of this AccountSettingsInformation. 4403 4404 # noqa: E501 4405 4406 :param allow_byoidv_metadata: The allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501 4407 :type: SettingsMetadata 4408 """ 4409 4410 self._allow_byoidv_metadata = allow_byoidv_metadata 4411 4412 @property 4413 def allow_cd_withdraw(self): 4414 """Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4415 4416 # noqa: E501 4417 4418 :return: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4419 :rtype: str 4420 """ 4421 return self._allow_cd_withdraw 4422 4423 @allow_cd_withdraw.setter 4424 def allow_cd_withdraw(self, allow_cd_withdraw): 4425 """Sets the allow_cd_withdraw of this AccountSettingsInformation. 4426 4427 # noqa: E501 4428 4429 :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 4430 :type: str 4431 """ 4432 4433 self._allow_cd_withdraw = allow_cd_withdraw 4434 4435 @property 4436 def allow_cd_withdraw_metadata(self): 4437 """Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4438 4439 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 4440 4441 :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4442 :rtype: SettingsMetadata 4443 """ 4444 return self._allow_cd_withdraw_metadata 4445 4446 @allow_cd_withdraw_metadata.setter 4447 def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): 4448 """Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. 4449 4450 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 4451 4452 :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 4453 :type: SettingsMetadata 4454 """ 4455 4456 self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata 4457 4458 @property 4459 def allow_connect_agreement_ui(self): 4460 """Gets the allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4461 4462 # noqa: E501 4463 4464 :return: The allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4465 :rtype: str 4466 """ 4467 return self._allow_connect_agreement_ui 4468 4469 @allow_connect_agreement_ui.setter 4470 def allow_connect_agreement_ui(self, allow_connect_agreement_ui): 4471 """Sets the allow_connect_agreement_ui of this AccountSettingsInformation. 4472 4473 # noqa: E501 4474 4475 :param allow_connect_agreement_ui: The allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501 4476 :type: str 4477 """ 4478 4479 self._allow_connect_agreement_ui = allow_connect_agreement_ui 4480 4481 @property 4482 def allow_connect_agreement_ui_metadata(self): 4483 """Gets the allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4484 4485 # noqa: E501 4486 4487 :return: The allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4488 :rtype: SettingsMetadata 4489 """ 4490 return self._allow_connect_agreement_ui_metadata 4491 4492 @allow_connect_agreement_ui_metadata.setter 4493 def allow_connect_agreement_ui_metadata(self, allow_connect_agreement_ui_metadata): 4494 """Sets the allow_connect_agreement_ui_metadata of this AccountSettingsInformation. 4495 4496 # noqa: E501 4497 4498 :param allow_connect_agreement_ui_metadata: The allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501 4499 :type: SettingsMetadata 4500 """ 4501 4502 self._allow_connect_agreement_ui_metadata = allow_connect_agreement_ui_metadata 4503 4504 @property 4505 def allow_connect_authoritative_copy_ready_event_ui(self): 4506 """Gets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4507 4508 # noqa: E501 4509 4510 :return: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4511 :rtype: str 4512 """ 4513 return self._allow_connect_authoritative_copy_ready_event_ui 4514 4515 @allow_connect_authoritative_copy_ready_event_ui.setter 4516 def allow_connect_authoritative_copy_ready_event_ui(self, allow_connect_authoritative_copy_ready_event_ui): 4517 """Sets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. 4518 4519 # noqa: E501 4520 4521 :param allow_connect_authoritative_copy_ready_event_ui: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501 4522 :type: str 4523 """ 4524 4525 self._allow_connect_authoritative_copy_ready_event_ui = allow_connect_authoritative_copy_ready_event_ui 4526 4527 @property 4528 def allow_connect_envelope_reminder_sent_event_ui(self): 4529 """Gets the allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4530 4531 # noqa: E501 4532 4533 :return: The allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4534 :rtype: str 4535 """ 4536 return self._allow_connect_envelope_reminder_sent_event_ui 4537 4538 @allow_connect_envelope_reminder_sent_event_ui.setter 4539 def allow_connect_envelope_reminder_sent_event_ui(self, allow_connect_envelope_reminder_sent_event_ui): 4540 """Sets the allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. 4541 4542 # noqa: E501 4543 4544 :param allow_connect_envelope_reminder_sent_event_ui: The allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501 4545 :type: str 4546 """ 4547 4548 self._allow_connect_envelope_reminder_sent_event_ui = allow_connect_envelope_reminder_sent_event_ui 4549 4550 @property 4551 def allow_connect_envelope_removed_event(self): 4552 """Gets the allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4553 4554 # noqa: E501 4555 4556 :return: The allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4557 :rtype: str 4558 """ 4559 return self._allow_connect_envelope_removed_event 4560 4561 @allow_connect_envelope_removed_event.setter 4562 def allow_connect_envelope_removed_event(self, allow_connect_envelope_removed_event): 4563 """Sets the allow_connect_envelope_removed_event of this AccountSettingsInformation. 4564 4565 # noqa: E501 4566 4567 :param allow_connect_envelope_removed_event: The allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501 4568 :type: str 4569 """ 4570 4571 self._allow_connect_envelope_removed_event = allow_connect_envelope_removed_event 4572 4573 @property 4574 def allow_connect_extension_ui(self): 4575 """Gets the allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4576 4577 # noqa: E501 4578 4579 :return: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4580 :rtype: str 4581 """ 4582 return self._allow_connect_extension_ui 4583 4584 @allow_connect_extension_ui.setter 4585 def allow_connect_extension_ui(self, allow_connect_extension_ui): 4586 """Sets the allow_connect_extension_ui of this AccountSettingsInformation. 4587 4588 # noqa: E501 4589 4590 :param allow_connect_extension_ui: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501 4591 :type: str 4592 """ 4593 4594 self._allow_connect_extension_ui = allow_connect_extension_ui 4595 4596 @property 4597 def allow_connect_http_listener_configs(self): 4598 """Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4599 4600 # noqa: E501 4601 4602 :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4603 :rtype: str 4604 """ 4605 return self._allow_connect_http_listener_configs 4606 4607 @allow_connect_http_listener_configs.setter 4608 def allow_connect_http_listener_configs(self, allow_connect_http_listener_configs): 4609 """Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. 4610 4611 # noqa: E501 4612 4613 :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 4614 :type: str 4615 """ 4616 4617 self._allow_connect_http_listener_configs = allow_connect_http_listener_configs 4618 4619 @property 4620 def allow_connect_identity_verification_ui(self): 4621 """Gets the allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4622 4623 # noqa: E501 4624 4625 :return: The allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4626 :rtype: str 4627 """ 4628 return self._allow_connect_identity_verification_ui 4629 4630 @allow_connect_identity_verification_ui.setter 4631 def allow_connect_identity_verification_ui(self, allow_connect_identity_verification_ui): 4632 """Sets the allow_connect_identity_verification_ui of this AccountSettingsInformation. 4633 4634 # noqa: E501 4635 4636 :param allow_connect_identity_verification_ui: The allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501 4637 :type: str 4638 """ 4639 4640 self._allow_connect_identity_verification_ui = allow_connect_identity_verification_ui 4641 4642 @property 4643 def allow_connect_o_auth_ui(self): 4644 """Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4645 4646 # noqa: E501 4647 4648 :return: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4649 :rtype: str 4650 """ 4651 return self._allow_connect_o_auth_ui 4652 4653 @allow_connect_o_auth_ui.setter 4654 def allow_connect_o_auth_ui(self, allow_connect_o_auth_ui): 4655 """Sets the allow_connect_o_auth_ui of this AccountSettingsInformation. 4656 4657 # noqa: E501 4658 4659 :param allow_connect_o_auth_ui: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 4660 :type: str 4661 """ 4662 4663 self._allow_connect_o_auth_ui = allow_connect_o_auth_ui 4664 4665 @property 4666 def allow_connect_send_finish_later(self): 4667 """Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4668 4669 # noqa: E501 4670 4671 :return: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4672 :rtype: str 4673 """ 4674 return self._allow_connect_send_finish_later 4675 4676 @allow_connect_send_finish_later.setter 4677 def allow_connect_send_finish_later(self, allow_connect_send_finish_later): 4678 """Sets the allow_connect_send_finish_later of this AccountSettingsInformation. 4679 4680 # noqa: E501 4681 4682 :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 4683 :type: str 4684 """ 4685 4686 self._allow_connect_send_finish_later = allow_connect_send_finish_later 4687 4688 @property 4689 def allow_connect_send_finish_later_metadata(self): 4690 """Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4691 4692 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 4693 4694 :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4695 :rtype: SettingsMetadata 4696 """ 4697 return self._allow_connect_send_finish_later_metadata 4698 4699 @allow_connect_send_finish_later_metadata.setter 4700 def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_later_metadata): 4701 """Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. 4702 4703 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 4704 4705 :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 4706 :type: SettingsMetadata 4707 """ 4708 4709 self._allow_connect_send_finish_later_metadata = allow_connect_send_finish_later_metadata 4710 4711 @property 4712 def allow_connect_unified_payload_ui(self): 4713 """Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4714 4715 # noqa: E501 4716 4717 :return: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4718 :rtype: str 4719 """ 4720 return self._allow_connect_unified_payload_ui 4721 4722 @allow_connect_unified_payload_ui.setter 4723 def allow_connect_unified_payload_ui(self, allow_connect_unified_payload_ui): 4724 """Sets the allow_connect_unified_payload_ui of this AccountSettingsInformation. 4725 4726 # noqa: E501 4727 4728 :param allow_connect_unified_payload_ui: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 4729 :type: str 4730 """ 4731 4732 self._allow_connect_unified_payload_ui = allow_connect_unified_payload_ui 4733 4734 @property 4735 def allow_consumer_disclosure_override(self): 4736 """Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4737 4738 # noqa: E501 4739 4740 :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4741 :rtype: str 4742 """ 4743 return self._allow_consumer_disclosure_override 4744 4745 @allow_consumer_disclosure_override.setter 4746 def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override): 4747 """Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. 4748 4749 # noqa: E501 4750 4751 :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 4752 :type: str 4753 """ 4754 4755 self._allow_consumer_disclosure_override = allow_consumer_disclosure_override 4756 4757 @property 4758 def allow_consumer_disclosure_override_metadata(self): 4759 """Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4760 4761 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 4762 4763 :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4764 :rtype: SettingsMetadata 4765 """ 4766 return self._allow_consumer_disclosure_override_metadata 4767 4768 @allow_consumer_disclosure_override_metadata.setter 4769 def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_override_metadata): 4770 """Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. 4771 4772 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 4773 4774 :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 4775 :type: SettingsMetadata 4776 """ 4777 4778 self._allow_consumer_disclosure_override_metadata = allow_consumer_disclosure_override_metadata 4779 4780 @property 4781 def allow_data_download(self): 4782 """Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501 4783 4784 # noqa: E501 4785 4786 :return: The allow_data_download of this AccountSettingsInformation. # noqa: E501 4787 :rtype: str 4788 """ 4789 return self._allow_data_download 4790 4791 @allow_data_download.setter 4792 def allow_data_download(self, allow_data_download): 4793 """Sets the allow_data_download of this AccountSettingsInformation. 4794 4795 # noqa: E501 4796 4797 :param allow_data_download: The allow_data_download of this AccountSettingsInformation. # noqa: E501 4798 :type: str 4799 """ 4800 4801 self._allow_data_download = allow_data_download 4802 4803 @property 4804 def allow_data_download_metadata(self): 4805 """Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4806 4807 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 4808 4809 :return: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4810 :rtype: SettingsMetadata 4811 """ 4812 return self._allow_data_download_metadata 4813 4814 @allow_data_download_metadata.setter 4815 def allow_data_download_metadata(self, allow_data_download_metadata): 4816 """Sets the allow_data_download_metadata of this AccountSettingsInformation. 4817 4818 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 4819 4820 :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 4821 :type: SettingsMetadata 4822 """ 4823 4824 self._allow_data_download_metadata = allow_data_download_metadata 4825 4826 @property 4827 def allow_delayed_routing(self): 4828 """Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4829 4830 \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 4831 4832 :return: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4833 :rtype: str 4834 """ 4835 return self._allow_delayed_routing 4836 4837 @allow_delayed_routing.setter 4838 def allow_delayed_routing(self, allow_delayed_routing): 4839 """Sets the allow_delayed_routing of this AccountSettingsInformation. 4840 4841 \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 4842 4843 :param allow_delayed_routing: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 4844 :type: str 4845 """ 4846 4847 self._allow_delayed_routing = allow_delayed_routing 4848 4849 @property 4850 def allow_delayed_routing_metadata(self): 4851 """Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4852 4853 # noqa: E501 4854 4855 :return: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4856 :rtype: SettingsMetadata 4857 """ 4858 return self._allow_delayed_routing_metadata 4859 4860 @allow_delayed_routing_metadata.setter 4861 def allow_delayed_routing_metadata(self, allow_delayed_routing_metadata): 4862 """Sets the allow_delayed_routing_metadata of this AccountSettingsInformation. 4863 4864 # noqa: E501 4865 4866 :param allow_delayed_routing_metadata: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 4867 :type: SettingsMetadata 4868 """ 4869 4870 self._allow_delayed_routing_metadata = allow_delayed_routing_metadata 4871 4872 @property 4873 def allow_delegated_signing(self): 4874 """Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4875 4876 # noqa: E501 4877 4878 :return: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4879 :rtype: str 4880 """ 4881 return self._allow_delegated_signing 4882 4883 @allow_delegated_signing.setter 4884 def allow_delegated_signing(self, allow_delegated_signing): 4885 """Sets the allow_delegated_signing of this AccountSettingsInformation. 4886 4887 # noqa: E501 4888 4889 :param allow_delegated_signing: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 4890 :type: str 4891 """ 4892 4893 self._allow_delegated_signing = allow_delegated_signing 4894 4895 @property 4896 def allow_delegated_signing_metadata(self): 4897 """Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4898 4899 # noqa: E501 4900 4901 :return: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4902 :rtype: SettingsMetadata 4903 """ 4904 return self._allow_delegated_signing_metadata 4905 4906 @allow_delegated_signing_metadata.setter 4907 def allow_delegated_signing_metadata(self, allow_delegated_signing_metadata): 4908 """Sets the allow_delegated_signing_metadata of this AccountSettingsInformation. 4909 4910 # noqa: E501 4911 4912 :param allow_delegated_signing_metadata: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 4913 :type: SettingsMetadata 4914 """ 4915 4916 self._allow_delegated_signing_metadata = allow_delegated_signing_metadata 4917 4918 @property 4919 def allow_doc_gen_documents(self): 4920 """Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4921 4922 # noqa: E501 4923 4924 :return: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4925 :rtype: str 4926 """ 4927 return self._allow_doc_gen_documents 4928 4929 @allow_doc_gen_documents.setter 4930 def allow_doc_gen_documents(self, allow_doc_gen_documents): 4931 """Sets the allow_doc_gen_documents of this AccountSettingsInformation. 4932 4933 # noqa: E501 4934 4935 :param allow_doc_gen_documents: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 4936 :type: str 4937 """ 4938 4939 self._allow_doc_gen_documents = allow_doc_gen_documents 4940 4941 @property 4942 def allow_doc_gen_documents_metadata(self): 4943 """Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4944 4945 # noqa: E501 4946 4947 :return: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4948 :rtype: SettingsMetadata 4949 """ 4950 return self._allow_doc_gen_documents_metadata 4951 4952 @allow_doc_gen_documents_metadata.setter 4953 def allow_doc_gen_documents_metadata(self, allow_doc_gen_documents_metadata): 4954 """Sets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. 4955 4956 # noqa: E501 4957 4958 :param allow_doc_gen_documents_metadata: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 4959 :type: SettingsMetadata 4960 """ 4961 4962 self._allow_doc_gen_documents_metadata = allow_doc_gen_documents_metadata 4963 4964 @property 4965 def allow_document_disclosures(self): 4966 """Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4967 4968 # noqa: E501 4969 4970 :return: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4971 :rtype: str 4972 """ 4973 return self._allow_document_disclosures 4974 4975 @allow_document_disclosures.setter 4976 def allow_document_disclosures(self, allow_document_disclosures): 4977 """Sets the allow_document_disclosures of this AccountSettingsInformation. 4978 4979 # noqa: E501 4980 4981 :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 4982 :type: str 4983 """ 4984 4985 self._allow_document_disclosures = allow_document_disclosures 4986 4987 @property 4988 def allow_document_disclosures_metadata(self): 4989 """Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 4990 4991 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 4992 4993 :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 4994 :rtype: SettingsMetadata 4995 """ 4996 return self._allow_document_disclosures_metadata 4997 4998 @allow_document_disclosures_metadata.setter 4999 def allow_document_disclosures_metadata(self, allow_document_disclosures_metadata): 5000 """Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. 5001 5002 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 5003 5004 :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 5005 :type: SettingsMetadata 5006 """ 5007 5008 self._allow_document_disclosures_metadata = allow_document_disclosures_metadata 5009 5010 @property 5011 def allow_documents_on_signed_envelopes(self): 5012 """Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5013 5014 # noqa: E501 5015 5016 :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5017 :rtype: str 5018 """ 5019 return self._allow_documents_on_signed_envelopes 5020 5021 @allow_documents_on_signed_envelopes.setter 5022 def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelopes): 5023 """Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. 5024 5025 # noqa: E501 5026 5027 :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 5028 :type: str 5029 """ 5030 5031 self._allow_documents_on_signed_envelopes = allow_documents_on_signed_envelopes 5032 5033 @property 5034 def allow_documents_on_signed_envelopes_metadata(self): 5035 """Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5036 5037 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 5038 5039 :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5040 :rtype: SettingsMetadata 5041 """ 5042 return self._allow_documents_on_signed_envelopes_metadata 5043 5044 @allow_documents_on_signed_envelopes_metadata.setter 5045 def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed_envelopes_metadata): 5046 """Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. 5047 5048 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 5049 5050 :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 5051 :type: SettingsMetadata 5052 """ 5053 5054 self._allow_documents_on_signed_envelopes_metadata = allow_documents_on_signed_envelopes_metadata 5055 5056 @property 5057 def allow_document_visibility(self): 5058 """Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5059 5060 # noqa: E501 5061 5062 :return: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5063 :rtype: str 5064 """ 5065 return self._allow_document_visibility 5066 5067 @allow_document_visibility.setter 5068 def allow_document_visibility(self, allow_document_visibility): 5069 """Sets the allow_document_visibility of this AccountSettingsInformation. 5070 5071 # noqa: E501 5072 5073 :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 5074 :type: str 5075 """ 5076 5077 self._allow_document_visibility = allow_document_visibility 5078 5079 @property 5080 def allow_document_visibility_metadata(self): 5081 """Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5082 5083 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 5084 5085 :return: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5086 :rtype: SettingsMetadata 5087 """ 5088 return self._allow_document_visibility_metadata 5089 5090 @allow_document_visibility_metadata.setter 5091 def allow_document_visibility_metadata(self, allow_document_visibility_metadata): 5092 """Sets the allow_document_visibility_metadata of this AccountSettingsInformation. 5093 5094 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 5095 5096 :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 5097 :type: SettingsMetadata 5098 """ 5099 5100 self._allow_document_visibility_metadata = allow_document_visibility_metadata 5101 5102 @property 5103 def allow_editing_envelopes_on_behalf_of_others(self): 5104 """Gets the allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5105 5106 # noqa: E501 5107 5108 :return: The allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5109 :rtype: str 5110 """ 5111 return self._allow_editing_envelopes_on_behalf_of_others 5112 5113 @allow_editing_envelopes_on_behalf_of_others.setter 5114 def allow_editing_envelopes_on_behalf_of_others(self, allow_editing_envelopes_on_behalf_of_others): 5115 """Sets the allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 5116 5117 # noqa: E501 5118 5119 :param allow_editing_envelopes_on_behalf_of_others: The allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 5120 :type: str 5121 """ 5122 5123 self._allow_editing_envelopes_on_behalf_of_others = allow_editing_envelopes_on_behalf_of_others 5124 5125 @property 5126 def allow_editing_envelopes_on_behalf_of_others_metadata(self): 5127 """Gets the allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5128 5129 # noqa: E501 5130 5131 :return: The allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5132 :rtype: SettingsMetadata 5133 """ 5134 return self._allow_editing_envelopes_on_behalf_of_others_metadata 5135 5136 @allow_editing_envelopes_on_behalf_of_others_metadata.setter 5137 def allow_editing_envelopes_on_behalf_of_others_metadata(self, allow_editing_envelopes_on_behalf_of_others_metadata): 5138 """Sets the allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 5139 5140 # noqa: E501 5141 5142 :param allow_editing_envelopes_on_behalf_of_others_metadata: The allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 5143 :type: SettingsMetadata 5144 """ 5145 5146 self._allow_editing_envelopes_on_behalf_of_others_metadata = allow_editing_envelopes_on_behalf_of_others_metadata 5147 5148 @property 5149 def allow_e_hanko_stamps(self): 5150 """Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5151 5152 # noqa: E501 5153 5154 :return: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5155 :rtype: str 5156 """ 5157 return self._allow_e_hanko_stamps 5158 5159 @allow_e_hanko_stamps.setter 5160 def allow_e_hanko_stamps(self, allow_e_hanko_stamps): 5161 """Sets the allow_e_hanko_stamps of this AccountSettingsInformation. 5162 5163 # noqa: E501 5164 5165 :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 5166 :type: str 5167 """ 5168 5169 self._allow_e_hanko_stamps = allow_e_hanko_stamps 5170 5171 @property 5172 def allow_e_hanko_stamps_metadata(self): 5173 """Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5174 5175 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 5176 5177 :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5178 :rtype: SettingsMetadata 5179 """ 5180 return self._allow_e_hanko_stamps_metadata 5181 5182 @allow_e_hanko_stamps_metadata.setter 5183 def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): 5184 """Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. 5185 5186 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 5187 5188 :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 5189 :type: SettingsMetadata 5190 """ 5191 5192 self._allow_e_hanko_stamps_metadata = allow_e_hanko_stamps_metadata 5193 5194 @property 5195 def allow_e_note_e_original(self): 5196 """Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5197 5198 # noqa: E501 5199 5200 :return: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5201 :rtype: str 5202 """ 5203 return self._allow_e_note_e_original 5204 5205 @allow_e_note_e_original.setter 5206 def allow_e_note_e_original(self, allow_e_note_e_original): 5207 """Sets the allow_e_note_e_original of this AccountSettingsInformation. 5208 5209 # noqa: E501 5210 5211 :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 5212 :type: str 5213 """ 5214 5215 self._allow_e_note_e_original = allow_e_note_e_original 5216 5217 @property 5218 def allow_e_note_e_original_metadata(self): 5219 """Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5220 5221 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 5222 5223 :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5224 :rtype: SettingsMetadata 5225 """ 5226 return self._allow_e_note_e_original_metadata 5227 5228 @allow_e_note_e_original_metadata.setter 5229 def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): 5230 """Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. 5231 5232 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 5233 5234 :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 5235 :type: SettingsMetadata 5236 """ 5237 5238 self._allow_e_note_e_original_metadata = allow_e_note_e_original_metadata 5239 5240 @property 5241 def allow_envelope_correct(self): 5242 """Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5243 5244 # noqa: E501 5245 5246 :return: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5247 :rtype: str 5248 """ 5249 return self._allow_envelope_correct 5250 5251 @allow_envelope_correct.setter 5252 def allow_envelope_correct(self, allow_envelope_correct): 5253 """Sets the allow_envelope_correct of this AccountSettingsInformation. 5254 5255 # noqa: E501 5256 5257 :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 5258 :type: str 5259 """ 5260 5261 self._allow_envelope_correct = allow_envelope_correct 5262 5263 @property 5264 def allow_envelope_correct_metadata(self): 5265 """Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5266 5267 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 5268 5269 :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5270 :rtype: SettingsMetadata 5271 """ 5272 return self._allow_envelope_correct_metadata 5273 5274 @allow_envelope_correct_metadata.setter 5275 def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): 5276 """Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. 5277 5278 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 5279 5280 :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 5281 :type: SettingsMetadata 5282 """ 5283 5284 self._allow_envelope_correct_metadata = allow_envelope_correct_metadata 5285 5286 @property 5287 def allow_envelope_custody_transfer(self): 5288 """Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5289 5290 # noqa: E501 5291 5292 :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5293 :rtype: str 5294 """ 5295 return self._allow_envelope_custody_transfer 5296 5297 @allow_envelope_custody_transfer.setter 5298 def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): 5299 """Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. 5300 5301 # noqa: E501 5302 5303 :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 5304 :type: str 5305 """ 5306 5307 self._allow_envelope_custody_transfer = allow_envelope_custody_transfer 5308 5309 @property 5310 def allow_envelope_custody_transfer_metadata(self): 5311 """Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5312 5313 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 5314 5315 :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5316 :rtype: SettingsMetadata 5317 """ 5318 return self._allow_envelope_custody_transfer_metadata 5319 5320 @allow_envelope_custody_transfer_metadata.setter 5321 def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transfer_metadata): 5322 """Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. 5323 5324 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 5325 5326 :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 5327 :type: SettingsMetadata 5328 """ 5329 5330 self._allow_envelope_custody_transfer_metadata = allow_envelope_custody_transfer_metadata 5331 5332 @property 5333 def allow_envelope_custom_fields(self): 5334 """Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5335 5336 # noqa: E501 5337 5338 :return: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5339 :rtype: str 5340 """ 5341 return self._allow_envelope_custom_fields 5342 5343 @allow_envelope_custom_fields.setter 5344 def allow_envelope_custom_fields(self, allow_envelope_custom_fields): 5345 """Sets the allow_envelope_custom_fields of this AccountSettingsInformation. 5346 5347 # noqa: E501 5348 5349 :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 5350 :type: str 5351 """ 5352 5353 self._allow_envelope_custom_fields = allow_envelope_custom_fields 5354 5355 @property 5356 def allow_envelope_custom_fields_metadata(self): 5357 """Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5358 5359 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 5360 5361 :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5362 :rtype: SettingsMetadata 5363 """ 5364 return self._allow_envelope_custom_fields_metadata 5365 5366 @allow_envelope_custom_fields_metadata.setter 5367 def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_metadata): 5368 """Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. 5369 5370 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 5371 5372 :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 5373 :type: SettingsMetadata 5374 """ 5375 5376 self._allow_envelope_custom_fields_metadata = allow_envelope_custom_fields_metadata 5377 5378 @property 5379 def allow_envelope_publish_reporting(self): 5380 """Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5381 5382 # noqa: E501 5383 5384 :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5385 :rtype: str 5386 """ 5387 return self._allow_envelope_publish_reporting 5388 5389 @allow_envelope_publish_reporting.setter 5390 def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): 5391 """Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. 5392 5393 # noqa: E501 5394 5395 :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 5396 :type: str 5397 """ 5398 5399 self._allow_envelope_publish_reporting = allow_envelope_publish_reporting 5400 5401 @property 5402 def allow_envelope_publish_reporting_metadata(self): 5403 """Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5404 5405 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 5406 5407 :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5408 :rtype: SettingsMetadata 5409 """ 5410 return self._allow_envelope_publish_reporting_metadata 5411 5412 @allow_envelope_publish_reporting_metadata.setter 5413 def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_reporting_metadata): 5414 """Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. 5415 5416 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 5417 5418 :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5419 :type: SettingsMetadata 5420 """ 5421 5422 self._allow_envelope_publish_reporting_metadata = allow_envelope_publish_reporting_metadata 5423 5424 @property 5425 def allow_envelope_reporting(self): 5426 """Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5427 5428 # noqa: E501 5429 5430 :return: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5431 :rtype: str 5432 """ 5433 return self._allow_envelope_reporting 5434 5435 @allow_envelope_reporting.setter 5436 def allow_envelope_reporting(self, allow_envelope_reporting): 5437 """Sets the allow_envelope_reporting of this AccountSettingsInformation. 5438 5439 # noqa: E501 5440 5441 :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 5442 :type: str 5443 """ 5444 5445 self._allow_envelope_reporting = allow_envelope_reporting 5446 5447 @property 5448 def allow_envelope_reporting_metadata(self): 5449 """Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5450 5451 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 5452 5453 :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5454 :rtype: SettingsMetadata 5455 """ 5456 return self._allow_envelope_reporting_metadata 5457 5458 @allow_envelope_reporting_metadata.setter 5459 def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): 5460 """Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. 5461 5462 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 5463 5464 :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 5465 :type: SettingsMetadata 5466 """ 5467 5468 self._allow_envelope_reporting_metadata = allow_envelope_reporting_metadata 5469 5470 @property 5471 def allow_expression(self): 5472 """Gets the allow_expression of this AccountSettingsInformation. # noqa: E501 5473 5474 # noqa: E501 5475 5476 :return: The allow_expression of this AccountSettingsInformation. # noqa: E501 5477 :rtype: str 5478 """ 5479 return self._allow_expression 5480 5481 @allow_expression.setter 5482 def allow_expression(self, allow_expression): 5483 """Sets the allow_expression of this AccountSettingsInformation. 5484 5485 # noqa: E501 5486 5487 :param allow_expression: The allow_expression of this AccountSettingsInformation. # noqa: E501 5488 :type: str 5489 """ 5490 5491 self._allow_expression = allow_expression 5492 5493 @property 5494 def allow_expression_metadata(self): 5495 """Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5496 5497 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 5498 5499 :return: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5500 :rtype: SettingsMetadata 5501 """ 5502 return self._allow_expression_metadata 5503 5504 @allow_expression_metadata.setter 5505 def allow_expression_metadata(self, allow_expression_metadata): 5506 """Sets the allow_expression_metadata of this AccountSettingsInformation. 5507 5508 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 5509 5510 :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 5511 :type: SettingsMetadata 5512 """ 5513 5514 self._allow_expression_metadata = allow_expression_metadata 5515 5516 @property 5517 def allow_express_signer_certificate(self): 5518 """Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5519 5520 # noqa: E501 5521 5522 :return: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5523 :rtype: str 5524 """ 5525 return self._allow_express_signer_certificate 5526 5527 @allow_express_signer_certificate.setter 5528 def allow_express_signer_certificate(self, allow_express_signer_certificate): 5529 """Sets the allow_express_signer_certificate of this AccountSettingsInformation. 5530 5531 # noqa: E501 5532 5533 :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 5534 :type: str 5535 """ 5536 5537 self._allow_express_signer_certificate = allow_express_signer_certificate 5538 5539 @property 5540 def allow_express_signer_certificate_metadata(self): 5541 """Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5542 5543 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 5544 5545 :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5546 :rtype: SettingsMetadata 5547 """ 5548 return self._allow_express_signer_certificate_metadata 5549 5550 @allow_express_signer_certificate_metadata.setter 5551 def allow_express_signer_certificate_metadata(self, allow_express_signer_certificate_metadata): 5552 """Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. 5553 5554 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 5555 5556 :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5557 :type: SettingsMetadata 5558 """ 5559 5560 self._allow_express_signer_certificate_metadata = allow_express_signer_certificate_metadata 5561 5562 @property 5563 def allow_extended_sending_resource_file(self): 5564 """Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5565 5566 # noqa: E501 5567 5568 :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5569 :rtype: str 5570 """ 5571 return self._allow_extended_sending_resource_file 5572 5573 @allow_extended_sending_resource_file.setter 5574 def allow_extended_sending_resource_file(self, allow_extended_sending_resource_file): 5575 """Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. 5576 5577 # noqa: E501 5578 5579 :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 5580 :type: str 5581 """ 5582 5583 self._allow_extended_sending_resource_file = allow_extended_sending_resource_file 5584 5585 @property 5586 def allow_extended_sending_resource_file_metadata(self): 5587 """Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5588 5589 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 5590 5591 :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5592 :rtype: SettingsMetadata 5593 """ 5594 return self._allow_extended_sending_resource_file_metadata 5595 5596 @allow_extended_sending_resource_file_metadata.setter 5597 def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_resource_file_metadata): 5598 """Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. 5599 5600 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 5601 5602 :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 5603 :type: SettingsMetadata 5604 """ 5605 5606 self._allow_extended_sending_resource_file_metadata = allow_extended_sending_resource_file_metadata 5607 5608 @property 5609 def allow_external_linked_accounts(self): 5610 """Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5611 5612 # noqa: E501 5613 5614 :return: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5615 :rtype: str 5616 """ 5617 return self._allow_external_linked_accounts 5618 5619 @allow_external_linked_accounts.setter 5620 def allow_external_linked_accounts(self, allow_external_linked_accounts): 5621 """Sets the allow_external_linked_accounts of this AccountSettingsInformation. 5622 5623 # noqa: E501 5624 5625 :param allow_external_linked_accounts: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 5626 :type: str 5627 """ 5628 5629 self._allow_external_linked_accounts = allow_external_linked_accounts 5630 5631 @property 5632 def allow_external_linked_accounts_metadata(self): 5633 """Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5634 5635 # noqa: E501 5636 5637 :return: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5638 :rtype: SettingsMetadata 5639 """ 5640 return self._allow_external_linked_accounts_metadata 5641 5642 @allow_external_linked_accounts_metadata.setter 5643 def allow_external_linked_accounts_metadata(self, allow_external_linked_accounts_metadata): 5644 """Sets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. 5645 5646 # noqa: E501 5647 5648 :param allow_external_linked_accounts_metadata: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 5649 :type: SettingsMetadata 5650 """ 5651 5652 self._allow_external_linked_accounts_metadata = allow_external_linked_accounts_metadata 5653 5654 @property 5655 def allow_external_signature_pad(self): 5656 """Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5657 5658 # noqa: E501 5659 5660 :return: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5661 :rtype: str 5662 """ 5663 return self._allow_external_signature_pad 5664 5665 @allow_external_signature_pad.setter 5666 def allow_external_signature_pad(self, allow_external_signature_pad): 5667 """Sets the allow_external_signature_pad of this AccountSettingsInformation. 5668 5669 # noqa: E501 5670 5671 :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 5672 :type: str 5673 """ 5674 5675 self._allow_external_signature_pad = allow_external_signature_pad 5676 5677 @property 5678 def allow_external_signature_pad_metadata(self): 5679 """Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5680 5681 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 5682 5683 :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5684 :rtype: SettingsMetadata 5685 """ 5686 return self._allow_external_signature_pad_metadata 5687 5688 @allow_external_signature_pad_metadata.setter 5689 def allow_external_signature_pad_metadata(self, allow_external_signature_pad_metadata): 5690 """Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. 5691 5692 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 5693 5694 :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 5695 :type: SettingsMetadata 5696 """ 5697 5698 self._allow_external_signature_pad_metadata = allow_external_signature_pad_metadata 5699 5700 @property 5701 def allow_fed_ramp_idv_level1(self): 5702 """Gets the allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5703 5704 # noqa: E501 5705 5706 :return: The allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5707 :rtype: str 5708 """ 5709 return self._allow_fed_ramp_idv_level1 5710 5711 @allow_fed_ramp_idv_level1.setter 5712 def allow_fed_ramp_idv_level1(self, allow_fed_ramp_idv_level1): 5713 """Sets the allow_fed_ramp_idv_level1 of this AccountSettingsInformation. 5714 5715 # noqa: E501 5716 5717 :param allow_fed_ramp_idv_level1: The allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501 5718 :type: str 5719 """ 5720 5721 self._allow_fed_ramp_idv_level1 = allow_fed_ramp_idv_level1 5722 5723 @property 5724 def allow_fed_ramp_idv_level1_metadata(self): 5725 """Gets the allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5726 5727 # noqa: E501 5728 5729 :return: The allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5730 :rtype: SettingsMetadata 5731 """ 5732 return self._allow_fed_ramp_idv_level1_metadata 5733 5734 @allow_fed_ramp_idv_level1_metadata.setter 5735 def allow_fed_ramp_idv_level1_metadata(self, allow_fed_ramp_idv_level1_metadata): 5736 """Sets the allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. 5737 5738 # noqa: E501 5739 5740 :param allow_fed_ramp_idv_level1_metadata: The allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5741 :type: SettingsMetadata 5742 """ 5743 5744 self._allow_fed_ramp_idv_level1_metadata = allow_fed_ramp_idv_level1_metadata 5745 5746 @property 5747 def allow_fed_ramp_idv_level2(self): 5748 """Gets the allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5749 5750 # noqa: E501 5751 5752 :return: The allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5753 :rtype: str 5754 """ 5755 return self._allow_fed_ramp_idv_level2 5756 5757 @allow_fed_ramp_idv_level2.setter 5758 def allow_fed_ramp_idv_level2(self, allow_fed_ramp_idv_level2): 5759 """Sets the allow_fed_ramp_idv_level2 of this AccountSettingsInformation. 5760 5761 # noqa: E501 5762 5763 :param allow_fed_ramp_idv_level2: The allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501 5764 :type: str 5765 """ 5766 5767 self._allow_fed_ramp_idv_level2 = allow_fed_ramp_idv_level2 5768 5769 @property 5770 def allow_fed_ramp_idv_level2_metadata(self): 5771 """Gets the allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5772 5773 # noqa: E501 5774 5775 :return: The allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5776 :rtype: SettingsMetadata 5777 """ 5778 return self._allow_fed_ramp_idv_level2_metadata 5779 5780 @allow_fed_ramp_idv_level2_metadata.setter 5781 def allow_fed_ramp_idv_level2_metadata(self, allow_fed_ramp_idv_level2_metadata): 5782 """Sets the allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. 5783 5784 # noqa: E501 5785 5786 :param allow_fed_ramp_idv_level2_metadata: The allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5787 :type: SettingsMetadata 5788 """ 5789 5790 self._allow_fed_ramp_idv_level2_metadata = allow_fed_ramp_idv_level2_metadata 5791 5792 @property 5793 def allow_idv_for_eu_qualified_signatures(self): 5794 """Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5795 5796 # noqa: E501 5797 5798 :return: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5799 :rtype: str 5800 """ 5801 return self._allow_idv_for_eu_qualified_signatures 5802 5803 @allow_idv_for_eu_qualified_signatures.setter 5804 def allow_idv_for_eu_qualified_signatures(self, allow_idv_for_eu_qualified_signatures): 5805 """Sets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. 5806 5807 # noqa: E501 5808 5809 :param allow_idv_for_eu_qualified_signatures: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 5810 :type: str 5811 """ 5812 5813 self._allow_idv_for_eu_qualified_signatures = allow_idv_for_eu_qualified_signatures 5814 5815 @property 5816 def allow_idv_for_eu_qualified_signatures_metadata(self): 5817 """Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5818 5819 # noqa: E501 5820 5821 :return: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5822 :rtype: SettingsMetadata 5823 """ 5824 return self._allow_idv_for_eu_qualified_signatures_metadata 5825 5826 @allow_idv_for_eu_qualified_signatures_metadata.setter 5827 def allow_idv_for_eu_qualified_signatures_metadata(self, allow_idv_for_eu_qualified_signatures_metadata): 5828 """Sets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. 5829 5830 # noqa: E501 5831 5832 :param allow_idv_for_eu_qualified_signatures_metadata: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 5833 :type: SettingsMetadata 5834 """ 5835 5836 self._allow_idv_for_eu_qualified_signatures_metadata = allow_idv_for_eu_qualified_signatures_metadata 5837 5838 @property 5839 def allow_idv_level1(self): 5840 """Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5841 5842 # noqa: E501 5843 5844 :return: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5845 :rtype: str 5846 """ 5847 return self._allow_idv_level1 5848 5849 @allow_idv_level1.setter 5850 def allow_idv_level1(self, allow_idv_level1): 5851 """Sets the allow_idv_level1 of this AccountSettingsInformation. 5852 5853 # noqa: E501 5854 5855 :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 5856 :type: str 5857 """ 5858 5859 self._allow_idv_level1 = allow_idv_level1 5860 5861 @property 5862 def allow_idv_level1_metadata(self): 5863 """Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5864 5865 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 5866 5867 :return: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5868 :rtype: SettingsMetadata 5869 """ 5870 return self._allow_idv_level1_metadata 5871 5872 @allow_idv_level1_metadata.setter 5873 def allow_idv_level1_metadata(self, allow_idv_level1_metadata): 5874 """Sets the allow_idv_level1_metadata of this AccountSettingsInformation. 5875 5876 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 5877 5878 :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 5879 :type: SettingsMetadata 5880 """ 5881 5882 self._allow_idv_level1_metadata = allow_idv_level1_metadata 5883 5884 @property 5885 def allow_idv_level1_trial(self): 5886 """Gets the allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5887 5888 # noqa: E501 5889 5890 :return: The allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5891 :rtype: str 5892 """ 5893 return self._allow_idv_level1_trial 5894 5895 @allow_idv_level1_trial.setter 5896 def allow_idv_level1_trial(self, allow_idv_level1_trial): 5897 """Sets the allow_idv_level1_trial of this AccountSettingsInformation. 5898 5899 # noqa: E501 5900 5901 :param allow_idv_level1_trial: The allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501 5902 :type: str 5903 """ 5904 5905 self._allow_idv_level1_trial = allow_idv_level1_trial 5906 5907 @property 5908 def allow_idv_level1_trial_metadata(self): 5909 """Gets the allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5910 5911 # noqa: E501 5912 5913 :return: The allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5914 :rtype: SettingsMetadata 5915 """ 5916 return self._allow_idv_level1_trial_metadata 5917 5918 @allow_idv_level1_trial_metadata.setter 5919 def allow_idv_level1_trial_metadata(self, allow_idv_level1_trial_metadata): 5920 """Sets the allow_idv_level1_trial_metadata of this AccountSettingsInformation. 5921 5922 # noqa: E501 5923 5924 :param allow_idv_level1_trial_metadata: The allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501 5925 :type: SettingsMetadata 5926 """ 5927 5928 self._allow_idv_level1_trial_metadata = allow_idv_level1_trial_metadata 5929 5930 @property 5931 def allow_idv_level2(self): 5932 """Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5933 5934 # noqa: E501 5935 5936 :return: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5937 :rtype: str 5938 """ 5939 return self._allow_idv_level2 5940 5941 @allow_idv_level2.setter 5942 def allow_idv_level2(self, allow_idv_level2): 5943 """Sets the allow_idv_level2 of this AccountSettingsInformation. 5944 5945 # noqa: E501 5946 5947 :param allow_idv_level2: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 5948 :type: str 5949 """ 5950 5951 self._allow_idv_level2 = allow_idv_level2 5952 5953 @property 5954 def allow_idv_level2_metadata(self): 5955 """Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5956 5957 # noqa: E501 5958 5959 :return: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5960 :rtype: SettingsMetadata 5961 """ 5962 return self._allow_idv_level2_metadata 5963 5964 @allow_idv_level2_metadata.setter 5965 def allow_idv_level2_metadata(self, allow_idv_level2_metadata): 5966 """Sets the allow_idv_level2_metadata of this AccountSettingsInformation. 5967 5968 # noqa: E501 5969 5970 :param allow_idv_level2_metadata: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 5971 :type: SettingsMetadata 5972 """ 5973 5974 self._allow_idv_level2_metadata = allow_idv_level2_metadata 5975 5976 @property 5977 def allow_idv_level3(self): 5978 """Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5979 5980 # noqa: E501 5981 5982 :return: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5983 :rtype: str 5984 """ 5985 return self._allow_idv_level3 5986 5987 @allow_idv_level3.setter 5988 def allow_idv_level3(self, allow_idv_level3): 5989 """Sets the allow_idv_level3 of this AccountSettingsInformation. 5990 5991 # noqa: E501 5992 5993 :param allow_idv_level3: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 5994 :type: str 5995 """ 5996 5997 self._allow_idv_level3 = allow_idv_level3 5998 5999 @property 6000 def allow_idv_level3_metadata(self): 6001 """Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6002 6003 # noqa: E501 6004 6005 :return: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6006 :rtype: SettingsMetadata 6007 """ 6008 return self._allow_idv_level3_metadata 6009 6010 @allow_idv_level3_metadata.setter 6011 def allow_idv_level3_metadata(self, allow_idv_level3_metadata): 6012 """Sets the allow_idv_level3_metadata of this AccountSettingsInformation. 6013 6014 # noqa: E501 6015 6016 :param allow_idv_level3_metadata: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 6017 :type: SettingsMetadata 6018 """ 6019 6020 self._allow_idv_level3_metadata = allow_idv_level3_metadata 6021 6022 @property 6023 def allow_idv_platform(self): 6024 """Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6025 6026 # noqa: E501 6027 6028 :return: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6029 :rtype: str 6030 """ 6031 return self._allow_idv_platform 6032 6033 @allow_idv_platform.setter 6034 def allow_idv_platform(self, allow_idv_platform): 6035 """Sets the allow_idv_platform of this AccountSettingsInformation. 6036 6037 # noqa: E501 6038 6039 :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 6040 :type: str 6041 """ 6042 6043 self._allow_idv_platform = allow_idv_platform 6044 6045 @property 6046 def allow_idv_platform_metadata(self): 6047 """Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6048 6049 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 6050 6051 :return: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6052 :rtype: SettingsMetadata 6053 """ 6054 return self._allow_idv_platform_metadata 6055 6056 @allow_idv_platform_metadata.setter 6057 def allow_idv_platform_metadata(self, allow_idv_platform_metadata): 6058 """Sets the allow_idv_platform_metadata of this AccountSettingsInformation. 6059 6060 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 6061 6062 :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 6063 :type: SettingsMetadata 6064 """ 6065 6066 self._allow_idv_platform_metadata = allow_idv_platform_metadata 6067 6068 @property 6069 def allow_idv_risk_assessment(self): 6070 """Gets the allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6071 6072 # noqa: E501 6073 6074 :return: The allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6075 :rtype: str 6076 """ 6077 return self._allow_idv_risk_assessment 6078 6079 @allow_idv_risk_assessment.setter 6080 def allow_idv_risk_assessment(self, allow_idv_risk_assessment): 6081 """Sets the allow_idv_risk_assessment of this AccountSettingsInformation. 6082 6083 # noqa: E501 6084 6085 :param allow_idv_risk_assessment: The allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501 6086 :type: str 6087 """ 6088 6089 self._allow_idv_risk_assessment = allow_idv_risk_assessment 6090 6091 @property 6092 def allow_idv_risk_assessment_metadata(self): 6093 """Gets the allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6094 6095 # noqa: E501 6096 6097 :return: The allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6098 :rtype: SettingsMetadata 6099 """ 6100 return self._allow_idv_risk_assessment_metadata 6101 6102 @allow_idv_risk_assessment_metadata.setter 6103 def allow_idv_risk_assessment_metadata(self, allow_idv_risk_assessment_metadata): 6104 """Sets the allow_idv_risk_assessment_metadata of this AccountSettingsInformation. 6105 6106 # noqa: E501 6107 6108 :param allow_idv_risk_assessment_metadata: The allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501 6109 :type: SettingsMetadata 6110 """ 6111 6112 self._allow_idv_risk_assessment_metadata = allow_idv_risk_assessment_metadata 6113 6114 @property 6115 def allow_in_person(self): 6116 """Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501 6117 6118 # noqa: E501 6119 6120 :return: The allow_in_person of this AccountSettingsInformation. # noqa: E501 6121 :rtype: str 6122 """ 6123 return self._allow_in_person 6124 6125 @allow_in_person.setter 6126 def allow_in_person(self, allow_in_person): 6127 """Sets the allow_in_person of this AccountSettingsInformation. 6128 6129 # noqa: E501 6130 6131 :param allow_in_person: The allow_in_person of this AccountSettingsInformation. # noqa: E501 6132 :type: str 6133 """ 6134 6135 self._allow_in_person = allow_in_person 6136 6137 @property 6138 def allow_in_person_electronic_notary(self): 6139 """Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6140 6141 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6142 6143 :return: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6144 :rtype: str 6145 """ 6146 return self._allow_in_person_electronic_notary 6147 6148 @allow_in_person_electronic_notary.setter 6149 def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): 6150 """Sets the allow_in_person_electronic_notary of this AccountSettingsInformation. 6151 6152 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6153 6154 :param allow_in_person_electronic_notary: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 6155 :type: str 6156 """ 6157 6158 self._allow_in_person_electronic_notary = allow_in_person_electronic_notary 6159 6160 @property 6161 def allow_in_person_electronic_notary_metadata(self): 6162 """Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6163 6164 MetaData for the Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6165 6166 :return: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6167 :rtype: SettingsMetadata 6168 """ 6169 return self._allow_in_person_electronic_notary_metadata 6170 6171 @allow_in_person_electronic_notary_metadata.setter 6172 def allow_in_person_electronic_notary_metadata(self, allow_in_person_electronic_notary_metadata): 6173 """Sets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. 6174 6175 MetaData for the Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 6176 6177 :param allow_in_person_electronic_notary_metadata: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 6178 :type: SettingsMetadata 6179 """ 6180 6181 self._allow_in_person_electronic_notary_metadata = allow_in_person_electronic_notary_metadata 6182 6183 @property 6184 def allow_in_person_metadata(self): 6185 """Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6186 6187 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 6188 6189 :return: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6190 :rtype: SettingsMetadata 6191 """ 6192 return self._allow_in_person_metadata 6193 6194 @allow_in_person_metadata.setter 6195 def allow_in_person_metadata(self, allow_in_person_metadata): 6196 """Sets the allow_in_person_metadata of this AccountSettingsInformation. 6197 6198 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 6199 6200 :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 6201 :type: SettingsMetadata 6202 """ 6203 6204 self._allow_in_person_metadata = allow_in_person_metadata 6205 6206 @property 6207 def allow_managed_stamps(self): 6208 """Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6209 6210 # noqa: E501 6211 6212 :return: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6213 :rtype: str 6214 """ 6215 return self._allow_managed_stamps 6216 6217 @allow_managed_stamps.setter 6218 def allow_managed_stamps(self, allow_managed_stamps): 6219 """Sets the allow_managed_stamps of this AccountSettingsInformation. 6220 6221 # noqa: E501 6222 6223 :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 6224 :type: str 6225 """ 6226 6227 self._allow_managed_stamps = allow_managed_stamps 6228 6229 @property 6230 def allow_managed_stamps_metadata(self): 6231 """Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6232 6233 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 6234 6235 :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6236 :rtype: SettingsMetadata 6237 """ 6238 return self._allow_managed_stamps_metadata 6239 6240 @allow_managed_stamps_metadata.setter 6241 def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): 6242 """Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. 6243 6244 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 6245 6246 :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6247 :type: SettingsMetadata 6248 """ 6249 6250 self._allow_managed_stamps_metadata = allow_managed_stamps_metadata 6251 6252 @property 6253 def allow_managing_envelopes_on_behalf_of_others(self): 6254 """Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6255 6256 # noqa: E501 6257 6258 :return: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6259 :rtype: str 6260 """ 6261 return self._allow_managing_envelopes_on_behalf_of_others 6262 6263 @allow_managing_envelopes_on_behalf_of_others.setter 6264 def allow_managing_envelopes_on_behalf_of_others(self, allow_managing_envelopes_on_behalf_of_others): 6265 """Sets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 6266 6267 # noqa: E501 6268 6269 :param allow_managing_envelopes_on_behalf_of_others: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6270 :type: str 6271 """ 6272 6273 self._allow_managing_envelopes_on_behalf_of_others = allow_managing_envelopes_on_behalf_of_others 6274 6275 @property 6276 def allow_managing_envelopes_on_behalf_of_others_metadata(self): 6277 """Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6278 6279 # noqa: E501 6280 6281 :return: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6282 :rtype: SettingsMetadata 6283 """ 6284 return self._allow_managing_envelopes_on_behalf_of_others_metadata 6285 6286 @allow_managing_envelopes_on_behalf_of_others_metadata.setter 6287 def allow_managing_envelopes_on_behalf_of_others_metadata(self, allow_managing_envelopes_on_behalf_of_others_metadata): 6288 """Sets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 6289 6290 # noqa: E501 6291 6292 :param allow_managing_envelopes_on_behalf_of_others_metadata: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6293 :type: SettingsMetadata 6294 """ 6295 6296 self._allow_managing_envelopes_on_behalf_of_others_metadata = allow_managing_envelopes_on_behalf_of_others_metadata 6297 6298 @property 6299 def allow_markup(self): 6300 """Gets the allow_markup of this AccountSettingsInformation. # noqa: E501 6301 6302 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 6303 6304 :return: The allow_markup of this AccountSettingsInformation. # noqa: E501 6305 :rtype: str 6306 """ 6307 return self._allow_markup 6308 6309 @allow_markup.setter 6310 def allow_markup(self, allow_markup): 6311 """Sets the allow_markup of this AccountSettingsInformation. 6312 6313 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 6314 6315 :param allow_markup: The allow_markup of this AccountSettingsInformation. # noqa: E501 6316 :type: str 6317 """ 6318 6319 self._allow_markup = allow_markup 6320 6321 @property 6322 def allow_markup_metadata(self): 6323 """Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6324 6325 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 6326 6327 :return: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6328 :rtype: SettingsMetadata 6329 """ 6330 return self._allow_markup_metadata 6331 6332 @allow_markup_metadata.setter 6333 def allow_markup_metadata(self, allow_markup_metadata): 6334 """Sets the allow_markup_metadata of this AccountSettingsInformation. 6335 6336 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 6337 6338 :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 6339 :type: SettingsMetadata 6340 """ 6341 6342 self._allow_markup_metadata = allow_markup_metadata 6343 6344 @property 6345 def allow_member_time_zone(self): 6346 """Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6347 6348 # noqa: E501 6349 6350 :return: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6351 :rtype: str 6352 """ 6353 return self._allow_member_time_zone 6354 6355 @allow_member_time_zone.setter 6356 def allow_member_time_zone(self, allow_member_time_zone): 6357 """Sets the allow_member_time_zone of this AccountSettingsInformation. 6358 6359 # noqa: E501 6360 6361 :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 6362 :type: str 6363 """ 6364 6365 self._allow_member_time_zone = allow_member_time_zone 6366 6367 @property 6368 def allow_member_time_zone_metadata(self): 6369 """Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6370 6371 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 6372 6373 :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6374 :rtype: SettingsMetadata 6375 """ 6376 return self._allow_member_time_zone_metadata 6377 6378 @allow_member_time_zone_metadata.setter 6379 def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): 6380 """Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. 6381 6382 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 6383 6384 :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 6385 :type: SettingsMetadata 6386 """ 6387 6388 self._allow_member_time_zone_metadata = allow_member_time_zone_metadata 6389 6390 @property 6391 def allow_merge_fields(self): 6392 """Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6393 6394 # noqa: E501 6395 6396 :return: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6397 :rtype: str 6398 """ 6399 return self._allow_merge_fields 6400 6401 @allow_merge_fields.setter 6402 def allow_merge_fields(self, allow_merge_fields): 6403 """Sets the allow_merge_fields of this AccountSettingsInformation. 6404 6405 # noqa: E501 6406 6407 :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 6408 :type: str 6409 """ 6410 6411 self._allow_merge_fields = allow_merge_fields 6412 6413 @property 6414 def allow_merge_fields_metadata(self): 6415 """Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6416 6417 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 6418 6419 :return: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6420 :rtype: SettingsMetadata 6421 """ 6422 return self._allow_merge_fields_metadata 6423 6424 @allow_merge_fields_metadata.setter 6425 def allow_merge_fields_metadata(self, allow_merge_fields_metadata): 6426 """Sets the allow_merge_fields_metadata of this AccountSettingsInformation. 6427 6428 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 6429 6430 :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 6431 :type: SettingsMetadata 6432 """ 6433 6434 self._allow_merge_fields_metadata = allow_merge_fields_metadata 6435 6436 @property 6437 def allow_multiple_brand_profiles(self): 6438 """Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6439 6440 # noqa: E501 6441 6442 :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6443 :rtype: str 6444 """ 6445 return self._allow_multiple_brand_profiles 6446 6447 @allow_multiple_brand_profiles.setter 6448 def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): 6449 """Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. 6450 6451 # noqa: E501 6452 6453 :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 6454 :type: str 6455 """ 6456 6457 self._allow_multiple_brand_profiles = allow_multiple_brand_profiles 6458 6459 @property 6460 def allow_multiple_brand_profiles_metadata(self): 6461 """Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6462 6463 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 6464 6465 :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6466 :rtype: SettingsMetadata 6467 """ 6468 return self._allow_multiple_brand_profiles_metadata 6469 6470 @allow_multiple_brand_profiles_metadata.setter 6471 def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_metadata): 6472 """Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. 6473 6474 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 6475 6476 :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 6477 :type: SettingsMetadata 6478 """ 6479 6480 self._allow_multiple_brand_profiles_metadata = allow_multiple_brand_profiles_metadata 6481 6482 @property 6483 def allow_multiple_signer_attachments(self): 6484 """Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6485 6486 # noqa: E501 6487 6488 :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6489 :rtype: str 6490 """ 6491 return self._allow_multiple_signer_attachments 6492 6493 @allow_multiple_signer_attachments.setter 6494 def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): 6495 """Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. 6496 6497 # noqa: E501 6498 6499 :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 6500 :type: str 6501 """ 6502 6503 self._allow_multiple_signer_attachments = allow_multiple_signer_attachments 6504 6505 @property 6506 def allow_multiple_signer_attachments_metadata(self): 6507 """Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6508 6509 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 6510 6511 :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6512 :rtype: SettingsMetadata 6513 """ 6514 return self._allow_multiple_signer_attachments_metadata 6515 6516 @allow_multiple_signer_attachments_metadata.setter 6517 def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attachments_metadata): 6518 """Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. 6519 6520 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 6521 6522 :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 6523 :type: SettingsMetadata 6524 """ 6525 6526 self._allow_multiple_signer_attachments_metadata = allow_multiple_signer_attachments_metadata 6527 6528 @property 6529 def allow_non_us_phone_auth(self): 6530 """Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6531 6532 # noqa: E501 6533 6534 :return: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6535 :rtype: str 6536 """ 6537 return self._allow_non_us_phone_auth 6538 6539 @allow_non_us_phone_auth.setter 6540 def allow_non_us_phone_auth(self, allow_non_us_phone_auth): 6541 """Sets the allow_non_us_phone_auth of this AccountSettingsInformation. 6542 6543 # noqa: E501 6544 6545 :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 6546 :type: str 6547 """ 6548 6549 self._allow_non_us_phone_auth = allow_non_us_phone_auth 6550 6551 @property 6552 def allow_non_us_phone_auth_metadata(self): 6553 """Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6554 6555 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 6556 6557 :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6558 :rtype: SettingsMetadata 6559 """ 6560 return self._allow_non_us_phone_auth_metadata 6561 6562 @allow_non_us_phone_auth_metadata.setter 6563 def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): 6564 """Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. 6565 6566 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 6567 6568 :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 6569 :type: SettingsMetadata 6570 """ 6571 6572 self._allow_non_us_phone_auth_metadata = allow_non_us_phone_auth_metadata 6573 6574 @property 6575 def allow_ocr_of_envelope_documents(self): 6576 """Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6577 6578 # noqa: E501 6579 6580 :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6581 :rtype: str 6582 """ 6583 return self._allow_ocr_of_envelope_documents 6584 6585 @allow_ocr_of_envelope_documents.setter 6586 def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): 6587 """Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. 6588 6589 # noqa: E501 6590 6591 :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 6592 :type: str 6593 """ 6594 6595 self._allow_ocr_of_envelope_documents = allow_ocr_of_envelope_documents 6596 6597 @property 6598 def allow_ocr_of_envelope_documents_metadata(self): 6599 """Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6600 6601 # noqa: E501 6602 6603 :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6604 :rtype: SettingsMetadata 6605 """ 6606 return self._allow_ocr_of_envelope_documents_metadata 6607 6608 @allow_ocr_of_envelope_documents_metadata.setter 6609 def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documents_metadata): 6610 """Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. 6611 6612 # noqa: E501 6613 6614 :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 6615 :type: SettingsMetadata 6616 """ 6617 6618 self._allow_ocr_of_envelope_documents_metadata = allow_ocr_of_envelope_documents_metadata 6619 6620 @property 6621 def allow_offline_signing(self): 6622 """Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6623 6624 # noqa: E501 6625 6626 :return: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6627 :rtype: str 6628 """ 6629 return self._allow_offline_signing 6630 6631 @allow_offline_signing.setter 6632 def allow_offline_signing(self, allow_offline_signing): 6633 """Sets the allow_offline_signing of this AccountSettingsInformation. 6634 6635 # noqa: E501 6636 6637 :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 6638 :type: str 6639 """ 6640 6641 self._allow_offline_signing = allow_offline_signing 6642 6643 @property 6644 def allow_offline_signing_metadata(self): 6645 """Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6646 6647 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 6648 6649 :return: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6650 :rtype: SettingsMetadata 6651 """ 6652 return self._allow_offline_signing_metadata 6653 6654 @allow_offline_signing_metadata.setter 6655 def allow_offline_signing_metadata(self, allow_offline_signing_metadata): 6656 """Sets the allow_offline_signing_metadata of this AccountSettingsInformation. 6657 6658 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 6659 6660 :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 6661 :type: SettingsMetadata 6662 """ 6663 6664 self._allow_offline_signing_metadata = allow_offline_signing_metadata 6665 6666 @property 6667 def allow_only_standalone_web_forms(self): 6668 """Gets the allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6669 6670 # noqa: E501 6671 6672 :return: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6673 :rtype: str 6674 """ 6675 return self._allow_only_standalone_web_forms 6676 6677 @allow_only_standalone_web_forms.setter 6678 def allow_only_standalone_web_forms(self, allow_only_standalone_web_forms): 6679 """Sets the allow_only_standalone_web_forms of this AccountSettingsInformation. 6680 6681 # noqa: E501 6682 6683 :param allow_only_standalone_web_forms: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501 6684 :type: str 6685 """ 6686 6687 self._allow_only_standalone_web_forms = allow_only_standalone_web_forms 6688 6689 @property 6690 def allow_only_standalone_web_forms_metadata(self): 6691 """Gets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6692 6693 # noqa: E501 6694 6695 :return: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6696 :rtype: SettingsMetadata 6697 """ 6698 return self._allow_only_standalone_web_forms_metadata 6699 6700 @allow_only_standalone_web_forms_metadata.setter 6701 def allow_only_standalone_web_forms_metadata(self, allow_only_standalone_web_forms_metadata): 6702 """Sets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. 6703 6704 # noqa: E501 6705 6706 :param allow_only_standalone_web_forms_metadata: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 6707 :type: SettingsMetadata 6708 """ 6709 6710 self._allow_only_standalone_web_forms_metadata = allow_only_standalone_web_forms_metadata 6711 6712 @property 6713 def allow_open_trust_signer_certificate(self): 6714 """Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6715 6716 # noqa: E501 6717 6718 :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6719 :rtype: str 6720 """ 6721 return self._allow_open_trust_signer_certificate 6722 6723 @allow_open_trust_signer_certificate.setter 6724 def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificate): 6725 """Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. 6726 6727 # noqa: E501 6728 6729 :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 6730 :type: str 6731 """ 6732 6733 self._allow_open_trust_signer_certificate = allow_open_trust_signer_certificate 6734 6735 @property 6736 def allow_open_trust_signer_certificate_metadata(self): 6737 """Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6738 6739 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 6740 6741 :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6742 :rtype: SettingsMetadata 6743 """ 6744 return self._allow_open_trust_signer_certificate_metadata 6745 6746 @allow_open_trust_signer_certificate_metadata.setter 6747 def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_certificate_metadata): 6748 """Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. 6749 6750 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 6751 6752 :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6753 :type: SettingsMetadata 6754 """ 6755 6756 self._allow_open_trust_signer_certificate_metadata = allow_open_trust_signer_certificate_metadata 6757 6758 @property 6759 def allow_organization_branding(self): 6760 """Gets the allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6761 6762 # noqa: E501 6763 6764 :return: The allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6765 :rtype: str 6766 """ 6767 return self._allow_organization_branding 6768 6769 @allow_organization_branding.setter 6770 def allow_organization_branding(self, allow_organization_branding): 6771 """Sets the allow_organization_branding of this AccountSettingsInformation. 6772 6773 # noqa: E501 6774 6775 :param allow_organization_branding: The allow_organization_branding of this AccountSettingsInformation. # noqa: E501 6776 :type: str 6777 """ 6778 6779 self._allow_organization_branding = allow_organization_branding 6780 6781 @property 6782 def allow_organization_branding_metadata(self): 6783 """Gets the allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6784 6785 # noqa: E501 6786 6787 :return: The allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6788 :rtype: SettingsMetadata 6789 """ 6790 return self._allow_organization_branding_metadata 6791 6792 @allow_organization_branding_metadata.setter 6793 def allow_organization_branding_metadata(self, allow_organization_branding_metadata): 6794 """Sets the allow_organization_branding_metadata of this AccountSettingsInformation. 6795 6796 # noqa: E501 6797 6798 :param allow_organization_branding_metadata: The allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501 6799 :type: SettingsMetadata 6800 """ 6801 6802 self._allow_organization_branding_metadata = allow_organization_branding_metadata 6803 6804 @property 6805 def allow_organization_docusign_monitor(self): 6806 """Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6807 6808 # noqa: E501 6809 6810 :return: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6811 :rtype: str 6812 """ 6813 return self._allow_organization_docusign_monitor 6814 6815 @allow_organization_docusign_monitor.setter 6816 def allow_organization_docusign_monitor(self, allow_organization_docusign_monitor): 6817 """Sets the allow_organization_docusign_monitor of this AccountSettingsInformation. 6818 6819 # noqa: E501 6820 6821 :param allow_organization_docusign_monitor: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 6822 :type: str 6823 """ 6824 6825 self._allow_organization_docusign_monitor = allow_organization_docusign_monitor 6826 6827 @property 6828 def allow_organization_docusign_monitor_free(self): 6829 """Gets the allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6830 6831 # noqa: E501 6832 6833 :return: The allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6834 :rtype: str 6835 """ 6836 return self._allow_organization_docusign_monitor_free 6837 6838 @allow_organization_docusign_monitor_free.setter 6839 def allow_organization_docusign_monitor_free(self, allow_organization_docusign_monitor_free): 6840 """Sets the allow_organization_docusign_monitor_free of this AccountSettingsInformation. 6841 6842 # noqa: E501 6843 6844 :param allow_organization_docusign_monitor_free: The allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501 6845 :type: str 6846 """ 6847 6848 self._allow_organization_docusign_monitor_free = allow_organization_docusign_monitor_free 6849 6850 @property 6851 def allow_organization_docusign_monitor_free_metadata(self): 6852 """Gets the allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6853 6854 # noqa: E501 6855 6856 :return: The allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6857 :rtype: SettingsMetadata 6858 """ 6859 return self._allow_organization_docusign_monitor_free_metadata 6860 6861 @allow_organization_docusign_monitor_free_metadata.setter 6862 def allow_organization_docusign_monitor_free_metadata(self, allow_organization_docusign_monitor_free_metadata): 6863 """Sets the allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. 6864 6865 # noqa: E501 6866 6867 :param allow_organization_docusign_monitor_free_metadata: The allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501 6868 :type: SettingsMetadata 6869 """ 6870 6871 self._allow_organization_docusign_monitor_free_metadata = allow_organization_docusign_monitor_free_metadata 6872 6873 @property 6874 def allow_organization_docusign_monitor_metadata(self): 6875 """Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6876 6877 # noqa: E501 6878 6879 :return: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6880 :rtype: SettingsMetadata 6881 """ 6882 return self._allow_organization_docusign_monitor_metadata 6883 6884 @allow_organization_docusign_monitor_metadata.setter 6885 def allow_organization_docusign_monitor_metadata(self, allow_organization_docusign_monitor_metadata): 6886 """Sets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. 6887 6888 # noqa: E501 6889 6890 :param allow_organization_docusign_monitor_metadata: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 6891 :type: SettingsMetadata 6892 """ 6893 6894 self._allow_organization_docusign_monitor_metadata = allow_organization_docusign_monitor_metadata 6895 6896 @property 6897 def allow_organization_domain_user_management(self): 6898 """Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6899 6900 # noqa: E501 6901 6902 :return: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6903 :rtype: str 6904 """ 6905 return self._allow_organization_domain_user_management 6906 6907 @allow_organization_domain_user_management.setter 6908 def allow_organization_domain_user_management(self, allow_organization_domain_user_management): 6909 """Sets the allow_organization_domain_user_management of this AccountSettingsInformation. 6910 6911 # noqa: E501 6912 6913 :param allow_organization_domain_user_management: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 6914 :type: str 6915 """ 6916 6917 self._allow_organization_domain_user_management = allow_organization_domain_user_management 6918 6919 @property 6920 def allow_organization_domain_user_management_metadata(self): 6921 """Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6922 6923 # noqa: E501 6924 6925 :return: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6926 :rtype: SettingsMetadata 6927 """ 6928 return self._allow_organization_domain_user_management_metadata 6929 6930 @allow_organization_domain_user_management_metadata.setter 6931 def allow_organization_domain_user_management_metadata(self, allow_organization_domain_user_management_metadata): 6932 """Sets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. 6933 6934 # noqa: E501 6935 6936 :param allow_organization_domain_user_management_metadata: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 6937 :type: SettingsMetadata 6938 """ 6939 6940 self._allow_organization_domain_user_management_metadata = allow_organization_domain_user_management_metadata 6941 6942 @property 6943 def allow_organizations(self): 6944 """Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501 6945 6946 # noqa: E501 6947 6948 :return: The allow_organizations of this AccountSettingsInformation. # noqa: E501 6949 :rtype: str 6950 """ 6951 return self._allow_organizations 6952 6953 @allow_organizations.setter 6954 def allow_organizations(self, allow_organizations): 6955 """Sets the allow_organizations of this AccountSettingsInformation. 6956 6957 # noqa: E501 6958 6959 :param allow_organizations: The allow_organizations of this AccountSettingsInformation. # noqa: E501 6960 :type: str 6961 """ 6962 6963 self._allow_organizations = allow_organizations 6964 6965 @property 6966 def allow_organizations_metadata(self): 6967 """Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6968 6969 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 6970 6971 :return: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6972 :rtype: SettingsMetadata 6973 """ 6974 return self._allow_organizations_metadata 6975 6976 @allow_organizations_metadata.setter 6977 def allow_organizations_metadata(self, allow_organizations_metadata): 6978 """Sets the allow_organizations_metadata of this AccountSettingsInformation. 6979 6980 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 6981 6982 :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 6983 :type: SettingsMetadata 6984 """ 6985 6986 self._allow_organizations_metadata = allow_organizations_metadata 6987 6988 @property 6989 def allow_organization_sso_management(self): 6990 """Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 6991 6992 # noqa: E501 6993 6994 :return: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 6995 :rtype: str 6996 """ 6997 return self._allow_organization_sso_management 6998 6999 @allow_organization_sso_management.setter 7000 def allow_organization_sso_management(self, allow_organization_sso_management): 7001 """Sets the allow_organization_sso_management of this AccountSettingsInformation. 7002 7003 # noqa: E501 7004 7005 :param allow_organization_sso_management: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 7006 :type: str 7007 """ 7008 7009 self._allow_organization_sso_management = allow_organization_sso_management 7010 7011 @property 7012 def allow_organization_sso_management_metadata(self): 7013 """Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7014 7015 # noqa: E501 7016 7017 :return: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7018 :rtype: SettingsMetadata 7019 """ 7020 return self._allow_organization_sso_management_metadata 7021 7022 @allow_organization_sso_management_metadata.setter 7023 def allow_organization_sso_management_metadata(self, allow_organization_sso_management_metadata): 7024 """Sets the allow_organization_sso_management_metadata of this AccountSettingsInformation. 7025 7026 # noqa: E501 7027 7028 :param allow_organization_sso_management_metadata: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 7029 :type: SettingsMetadata 7030 """ 7031 7032 self._allow_organization_sso_management_metadata = allow_organization_sso_management_metadata 7033 7034 @property 7035 def allow_organization_to_use_in_person_electronic_notary(self): 7036 """Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7037 7038 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7039 7040 :return: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7041 :rtype: str 7042 """ 7043 return self._allow_organization_to_use_in_person_electronic_notary 7044 7045 @allow_organization_to_use_in_person_electronic_notary.setter 7046 def allow_organization_to_use_in_person_electronic_notary(self, allow_organization_to_use_in_person_electronic_notary): 7047 """Sets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. 7048 7049 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7050 7051 :param allow_organization_to_use_in_person_electronic_notary: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 7052 :type: str 7053 """ 7054 7055 self._allow_organization_to_use_in_person_electronic_notary = allow_organization_to_use_in_person_electronic_notary 7056 7057 @property 7058 def allow_organization_to_use_in_person_electronic_notary_metadata(self): 7059 """Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7060 7061 MetaData for the Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7062 7063 :return: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7064 :rtype: SettingsMetadata 7065 """ 7066 return self._allow_organization_to_use_in_person_electronic_notary_metadata 7067 7068 @allow_organization_to_use_in_person_electronic_notary_metadata.setter 7069 def allow_organization_to_use_in_person_electronic_notary_metadata(self, allow_organization_to_use_in_person_electronic_notary_metadata): 7070 """Sets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. 7071 7072 MetaData for the Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 7073 7074 :param allow_organization_to_use_in_person_electronic_notary_metadata: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7075 :type: SettingsMetadata 7076 """ 7077 7078 self._allow_organization_to_use_in_person_electronic_notary_metadata = allow_organization_to_use_in_person_electronic_notary_metadata 7079 7080 @property 7081 def allow_organization_to_use_remote_notary(self): 7082 """Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7083 7084 # noqa: E501 7085 7086 :return: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7087 :rtype: str 7088 """ 7089 return self._allow_organization_to_use_remote_notary 7090 7091 @allow_organization_to_use_remote_notary.setter 7092 def allow_organization_to_use_remote_notary(self, allow_organization_to_use_remote_notary): 7093 """Sets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. 7094 7095 # noqa: E501 7096 7097 :param allow_organization_to_use_remote_notary: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 7098 :type: str 7099 """ 7100 7101 self._allow_organization_to_use_remote_notary = allow_organization_to_use_remote_notary 7102 7103 @property 7104 def allow_organization_to_use_remote_notary_metadata(self): 7105 """Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7106 7107 # noqa: E501 7108 7109 :return: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7110 :rtype: SettingsMetadata 7111 """ 7112 return self._allow_organization_to_use_remote_notary_metadata 7113 7114 @allow_organization_to_use_remote_notary_metadata.setter 7115 def allow_organization_to_use_remote_notary_metadata(self, allow_organization_to_use_remote_notary_metadata): 7116 """Sets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. 7117 7118 # noqa: E501 7119 7120 :param allow_organization_to_use_remote_notary_metadata: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7121 :type: SettingsMetadata 7122 """ 7123 7124 self._allow_organization_to_use_remote_notary_metadata = allow_organization_to_use_remote_notary_metadata 7125 7126 @property 7127 def allow_organization_to_use_third_party_electronic_notary(self): 7128 """Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7129 7130 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 7131 7132 :return: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7133 :rtype: str 7134 """ 7135 return self._allow_organization_to_use_third_party_electronic_notary 7136 7137 @allow_organization_to_use_third_party_electronic_notary.setter 7138 def allow_organization_to_use_third_party_electronic_notary(self, allow_organization_to_use_third_party_electronic_notary): 7139 """Sets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. 7140 7141 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 7142 7143 :param allow_organization_to_use_third_party_electronic_notary: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7144 :type: str 7145 """ 7146 7147 self._allow_organization_to_use_third_party_electronic_notary = allow_organization_to_use_third_party_electronic_notary 7148 7149 @property 7150 def allow_organization_to_use_third_party_electronic_notary_metadata(self): 7151 """Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7152 7153 Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 7154 7155 :return: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7156 :rtype: SettingsMetadata 7157 """ 7158 return self._allow_organization_to_use_third_party_electronic_notary_metadata 7159 7160 @allow_organization_to_use_third_party_electronic_notary_metadata.setter 7161 def allow_organization_to_use_third_party_electronic_notary_metadata(self, allow_organization_to_use_third_party_electronic_notary_metadata): 7162 """Sets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. 7163 7164 Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 7165 7166 :param allow_organization_to_use_third_party_electronic_notary_metadata: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7167 :type: SettingsMetadata 7168 """ 7169 7170 self._allow_organization_to_use_third_party_electronic_notary_metadata = allow_organization_to_use_third_party_electronic_notary_metadata 7171 7172 @property 7173 def allow_participant_recipient_type(self): 7174 """Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7175 7176 # noqa: E501 7177 7178 :return: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7179 :rtype: str 7180 """ 7181 return self._allow_participant_recipient_type 7182 7183 @allow_participant_recipient_type.setter 7184 def allow_participant_recipient_type(self, allow_participant_recipient_type): 7185 """Sets the allow_participant_recipient_type of this AccountSettingsInformation. 7186 7187 # noqa: E501 7188 7189 :param allow_participant_recipient_type: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 7190 :type: str 7191 """ 7192 7193 self._allow_participant_recipient_type = allow_participant_recipient_type 7194 7195 @property 7196 def allow_participant_recipient_type_metadata(self): 7197 """Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7198 7199 # noqa: E501 7200 7201 :return: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7202 :rtype: SettingsMetadata 7203 """ 7204 return self._allow_participant_recipient_type_metadata 7205 7206 @allow_participant_recipient_type_metadata.setter 7207 def allow_participant_recipient_type_metadata(self, allow_participant_recipient_type_metadata): 7208 """Sets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. 7209 7210 # noqa: E501 7211 7212 :param allow_participant_recipient_type_metadata: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 7213 :type: SettingsMetadata 7214 """ 7215 7216 self._allow_participant_recipient_type_metadata = allow_participant_recipient_type_metadata 7217 7218 @property 7219 def allow_payment_processing(self): 7220 """Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7221 7222 # noqa: E501 7223 7224 :return: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7225 :rtype: str 7226 """ 7227 return self._allow_payment_processing 7228 7229 @allow_payment_processing.setter 7230 def allow_payment_processing(self, allow_payment_processing): 7231 """Sets the allow_payment_processing of this AccountSettingsInformation. 7232 7233 # noqa: E501 7234 7235 :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 7236 :type: str 7237 """ 7238 7239 self._allow_payment_processing = allow_payment_processing 7240 7241 @property 7242 def allow_payment_processing_metadata(self): 7243 """Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7244 7245 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 7246 7247 :return: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7248 :rtype: SettingsMetadata 7249 """ 7250 return self._allow_payment_processing_metadata 7251 7252 @allow_payment_processing_metadata.setter 7253 def allow_payment_processing_metadata(self, allow_payment_processing_metadata): 7254 """Sets the allow_payment_processing_metadata of this AccountSettingsInformation. 7255 7256 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 7257 7258 :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 7259 :type: SettingsMetadata 7260 """ 7261 7262 self._allow_payment_processing_metadata = allow_payment_processing_metadata 7263 7264 @property 7265 def allow_pending_destination_url_edition(self): 7266 """Gets the allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7267 7268 # noqa: E501 7269 7270 :return: The allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7271 :rtype: str 7272 """ 7273 return self._allow_pending_destination_url_edition 7274 7275 @allow_pending_destination_url_edition.setter 7276 def allow_pending_destination_url_edition(self, allow_pending_destination_url_edition): 7277 """Sets the allow_pending_destination_url_edition of this AccountSettingsInformation. 7278 7279 # noqa: E501 7280 7281 :param allow_pending_destination_url_edition: The allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501 7282 :type: str 7283 """ 7284 7285 self._allow_pending_destination_url_edition = allow_pending_destination_url_edition 7286 7287 @property 7288 def allow_pending_destination_url_edition_metadata(self): 7289 """Gets the allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7290 7291 # noqa: E501 7292 7293 :return: The allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7294 :rtype: SettingsMetadata 7295 """ 7296 return self._allow_pending_destination_url_edition_metadata 7297 7298 @allow_pending_destination_url_edition_metadata.setter 7299 def allow_pending_destination_url_edition_metadata(self, allow_pending_destination_url_edition_metadata): 7300 """Sets the allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. 7301 7302 # noqa: E501 7303 7304 :param allow_pending_destination_url_edition_metadata: The allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501 7305 :type: SettingsMetadata 7306 """ 7307 7308 self._allow_pending_destination_url_edition_metadata = allow_pending_destination_url_edition_metadata 7309 7310 @property 7311 def allow_performance_analytics(self): 7312 """Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7313 7314 # noqa: E501 7315 7316 :return: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7317 :rtype: str 7318 """ 7319 return self._allow_performance_analytics 7320 7321 @allow_performance_analytics.setter 7322 def allow_performance_analytics(self, allow_performance_analytics): 7323 """Sets the allow_performance_analytics of this AccountSettingsInformation. 7324 7325 # noqa: E501 7326 7327 :param allow_performance_analytics: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 7328 :type: str 7329 """ 7330 7331 self._allow_performance_analytics = allow_performance_analytics 7332 7333 @property 7334 def allow_performance_analytics_metadata(self): 7335 """Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7336 7337 # noqa: E501 7338 7339 :return: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7340 :rtype: SettingsMetadata 7341 """ 7342 return self._allow_performance_analytics_metadata 7343 7344 @allow_performance_analytics_metadata.setter 7345 def allow_performance_analytics_metadata(self, allow_performance_analytics_metadata): 7346 """Sets the allow_performance_analytics_metadata of this AccountSettingsInformation. 7347 7348 # noqa: E501 7349 7350 :param allow_performance_analytics_metadata: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 7351 :type: SettingsMetadata 7352 """ 7353 7354 self._allow_performance_analytics_metadata = allow_performance_analytics_metadata 7355 7356 @property 7357 def allow_phone_authentication(self): 7358 """Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7359 7360 # noqa: E501 7361 7362 :return: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7363 :rtype: str 7364 """ 7365 return self._allow_phone_authentication 7366 7367 @allow_phone_authentication.setter 7368 def allow_phone_authentication(self, allow_phone_authentication): 7369 """Sets the allow_phone_authentication of this AccountSettingsInformation. 7370 7371 # noqa: E501 7372 7373 :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 7374 :type: str 7375 """ 7376 7377 self._allow_phone_authentication = allow_phone_authentication 7378 7379 @property 7380 def allow_phone_authentication_metadata(self): 7381 """Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7382 7383 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 7384 7385 :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7386 :rtype: SettingsMetadata 7387 """ 7388 return self._allow_phone_authentication_metadata 7389 7390 @allow_phone_authentication_metadata.setter 7391 def allow_phone_authentication_metadata(self, allow_phone_authentication_metadata): 7392 """Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. 7393 7394 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 7395 7396 :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 7397 :type: SettingsMetadata 7398 """ 7399 7400 self._allow_phone_authentication_metadata = allow_phone_authentication_metadata 7401 7402 @property 7403 def allow_phone_auth_override(self): 7404 """Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7405 7406 # noqa: E501 7407 7408 :return: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7409 :rtype: str 7410 """ 7411 return self._allow_phone_auth_override 7412 7413 @allow_phone_auth_override.setter 7414 def allow_phone_auth_override(self, allow_phone_auth_override): 7415 """Sets the allow_phone_auth_override of this AccountSettingsInformation. 7416 7417 # noqa: E501 7418 7419 :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 7420 :type: str 7421 """ 7422 7423 self._allow_phone_auth_override = allow_phone_auth_override 7424 7425 @property 7426 def allow_phone_auth_override_metadata(self): 7427 """Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7428 7429 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 7430 7431 :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7432 :rtype: SettingsMetadata 7433 """ 7434 return self._allow_phone_auth_override_metadata 7435 7436 @allow_phone_auth_override_metadata.setter 7437 def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata): 7438 """Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. 7439 7440 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 7441 7442 :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 7443 :type: SettingsMetadata 7444 """ 7445 7446 self._allow_phone_auth_override_metadata = allow_phone_auth_override_metadata 7447 7448 @property 7449 def allow_private_signing_groups(self): 7450 """Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7451 7452 # noqa: E501 7453 7454 :return: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7455 :rtype: str 7456 """ 7457 return self._allow_private_signing_groups 7458 7459 @allow_private_signing_groups.setter 7460 def allow_private_signing_groups(self, allow_private_signing_groups): 7461 """Sets the allow_private_signing_groups of this AccountSettingsInformation. 7462 7463 # noqa: E501 7464 7465 :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 7466 :type: str 7467 """ 7468 7469 self._allow_private_signing_groups = allow_private_signing_groups 7470 7471 @property 7472 def allow_private_signing_groups_metadata(self): 7473 """Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7474 7475 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 7476 7477 :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7478 :rtype: SettingsMetadata 7479 """ 7480 return self._allow_private_signing_groups_metadata 7481 7482 @allow_private_signing_groups_metadata.setter 7483 def allow_private_signing_groups_metadata(self, allow_private_signing_groups_metadata): 7484 """Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. 7485 7486 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 7487 7488 :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 7489 :type: SettingsMetadata 7490 """ 7491 7492 self._allow_private_signing_groups_metadata = allow_private_signing_groups_metadata 7493 7494 @property 7495 def allow_recipient_connect(self): 7496 """Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7497 7498 # noqa: E501 7499 7500 :return: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7501 :rtype: str 7502 """ 7503 return self._allow_recipient_connect 7504 7505 @allow_recipient_connect.setter 7506 def allow_recipient_connect(self, allow_recipient_connect): 7507 """Sets the allow_recipient_connect of this AccountSettingsInformation. 7508 7509 # noqa: E501 7510 7511 :param allow_recipient_connect: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 7512 :type: str 7513 """ 7514 7515 self._allow_recipient_connect = allow_recipient_connect 7516 7517 @property 7518 def allow_recipient_connect_metadata(self): 7519 """Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7520 7521 # noqa: E501 7522 7523 :return: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7524 :rtype: SettingsMetadata 7525 """ 7526 return self._allow_recipient_connect_metadata 7527 7528 @allow_recipient_connect_metadata.setter 7529 def allow_recipient_connect_metadata(self, allow_recipient_connect_metadata): 7530 """Sets the allow_recipient_connect_metadata of this AccountSettingsInformation. 7531 7532 # noqa: E501 7533 7534 :param allow_recipient_connect_metadata: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 7535 :type: SettingsMetadata 7536 """ 7537 7538 self._allow_recipient_connect_metadata = allow_recipient_connect_metadata 7539 7540 @property 7541 def allow_reminders(self): 7542 """Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501 7543 7544 # noqa: E501 7545 7546 :return: The allow_reminders of this AccountSettingsInformation. # noqa: E501 7547 :rtype: str 7548 """ 7549 return self._allow_reminders 7550 7551 @allow_reminders.setter 7552 def allow_reminders(self, allow_reminders): 7553 """Sets the allow_reminders of this AccountSettingsInformation. 7554 7555 # noqa: E501 7556 7557 :param allow_reminders: The allow_reminders of this AccountSettingsInformation. # noqa: E501 7558 :type: str 7559 """ 7560 7561 self._allow_reminders = allow_reminders 7562 7563 @property 7564 def allow_reminders_metadata(self): 7565 """Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7566 7567 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 7568 7569 :return: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7570 :rtype: SettingsMetadata 7571 """ 7572 return self._allow_reminders_metadata 7573 7574 @allow_reminders_metadata.setter 7575 def allow_reminders_metadata(self, allow_reminders_metadata): 7576 """Sets the allow_reminders_metadata of this AccountSettingsInformation. 7577 7578 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 7579 7580 :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 7581 :type: SettingsMetadata 7582 """ 7583 7584 self._allow_reminders_metadata = allow_reminders_metadata 7585 7586 @property 7587 def allow_remote_notary(self): 7588 """Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7589 7590 # noqa: E501 7591 7592 :return: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7593 :rtype: str 7594 """ 7595 return self._allow_remote_notary 7596 7597 @allow_remote_notary.setter 7598 def allow_remote_notary(self, allow_remote_notary): 7599 """Sets the allow_remote_notary of this AccountSettingsInformation. 7600 7601 # noqa: E501 7602 7603 :param allow_remote_notary: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 7604 :type: str 7605 """ 7606 7607 self._allow_remote_notary = allow_remote_notary 7608 7609 @property 7610 def allow_remote_notary_metadata(self): 7611 """Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7612 7613 # noqa: E501 7614 7615 :return: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7616 :rtype: SettingsMetadata 7617 """ 7618 return self._allow_remote_notary_metadata 7619 7620 @allow_remote_notary_metadata.setter 7621 def allow_remote_notary_metadata(self, allow_remote_notary_metadata): 7622 """Sets the allow_remote_notary_metadata of this AccountSettingsInformation. 7623 7624 # noqa: E501 7625 7626 :param allow_remote_notary_metadata: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 7627 :type: SettingsMetadata 7628 """ 7629 7630 self._allow_remote_notary_metadata = allow_remote_notary_metadata 7631 7632 @property 7633 def allow_resource_file_branding(self): 7634 """Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7635 7636 # noqa: E501 7637 7638 :return: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7639 :rtype: str 7640 """ 7641 return self._allow_resource_file_branding 7642 7643 @allow_resource_file_branding.setter 7644 def allow_resource_file_branding(self, allow_resource_file_branding): 7645 """Sets the allow_resource_file_branding of this AccountSettingsInformation. 7646 7647 # noqa: E501 7648 7649 :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 7650 :type: str 7651 """ 7652 7653 self._allow_resource_file_branding = allow_resource_file_branding 7654 7655 @property 7656 def allow_resource_file_branding_metadata(self): 7657 """Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7658 7659 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 7660 7661 :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7662 :rtype: SettingsMetadata 7663 """ 7664 return self._allow_resource_file_branding_metadata 7665 7666 @allow_resource_file_branding_metadata.setter 7667 def allow_resource_file_branding_metadata(self, allow_resource_file_branding_metadata): 7668 """Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. 7669 7670 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 7671 7672 :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 7673 :type: SettingsMetadata 7674 """ 7675 7676 self._allow_resource_file_branding_metadata = allow_resource_file_branding_metadata 7677 7678 @property 7679 def allow_safe_bio_pharma_signer_certificate(self): 7680 """Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7681 7682 # noqa: E501 7683 7684 :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7685 :rtype: str 7686 """ 7687 return self._allow_safe_bio_pharma_signer_certificate 7688 7689 @allow_safe_bio_pharma_signer_certificate.setter 7690 def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_certificate): 7691 """Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. 7692 7693 # noqa: E501 7694 7695 :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 7696 :type: str 7697 """ 7698 7699 self._allow_safe_bio_pharma_signer_certificate = allow_safe_bio_pharma_signer_certificate 7700 7701 @property 7702 def allow_safe_bio_pharma_signer_certificate_metadata(self): 7703 """Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7704 7705 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 7706 7707 :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7708 :rtype: SettingsMetadata 7709 """ 7710 return self._allow_safe_bio_pharma_signer_certificate_metadata 7711 7712 @allow_safe_bio_pharma_signer_certificate_metadata.setter 7713 def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharma_signer_certificate_metadata): 7714 """Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. 7715 7716 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 7717 7718 :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 7719 :type: SettingsMetadata 7720 """ 7721 7722 self._allow_safe_bio_pharma_signer_certificate_metadata = allow_safe_bio_pharma_signer_certificate_metadata 7723 7724 @property 7725 def allow_scheduled_sending(self): 7726 """Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7727 7728 \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 7729 7730 :return: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7731 :rtype: str 7732 """ 7733 return self._allow_scheduled_sending 7734 7735 @allow_scheduled_sending.setter 7736 def allow_scheduled_sending(self, allow_scheduled_sending): 7737 """Sets the allow_scheduled_sending of this AccountSettingsInformation. 7738 7739 \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 7740 7741 :param allow_scheduled_sending: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 7742 :type: str 7743 """ 7744 7745 self._allow_scheduled_sending = allow_scheduled_sending 7746 7747 @property 7748 def allow_scheduled_sending_metadata(self): 7749 """Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7750 7751 # noqa: E501 7752 7753 :return: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7754 :rtype: SettingsMetadata 7755 """ 7756 return self._allow_scheduled_sending_metadata 7757 7758 @allow_scheduled_sending_metadata.setter 7759 def allow_scheduled_sending_metadata(self, allow_scheduled_sending_metadata): 7760 """Sets the allow_scheduled_sending_metadata of this AccountSettingsInformation. 7761 7762 # noqa: E501 7763 7764 :param allow_scheduled_sending_metadata: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 7765 :type: SettingsMetadata 7766 """ 7767 7768 self._allow_scheduled_sending_metadata = allow_scheduled_sending_metadata 7769 7770 @property 7771 def allow_security_appliance(self): 7772 """Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7773 7774 # noqa: E501 7775 7776 :return: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7777 :rtype: str 7778 """ 7779 return self._allow_security_appliance 7780 7781 @allow_security_appliance.setter 7782 def allow_security_appliance(self, allow_security_appliance): 7783 """Sets the allow_security_appliance of this AccountSettingsInformation. 7784 7785 # noqa: E501 7786 7787 :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 7788 :type: str 7789 """ 7790 7791 self._allow_security_appliance = allow_security_appliance 7792 7793 @property 7794 def allow_security_appliance_metadata(self): 7795 """Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7796 7797 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 7798 7799 :return: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7800 :rtype: SettingsMetadata 7801 """ 7802 return self._allow_security_appliance_metadata 7803 7804 @allow_security_appliance_metadata.setter 7805 def allow_security_appliance_metadata(self, allow_security_appliance_metadata): 7806 """Sets the allow_security_appliance_metadata of this AccountSettingsInformation. 7807 7808 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 7809 7810 :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 7811 :type: SettingsMetadata 7812 """ 7813 7814 self._allow_security_appliance_metadata = allow_security_appliance_metadata 7815 7816 @property 7817 def allow_sending_envelopes_on_behalf_of_others(self): 7818 """Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7819 7820 # noqa: E501 7821 7822 :return: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7823 :rtype: str 7824 """ 7825 return self._allow_sending_envelopes_on_behalf_of_others 7826 7827 @allow_sending_envelopes_on_behalf_of_others.setter 7828 def allow_sending_envelopes_on_behalf_of_others(self, allow_sending_envelopes_on_behalf_of_others): 7829 """Sets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. 7830 7831 # noqa: E501 7832 7833 :param allow_sending_envelopes_on_behalf_of_others: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 7834 :type: str 7835 """ 7836 7837 self._allow_sending_envelopes_on_behalf_of_others = allow_sending_envelopes_on_behalf_of_others 7838 7839 @property 7840 def allow_sending_envelopes_on_behalf_of_others_metadata(self): 7841 """Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7842 7843 # noqa: E501 7844 7845 :return: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7846 :rtype: SettingsMetadata 7847 """ 7848 return self._allow_sending_envelopes_on_behalf_of_others_metadata 7849 7850 @allow_sending_envelopes_on_behalf_of_others_metadata.setter 7851 def allow_sending_envelopes_on_behalf_of_others_metadata(self, allow_sending_envelopes_on_behalf_of_others_metadata): 7852 """Sets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 7853 7854 # noqa: E501 7855 7856 :param allow_sending_envelopes_on_behalf_of_others_metadata: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 7857 :type: SettingsMetadata 7858 """ 7859 7860 self._allow_sending_envelopes_on_behalf_of_others_metadata = allow_sending_envelopes_on_behalf_of_others_metadata 7861 7862 @property 7863 def allow_send_to_certified_delivery(self): 7864 """Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7865 7866 # noqa: E501 7867 7868 :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7869 :rtype: str 7870 """ 7871 return self._allow_send_to_certified_delivery 7872 7873 @allow_send_to_certified_delivery.setter 7874 def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): 7875 """Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. 7876 7877 # noqa: E501 7878 7879 :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 7880 :type: str 7881 """ 7882 7883 self._allow_send_to_certified_delivery = allow_send_to_certified_delivery 7884 7885 @property 7886 def allow_send_to_certified_delivery_metadata(self): 7887 """Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7888 7889 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 7890 7891 :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7892 :rtype: SettingsMetadata 7893 """ 7894 return self._allow_send_to_certified_delivery_metadata 7895 7896 @allow_send_to_certified_delivery_metadata.setter 7897 def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_delivery_metadata): 7898 """Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. 7899 7900 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 7901 7902 :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 7903 :type: SettingsMetadata 7904 """ 7905 7906 self._allow_send_to_certified_delivery_metadata = allow_send_to_certified_delivery_metadata 7907 7908 @property 7909 def allow_send_to_intermediary(self): 7910 """Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7911 7912 # noqa: E501 7913 7914 :return: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7915 :rtype: str 7916 """ 7917 return self._allow_send_to_intermediary 7918 7919 @allow_send_to_intermediary.setter 7920 def allow_send_to_intermediary(self, allow_send_to_intermediary): 7921 """Sets the allow_send_to_intermediary of this AccountSettingsInformation. 7922 7923 # noqa: E501 7924 7925 :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 7926 :type: str 7927 """ 7928 7929 self._allow_send_to_intermediary = allow_send_to_intermediary 7930 7931 @property 7932 def allow_send_to_intermediary_metadata(self): 7933 """Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7934 7935 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 7936 7937 :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7938 :rtype: SettingsMetadata 7939 """ 7940 return self._allow_send_to_intermediary_metadata 7941 7942 @allow_send_to_intermediary_metadata.setter 7943 def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadata): 7944 """Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. 7945 7946 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 7947 7948 :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 7949 :type: SettingsMetadata 7950 """ 7951 7952 self._allow_send_to_intermediary_metadata = allow_send_to_intermediary_metadata 7953 7954 @property 7955 def allow_server_templates(self): 7956 """Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501 7957 7958 # noqa: E501 7959 7960 :return: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 7961 :rtype: str 7962 """ 7963 return self._allow_server_templates 7964 7965 @allow_server_templates.setter 7966 def allow_server_templates(self, allow_server_templates): 7967 """Sets the allow_server_templates of this AccountSettingsInformation. 7968 7969 # noqa: E501 7970 7971 :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 7972 :type: str 7973 """ 7974 7975 self._allow_server_templates = allow_server_templates 7976 7977 @property 7978 def allow_server_templates_metadata(self): 7979 """Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7980 7981 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 7982 7983 :return: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7984 :rtype: SettingsMetadata 7985 """ 7986 return self._allow_server_templates_metadata 7987 7988 @allow_server_templates_metadata.setter 7989 def allow_server_templates_metadata(self, allow_server_templates_metadata): 7990 """Sets the allow_server_templates_metadata of this AccountSettingsInformation. 7991 7992 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 7993 7994 :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 7995 :type: SettingsMetadata 7996 """ 7997 7998 self._allow_server_templates_metadata = allow_server_templates_metadata 7999 8000 @property 8001 def allow_set_embedded_recipient_start_url(self): 8002 """Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8003 8004 # noqa: E501 8005 8006 :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8007 :rtype: str 8008 """ 8009 return self._allow_set_embedded_recipient_start_url 8010 8011 @allow_set_embedded_recipient_start_url.setter 8012 def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_start_url): 8013 """Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. 8014 8015 # noqa: E501 8016 8017 :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 8018 :type: str 8019 """ 8020 8021 self._allow_set_embedded_recipient_start_url = allow_set_embedded_recipient_start_url 8022 8023 @property 8024 def allow_set_embedded_recipient_start_url_metadata(self): 8025 """Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8026 8027 # noqa: E501 8028 8029 :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8030 :rtype: SettingsMetadata 8031 """ 8032 return self._allow_set_embedded_recipient_start_url_metadata 8033 8034 @allow_set_embedded_recipient_start_url_metadata.setter 8035 def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_recipient_start_url_metadata): 8036 """Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. 8037 8038 # noqa: E501 8039 8040 :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 8041 :type: SettingsMetadata 8042 """ 8043 8044 self._allow_set_embedded_recipient_start_url_metadata = allow_set_embedded_recipient_start_url_metadata 8045 8046 @property 8047 def allow_shared_tabs(self): 8048 """Gets the allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8049 8050 # noqa: E501 8051 8052 :return: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8053 :rtype: str 8054 """ 8055 return self._allow_shared_tabs 8056 8057 @allow_shared_tabs.setter 8058 def allow_shared_tabs(self, allow_shared_tabs): 8059 """Sets the allow_shared_tabs of this AccountSettingsInformation. 8060 8061 # noqa: E501 8062 8063 :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 8064 :type: str 8065 """ 8066 8067 self._allow_shared_tabs = allow_shared_tabs 8068 8069 @property 8070 def allow_shared_tabs_metadata(self): 8071 """Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8072 8073 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 8074 8075 :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8076 :rtype: SettingsMetadata 8077 """ 8078 return self._allow_shared_tabs_metadata 8079 8080 @allow_shared_tabs_metadata.setter 8081 def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): 8082 """Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. 8083 8084 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 8085 8086 :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 8087 :type: SettingsMetadata 8088 """ 8089 8090 self._allow_shared_tabs_metadata = allow_shared_tabs_metadata 8091 8092 @property 8093 def allow_signature_stamps(self): 8094 """Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8095 8096 # noqa: E501 8097 8098 :return: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8099 :rtype: str 8100 """ 8101 return self._allow_signature_stamps 8102 8103 @allow_signature_stamps.setter 8104 def allow_signature_stamps(self, allow_signature_stamps): 8105 """Sets the allow_signature_stamps of this AccountSettingsInformation. 8106 8107 # noqa: E501 8108 8109 :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 8110 :type: str 8111 """ 8112 8113 self._allow_signature_stamps = allow_signature_stamps 8114 8115 @property 8116 def allow_signature_stamps_metadata(self): 8117 """Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8118 8119 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 8120 8121 :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8122 :rtype: SettingsMetadata 8123 """ 8124 return self._allow_signature_stamps_metadata 8125 8126 @allow_signature_stamps_metadata.setter 8127 def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): 8128 """Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. 8129 8130 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 8131 8132 :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 8133 :type: SettingsMetadata 8134 """ 8135 8136 self._allow_signature_stamps_metadata = allow_signature_stamps_metadata 8137 8138 @property 8139 def allow_sign_document_from_home_page(self): 8140 """Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8141 8142 # noqa: E501 8143 8144 :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8145 :rtype: str 8146 """ 8147 return self._allow_sign_document_from_home_page 8148 8149 @allow_sign_document_from_home_page.setter 8150 def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page): 8151 """Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. 8152 8153 # noqa: E501 8154 8155 :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 8156 :type: str 8157 """ 8158 8159 self._allow_sign_document_from_home_page = allow_sign_document_from_home_page 8160 8161 @property 8162 def allow_sign_document_from_home_page_metadata(self): 8163 """Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8164 8165 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 8166 8167 :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8168 :rtype: SettingsMetadata 8169 """ 8170 return self._allow_sign_document_from_home_page_metadata 8171 8172 @allow_sign_document_from_home_page_metadata.setter 8173 def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_home_page_metadata): 8174 """Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. 8175 8176 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 8177 8178 :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 8179 :type: SettingsMetadata 8180 """ 8181 8182 self._allow_sign_document_from_home_page_metadata = allow_sign_document_from_home_page_metadata 8183 8184 @property 8185 def allow_signer_reassign(self): 8186 """Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8187 8188 # noqa: E501 8189 8190 :return: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8191 :rtype: str 8192 """ 8193 return self._allow_signer_reassign 8194 8195 @allow_signer_reassign.setter 8196 def allow_signer_reassign(self, allow_signer_reassign): 8197 """Sets the allow_signer_reassign of this AccountSettingsInformation. 8198 8199 # noqa: E501 8200 8201 :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 8202 :type: str 8203 """ 8204 8205 self._allow_signer_reassign = allow_signer_reassign 8206 8207 @property 8208 def allow_signer_reassign_metadata(self): 8209 """Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8210 8211 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 8212 8213 :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8214 :rtype: SettingsMetadata 8215 """ 8216 return self._allow_signer_reassign_metadata 8217 8218 @allow_signer_reassign_metadata.setter 8219 def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): 8220 """Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. 8221 8222 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 8223 8224 :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 8225 :type: SettingsMetadata 8226 """ 8227 8228 self._allow_signer_reassign_metadata = allow_signer_reassign_metadata 8229 8230 @property 8231 def allow_signer_reassign_override(self): 8232 """Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8233 8234 # noqa: E501 8235 8236 :return: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8237 :rtype: str 8238 """ 8239 return self._allow_signer_reassign_override 8240 8241 @allow_signer_reassign_override.setter 8242 def allow_signer_reassign_override(self, allow_signer_reassign_override): 8243 """Sets the allow_signer_reassign_override of this AccountSettingsInformation. 8244 8245 # noqa: E501 8246 8247 :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 8248 :type: str 8249 """ 8250 8251 self._allow_signer_reassign_override = allow_signer_reassign_override 8252 8253 @property 8254 def allow_signer_reassign_override_metadata(self): 8255 """Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8256 8257 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 8258 8259 :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8260 :rtype: SettingsMetadata 8261 """ 8262 return self._allow_signer_reassign_override_metadata 8263 8264 @allow_signer_reassign_override_metadata.setter 8265 def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override_metadata): 8266 """Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. 8267 8268 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 8269 8270 :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 8271 :type: SettingsMetadata 8272 """ 8273 8274 self._allow_signer_reassign_override_metadata = allow_signer_reassign_override_metadata 8275 8276 @property 8277 def allow_signing_extensions(self): 8278 """Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8279 8280 # noqa: E501 8281 8282 :return: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8283 :rtype: str 8284 """ 8285 return self._allow_signing_extensions 8286 8287 @allow_signing_extensions.setter 8288 def allow_signing_extensions(self, allow_signing_extensions): 8289 """Sets the allow_signing_extensions of this AccountSettingsInformation. 8290 8291 # noqa: E501 8292 8293 :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 8294 :type: str 8295 """ 8296 8297 self._allow_signing_extensions = allow_signing_extensions 8298 8299 @property 8300 def allow_signing_extensions_metadata(self): 8301 """Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8302 8303 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 8304 8305 :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8306 :rtype: SettingsMetadata 8307 """ 8308 return self._allow_signing_extensions_metadata 8309 8310 @allow_signing_extensions_metadata.setter 8311 def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): 8312 """Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. 8313 8314 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 8315 8316 :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 8317 :type: SettingsMetadata 8318 """ 8319 8320 self._allow_signing_extensions_metadata = allow_signing_extensions_metadata 8321 8322 @property 8323 def allow_signing_groups(self): 8324 """Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8325 8326 # noqa: E501 8327 8328 :return: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8329 :rtype: str 8330 """ 8331 return self._allow_signing_groups 8332 8333 @allow_signing_groups.setter 8334 def allow_signing_groups(self, allow_signing_groups): 8335 """Sets the allow_signing_groups of this AccountSettingsInformation. 8336 8337 # noqa: E501 8338 8339 :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 8340 :type: str 8341 """ 8342 8343 self._allow_signing_groups = allow_signing_groups 8344 8345 @property 8346 def allow_signing_groups_metadata(self): 8347 """Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8348 8349 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 8350 8351 :return: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8352 :rtype: SettingsMetadata 8353 """ 8354 return self._allow_signing_groups_metadata 8355 8356 @allow_signing_groups_metadata.setter 8357 def allow_signing_groups_metadata(self, allow_signing_groups_metadata): 8358 """Sets the allow_signing_groups_metadata of this AccountSettingsInformation. 8359 8360 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 8361 8362 :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 8363 :type: SettingsMetadata 8364 """ 8365 8366 self._allow_signing_groups_metadata = allow_signing_groups_metadata 8367 8368 @property 8369 def allow_signing_insights(self): 8370 """Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8371 8372 # noqa: E501 8373 8374 :return: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8375 :rtype: str 8376 """ 8377 return self._allow_signing_insights 8378 8379 @allow_signing_insights.setter 8380 def allow_signing_insights(self, allow_signing_insights): 8381 """Sets the allow_signing_insights of this AccountSettingsInformation. 8382 8383 # noqa: E501 8384 8385 :param allow_signing_insights: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 8386 :type: str 8387 """ 8388 8389 self._allow_signing_insights = allow_signing_insights 8390 8391 @property 8392 def allow_signing_insights_metadata(self): 8393 """Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8394 8395 # noqa: E501 8396 8397 :return: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8398 :rtype: SettingsMetadata 8399 """ 8400 return self._allow_signing_insights_metadata 8401 8402 @allow_signing_insights_metadata.setter 8403 def allow_signing_insights_metadata(self, allow_signing_insights_metadata): 8404 """Sets the allow_signing_insights_metadata of this AccountSettingsInformation. 8405 8406 # noqa: E501 8407 8408 :param allow_signing_insights_metadata: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 8409 :type: SettingsMetadata 8410 """ 8411 8412 self._allow_signing_insights_metadata = allow_signing_insights_metadata 8413 8414 @property 8415 def allow_signing_radio_deselect(self): 8416 """Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8417 8418 # noqa: E501 8419 8420 :return: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8421 :rtype: str 8422 """ 8423 return self._allow_signing_radio_deselect 8424 8425 @allow_signing_radio_deselect.setter 8426 def allow_signing_radio_deselect(self, allow_signing_radio_deselect): 8427 """Sets the allow_signing_radio_deselect of this AccountSettingsInformation. 8428 8429 # noqa: E501 8430 8431 :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 8432 :type: str 8433 """ 8434 8435 self._allow_signing_radio_deselect = allow_signing_radio_deselect 8436 8437 @property 8438 def allow_signing_radio_deselect_metadata(self): 8439 """Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8440 8441 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 8442 8443 :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8444 :rtype: SettingsMetadata 8445 """ 8446 return self._allow_signing_radio_deselect_metadata 8447 8448 @allow_signing_radio_deselect_metadata.setter 8449 def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_metadata): 8450 """Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. 8451 8452 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 8453 8454 :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 8455 :type: SettingsMetadata 8456 """ 8457 8458 self._allow_signing_radio_deselect_metadata = allow_signing_radio_deselect_metadata 8459 8460 @property 8461 def allow_sign_now(self): 8462 """Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501 8463 8464 # noqa: E501 8465 8466 :return: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 8467 :rtype: str 8468 """ 8469 return self._allow_sign_now 8470 8471 @allow_sign_now.setter 8472 def allow_sign_now(self, allow_sign_now): 8473 """Sets the allow_sign_now of this AccountSettingsInformation. 8474 8475 # noqa: E501 8476 8477 :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 8478 :type: str 8479 """ 8480 8481 self._allow_sign_now = allow_sign_now 8482 8483 @property 8484 def allow_sign_now_metadata(self): 8485 """Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8486 8487 # noqa: E501 8488 8489 :return: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8490 :rtype: str 8491 """ 8492 return self._allow_sign_now_metadata 8493 8494 @allow_sign_now_metadata.setter 8495 def allow_sign_now_metadata(self, allow_sign_now_metadata): 8496 """Sets the allow_sign_now_metadata of this AccountSettingsInformation. 8497 8498 # noqa: E501 8499 8500 :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 8501 :type: str 8502 """ 8503 8504 self._allow_sign_now_metadata = allow_sign_now_metadata 8505 8506 @property 8507 def allow_sms_delivery(self): 8508 """Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8509 8510 # noqa: E501 8511 8512 :return: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8513 :rtype: str 8514 """ 8515 return self._allow_sms_delivery 8516 8517 @allow_sms_delivery.setter 8518 def allow_sms_delivery(self, allow_sms_delivery): 8519 """Sets the allow_sms_delivery of this AccountSettingsInformation. 8520 8521 # noqa: E501 8522 8523 :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 8524 :type: str 8525 """ 8526 8527 self._allow_sms_delivery = allow_sms_delivery 8528 8529 @property 8530 def allow_sms_delivery_metadata(self): 8531 """Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8532 8533 # noqa: E501 8534 8535 :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8536 :rtype: SettingsMetadata 8537 """ 8538 return self._allow_sms_delivery_metadata 8539 8540 @allow_sms_delivery_metadata.setter 8541 def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): 8542 """Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. 8543 8544 # noqa: E501 8545 8546 :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8547 :type: SettingsMetadata 8548 """ 8549 8550 self._allow_sms_delivery_metadata = allow_sms_delivery_metadata 8551 8552 @property 8553 def allow_social_id_login(self): 8554 """Gets the allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8555 8556 # noqa: E501 8557 8558 :return: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8559 :rtype: str 8560 """ 8561 return self._allow_social_id_login 8562 8563 @allow_social_id_login.setter 8564 def allow_social_id_login(self, allow_social_id_login): 8565 """Sets the allow_social_id_login of this AccountSettingsInformation. 8566 8567 # noqa: E501 8568 8569 :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 8570 :type: str 8571 """ 8572 8573 self._allow_social_id_login = allow_social_id_login 8574 8575 @property 8576 def allow_social_id_login_metadata(self): 8577 """Gets the allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8578 8579 Deprecated. # noqa: E501 8580 8581 :return: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8582 :rtype: SettingsMetadata 8583 """ 8584 return self._allow_social_id_login_metadata 8585 8586 @allow_social_id_login_metadata.setter 8587 def allow_social_id_login_metadata(self, allow_social_id_login_metadata): 8588 """Sets the allow_social_id_login_metadata of this AccountSettingsInformation. 8589 8590 Deprecated. # noqa: E501 8591 8592 :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 8593 :type: SettingsMetadata 8594 """ 8595 8596 self._allow_social_id_login_metadata = allow_social_id_login_metadata 8597 8598 @property 8599 def allow_supplemental_documents(self): 8600 """Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8601 8602 # noqa: E501 8603 8604 :return: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8605 :rtype: str 8606 """ 8607 return self._allow_supplemental_documents 8608 8609 @allow_supplemental_documents.setter 8610 def allow_supplemental_documents(self, allow_supplemental_documents): 8611 """Sets the allow_supplemental_documents of this AccountSettingsInformation. 8612 8613 # noqa: E501 8614 8615 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 8616 :type: str 8617 """ 8618 8619 self._allow_supplemental_documents = allow_supplemental_documents 8620 8621 @property 8622 def allow_supplemental_documents_metadata(self): 8623 """Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8624 8625 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 8626 8627 :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8628 :rtype: SettingsMetadata 8629 """ 8630 return self._allow_supplemental_documents_metadata 8631 8632 @allow_supplemental_documents_metadata.setter 8633 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 8634 """Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. 8635 8636 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 8637 8638 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 8639 :type: SettingsMetadata 8640 """ 8641 8642 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 8643 8644 @property 8645 def allow_third_party_electronic_notary(self): 8646 """Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8647 8648 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 8649 8650 :return: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8651 :rtype: str 8652 """ 8653 return self._allow_third_party_electronic_notary 8654 8655 @allow_third_party_electronic_notary.setter 8656 def allow_third_party_electronic_notary(self, allow_third_party_electronic_notary): 8657 """Sets the allow_third_party_electronic_notary of this AccountSettingsInformation. 8658 8659 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 8660 8661 :param allow_third_party_electronic_notary: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 8662 :type: str 8663 """ 8664 8665 self._allow_third_party_electronic_notary = allow_third_party_electronic_notary 8666 8667 @property 8668 def allow_third_party_electronic_notary_metadata(self): 8669 """Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8670 8671 # noqa: E501 8672 8673 :return: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8674 :rtype: SettingsMetadata 8675 """ 8676 return self._allow_third_party_electronic_notary_metadata 8677 8678 @allow_third_party_electronic_notary_metadata.setter 8679 def allow_third_party_electronic_notary_metadata(self, allow_third_party_electronic_notary_metadata): 8680 """Sets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. 8681 8682 # noqa: E501 8683 8684 :param allow_third_party_electronic_notary_metadata: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 8685 :type: SettingsMetadata 8686 """ 8687 8688 self._allow_third_party_electronic_notary_metadata = allow_third_party_electronic_notary_metadata 8689 8690 @property 8691 def allow_transactions_workspace(self): 8692 """Gets the allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8693 8694 # noqa: E501 8695 8696 :return: The allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8697 :rtype: str 8698 """ 8699 return self._allow_transactions_workspace 8700 8701 @allow_transactions_workspace.setter 8702 def allow_transactions_workspace(self, allow_transactions_workspace): 8703 """Sets the allow_transactions_workspace of this AccountSettingsInformation. 8704 8705 # noqa: E501 8706 8707 :param allow_transactions_workspace: The allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501 8708 :type: str 8709 """ 8710 8711 self._allow_transactions_workspace = allow_transactions_workspace 8712 8713 @property 8714 def allow_transactions_workspace_metadata(self): 8715 """Gets the allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8716 8717 # noqa: E501 8718 8719 :return: The allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8720 :rtype: SettingsMetadata 8721 """ 8722 return self._allow_transactions_workspace_metadata 8723 8724 @allow_transactions_workspace_metadata.setter 8725 def allow_transactions_workspace_metadata(self, allow_transactions_workspace_metadata): 8726 """Sets the allow_transactions_workspace_metadata of this AccountSettingsInformation. 8727 8728 # noqa: E501 8729 8730 :param allow_transactions_workspace_metadata: The allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501 8731 :type: SettingsMetadata 8732 """ 8733 8734 self._allow_transactions_workspace_metadata = allow_transactions_workspace_metadata 8735 8736 @property 8737 def allow_transactions_workspace_original(self): 8738 """Gets the allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8739 8740 # noqa: E501 8741 8742 :return: The allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8743 :rtype: str 8744 """ 8745 return self._allow_transactions_workspace_original 8746 8747 @allow_transactions_workspace_original.setter 8748 def allow_transactions_workspace_original(self, allow_transactions_workspace_original): 8749 """Sets the allow_transactions_workspace_original of this AccountSettingsInformation. 8750 8751 # noqa: E501 8752 8753 :param allow_transactions_workspace_original: The allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501 8754 :type: str 8755 """ 8756 8757 self._allow_transactions_workspace_original = allow_transactions_workspace_original 8758 8759 @property 8760 def allow_transactions_workspace_original_metadata(self): 8761 """Gets the allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8762 8763 # noqa: E501 8764 8765 :return: The allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8766 :rtype: SettingsMetadata 8767 """ 8768 return self._allow_transactions_workspace_original_metadata 8769 8770 @allow_transactions_workspace_original_metadata.setter 8771 def allow_transactions_workspace_original_metadata(self, allow_transactions_workspace_original_metadata): 8772 """Sets the allow_transactions_workspace_original_metadata of this AccountSettingsInformation. 8773 8774 # noqa: E501 8775 8776 :param allow_transactions_workspace_original_metadata: The allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501 8777 :type: SettingsMetadata 8778 """ 8779 8780 self._allow_transactions_workspace_original_metadata = allow_transactions_workspace_original_metadata 8781 8782 @property 8783 def allow_users_to_access_directory(self): 8784 """Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8785 8786 # noqa: E501 8787 8788 :return: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8789 :rtype: str 8790 """ 8791 return self._allow_users_to_access_directory 8792 8793 @allow_users_to_access_directory.setter 8794 def allow_users_to_access_directory(self, allow_users_to_access_directory): 8795 """Sets the allow_users_to_access_directory of this AccountSettingsInformation. 8796 8797 # noqa: E501 8798 8799 :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 8800 :type: str 8801 """ 8802 8803 self._allow_users_to_access_directory = allow_users_to_access_directory 8804 8805 @property 8806 def allow_users_to_access_directory_metadata(self): 8807 """Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8808 8809 # noqa: E501 8810 8811 :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8812 :rtype: SettingsMetadata 8813 """ 8814 return self._allow_users_to_access_directory_metadata 8815 8816 @allow_users_to_access_directory_metadata.setter 8817 def allow_users_to_access_directory_metadata(self, allow_users_to_access_directory_metadata): 8818 """Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. 8819 8820 # noqa: E501 8821 8822 :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 8823 :type: SettingsMetadata 8824 """ 8825 8826 self._allow_users_to_access_directory_metadata = allow_users_to_access_directory_metadata 8827 8828 @property 8829 def allow_value_insights(self): 8830 """Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501 8831 8832 # noqa: E501 8833 8834 :return: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 8835 :rtype: str 8836 """ 8837 return self._allow_value_insights 8838 8839 @allow_value_insights.setter 8840 def allow_value_insights(self, allow_value_insights): 8841 """Sets the allow_value_insights of this AccountSettingsInformation. 8842 8843 # noqa: E501 8844 8845 :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 8846 :type: str 8847 """ 8848 8849 self._allow_value_insights = allow_value_insights 8850 8851 @property 8852 def allow_value_insights_metadata(self): 8853 """Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8854 8855 # noqa: E501 8856 8857 :return: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8858 :rtype: SettingsMetadata 8859 """ 8860 return self._allow_value_insights_metadata 8861 8862 @allow_value_insights_metadata.setter 8863 def allow_value_insights_metadata(self, allow_value_insights_metadata): 8864 """Sets the allow_value_insights_metadata of this AccountSettingsInformation. 8865 8866 # noqa: E501 8867 8868 :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 8869 :type: SettingsMetadata 8870 """ 8871 8872 self._allow_value_insights_metadata = allow_value_insights_metadata 8873 8874 @property 8875 def allow_web_forms(self): 8876 """Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501 8877 8878 # noqa: E501 8879 8880 :return: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 8881 :rtype: str 8882 """ 8883 return self._allow_web_forms 8884 8885 @allow_web_forms.setter 8886 def allow_web_forms(self, allow_web_forms): 8887 """Sets the allow_web_forms of this AccountSettingsInformation. 8888 8889 # noqa: E501 8890 8891 :param allow_web_forms: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 8892 :type: str 8893 """ 8894 8895 self._allow_web_forms = allow_web_forms 8896 8897 @property 8898 def allow_web_forms_metadata(self): 8899 """Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8900 8901 # noqa: E501 8902 8903 :return: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8904 :rtype: SettingsMetadata 8905 """ 8906 return self._allow_web_forms_metadata 8907 8908 @allow_web_forms_metadata.setter 8909 def allow_web_forms_metadata(self, allow_web_forms_metadata): 8910 """Sets the allow_web_forms_metadata of this AccountSettingsInformation. 8911 8912 # noqa: E501 8913 8914 :param allow_web_forms_metadata: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 8915 :type: SettingsMetadata 8916 """ 8917 8918 self._allow_web_forms_metadata = allow_web_forms_metadata 8919 8920 @property 8921 def allow_whats_app_delivery(self): 8922 """Gets the allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8923 8924 # noqa: E501 8925 8926 :return: The allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8927 :rtype: str 8928 """ 8929 return self._allow_whats_app_delivery 8930 8931 @allow_whats_app_delivery.setter 8932 def allow_whats_app_delivery(self, allow_whats_app_delivery): 8933 """Sets the allow_whats_app_delivery of this AccountSettingsInformation. 8934 8935 # noqa: E501 8936 8937 :param allow_whats_app_delivery: The allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501 8938 :type: str 8939 """ 8940 8941 self._allow_whats_app_delivery = allow_whats_app_delivery 8942 8943 @property 8944 def allow_whats_app_delivery_metadata(self): 8945 """Gets the allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8946 8947 # noqa: E501 8948 8949 :return: The allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8950 :rtype: SettingsMetadata 8951 """ 8952 return self._allow_whats_app_delivery_metadata 8953 8954 @allow_whats_app_delivery_metadata.setter 8955 def allow_whats_app_delivery_metadata(self, allow_whats_app_delivery_metadata): 8956 """Sets the allow_whats_app_delivery_metadata of this AccountSettingsInformation. 8957 8958 # noqa: E501 8959 8960 :param allow_whats_app_delivery_metadata: The allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501 8961 :type: SettingsMetadata 8962 """ 8963 8964 self._allow_whats_app_delivery_metadata = allow_whats_app_delivery_metadata 8965 8966 @property 8967 def anchor_population_scope(self): 8968 """Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8969 8970 # noqa: E501 8971 8972 :return: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8973 :rtype: str 8974 """ 8975 return self._anchor_population_scope 8976 8977 @anchor_population_scope.setter 8978 def anchor_population_scope(self, anchor_population_scope): 8979 """Sets the anchor_population_scope of this AccountSettingsInformation. 8980 8981 # noqa: E501 8982 8983 :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 8984 :type: str 8985 """ 8986 8987 self._anchor_population_scope = anchor_population_scope 8988 8989 @property 8990 def anchor_population_scope_metadata(self): 8991 """Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8992 8993 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 8994 8995 :return: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8996 :rtype: SettingsMetadata 8997 """ 8998 return self._anchor_population_scope_metadata 8999 9000 @anchor_population_scope_metadata.setter 9001 def anchor_population_scope_metadata(self, anchor_population_scope_metadata): 9002 """Sets the anchor_population_scope_metadata of this AccountSettingsInformation. 9003 9004 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 9005 9006 :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 9007 :type: SettingsMetadata 9008 """ 9009 9010 self._anchor_population_scope_metadata = anchor_population_scope_metadata 9011 9012 @property 9013 def anchor_tag_versioned_placement_enabled(self): 9014 """Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9015 9016 # noqa: E501 9017 9018 :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9019 :rtype: str 9020 """ 9021 return self._anchor_tag_versioned_placement_enabled 9022 9023 @anchor_tag_versioned_placement_enabled.setter 9024 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 9025 """Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. 9026 9027 # noqa: E501 9028 9029 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 9030 :type: str 9031 """ 9032 9033 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 9034 9035 @property 9036 def anchor_tag_versioned_placement_metadata_enabled(self): 9037 """Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9038 9039 # noqa: E501 9040 9041 :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9042 :rtype: SettingsMetadata 9043 """ 9044 return self._anchor_tag_versioned_placement_metadata_enabled 9045 9046 @anchor_tag_versioned_placement_metadata_enabled.setter 9047 def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_placement_metadata_enabled): 9048 """Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. 9049 9050 # noqa: E501 9051 9052 :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 9053 :type: SettingsMetadata 9054 """ 9055 9056 self._anchor_tag_versioned_placement_metadata_enabled = anchor_tag_versioned_placement_metadata_enabled 9057 9058 @property 9059 def attach_completed_envelope(self): 9060 """Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9061 9062 # noqa: E501 9063 9064 :return: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9065 :rtype: str 9066 """ 9067 return self._attach_completed_envelope 9068 9069 @attach_completed_envelope.setter 9070 def attach_completed_envelope(self, attach_completed_envelope): 9071 """Sets the attach_completed_envelope of this AccountSettingsInformation. 9072 9073 # noqa: E501 9074 9075 :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 9076 :type: str 9077 """ 9078 9079 self._attach_completed_envelope = attach_completed_envelope 9080 9081 @property 9082 def attach_completed_envelope_metadata(self): 9083 """Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9084 9085 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 9086 9087 :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9088 :rtype: SettingsMetadata 9089 """ 9090 return self._attach_completed_envelope_metadata 9091 9092 @attach_completed_envelope_metadata.setter 9093 def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata): 9094 """Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. 9095 9096 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 9097 9098 :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 9099 :type: SettingsMetadata 9100 """ 9101 9102 self._attach_completed_envelope_metadata = attach_completed_envelope_metadata 9103 9104 @property 9105 def authentication_check(self): 9106 """Gets the authentication_check of this AccountSettingsInformation. # noqa: E501 9107 9108 # noqa: E501 9109 9110 :return: The authentication_check of this AccountSettingsInformation. # noqa: E501 9111 :rtype: str 9112 """ 9113 return self._authentication_check 9114 9115 @authentication_check.setter 9116 def authentication_check(self, authentication_check): 9117 """Sets the authentication_check of this AccountSettingsInformation. 9118 9119 # noqa: E501 9120 9121 :param authentication_check: The authentication_check of this AccountSettingsInformation. # noqa: E501 9122 :type: str 9123 """ 9124 9125 self._authentication_check = authentication_check 9126 9127 @property 9128 def authentication_check_metadata(self): 9129 """Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9130 9131 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 9132 9133 :return: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9134 :rtype: SettingsMetadata 9135 """ 9136 return self._authentication_check_metadata 9137 9138 @authentication_check_metadata.setter 9139 def authentication_check_metadata(self, authentication_check_metadata): 9140 """Sets the authentication_check_metadata of this AccountSettingsInformation. 9141 9142 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 9143 9144 :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 9145 :type: SettingsMetadata 9146 """ 9147 9148 self._authentication_check_metadata = authentication_check_metadata 9149 9150 @property 9151 def auto_nav_rule(self): 9152 """Gets the auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9153 9154 # noqa: E501 9155 9156 :return: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9157 :rtype: str 9158 """ 9159 return self._auto_nav_rule 9160 9161 @auto_nav_rule.setter 9162 def auto_nav_rule(self, auto_nav_rule): 9163 """Sets the auto_nav_rule of this AccountSettingsInformation. 9164 9165 # noqa: E501 9166 9167 :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 9168 :type: str 9169 """ 9170 9171 self._auto_nav_rule = auto_nav_rule 9172 9173 @property 9174 def auto_nav_rule_metadata(self): 9175 """Gets the auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9176 9177 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 9178 9179 :return: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9180 :rtype: SettingsMetadata 9181 """ 9182 return self._auto_nav_rule_metadata 9183 9184 @auto_nav_rule_metadata.setter 9185 def auto_nav_rule_metadata(self, auto_nav_rule_metadata): 9186 """Sets the auto_nav_rule_metadata of this AccountSettingsInformation. 9187 9188 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 9189 9190 :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 9191 :type: SettingsMetadata 9192 """ 9193 9194 self._auto_nav_rule_metadata = auto_nav_rule_metadata 9195 9196 @property 9197 def auto_provision_signer_account(self): 9198 """Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9199 9200 # noqa: E501 9201 9202 :return: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9203 :rtype: str 9204 """ 9205 return self._auto_provision_signer_account 9206 9207 @auto_provision_signer_account.setter 9208 def auto_provision_signer_account(self, auto_provision_signer_account): 9209 """Sets the auto_provision_signer_account of this AccountSettingsInformation. 9210 9211 # noqa: E501 9212 9213 :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 9214 :type: str 9215 """ 9216 9217 self._auto_provision_signer_account = auto_provision_signer_account 9218 9219 @property 9220 def auto_provision_signer_account_metadata(self): 9221 """Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9222 9223 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 9224 9225 :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9226 :rtype: SettingsMetadata 9227 """ 9228 return self._auto_provision_signer_account_metadata 9229 9230 @auto_provision_signer_account_metadata.setter 9231 def auto_provision_signer_account_metadata(self, auto_provision_signer_account_metadata): 9232 """Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. 9233 9234 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 9235 9236 :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 9237 :type: SettingsMetadata 9238 """ 9239 9240 self._auto_provision_signer_account_metadata = auto_provision_signer_account_metadata 9241 9242 @property 9243 def bcc_email_archive(self): 9244 """Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9245 9246 # noqa: E501 9247 9248 :return: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9249 :rtype: str 9250 """ 9251 return self._bcc_email_archive 9252 9253 @bcc_email_archive.setter 9254 def bcc_email_archive(self, bcc_email_archive): 9255 """Sets the bcc_email_archive of this AccountSettingsInformation. 9256 9257 # noqa: E501 9258 9259 :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 9260 :type: str 9261 """ 9262 9263 self._bcc_email_archive = bcc_email_archive 9264 9265 @property 9266 def bcc_email_archive_metadata(self): 9267 """Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9268 9269 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 9270 9271 :return: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9272 :rtype: SettingsMetadata 9273 """ 9274 return self._bcc_email_archive_metadata 9275 9276 @bcc_email_archive_metadata.setter 9277 def bcc_email_archive_metadata(self, bcc_email_archive_metadata): 9278 """Sets the bcc_email_archive_metadata of this AccountSettingsInformation. 9279 9280 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 9281 9282 :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 9283 :type: SettingsMetadata 9284 """ 9285 9286 self._bcc_email_archive_metadata = bcc_email_archive_metadata 9287 9288 @property 9289 def beta_switch_configuration(self): 9290 """Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9291 9292 # noqa: E501 9293 9294 :return: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9295 :rtype: str 9296 """ 9297 return self._beta_switch_configuration 9298 9299 @beta_switch_configuration.setter 9300 def beta_switch_configuration(self, beta_switch_configuration): 9301 """Sets the beta_switch_configuration of this AccountSettingsInformation. 9302 9303 # noqa: E501 9304 9305 :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 9306 :type: str 9307 """ 9308 9309 self._beta_switch_configuration = beta_switch_configuration 9310 9311 @property 9312 def beta_switch_configuration_metadata(self): 9313 """Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9314 9315 Reserved for DocuSign. # noqa: E501 9316 9317 :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9318 :rtype: SettingsMetadata 9319 """ 9320 return self._beta_switch_configuration_metadata 9321 9322 @beta_switch_configuration_metadata.setter 9323 def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata): 9324 """Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. 9325 9326 Reserved for DocuSign. # noqa: E501 9327 9328 :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 9329 :type: SettingsMetadata 9330 """ 9331 9332 self._beta_switch_configuration_metadata = beta_switch_configuration_metadata 9333 9334 @property 9335 def billing_address(self): 9336 """Gets the billing_address of this AccountSettingsInformation. # noqa: E501 9337 9338 The billing address for the account. # noqa: E501 9339 9340 :return: The billing_address of this AccountSettingsInformation. # noqa: E501 9341 :rtype: AddressInformation 9342 """ 9343 return self._billing_address 9344 9345 @billing_address.setter 9346 def billing_address(self, billing_address): 9347 """Sets the billing_address of this AccountSettingsInformation. 9348 9349 The billing address for the account. # noqa: E501 9350 9351 :param billing_address: The billing_address of this AccountSettingsInformation. # noqa: E501 9352 :type: AddressInformation 9353 """ 9354 9355 self._billing_address = billing_address 9356 9357 @property 9358 def billing_address_metadata(self): 9359 """Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9360 9361 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 9362 9363 :return: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9364 :rtype: SettingsMetadata 9365 """ 9366 return self._billing_address_metadata 9367 9368 @billing_address_metadata.setter 9369 def billing_address_metadata(self, billing_address_metadata): 9370 """Sets the billing_address_metadata of this AccountSettingsInformation. 9371 9372 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 9373 9374 :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 9375 :type: SettingsMetadata 9376 """ 9377 9378 self._billing_address_metadata = billing_address_metadata 9379 9380 @property 9381 def bulk_send(self): 9382 """Gets the bulk_send of this AccountSettingsInformation. # noqa: E501 9383 9384 # noqa: E501 9385 9386 :return: The bulk_send of this AccountSettingsInformation. # noqa: E501 9387 :rtype: str 9388 """ 9389 return self._bulk_send 9390 9391 @bulk_send.setter 9392 def bulk_send(self, bulk_send): 9393 """Sets the bulk_send of this AccountSettingsInformation. 9394 9395 # noqa: E501 9396 9397 :param bulk_send: The bulk_send of this AccountSettingsInformation. # noqa: E501 9398 :type: str 9399 """ 9400 9401 self._bulk_send = bulk_send 9402 9403 @property 9404 def bulk_send_action_resend_limit(self): 9405 """Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9406 9407 # noqa: E501 9408 9409 :return: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9410 :rtype: str 9411 """ 9412 return self._bulk_send_action_resend_limit 9413 9414 @bulk_send_action_resend_limit.setter 9415 def bulk_send_action_resend_limit(self, bulk_send_action_resend_limit): 9416 """Sets the bulk_send_action_resend_limit of this AccountSettingsInformation. 9417 9418 # noqa: E501 9419 9420 :param bulk_send_action_resend_limit: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 9421 :type: str 9422 """ 9423 9424 self._bulk_send_action_resend_limit = bulk_send_action_resend_limit 9425 9426 @property 9427 def bulk_send_max_copies_in_batch(self): 9428 """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9429 9430 # noqa: E501 9431 9432 :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9433 :rtype: str 9434 """ 9435 return self._bulk_send_max_copies_in_batch 9436 9437 @bulk_send_max_copies_in_batch.setter 9438 def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): 9439 """Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. 9440 9441 # noqa: E501 9442 9443 :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 9444 :type: str 9445 """ 9446 9447 self._bulk_send_max_copies_in_batch = bulk_send_max_copies_in_batch 9448 9449 @property 9450 def bulk_send_max_unprocessed_envelopes_count(self): 9451 """Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9452 9453 # noqa: E501 9454 9455 :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9456 :rtype: str 9457 """ 9458 return self._bulk_send_max_unprocessed_envelopes_count 9459 9460 @bulk_send_max_unprocessed_envelopes_count.setter 9461 def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_envelopes_count): 9462 """Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. 9463 9464 # noqa: E501 9465 9466 :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 9467 :type: str 9468 """ 9469 9470 self._bulk_send_max_unprocessed_envelopes_count = bulk_send_max_unprocessed_envelopes_count 9471 9472 @property 9473 def bulk_send_metadata(self): 9474 """Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9475 9476 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 9477 9478 :return: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9479 :rtype: SettingsMetadata 9480 """ 9481 return self._bulk_send_metadata 9482 9483 @bulk_send_metadata.setter 9484 def bulk_send_metadata(self, bulk_send_metadata): 9485 """Sets the bulk_send_metadata of this AccountSettingsInformation. 9486 9487 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 9488 9489 :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 9490 :type: SettingsMetadata 9491 """ 9492 9493 self._bulk_send_metadata = bulk_send_metadata 9494 9495 @property 9496 def can_self_brand_send(self): 9497 """Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9498 9499 # noqa: E501 9500 9501 :return: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9502 :rtype: str 9503 """ 9504 return self._can_self_brand_send 9505 9506 @can_self_brand_send.setter 9507 def can_self_brand_send(self, can_self_brand_send): 9508 """Sets the can_self_brand_send of this AccountSettingsInformation. 9509 9510 # noqa: E501 9511 9512 :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 9513 :type: str 9514 """ 9515 9516 self._can_self_brand_send = can_self_brand_send 9517 9518 @property 9519 def can_self_brand_send_metadata(self): 9520 """Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9521 9522 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 9523 9524 :return: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9525 :rtype: SettingsMetadata 9526 """ 9527 return self._can_self_brand_send_metadata 9528 9529 @can_self_brand_send_metadata.setter 9530 def can_self_brand_send_metadata(self, can_self_brand_send_metadata): 9531 """Sets the can_self_brand_send_metadata of this AccountSettingsInformation. 9532 9533 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 9534 9535 :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 9536 :type: SettingsMetadata 9537 """ 9538 9539 self._can_self_brand_send_metadata = can_self_brand_send_metadata 9540 9541 @property 9542 def can_self_brand_sign(self): 9543 """Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9544 9545 # noqa: E501 9546 9547 :return: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9548 :rtype: str 9549 """ 9550 return self._can_self_brand_sign 9551 9552 @can_self_brand_sign.setter 9553 def can_self_brand_sign(self, can_self_brand_sign): 9554 """Sets the can_self_brand_sign of this AccountSettingsInformation. 9555 9556 # noqa: E501 9557 9558 :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 9559 :type: str 9560 """ 9561 9562 self._can_self_brand_sign = can_self_brand_sign 9563 9564 @property 9565 def can_self_brand_sign_metadata(self): 9566 """Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9567 9568 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 9569 9570 :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9571 :rtype: SettingsMetadata 9572 """ 9573 return self._can_self_brand_sign_metadata 9574 9575 @can_self_brand_sign_metadata.setter 9576 def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): 9577 """Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. 9578 9579 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 9580 9581 :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 9582 :type: SettingsMetadata 9583 """ 9584 9585 self._can_self_brand_sign_metadata = can_self_brand_sign_metadata 9586 9587 @property 9588 def can_use_salesforce_o_auth(self): 9589 """Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9590 9591 # noqa: E501 9592 9593 :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9594 :rtype: str 9595 """ 9596 return self._can_use_salesforce_o_auth 9597 9598 @can_use_salesforce_o_auth.setter 9599 def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): 9600 """Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. 9601 9602 # noqa: E501 9603 9604 :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 9605 :type: str 9606 """ 9607 9608 self._can_use_salesforce_o_auth = can_use_salesforce_o_auth 9609 9610 @property 9611 def can_use_salesforce_o_auth_metadata(self): 9612 """Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9613 9614 # noqa: E501 9615 9616 :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9617 :rtype: SettingsMetadata 9618 """ 9619 return self._can_use_salesforce_o_auth_metadata 9620 9621 @can_use_salesforce_o_auth_metadata.setter 9622 def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata): 9623 """Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. 9624 9625 # noqa: E501 9626 9627 :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 9628 :type: SettingsMetadata 9629 """ 9630 9631 self._can_use_salesforce_o_auth_metadata = can_use_salesforce_o_auth_metadata 9632 9633 @property 9634 def capture_voice_recording(self): 9635 """Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9636 9637 # noqa: E501 9638 9639 :return: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9640 :rtype: str 9641 """ 9642 return self._capture_voice_recording 9643 9644 @capture_voice_recording.setter 9645 def capture_voice_recording(self, capture_voice_recording): 9646 """Sets the capture_voice_recording of this AccountSettingsInformation. 9647 9648 # noqa: E501 9649 9650 :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 9651 :type: str 9652 """ 9653 9654 self._capture_voice_recording = capture_voice_recording 9655 9656 @property 9657 def capture_voice_recording_metadata(self): 9658 """Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9659 9660 Reserved for DocuSign. # noqa: E501 9661 9662 :return: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9663 :rtype: SettingsMetadata 9664 """ 9665 return self._capture_voice_recording_metadata 9666 9667 @capture_voice_recording_metadata.setter 9668 def capture_voice_recording_metadata(self, capture_voice_recording_metadata): 9669 """Sets the capture_voice_recording_metadata of this AccountSettingsInformation. 9670 9671 Reserved for DocuSign. # noqa: E501 9672 9673 :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 9674 :type: SettingsMetadata 9675 """ 9676 9677 self._capture_voice_recording_metadata = capture_voice_recording_metadata 9678 9679 @property 9680 def cfr21_simplified_signing_enabled(self): 9681 """Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9682 9683 # noqa: E501 9684 9685 :return: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9686 :rtype: str 9687 """ 9688 return self._cfr21_simplified_signing_enabled 9689 9690 @cfr21_simplified_signing_enabled.setter 9691 def cfr21_simplified_signing_enabled(self, cfr21_simplified_signing_enabled): 9692 """Sets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. 9693 9694 # noqa: E501 9695 9696 :param cfr21_simplified_signing_enabled: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 9697 :type: str 9698 """ 9699 9700 self._cfr21_simplified_signing_enabled = cfr21_simplified_signing_enabled 9701 9702 @property 9703 def cfr21_simplified_signing_enabled_metadata(self): 9704 """Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9705 9706 # noqa: E501 9707 9708 :return: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9709 :rtype: SettingsMetadata 9710 """ 9711 return self._cfr21_simplified_signing_enabled_metadata 9712 9713 @cfr21_simplified_signing_enabled_metadata.setter 9714 def cfr21_simplified_signing_enabled_metadata(self, cfr21_simplified_signing_enabled_metadata): 9715 """Sets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. 9716 9717 # noqa: E501 9718 9719 :param cfr21_simplified_signing_enabled_metadata: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9720 :type: SettingsMetadata 9721 """ 9722 9723 self._cfr21_simplified_signing_enabled_metadata = cfr21_simplified_signing_enabled_metadata 9724 9725 @property 9726 def cfr_use_wide_image(self): 9727 """Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9728 9729 # noqa: E501 9730 9731 :return: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9732 :rtype: str 9733 """ 9734 return self._cfr_use_wide_image 9735 9736 @cfr_use_wide_image.setter 9737 def cfr_use_wide_image(self, cfr_use_wide_image): 9738 """Sets the cfr_use_wide_image of this AccountSettingsInformation. 9739 9740 # noqa: E501 9741 9742 :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 9743 :type: str 9744 """ 9745 9746 self._cfr_use_wide_image = cfr_use_wide_image 9747 9748 @property 9749 def cfr_use_wide_image_metadata(self): 9750 """Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9751 9752 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 9753 9754 :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9755 :rtype: SettingsMetadata 9756 """ 9757 return self._cfr_use_wide_image_metadata 9758 9759 @cfr_use_wide_image_metadata.setter 9760 def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): 9761 """Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. 9762 9763 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 9764 9765 :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 9766 :type: SettingsMetadata 9767 """ 9768 9769 self._cfr_use_wide_image_metadata = cfr_use_wide_image_metadata 9770 9771 @property 9772 def check_for_multiple_admins_on_account(self): 9773 """Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9774 9775 # noqa: E501 9776 9777 :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9778 :rtype: str 9779 """ 9780 return self._check_for_multiple_admins_on_account 9781 9782 @check_for_multiple_admins_on_account.setter 9783 def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_account): 9784 """Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. 9785 9786 # noqa: E501 9787 9788 :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 9789 :type: str 9790 """ 9791 9792 self._check_for_multiple_admins_on_account = check_for_multiple_admins_on_account 9793 9794 @property 9795 def check_for_multiple_admins_on_account_metadata(self): 9796 """Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9797 9798 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 9799 9800 :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9801 :rtype: SettingsMetadata 9802 """ 9803 return self._check_for_multiple_admins_on_account_metadata 9804 9805 @check_for_multiple_admins_on_account_metadata.setter 9806 def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admins_on_account_metadata): 9807 """Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. 9808 9809 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 9810 9811 :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 9812 :type: SettingsMetadata 9813 """ 9814 9815 self._check_for_multiple_admins_on_account_metadata = check_for_multiple_admins_on_account_metadata 9816 9817 @property 9818 def chrome_signature_enabled(self): 9819 """Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9820 9821 # noqa: E501 9822 9823 :return: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9824 :rtype: str 9825 """ 9826 return self._chrome_signature_enabled 9827 9828 @chrome_signature_enabled.setter 9829 def chrome_signature_enabled(self, chrome_signature_enabled): 9830 """Sets the chrome_signature_enabled of this AccountSettingsInformation. 9831 9832 # noqa: E501 9833 9834 :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 9835 :type: str 9836 """ 9837 9838 self._chrome_signature_enabled = chrome_signature_enabled 9839 9840 @property 9841 def chrome_signature_enabled_metadata(self): 9842 """Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9843 9844 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 9845 9846 :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9847 :rtype: SettingsMetadata 9848 """ 9849 return self._chrome_signature_enabled_metadata 9850 9851 @chrome_signature_enabled_metadata.setter 9852 def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): 9853 """Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. 9854 9855 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 9856 9857 :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 9858 :type: SettingsMetadata 9859 """ 9860 9861 self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata 9862 9863 @property 9864 def cloud_ready(self): 9865 """Gets the cloud_ready of this AccountSettingsInformation. # noqa: E501 9866 9867 # noqa: E501 9868 9869 :return: The cloud_ready of this AccountSettingsInformation. # noqa: E501 9870 :rtype: str 9871 """ 9872 return self._cloud_ready 9873 9874 @cloud_ready.setter 9875 def cloud_ready(self, cloud_ready): 9876 """Sets the cloud_ready of this AccountSettingsInformation. 9877 9878 # noqa: E501 9879 9880 :param cloud_ready: The cloud_ready of this AccountSettingsInformation. # noqa: E501 9881 :type: str 9882 """ 9883 9884 self._cloud_ready = cloud_ready 9885 9886 @property 9887 def comment_email_show_message_text(self): 9888 """Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9889 9890 # noqa: E501 9891 9892 :return: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9893 :rtype: str 9894 """ 9895 return self._comment_email_show_message_text 9896 9897 @comment_email_show_message_text.setter 9898 def comment_email_show_message_text(self, comment_email_show_message_text): 9899 """Sets the comment_email_show_message_text of this AccountSettingsInformation. 9900 9901 # noqa: E501 9902 9903 :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 9904 :type: str 9905 """ 9906 9907 self._comment_email_show_message_text = comment_email_show_message_text 9908 9909 @property 9910 def comment_email_show_message_text_metadata(self): 9911 """Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9912 9913 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 9914 9915 :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9916 :rtype: SettingsMetadata 9917 """ 9918 return self._comment_email_show_message_text_metadata 9919 9920 @comment_email_show_message_text_metadata.setter 9921 def comment_email_show_message_text_metadata(self, comment_email_show_message_text_metadata): 9922 """Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. 9923 9924 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 9925 9926 :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 9927 :type: SettingsMetadata 9928 """ 9929 9930 self._comment_email_show_message_text_metadata = comment_email_show_message_text_metadata 9931 9932 @property 9933 def comments_allow_envelope_override(self): 9934 """Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9935 9936 # noqa: E501 9937 9938 :return: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9939 :rtype: str 9940 """ 9941 return self._comments_allow_envelope_override 9942 9943 @comments_allow_envelope_override.setter 9944 def comments_allow_envelope_override(self, comments_allow_envelope_override): 9945 """Sets the comments_allow_envelope_override of this AccountSettingsInformation. 9946 9947 # noqa: E501 9948 9949 :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 9950 :type: str 9951 """ 9952 9953 self._comments_allow_envelope_override = comments_allow_envelope_override 9954 9955 @property 9956 def comments_allow_envelope_override_metadata(self): 9957 """Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9958 9959 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 9960 9961 :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9962 :rtype: SettingsMetadata 9963 """ 9964 return self._comments_allow_envelope_override_metadata 9965 9966 @comments_allow_envelope_override_metadata.setter 9967 def comments_allow_envelope_override_metadata(self, comments_allow_envelope_override_metadata): 9968 """Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. 9969 9970 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 9971 9972 :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 9973 :type: SettingsMetadata 9974 """ 9975 9976 self._comments_allow_envelope_override_metadata = comments_allow_envelope_override_metadata 9977 9978 @property 9979 def conditional_fields_enabled(self): 9980 """Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9981 9982 # noqa: E501 9983 9984 :return: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9985 :rtype: str 9986 """ 9987 return self._conditional_fields_enabled 9988 9989 @conditional_fields_enabled.setter 9990 def conditional_fields_enabled(self, conditional_fields_enabled): 9991 """Sets the conditional_fields_enabled of this AccountSettingsInformation. 9992 9993 # noqa: E501 9994 9995 :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 9996 :type: str 9997 """ 9998 9999 self._conditional_fields_enabled = conditional_fields_enabled 10000 10001 @property 10002 def conditional_fields_enabled_metadata(self): 10003 """Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10004 10005 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 10006 10007 :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10008 :rtype: SettingsMetadata 10009 """ 10010 return self._conditional_fields_enabled_metadata 10011 10012 @conditional_fields_enabled_metadata.setter 10013 def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadata): 10014 """Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. 10015 10016 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 10017 10018 :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 10019 :type: SettingsMetadata 10020 """ 10021 10022 self._conditional_fields_enabled_metadata = conditional_fields_enabled_metadata 10023 10024 @property 10025 def consumer_disclosure_frequency(self): 10026 """Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10027 10028 # noqa: E501 10029 10030 :return: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10031 :rtype: str 10032 """ 10033 return self._consumer_disclosure_frequency 10034 10035 @consumer_disclosure_frequency.setter 10036 def consumer_disclosure_frequency(self, consumer_disclosure_frequency): 10037 """Sets the consumer_disclosure_frequency of this AccountSettingsInformation. 10038 10039 # noqa: E501 10040 10041 :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 10042 :type: str 10043 """ 10044 10045 self._consumer_disclosure_frequency = consumer_disclosure_frequency 10046 10047 @property 10048 def consumer_disclosure_frequency_metadata(self): 10049 """Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10050 10051 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 10052 10053 :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10054 :rtype: SettingsMetadata 10055 """ 10056 return self._consumer_disclosure_frequency_metadata 10057 10058 @consumer_disclosure_frequency_metadata.setter 10059 def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_metadata): 10060 """Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. 10061 10062 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 10063 10064 :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 10065 :type: SettingsMetadata 10066 """ 10067 10068 self._consumer_disclosure_frequency_metadata = consumer_disclosure_frequency_metadata 10069 10070 @property 10071 def convert_pdf_fields(self): 10072 """Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10073 10074 # noqa: E501 10075 10076 :return: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10077 :rtype: str 10078 """ 10079 return self._convert_pdf_fields 10080 10081 @convert_pdf_fields.setter 10082 def convert_pdf_fields(self, convert_pdf_fields): 10083 """Sets the convert_pdf_fields of this AccountSettingsInformation. 10084 10085 # noqa: E501 10086 10087 :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 10088 :type: str 10089 """ 10090 10091 self._convert_pdf_fields = convert_pdf_fields 10092 10093 @property 10094 def convert_pdf_fields_metadata(self): 10095 """Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10096 10097 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 10098 10099 :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10100 :rtype: SettingsMetadata 10101 """ 10102 return self._convert_pdf_fields_metadata 10103 10104 @convert_pdf_fields_metadata.setter 10105 def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): 10106 """Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. 10107 10108 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 10109 10110 :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 10111 :type: SettingsMetadata 10112 """ 10113 10114 self._convert_pdf_fields_metadata = convert_pdf_fields_metadata 10115 10116 @property 10117 def custom_extraction_plan_levels(self): 10118 """Gets the custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10119 10120 # noqa: E501 10121 10122 :return: The custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10123 :rtype: str 10124 """ 10125 return self._custom_extraction_plan_levels 10126 10127 @custom_extraction_plan_levels.setter 10128 def custom_extraction_plan_levels(self, custom_extraction_plan_levels): 10129 """Sets the custom_extraction_plan_levels of this AccountSettingsInformation. 10130 10131 # noqa: E501 10132 10133 :param custom_extraction_plan_levels: The custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501 10134 :type: str 10135 """ 10136 10137 self._custom_extraction_plan_levels = custom_extraction_plan_levels 10138 10139 @property 10140 def custom_extraction_plan_levels_metadata(self): 10141 """Gets the custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10142 10143 # noqa: E501 10144 10145 :return: The custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10146 :rtype: SettingsMetadata 10147 """ 10148 return self._custom_extraction_plan_levels_metadata 10149 10150 @custom_extraction_plan_levels_metadata.setter 10151 def custom_extraction_plan_levels_metadata(self, custom_extraction_plan_levels_metadata): 10152 """Sets the custom_extraction_plan_levels_metadata of this AccountSettingsInformation. 10153 10154 # noqa: E501 10155 10156 :param custom_extraction_plan_levels_metadata: The custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 10157 :type: SettingsMetadata 10158 """ 10159 10160 self._custom_extraction_plan_levels_metadata = custom_extraction_plan_levels_metadata 10161 10162 @property 10163 def data_population_scope(self): 10164 """Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501 10165 10166 # noqa: E501 10167 10168 :return: The data_population_scope of this AccountSettingsInformation. # noqa: E501 10169 :rtype: str 10170 """ 10171 return self._data_population_scope 10172 10173 @data_population_scope.setter 10174 def data_population_scope(self, data_population_scope): 10175 """Sets the data_population_scope of this AccountSettingsInformation. 10176 10177 # noqa: E501 10178 10179 :param data_population_scope: The data_population_scope of this AccountSettingsInformation. # noqa: E501 10180 :type: str 10181 """ 10182 10183 self._data_population_scope = data_population_scope 10184 10185 @property 10186 def data_population_scope_metadata(self): 10187 """Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10188 10189 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 10190 10191 :return: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10192 :rtype: SettingsMetadata 10193 """ 10194 return self._data_population_scope_metadata 10195 10196 @data_population_scope_metadata.setter 10197 def data_population_scope_metadata(self, data_population_scope_metadata): 10198 """Sets the data_population_scope_metadata of this AccountSettingsInformation. 10199 10200 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 10201 10202 :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 10203 :type: SettingsMetadata 10204 """ 10205 10206 self._data_population_scope_metadata = data_population_scope_metadata 10207 10208 @property 10209 def default_signing_responsive_view(self): 10210 """Gets the default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10211 10212 # noqa: E501 10213 10214 :return: The default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10215 :rtype: str 10216 """ 10217 return self._default_signing_responsive_view 10218 10219 @default_signing_responsive_view.setter 10220 def default_signing_responsive_view(self, default_signing_responsive_view): 10221 """Sets the default_signing_responsive_view of this AccountSettingsInformation. 10222 10223 # noqa: E501 10224 10225 :param default_signing_responsive_view: The default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501 10226 :type: str 10227 """ 10228 10229 self._default_signing_responsive_view = default_signing_responsive_view 10230 10231 @property 10232 def default_signing_responsive_view_metadata(self): 10233 """Gets the default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10234 10235 # noqa: E501 10236 10237 :return: The default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10238 :rtype: SettingsMetadata 10239 """ 10240 return self._default_signing_responsive_view_metadata 10241 10242 @default_signing_responsive_view_metadata.setter 10243 def default_signing_responsive_view_metadata(self, default_signing_responsive_view_metadata): 10244 """Sets the default_signing_responsive_view_metadata of this AccountSettingsInformation. 10245 10246 # noqa: E501 10247 10248 :param default_signing_responsive_view_metadata: The default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501 10249 :type: SettingsMetadata 10250 """ 10251 10252 self._default_signing_responsive_view_metadata = default_signing_responsive_view_metadata 10253 10254 @property 10255 def default_signing_responsive_view_use_grade(self): 10256 """Gets the default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10257 10258 # noqa: E501 10259 10260 :return: The default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10261 :rtype: str 10262 """ 10263 return self._default_signing_responsive_view_use_grade 10264 10265 @default_signing_responsive_view_use_grade.setter 10266 def default_signing_responsive_view_use_grade(self, default_signing_responsive_view_use_grade): 10267 """Sets the default_signing_responsive_view_use_grade of this AccountSettingsInformation. 10268 10269 # noqa: E501 10270 10271 :param default_signing_responsive_view_use_grade: The default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501 10272 :type: str 10273 """ 10274 10275 self._default_signing_responsive_view_use_grade = default_signing_responsive_view_use_grade 10276 10277 @property 10278 def default_signing_responsive_view_use_grade_metadata(self): 10279 """Gets the default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10280 10281 # noqa: E501 10282 10283 :return: The default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10284 :rtype: SettingsMetadata 10285 """ 10286 return self._default_signing_responsive_view_use_grade_metadata 10287 10288 @default_signing_responsive_view_use_grade_metadata.setter 10289 def default_signing_responsive_view_use_grade_metadata(self, default_signing_responsive_view_use_grade_metadata): 10290 """Sets the default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. 10291 10292 # noqa: E501 10293 10294 :param default_signing_responsive_view_use_grade_metadata: The default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501 10295 :type: SettingsMetadata 10296 """ 10297 10298 self._default_signing_responsive_view_use_grade_metadata = default_signing_responsive_view_use_grade_metadata 10299 10300 @property 10301 def default_to_advanced_envelopes_filter_form(self): 10302 """Gets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10303 10304 # noqa: E501 10305 10306 :return: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10307 :rtype: str 10308 """ 10309 return self._default_to_advanced_envelopes_filter_form 10310 10311 @default_to_advanced_envelopes_filter_form.setter 10312 def default_to_advanced_envelopes_filter_form(self, default_to_advanced_envelopes_filter_form): 10313 """Sets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. 10314 10315 # noqa: E501 10316 10317 :param default_to_advanced_envelopes_filter_form: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 10318 :type: str 10319 """ 10320 10321 self._default_to_advanced_envelopes_filter_form = default_to_advanced_envelopes_filter_form 10322 10323 @property 10324 def default_to_advanced_envelopes_filter_form_metadata(self): 10325 """Gets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10326 10327 # noqa: E501 10328 10329 :return: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10330 :rtype: SettingsMetadata 10331 """ 10332 return self._default_to_advanced_envelopes_filter_form_metadata 10333 10334 @default_to_advanced_envelopes_filter_form_metadata.setter 10335 def default_to_advanced_envelopes_filter_form_metadata(self, default_to_advanced_envelopes_filter_form_metadata): 10336 """Sets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. 10337 10338 # noqa: E501 10339 10340 :param default_to_advanced_envelopes_filter_form_metadata: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 10341 :type: SettingsMetadata 10342 """ 10343 10344 self._default_to_advanced_envelopes_filter_form_metadata = default_to_advanced_envelopes_filter_form_metadata 10345 10346 @property 10347 def disable_auto_template_matching(self): 10348 """Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10349 10350 # noqa: E501 10351 10352 :return: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10353 :rtype: str 10354 """ 10355 return self._disable_auto_template_matching 10356 10357 @disable_auto_template_matching.setter 10358 def disable_auto_template_matching(self, disable_auto_template_matching): 10359 """Sets the disable_auto_template_matching of this AccountSettingsInformation. 10360 10361 # noqa: E501 10362 10363 :param disable_auto_template_matching: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 10364 :type: str 10365 """ 10366 10367 self._disable_auto_template_matching = disable_auto_template_matching 10368 10369 @property 10370 def disable_auto_template_matching_metadata(self): 10371 """Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10372 10373 # noqa: E501 10374 10375 :return: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10376 :rtype: SettingsMetadata 10377 """ 10378 return self._disable_auto_template_matching_metadata 10379 10380 @disable_auto_template_matching_metadata.setter 10381 def disable_auto_template_matching_metadata(self, disable_auto_template_matching_metadata): 10382 """Sets the disable_auto_template_matching_metadata of this AccountSettingsInformation. 10383 10384 # noqa: E501 10385 10386 :param disable_auto_template_matching_metadata: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 10387 :type: SettingsMetadata 10388 """ 10389 10390 self._disable_auto_template_matching_metadata = disable_auto_template_matching_metadata 10391 10392 @property 10393 def disable_legacy_kba(self): 10394 """Gets the disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10395 10396 # noqa: E501 10397 10398 :return: The disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10399 :rtype: str 10400 """ 10401 return self._disable_legacy_kba 10402 10403 @disable_legacy_kba.setter 10404 def disable_legacy_kba(self, disable_legacy_kba): 10405 """Sets the disable_legacy_kba of this AccountSettingsInformation. 10406 10407 # noqa: E501 10408 10409 :param disable_legacy_kba: The disable_legacy_kba of this AccountSettingsInformation. # noqa: E501 10410 :type: str 10411 """ 10412 10413 self._disable_legacy_kba = disable_legacy_kba 10414 10415 @property 10416 def disable_legacy_kba_metadata(self): 10417 """Gets the disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10418 10419 # noqa: E501 10420 10421 :return: The disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10422 :rtype: SettingsMetadata 10423 """ 10424 return self._disable_legacy_kba_metadata 10425 10426 @disable_legacy_kba_metadata.setter 10427 def disable_legacy_kba_metadata(self, disable_legacy_kba_metadata): 10428 """Sets the disable_legacy_kba_metadata of this AccountSettingsInformation. 10429 10430 # noqa: E501 10431 10432 :param disable_legacy_kba_metadata: The disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501 10433 :type: SettingsMetadata 10434 """ 10435 10436 self._disable_legacy_kba_metadata = disable_legacy_kba_metadata 10437 10438 @property 10439 def disable_legacy_shared_envelopes(self): 10440 """Gets the disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10441 10442 # noqa: E501 10443 10444 :return: The disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10445 :rtype: str 10446 """ 10447 return self._disable_legacy_shared_envelopes 10448 10449 @disable_legacy_shared_envelopes.setter 10450 def disable_legacy_shared_envelopes(self, disable_legacy_shared_envelopes): 10451 """Sets the disable_legacy_shared_envelopes of this AccountSettingsInformation. 10452 10453 # noqa: E501 10454 10455 :param disable_legacy_shared_envelopes: The disable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 10456 :type: str 10457 """ 10458 10459 self._disable_legacy_shared_envelopes = disable_legacy_shared_envelopes 10460 10461 @property 10462 def disable_legacy_shared_envelopes_metadata(self): 10463 """Gets the disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10464 10465 # noqa: E501 10466 10467 :return: The disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10468 :rtype: SettingsMetadata 10469 """ 10470 return self._disable_legacy_shared_envelopes_metadata 10471 10472 @disable_legacy_shared_envelopes_metadata.setter 10473 def disable_legacy_shared_envelopes_metadata(self, disable_legacy_shared_envelopes_metadata): 10474 """Sets the disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. 10475 10476 # noqa: E501 10477 10478 :param disable_legacy_shared_envelopes_metadata: The disable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 10479 :type: SettingsMetadata 10480 """ 10481 10482 self._disable_legacy_shared_envelopes_metadata = disable_legacy_shared_envelopes_metadata 10483 10484 @property 10485 def disable_mobile_app(self): 10486 """Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10487 10488 # noqa: E501 10489 10490 :return: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10491 :rtype: str 10492 """ 10493 return self._disable_mobile_app 10494 10495 @disable_mobile_app.setter 10496 def disable_mobile_app(self, disable_mobile_app): 10497 """Sets the disable_mobile_app of this AccountSettingsInformation. 10498 10499 # noqa: E501 10500 10501 :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 10502 :type: str 10503 """ 10504 10505 self._disable_mobile_app = disable_mobile_app 10506 10507 @property 10508 def disable_mobile_app_metadata(self): 10509 """Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10510 10511 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 10512 10513 :return: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10514 :rtype: SettingsMetadata 10515 """ 10516 return self._disable_mobile_app_metadata 10517 10518 @disable_mobile_app_metadata.setter 10519 def disable_mobile_app_metadata(self, disable_mobile_app_metadata): 10520 """Sets the disable_mobile_app_metadata of this AccountSettingsInformation. 10521 10522 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 10523 10524 :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 10525 :type: SettingsMetadata 10526 """ 10527 10528 self._disable_mobile_app_metadata = disable_mobile_app_metadata 10529 10530 @property 10531 def disable_mobile_push_notifications(self): 10532 """Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10533 10534 # noqa: E501 10535 10536 :return: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10537 :rtype: str 10538 """ 10539 return self._disable_mobile_push_notifications 10540 10541 @disable_mobile_push_notifications.setter 10542 def disable_mobile_push_notifications(self, disable_mobile_push_notifications): 10543 """Sets the disable_mobile_push_notifications of this AccountSettingsInformation. 10544 10545 # noqa: E501 10546 10547 :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 10548 :type: str 10549 """ 10550 10551 self._disable_mobile_push_notifications = disable_mobile_push_notifications 10552 10553 @property 10554 def disable_mobile_push_notifications_metadata(self): 10555 """Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10556 10557 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 10558 10559 :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10560 :rtype: SettingsMetadata 10561 """ 10562 return self._disable_mobile_push_notifications_metadata 10563 10564 @disable_mobile_push_notifications_metadata.setter 10565 def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notifications_metadata): 10566 """Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. 10567 10568 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 10569 10570 :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 10571 :type: SettingsMetadata 10572 """ 10573 10574 self._disable_mobile_push_notifications_metadata = disable_mobile_push_notifications_metadata 10575 10576 @property 10577 def disable_mobile_sending(self): 10578 """Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10579 10580 # noqa: E501 10581 10582 :return: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10583 :rtype: str 10584 """ 10585 return self._disable_mobile_sending 10586 10587 @disable_mobile_sending.setter 10588 def disable_mobile_sending(self, disable_mobile_sending): 10589 """Sets the disable_mobile_sending of this AccountSettingsInformation. 10590 10591 # noqa: E501 10592 10593 :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 10594 :type: str 10595 """ 10596 10597 self._disable_mobile_sending = disable_mobile_sending 10598 10599 @property 10600 def disable_mobile_sending_metadata(self): 10601 """Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10602 10603 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 10604 10605 :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10606 :rtype: SettingsMetadata 10607 """ 10608 return self._disable_mobile_sending_metadata 10609 10610 @disable_mobile_sending_metadata.setter 10611 def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): 10612 """Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. 10613 10614 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 10615 10616 :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 10617 :type: SettingsMetadata 10618 """ 10619 10620 self._disable_mobile_sending_metadata = disable_mobile_sending_metadata 10621 10622 @property 10623 def disable_multiple_sessions(self): 10624 """Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10625 10626 # noqa: E501 10627 10628 :return: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10629 :rtype: str 10630 """ 10631 return self._disable_multiple_sessions 10632 10633 @disable_multiple_sessions.setter 10634 def disable_multiple_sessions(self, disable_multiple_sessions): 10635 """Sets the disable_multiple_sessions of this AccountSettingsInformation. 10636 10637 # noqa: E501 10638 10639 :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 10640 :type: str 10641 """ 10642 10643 self._disable_multiple_sessions = disable_multiple_sessions 10644 10645 @property 10646 def disable_multiple_sessions_metadata(self): 10647 """Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10648 10649 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 10650 10651 :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10652 :rtype: SettingsMetadata 10653 """ 10654 return self._disable_multiple_sessions_metadata 10655 10656 @disable_multiple_sessions_metadata.setter 10657 def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata): 10658 """Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. 10659 10660 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 10661 10662 :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 10663 :type: SettingsMetadata 10664 """ 10665 10666 self._disable_multiple_sessions_metadata = disable_multiple_sessions_metadata 10667 10668 @property 10669 def disable_purge_notifications_for_sender_metadata(self): 10670 """Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10671 10672 Reserved for DocuSign. # noqa: E501 10673 10674 :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10675 :rtype: SettingsMetadata 10676 """ 10677 return self._disable_purge_notifications_for_sender_metadata 10678 10679 @disable_purge_notifications_for_sender_metadata.setter 10680 def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifications_for_sender_metadata): 10681 """Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. 10682 10683 Reserved for DocuSign. # noqa: E501 10684 10685 :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 10686 :type: SettingsMetadata 10687 """ 10688 10689 self._disable_purge_notifications_for_sender_metadata = disable_purge_notifications_for_sender_metadata 10690 10691 @property 10692 def disable_signer_cert_view(self): 10693 """Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10694 10695 # noqa: E501 10696 10697 :return: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10698 :rtype: str 10699 """ 10700 return self._disable_signer_cert_view 10701 10702 @disable_signer_cert_view.setter 10703 def disable_signer_cert_view(self, disable_signer_cert_view): 10704 """Sets the disable_signer_cert_view of this AccountSettingsInformation. 10705 10706 # noqa: E501 10707 10708 :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 10709 :type: str 10710 """ 10711 10712 self._disable_signer_cert_view = disable_signer_cert_view 10713 10714 @property 10715 def disable_signer_cert_view_metadata(self): 10716 """Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10717 10718 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 10719 10720 :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10721 :rtype: SettingsMetadata 10722 """ 10723 return self._disable_signer_cert_view_metadata 10724 10725 @disable_signer_cert_view_metadata.setter 10726 def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): 10727 """Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. 10728 10729 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 10730 10731 :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 10732 :type: SettingsMetadata 10733 """ 10734 10735 self._disable_signer_cert_view_metadata = disable_signer_cert_view_metadata 10736 10737 @property 10738 def disable_signer_history_view(self): 10739 """Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10740 10741 # noqa: E501 10742 10743 :return: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10744 :rtype: str 10745 """ 10746 return self._disable_signer_history_view 10747 10748 @disable_signer_history_view.setter 10749 def disable_signer_history_view(self, disable_signer_history_view): 10750 """Sets the disable_signer_history_view of this AccountSettingsInformation. 10751 10752 # noqa: E501 10753 10754 :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 10755 :type: str 10756 """ 10757 10758 self._disable_signer_history_view = disable_signer_history_view 10759 10760 @property 10761 def disable_signer_history_view_metadata(self): 10762 """Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10763 10764 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 10765 10766 :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10767 :rtype: SettingsMetadata 10768 """ 10769 return self._disable_signer_history_view_metadata 10770 10771 @disable_signer_history_view_metadata.setter 10772 def disable_signer_history_view_metadata(self, disable_signer_history_view_metadata): 10773 """Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. 10774 10775 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 10776 10777 :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 10778 :type: SettingsMetadata 10779 """ 10780 10781 self._disable_signer_history_view_metadata = disable_signer_history_view_metadata 10782 10783 @property 10784 def disable_style_signature(self): 10785 """Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501 10786 10787 # noqa: E501 10788 10789 :return: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 10790 :rtype: str 10791 """ 10792 return self._disable_style_signature 10793 10794 @disable_style_signature.setter 10795 def disable_style_signature(self, disable_style_signature): 10796 """Sets the disable_style_signature of this AccountSettingsInformation. 10797 10798 # noqa: E501 10799 10800 :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 10801 :type: str 10802 """ 10803 10804 self._disable_style_signature = disable_style_signature 10805 10806 @property 10807 def disable_style_signature_metadata(self): 10808 """Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10809 10810 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 10811 10812 :return: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10813 :rtype: SettingsMetadata 10814 """ 10815 return self._disable_style_signature_metadata 10816 10817 @disable_style_signature_metadata.setter 10818 def disable_style_signature_metadata(self, disable_style_signature_metadata): 10819 """Sets the disable_style_signature_metadata of this AccountSettingsInformation. 10820 10821 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 10822 10823 :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 10824 :type: SettingsMetadata 10825 """ 10826 10827 self._disable_style_signature_metadata = disable_style_signature_metadata 10828 10829 @property 10830 def disable_upload_signature(self): 10831 """Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10832 10833 # noqa: E501 10834 10835 :return: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10836 :rtype: str 10837 """ 10838 return self._disable_upload_signature 10839 10840 @disable_upload_signature.setter 10841 def disable_upload_signature(self, disable_upload_signature): 10842 """Sets the disable_upload_signature of this AccountSettingsInformation. 10843 10844 # noqa: E501 10845 10846 :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 10847 :type: str 10848 """ 10849 10850 self._disable_upload_signature = disable_upload_signature 10851 10852 @property 10853 def disable_upload_signature_metadata(self): 10854 """Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10855 10856 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 10857 10858 :return: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10859 :rtype: SettingsMetadata 10860 """ 10861 return self._disable_upload_signature_metadata 10862 10863 @disable_upload_signature_metadata.setter 10864 def disable_upload_signature_metadata(self, disable_upload_signature_metadata): 10865 """Sets the disable_upload_signature_metadata of this AccountSettingsInformation. 10866 10867 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 10868 10869 :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 10870 :type: SettingsMetadata 10871 """ 10872 10873 self._disable_upload_signature_metadata = disable_upload_signature_metadata 10874 10875 @property 10876 def disable_user_sharing(self): 10877 """Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10878 10879 # noqa: E501 10880 10881 :return: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10882 :rtype: str 10883 """ 10884 return self._disable_user_sharing 10885 10886 @disable_user_sharing.setter 10887 def disable_user_sharing(self, disable_user_sharing): 10888 """Sets the disable_user_sharing of this AccountSettingsInformation. 10889 10890 # noqa: E501 10891 10892 :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 10893 :type: str 10894 """ 10895 10896 self._disable_user_sharing = disable_user_sharing 10897 10898 @property 10899 def disable_user_sharing_metadata(self): 10900 """Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10901 10902 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 10903 10904 :return: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10905 :rtype: SettingsMetadata 10906 """ 10907 return self._disable_user_sharing_metadata 10908 10909 @disable_user_sharing_metadata.setter 10910 def disable_user_sharing_metadata(self, disable_user_sharing_metadata): 10911 """Sets the disable_user_sharing_metadata of this AccountSettingsInformation. 10912 10913 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 10914 10915 :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 10916 :type: SettingsMetadata 10917 """ 10918 10919 self._disable_user_sharing_metadata = disable_user_sharing_metadata 10920 10921 @property 10922 def display_beta_switch(self): 10923 """Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501 10924 10925 # noqa: E501 10926 10927 :return: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 10928 :rtype: str 10929 """ 10930 return self._display_beta_switch 10931 10932 @display_beta_switch.setter 10933 def display_beta_switch(self, display_beta_switch): 10934 """Sets the display_beta_switch of this AccountSettingsInformation. 10935 10936 # noqa: E501 10937 10938 :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 10939 :type: str 10940 """ 10941 10942 self._display_beta_switch = display_beta_switch 10943 10944 @property 10945 def display_beta_switch_metadata(self): 10946 """Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10947 10948 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 10949 10950 :return: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10951 :rtype: SettingsMetadata 10952 """ 10953 return self._display_beta_switch_metadata 10954 10955 @display_beta_switch_metadata.setter 10956 def display_beta_switch_metadata(self, display_beta_switch_metadata): 10957 """Sets the display_beta_switch_metadata of this AccountSettingsInformation. 10958 10959 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 10960 10961 :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 10962 :type: SettingsMetadata 10963 """ 10964 10965 self._display_beta_switch_metadata = display_beta_switch_metadata 10966 10967 @property 10968 def document_conversion_restrictions(self): 10969 """Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10970 10971 # noqa: E501 10972 10973 :return: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10974 :rtype: str 10975 """ 10976 return self._document_conversion_restrictions 10977 10978 @document_conversion_restrictions.setter 10979 def document_conversion_restrictions(self, document_conversion_restrictions): 10980 """Sets the document_conversion_restrictions of this AccountSettingsInformation. 10981 10982 # noqa: E501 10983 10984 :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 10985 :type: str 10986 """ 10987 10988 self._document_conversion_restrictions = document_conversion_restrictions 10989 10990 @property 10991 def document_conversion_restrictions_metadata(self): 10992 """Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 10993 10994 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 10995 10996 :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 10997 :rtype: SettingsMetadata 10998 """ 10999 return self._document_conversion_restrictions_metadata 11000 11001 @document_conversion_restrictions_metadata.setter 11002 def document_conversion_restrictions_metadata(self, document_conversion_restrictions_metadata): 11003 """Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. 11004 11005 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 11006 11007 :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 11008 :type: SettingsMetadata 11009 """ 11010 11011 self._document_conversion_restrictions_metadata = document_conversion_restrictions_metadata 11012 11013 @property 11014 def document_retention(self): 11015 """Gets the document_retention of this AccountSettingsInformation. # noqa: E501 11016 11017 # noqa: E501 11018 11019 :return: The document_retention of this AccountSettingsInformation. # noqa: E501 11020 :rtype: str 11021 """ 11022 return self._document_retention 11023 11024 @document_retention.setter 11025 def document_retention(self, document_retention): 11026 """Sets the document_retention of this AccountSettingsInformation. 11027 11028 # noqa: E501 11029 11030 :param document_retention: The document_retention of this AccountSettingsInformation. # noqa: E501 11031 :type: str 11032 """ 11033 11034 self._document_retention = document_retention 11035 11036 @property 11037 def document_retention_metadata(self): 11038 """Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11039 11040 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 11041 11042 :return: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11043 :rtype: SettingsMetadata 11044 """ 11045 return self._document_retention_metadata 11046 11047 @document_retention_metadata.setter 11048 def document_retention_metadata(self, document_retention_metadata): 11049 """Sets the document_retention_metadata of this AccountSettingsInformation. 11050 11051 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 11052 11053 :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 11054 :type: SettingsMetadata 11055 """ 11056 11057 self._document_retention_metadata = document_retention_metadata 11058 11059 @property 11060 def document_retention_purge_tabs(self): 11061 """Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11062 11063 # noqa: E501 11064 11065 :return: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11066 :rtype: str 11067 """ 11068 return self._document_retention_purge_tabs 11069 11070 @document_retention_purge_tabs.setter 11071 def document_retention_purge_tabs(self, document_retention_purge_tabs): 11072 """Sets the document_retention_purge_tabs of this AccountSettingsInformation. 11073 11074 # noqa: E501 11075 11076 :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 11077 :type: str 11078 """ 11079 11080 self._document_retention_purge_tabs = document_retention_purge_tabs 11081 11082 @property 11083 def document_visibility(self): 11084 """Gets the document_visibility of this AccountSettingsInformation. # noqa: E501 11085 11086 # noqa: E501 11087 11088 :return: The document_visibility of this AccountSettingsInformation. # noqa: E501 11089 :rtype: str 11090 """ 11091 return self._document_visibility 11092 11093 @document_visibility.setter 11094 def document_visibility(self, document_visibility): 11095 """Sets the document_visibility of this AccountSettingsInformation. 11096 11097 # noqa: E501 11098 11099 :param document_visibility: The document_visibility of this AccountSettingsInformation. # noqa: E501 11100 :type: str 11101 """ 11102 11103 self._document_visibility = document_visibility 11104 11105 @property 11106 def document_visibility_metadata(self): 11107 """Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11108 11109 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 11110 11111 :return: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11112 :rtype: SettingsMetadata 11113 """ 11114 return self._document_visibility_metadata 11115 11116 @document_visibility_metadata.setter 11117 def document_visibility_metadata(self, document_visibility_metadata): 11118 """Sets the document_visibility_metadata of this AccountSettingsInformation. 11119 11120 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 11121 11122 :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 11123 :type: SettingsMetadata 11124 """ 11125 11126 self._document_visibility_metadata = document_visibility_metadata 11127 11128 @property 11129 def draft_envelope_retention(self): 11130 """Gets the draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11131 11132 # noqa: E501 11133 11134 :return: The draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11135 :rtype: str 11136 """ 11137 return self._draft_envelope_retention 11138 11139 @draft_envelope_retention.setter 11140 def draft_envelope_retention(self, draft_envelope_retention): 11141 """Sets the draft_envelope_retention of this AccountSettingsInformation. 11142 11143 # noqa: E501 11144 11145 :param draft_envelope_retention: The draft_envelope_retention of this AccountSettingsInformation. # noqa: E501 11146 :type: str 11147 """ 11148 11149 self._draft_envelope_retention = draft_envelope_retention 11150 11151 @property 11152 def draft_envelope_retention_metadata(self): 11153 """Gets the draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11154 11155 # noqa: E501 11156 11157 :return: The draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11158 :rtype: SettingsMetadata 11159 """ 11160 return self._draft_envelope_retention_metadata 11161 11162 @draft_envelope_retention_metadata.setter 11163 def draft_envelope_retention_metadata(self, draft_envelope_retention_metadata): 11164 """Sets the draft_envelope_retention_metadata of this AccountSettingsInformation. 11165 11166 # noqa: E501 11167 11168 :param draft_envelope_retention_metadata: The draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 11169 :type: SettingsMetadata 11170 """ 11171 11172 self._draft_envelope_retention_metadata = draft_envelope_retention_metadata 11173 11174 @property 11175 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self): 11176 """Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11177 11178 # noqa: E501 11179 11180 :return: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11181 :rtype: str 11182 """ 11183 return self._dss_sign_28411_enable_leave_page_prompt_radmin_option 11184 11185 @dss_sign_28411_enable_leave_page_prompt_radmin_option.setter 11186 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self, dss_sign_28411_enable_leave_page_prompt_radmin_option): 11187 """Sets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. 11188 11189 # noqa: E501 11190 11191 :param dss_sign_28411_enable_leave_page_prompt_radmin_option: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 11192 :type: str 11193 """ 11194 11195 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = dss_sign_28411_enable_leave_page_prompt_radmin_option 11196 11197 @property 11198 def dss_sign_29182_slide_up_bar_radmin_option(self): 11199 """Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11200 11201 # noqa: E501 11202 11203 :return: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11204 :rtype: str 11205 """ 11206 return self._dss_sign_29182_slide_up_bar_radmin_option 11207 11208 @dss_sign_29182_slide_up_bar_radmin_option.setter 11209 def dss_sign_29182_slide_up_bar_radmin_option(self, dss_sign_29182_slide_up_bar_radmin_option): 11210 """Sets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. 11211 11212 # noqa: E501 11213 11214 :param dss_sign_29182_slide_up_bar_radmin_option: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 11215 :type: str 11216 """ 11217 11218 self._dss_sign_29182_slide_up_bar_radmin_option = dss_sign_29182_slide_up_bar_radmin_option 11219 11220 @property 11221 def email_template_version(self): 11222 """Gets the email_template_version of this AccountSettingsInformation. # noqa: E501 11223 11224 # noqa: E501 11225 11226 :return: The email_template_version of this AccountSettingsInformation. # noqa: E501 11227 :rtype: str 11228 """ 11229 return self._email_template_version 11230 11231 @email_template_version.setter 11232 def email_template_version(self, email_template_version): 11233 """Sets the email_template_version of this AccountSettingsInformation. 11234 11235 # noqa: E501 11236 11237 :param email_template_version: The email_template_version of this AccountSettingsInformation. # noqa: E501 11238 :type: str 11239 """ 11240 11241 self._email_template_version = email_template_version 11242 11243 @property 11244 def email_template_version_metadata(self): 11245 """Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11246 11247 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 11248 11249 :return: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11250 :rtype: SettingsMetadata 11251 """ 11252 return self._email_template_version_metadata 11253 11254 @email_template_version_metadata.setter 11255 def email_template_version_metadata(self, email_template_version_metadata): 11256 """Sets the email_template_version_metadata of this AccountSettingsInformation. 11257 11258 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 11259 11260 :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 11261 :type: SettingsMetadata 11262 """ 11263 11264 self._email_template_version_metadata = email_template_version_metadata 11265 11266 @property 11267 def enable_access_code_generator(self): 11268 """Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11269 11270 # noqa: E501 11271 11272 :return: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11273 :rtype: str 11274 """ 11275 return self._enable_access_code_generator 11276 11277 @enable_access_code_generator.setter 11278 def enable_access_code_generator(self, enable_access_code_generator): 11279 """Sets the enable_access_code_generator of this AccountSettingsInformation. 11280 11281 # noqa: E501 11282 11283 :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 11284 :type: str 11285 """ 11286 11287 self._enable_access_code_generator = enable_access_code_generator 11288 11289 @property 11290 def enable_access_code_generator_metadata(self): 11291 """Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11292 11293 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 11294 11295 :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11296 :rtype: SettingsMetadata 11297 """ 11298 return self._enable_access_code_generator_metadata 11299 11300 @enable_access_code_generator_metadata.setter 11301 def enable_access_code_generator_metadata(self, enable_access_code_generator_metadata): 11302 """Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. 11303 11304 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 11305 11306 :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 11307 :type: SettingsMetadata 11308 """ 11309 11310 self._enable_access_code_generator_metadata = enable_access_code_generator_metadata 11311 11312 @property 11313 def enable_account_wide_search(self): 11314 """Gets the enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11315 11316 # noqa: E501 11317 11318 :return: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11319 :rtype: str 11320 """ 11321 return self._enable_account_wide_search 11322 11323 @enable_account_wide_search.setter 11324 def enable_account_wide_search(self, enable_account_wide_search): 11325 """Sets the enable_account_wide_search of this AccountSettingsInformation. 11326 11327 # noqa: E501 11328 11329 :param enable_account_wide_search: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 11330 :type: str 11331 """ 11332 11333 self._enable_account_wide_search = enable_account_wide_search 11334 11335 @property 11336 def enable_account_wide_search_metadata(self): 11337 """Gets the enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11338 11339 # noqa: E501 11340 11341 :return: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11342 :rtype: SettingsMetadata 11343 """ 11344 return self._enable_account_wide_search_metadata 11345 11346 @enable_account_wide_search_metadata.setter 11347 def enable_account_wide_search_metadata(self, enable_account_wide_search_metadata): 11348 """Sets the enable_account_wide_search_metadata of this AccountSettingsInformation. 11349 11350 # noqa: E501 11351 11352 :param enable_account_wide_search_metadata: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 11353 :type: SettingsMetadata 11354 """ 11355 11356 self._enable_account_wide_search_metadata = enable_account_wide_search_metadata 11357 11358 @property 11359 def enable_additional_advanced_web_forms_features(self): 11360 """Gets the enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11361 11362 # noqa: E501 11363 11364 :return: The enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11365 :rtype: str 11366 """ 11367 return self._enable_additional_advanced_web_forms_features 11368 11369 @enable_additional_advanced_web_forms_features.setter 11370 def enable_additional_advanced_web_forms_features(self, enable_additional_advanced_web_forms_features): 11371 """Sets the enable_additional_advanced_web_forms_features of this AccountSettingsInformation. 11372 11373 # noqa: E501 11374 11375 :param enable_additional_advanced_web_forms_features: The enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501 11376 :type: str 11377 """ 11378 11379 self._enable_additional_advanced_web_forms_features = enable_additional_advanced_web_forms_features 11380 11381 @property 11382 def enable_additional_advanced_web_forms_features_metadata(self): 11383 """Gets the enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11384 11385 # noqa: E501 11386 11387 :return: The enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11388 :rtype: SettingsMetadata 11389 """ 11390 return self._enable_additional_advanced_web_forms_features_metadata 11391 11392 @enable_additional_advanced_web_forms_features_metadata.setter 11393 def enable_additional_advanced_web_forms_features_metadata(self, enable_additional_advanced_web_forms_features_metadata): 11394 """Sets the enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. 11395 11396 # noqa: E501 11397 11398 :param enable_additional_advanced_web_forms_features_metadata: The enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501 11399 :type: SettingsMetadata 11400 """ 11401 11402 self._enable_additional_advanced_web_forms_features_metadata = enable_additional_advanced_web_forms_features_metadata 11403 11404 @property 11405 def enable_adm_healthcare(self): 11406 """Gets the enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11407 11408 Account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11409 11410 :return: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11411 :rtype: str 11412 """ 11413 return self._enable_adm_healthcare 11414 11415 @enable_adm_healthcare.setter 11416 def enable_adm_healthcare(self, enable_adm_healthcare): 11417 """Sets the enable_adm_healthcare of this AccountSettingsInformation. 11418 11419 Account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11420 11421 :param enable_adm_healthcare: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 11422 :type: str 11423 """ 11424 11425 self._enable_adm_healthcare = enable_adm_healthcare 11426 11427 @property 11428 def enable_adm_healthcare_metadata(self): 11429 """Gets the enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11430 11431 Metadata for account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11432 11433 :return: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11434 :rtype: SettingsMetadata 11435 """ 11436 return self._enable_adm_healthcare_metadata 11437 11438 @enable_adm_healthcare_metadata.setter 11439 def enable_adm_healthcare_metadata(self, enable_adm_healthcare_metadata): 11440 """Sets the enable_adm_healthcare_metadata of this AccountSettingsInformation. 11441 11442 Metadata for account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501 11443 11444 :param enable_adm_healthcare_metadata: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 11445 :type: SettingsMetadata 11446 """ 11447 11448 self._enable_adm_healthcare_metadata = enable_adm_healthcare_metadata 11449 11450 @property 11451 def enable_advanced_envelopes_search(self): 11452 """Gets the enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11453 11454 # noqa: E501 11455 11456 :return: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11457 :rtype: str 11458 """ 11459 return self._enable_advanced_envelopes_search 11460 11461 @enable_advanced_envelopes_search.setter 11462 def enable_advanced_envelopes_search(self, enable_advanced_envelopes_search): 11463 """Sets the enable_advanced_envelopes_search of this AccountSettingsInformation. 11464 11465 # noqa: E501 11466 11467 :param enable_advanced_envelopes_search: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 11468 :type: str 11469 """ 11470 11471 self._enable_advanced_envelopes_search = enable_advanced_envelopes_search 11472 11473 @property 11474 def enable_advanced_envelopes_search_metadata(self): 11475 """Gets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11476 11477 # noqa: E501 11478 11479 :return: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11480 :rtype: SettingsMetadata 11481 """ 11482 return self._enable_advanced_envelopes_search_metadata 11483 11484 @enable_advanced_envelopes_search_metadata.setter 11485 def enable_advanced_envelopes_search_metadata(self, enable_advanced_envelopes_search_metadata): 11486 """Sets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. 11487 11488 # noqa: E501 11489 11490 :param enable_advanced_envelopes_search_metadata: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 11491 :type: SettingsMetadata 11492 """ 11493 11494 self._enable_advanced_envelopes_search_metadata = enable_advanced_envelopes_search_metadata 11495 11496 @property 11497 def enable_advanced_payments(self): 11498 """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11499 11500 # noqa: E501 11501 11502 :return: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11503 :rtype: str 11504 """ 11505 return self._enable_advanced_payments 11506 11507 @enable_advanced_payments.setter 11508 def enable_advanced_payments(self, enable_advanced_payments): 11509 """Sets the enable_advanced_payments of this AccountSettingsInformation. 11510 11511 # noqa: E501 11512 11513 :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 11514 :type: str 11515 """ 11516 11517 self._enable_advanced_payments = enable_advanced_payments 11518 11519 @property 11520 def enable_advanced_payments_metadata(self): 11521 """Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11522 11523 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 11524 11525 :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11526 :rtype: SettingsMetadata 11527 """ 11528 return self._enable_advanced_payments_metadata 11529 11530 @enable_advanced_payments_metadata.setter 11531 def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): 11532 """Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. 11533 11534 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 11535 11536 :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 11537 :type: SettingsMetadata 11538 """ 11539 11540 self._enable_advanced_payments_metadata = enable_advanced_payments_metadata 11541 11542 @property 11543 def enable_advanced_power_forms(self): 11544 """Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11545 11546 # noqa: E501 11547 11548 :return: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11549 :rtype: str 11550 """ 11551 return self._enable_advanced_power_forms 11552 11553 @enable_advanced_power_forms.setter 11554 def enable_advanced_power_forms(self, enable_advanced_power_forms): 11555 """Sets the enable_advanced_power_forms of this AccountSettingsInformation. 11556 11557 # noqa: E501 11558 11559 :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 11560 :type: str 11561 """ 11562 11563 self._enable_advanced_power_forms = enable_advanced_power_forms 11564 11565 @property 11566 def enable_advanced_power_forms_metadata(self): 11567 """Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11568 11569 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 11570 11571 :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11572 :rtype: SettingsMetadata 11573 """ 11574 return self._enable_advanced_power_forms_metadata 11575 11576 @enable_advanced_power_forms_metadata.setter 11577 def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metadata): 11578 """Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. 11579 11580 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 11581 11582 :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 11583 :type: SettingsMetadata 11584 """ 11585 11586 self._enable_advanced_power_forms_metadata = enable_advanced_power_forms_metadata 11587 11588 @property 11589 def enable_advanced_search(self): 11590 """Gets the enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11591 11592 # noqa: E501 11593 11594 :return: The enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11595 :rtype: str 11596 """ 11597 return self._enable_advanced_search 11598 11599 @enable_advanced_search.setter 11600 def enable_advanced_search(self, enable_advanced_search): 11601 """Sets the enable_advanced_search of this AccountSettingsInformation. 11602 11603 # noqa: E501 11604 11605 :param enable_advanced_search: The enable_advanced_search of this AccountSettingsInformation. # noqa: E501 11606 :type: str 11607 """ 11608 11609 self._enable_advanced_search = enable_advanced_search 11610 11611 @property 11612 def enable_advanced_search_metadata(self): 11613 """Gets the enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11614 11615 # noqa: E501 11616 11617 :return: The enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11618 :rtype: SettingsMetadata 11619 """ 11620 return self._enable_advanced_search_metadata 11621 11622 @enable_advanced_search_metadata.setter 11623 def enable_advanced_search_metadata(self, enable_advanced_search_metadata): 11624 """Sets the enable_advanced_search_metadata of this AccountSettingsInformation. 11625 11626 # noqa: E501 11627 11628 :param enable_advanced_search_metadata: The enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501 11629 :type: SettingsMetadata 11630 """ 11631 11632 self._enable_advanced_search_metadata = enable_advanced_search_metadata 11633 11634 @property 11635 def enable_agreement_actions_for_clm(self): 11636 """Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11637 11638 # noqa: E501 11639 11640 :return: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11641 :rtype: str 11642 """ 11643 return self._enable_agreement_actions_for_clm 11644 11645 @enable_agreement_actions_for_clm.setter 11646 def enable_agreement_actions_for_clm(self, enable_agreement_actions_for_clm): 11647 """Sets the enable_agreement_actions_for_clm of this AccountSettingsInformation. 11648 11649 # noqa: E501 11650 11651 :param enable_agreement_actions_for_clm: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 11652 :type: str 11653 """ 11654 11655 self._enable_agreement_actions_for_clm = enable_agreement_actions_for_clm 11656 11657 @property 11658 def enable_agreement_actions_for_clm_metadata(self): 11659 """Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11660 11661 # noqa: E501 11662 11663 :return: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11664 :rtype: SettingsMetadata 11665 """ 11666 return self._enable_agreement_actions_for_clm_metadata 11667 11668 @enable_agreement_actions_for_clm_metadata.setter 11669 def enable_agreement_actions_for_clm_metadata(self, enable_agreement_actions_for_clm_metadata): 11670 """Sets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. 11671 11672 # noqa: E501 11673 11674 :param enable_agreement_actions_for_clm_metadata: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 11675 :type: SettingsMetadata 11676 """ 11677 11678 self._enable_agreement_actions_for_clm_metadata = enable_agreement_actions_for_clm_metadata 11679 11680 @property 11681 def enable_agreement_actions_for_e_sign(self): 11682 """Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11683 11684 # noqa: E501 11685 11686 :return: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11687 :rtype: str 11688 """ 11689 return self._enable_agreement_actions_for_e_sign 11690 11691 @enable_agreement_actions_for_e_sign.setter 11692 def enable_agreement_actions_for_e_sign(self, enable_agreement_actions_for_e_sign): 11693 """Sets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. 11694 11695 # noqa: E501 11696 11697 :param enable_agreement_actions_for_e_sign: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 11698 :type: str 11699 """ 11700 11701 self._enable_agreement_actions_for_e_sign = enable_agreement_actions_for_e_sign 11702 11703 @property 11704 def enable_agreement_actions_for_e_sign_metadata(self): 11705 """Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11706 11707 # noqa: E501 11708 11709 :return: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11710 :rtype: SettingsMetadata 11711 """ 11712 return self._enable_agreement_actions_for_e_sign_metadata 11713 11714 @enable_agreement_actions_for_e_sign_metadata.setter 11715 def enable_agreement_actions_for_e_sign_metadata(self, enable_agreement_actions_for_e_sign_metadata): 11716 """Sets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. 11717 11718 # noqa: E501 11719 11720 :param enable_agreement_actions_for_e_sign_metadata: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 11721 :type: SettingsMetadata 11722 """ 11723 11724 self._enable_agreement_actions_for_e_sign_metadata = enable_agreement_actions_for_e_sign_metadata 11725 11726 @property 11727 def enable_agreement_desk_advanced(self): 11728 """Gets the enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11729 11730 # noqa: E501 11731 11732 :return: The enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11733 :rtype: str 11734 """ 11735 return self._enable_agreement_desk_advanced 11736 11737 @enable_agreement_desk_advanced.setter 11738 def enable_agreement_desk_advanced(self, enable_agreement_desk_advanced): 11739 """Sets the enable_agreement_desk_advanced of this AccountSettingsInformation. 11740 11741 # noqa: E501 11742 11743 :param enable_agreement_desk_advanced: The enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501 11744 :type: str 11745 """ 11746 11747 self._enable_agreement_desk_advanced = enable_agreement_desk_advanced 11748 11749 @property 11750 def enable_agreement_desk_advanced_meta_data(self): 11751 """Gets the enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11752 11753 # noqa: E501 11754 11755 :return: The enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11756 :rtype: SettingsMetadata 11757 """ 11758 return self._enable_agreement_desk_advanced_meta_data 11759 11760 @enable_agreement_desk_advanced_meta_data.setter 11761 def enable_agreement_desk_advanced_meta_data(self, enable_agreement_desk_advanced_meta_data): 11762 """Sets the enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. 11763 11764 # noqa: E501 11765 11766 :param enable_agreement_desk_advanced_meta_data: The enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501 11767 :type: SettingsMetadata 11768 """ 11769 11770 self._enable_agreement_desk_advanced_meta_data = enable_agreement_desk_advanced_meta_data 11771 11772 @property 11773 def enable_ai_contract_review(self): 11774 """Gets the enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11775 11776 # noqa: E501 11777 11778 :return: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11779 :rtype: str 11780 """ 11781 return self._enable_ai_contract_review 11782 11783 @enable_ai_contract_review.setter 11784 def enable_ai_contract_review(self, enable_ai_contract_review): 11785 """Sets the enable_ai_contract_review of this AccountSettingsInformation. 11786 11787 # noqa: E501 11788 11789 :param enable_ai_contract_review: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501 11790 :type: str 11791 """ 11792 11793 self._enable_ai_contract_review = enable_ai_contract_review 11794 11795 @property 11796 def enable_ai_contract_review_metadata(self): 11797 """Gets the enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11798 11799 # noqa: E501 11800 11801 :return: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11802 :rtype: SettingsMetadata 11803 """ 11804 return self._enable_ai_contract_review_metadata 11805 11806 @enable_ai_contract_review_metadata.setter 11807 def enable_ai_contract_review_metadata(self, enable_ai_contract_review_metadata): 11808 """Sets the enable_ai_contract_review_metadata of this AccountSettingsInformation. 11809 11810 # noqa: E501 11811 11812 :param enable_ai_contract_review_metadata: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501 11813 :type: SettingsMetadata 11814 """ 11815 11816 self._enable_ai_contract_review_metadata = enable_ai_contract_review_metadata 11817 11818 @property 11819 def enable_ai_sender_message(self): 11820 """Gets the enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11821 11822 # noqa: E501 11823 11824 :return: The enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11825 :rtype: str 11826 """ 11827 return self._enable_ai_sender_message 11828 11829 @enable_ai_sender_message.setter 11830 def enable_ai_sender_message(self, enable_ai_sender_message): 11831 """Sets the enable_ai_sender_message of this AccountSettingsInformation. 11832 11833 # noqa: E501 11834 11835 :param enable_ai_sender_message: The enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501 11836 :type: str 11837 """ 11838 11839 self._enable_ai_sender_message = enable_ai_sender_message 11840 11841 @property 11842 def enable_ai_sender_message_metadata(self): 11843 """Gets the enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11844 11845 # noqa: E501 11846 11847 :return: The enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11848 :rtype: SettingsMetadata 11849 """ 11850 return self._enable_ai_sender_message_metadata 11851 11852 @enable_ai_sender_message_metadata.setter 11853 def enable_ai_sender_message_metadata(self, enable_ai_sender_message_metadata): 11854 """Sets the enable_ai_sender_message_metadata of this AccountSettingsInformation. 11855 11856 # noqa: E501 11857 11858 :param enable_ai_sender_message_metadata: The enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501 11859 :type: SettingsMetadata 11860 """ 11861 11862 self._enable_ai_sender_message_metadata = enable_ai_sender_message_metadata 11863 11864 @property 11865 def enable_ai_suggested_fields(self): 11866 """Gets the enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11867 11868 # noqa: E501 11869 11870 :return: The enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11871 :rtype: str 11872 """ 11873 return self._enable_ai_suggested_fields 11874 11875 @enable_ai_suggested_fields.setter 11876 def enable_ai_suggested_fields(self, enable_ai_suggested_fields): 11877 """Sets the enable_ai_suggested_fields of this AccountSettingsInformation. 11878 11879 # noqa: E501 11880 11881 :param enable_ai_suggested_fields: The enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501 11882 :type: str 11883 """ 11884 11885 self._enable_ai_suggested_fields = enable_ai_suggested_fields 11886 11887 @property 11888 def enable_ai_suggested_fields_auto_place(self): 11889 """Gets the enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11890 11891 # noqa: E501 11892 11893 :return: The enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11894 :rtype: str 11895 """ 11896 return self._enable_ai_suggested_fields_auto_place 11897 11898 @enable_ai_suggested_fields_auto_place.setter 11899 def enable_ai_suggested_fields_auto_place(self, enable_ai_suggested_fields_auto_place): 11900 """Sets the enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. 11901 11902 # noqa: E501 11903 11904 :param enable_ai_suggested_fields_auto_place: The enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501 11905 :type: str 11906 """ 11907 11908 self._enable_ai_suggested_fields_auto_place = enable_ai_suggested_fields_auto_place 11909 11910 @property 11911 def enable_ai_suggested_fields_auto_place_metadata(self): 11912 """Gets the enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11913 11914 # noqa: E501 11915 11916 :return: The enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11917 :rtype: SettingsMetadata 11918 """ 11919 return self._enable_ai_suggested_fields_auto_place_metadata 11920 11921 @enable_ai_suggested_fields_auto_place_metadata.setter 11922 def enable_ai_suggested_fields_auto_place_metadata(self, enable_ai_suggested_fields_auto_place_metadata): 11923 """Sets the enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. 11924 11925 # noqa: E501 11926 11927 :param enable_ai_suggested_fields_auto_place_metadata: The enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501 11928 :type: SettingsMetadata 11929 """ 11930 11931 self._enable_ai_suggested_fields_auto_place_metadata = enable_ai_suggested_fields_auto_place_metadata 11932 11933 @property 11934 def enable_ai_suggested_fields_metadata(self): 11935 """Gets the enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11936 11937 # noqa: E501 11938 11939 :return: The enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11940 :rtype: SettingsMetadata 11941 """ 11942 return self._enable_ai_suggested_fields_metadata 11943 11944 @enable_ai_suggested_fields_metadata.setter 11945 def enable_ai_suggested_fields_metadata(self, enable_ai_suggested_fields_metadata): 11946 """Sets the enable_ai_suggested_fields_metadata of this AccountSettingsInformation. 11947 11948 # noqa: E501 11949 11950 :param enable_ai_suggested_fields_metadata: The enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501 11951 :type: SettingsMetadata 11952 """ 11953 11954 self._enable_ai_suggested_fields_metadata = enable_ai_suggested_fields_metadata 11955 11956 @property 11957 def enable_auto_nav(self): 11958 """Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11959 11960 # noqa: E501 11961 11962 :return: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11963 :rtype: str 11964 """ 11965 return self._enable_auto_nav 11966 11967 @enable_auto_nav.setter 11968 def enable_auto_nav(self, enable_auto_nav): 11969 """Sets the enable_auto_nav of this AccountSettingsInformation. 11970 11971 # noqa: E501 11972 11973 :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 11974 :type: str 11975 """ 11976 11977 self._enable_auto_nav = enable_auto_nav 11978 11979 @property 11980 def enable_auto_nav_metadata(self): 11981 """Gets the enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11982 11983 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 11984 11985 :return: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11986 :rtype: SettingsMetadata 11987 """ 11988 return self._enable_auto_nav_metadata 11989 11990 @enable_auto_nav_metadata.setter 11991 def enable_auto_nav_metadata(self, enable_auto_nav_metadata): 11992 """Sets the enable_auto_nav_metadata of this AccountSettingsInformation. 11993 11994 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 11995 11996 :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 11997 :type: SettingsMetadata 11998 """ 11999 12000 self._enable_auto_nav_metadata = enable_auto_nav_metadata 12001 12002 @property 12003 def enable_batch_update_envelope_types(self): 12004 """Gets the enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12005 12006 # noqa: E501 12007 12008 :return: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12009 :rtype: str 12010 """ 12011 return self._enable_batch_update_envelope_types 12012 12013 @enable_batch_update_envelope_types.setter 12014 def enable_batch_update_envelope_types(self, enable_batch_update_envelope_types): 12015 """Sets the enable_batch_update_envelope_types of this AccountSettingsInformation. 12016 12017 # noqa: E501 12018 12019 :param enable_batch_update_envelope_types: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501 12020 :type: str 12021 """ 12022 12023 self._enable_batch_update_envelope_types = enable_batch_update_envelope_types 12024 12025 @property 12026 def enable_batch_update_envelope_types_metadata(self): 12027 """Gets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12028 12029 # noqa: E501 12030 12031 :return: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12032 :rtype: SettingsMetadata 12033 """ 12034 return self._enable_batch_update_envelope_types_metadata 12035 12036 @enable_batch_update_envelope_types_metadata.setter 12037 def enable_batch_update_envelope_types_metadata(self, enable_batch_update_envelope_types_metadata): 12038 """Sets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. 12039 12040 # noqa: E501 12041 12042 :param enable_batch_update_envelope_types_metadata: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501 12043 :type: SettingsMetadata 12044 """ 12045 12046 self._enable_batch_update_envelope_types_metadata = enable_batch_update_envelope_types_metadata 12047 12048 @property 12049 def enable_bcc_dummy_link(self): 12050 """Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12051 12052 # noqa: E501 12053 12054 :return: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12055 :rtype: str 12056 """ 12057 return self._enable_bcc_dummy_link 12058 12059 @enable_bcc_dummy_link.setter 12060 def enable_bcc_dummy_link(self, enable_bcc_dummy_link): 12061 """Sets the enable_bcc_dummy_link of this AccountSettingsInformation. 12062 12063 # noqa: E501 12064 12065 :param enable_bcc_dummy_link: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 12066 :type: str 12067 """ 12068 12069 self._enable_bcc_dummy_link = enable_bcc_dummy_link 12070 12071 @property 12072 def enable_bcc_dummy_link_metadata(self): 12073 """Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12074 12075 # noqa: E501 12076 12077 :return: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12078 :rtype: SettingsMetadata 12079 """ 12080 return self._enable_bcc_dummy_link_metadata 12081 12082 @enable_bcc_dummy_link_metadata.setter 12083 def enable_bcc_dummy_link_metadata(self, enable_bcc_dummy_link_metadata): 12084 """Sets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. 12085 12086 # noqa: E501 12087 12088 :param enable_bcc_dummy_link_metadata: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 12089 :type: SettingsMetadata 12090 """ 12091 12092 self._enable_bcc_dummy_link_metadata = enable_bcc_dummy_link_metadata 12093 12094 @property 12095 def enable_calculated_fields(self): 12096 """Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12097 12098 # noqa: E501 12099 12100 :return: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12101 :rtype: str 12102 """ 12103 return self._enable_calculated_fields 12104 12105 @enable_calculated_fields.setter 12106 def enable_calculated_fields(self, enable_calculated_fields): 12107 """Sets the enable_calculated_fields of this AccountSettingsInformation. 12108 12109 # noqa: E501 12110 12111 :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 12112 :type: str 12113 """ 12114 12115 self._enable_calculated_fields = enable_calculated_fields 12116 12117 @property 12118 def enable_calculated_fields_metadata(self): 12119 """Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12120 12121 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 12122 12123 :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12124 :rtype: SettingsMetadata 12125 """ 12126 return self._enable_calculated_fields_metadata 12127 12128 @enable_calculated_fields_metadata.setter 12129 def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): 12130 """Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. 12131 12132 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 12133 12134 :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 12135 :type: SettingsMetadata 12136 """ 12137 12138 self._enable_calculated_fields_metadata = enable_calculated_fields_metadata 12139 12140 @property 12141 def enable_cfr_rapid_signing_embedded_auth(self): 12142 """Gets the enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12143 12144 # noqa: E501 12145 12146 :return: The enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12147 :rtype: str 12148 """ 12149 return self._enable_cfr_rapid_signing_embedded_auth 12150 12151 @enable_cfr_rapid_signing_embedded_auth.setter 12152 def enable_cfr_rapid_signing_embedded_auth(self, enable_cfr_rapid_signing_embedded_auth): 12153 """Sets the enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. 12154 12155 # noqa: E501 12156 12157 :param enable_cfr_rapid_signing_embedded_auth: The enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501 12158 :type: str 12159 """ 12160 12161 self._enable_cfr_rapid_signing_embedded_auth = enable_cfr_rapid_signing_embedded_auth 12162 12163 @property 12164 def enable_cfr_rapid_signing_embedded_auth_metadata(self): 12165 """Gets the enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12166 12167 # noqa: E501 12168 12169 :return: The enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12170 :rtype: SettingsMetadata 12171 """ 12172 return self._enable_cfr_rapid_signing_embedded_auth_metadata 12173 12174 @enable_cfr_rapid_signing_embedded_auth_metadata.setter 12175 def enable_cfr_rapid_signing_embedded_auth_metadata(self, enable_cfr_rapid_signing_embedded_auth_metadata): 12176 """Sets the enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. 12177 12178 # noqa: E501 12179 12180 :param enable_cfr_rapid_signing_embedded_auth_metadata: The enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501 12181 :type: SettingsMetadata 12182 """ 12183 12184 self._enable_cfr_rapid_signing_embedded_auth_metadata = enable_cfr_rapid_signing_embedded_auth_metadata 12185 12186 @property 12187 def enable_click_plus(self): 12188 """Gets the enable_click_plus of this AccountSettingsInformation. # noqa: E501 12189 12190 # noqa: E501 12191 12192 :return: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 12193 :rtype: str 12194 """ 12195 return self._enable_click_plus 12196 12197 @enable_click_plus.setter 12198 def enable_click_plus(self, enable_click_plus): 12199 """Sets the enable_click_plus of this AccountSettingsInformation. 12200 12201 # noqa: E501 12202 12203 :param enable_click_plus: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 12204 :type: str 12205 """ 12206 12207 self._enable_click_plus = enable_click_plus 12208 12209 @property 12210 def enable_click_plus_conditional_content(self): 12211 """Gets the enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12212 12213 # noqa: E501 12214 12215 :return: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12216 :rtype: str 12217 """ 12218 return self._enable_click_plus_conditional_content 12219 12220 @enable_click_plus_conditional_content.setter 12221 def enable_click_plus_conditional_content(self, enable_click_plus_conditional_content): 12222 """Sets the enable_click_plus_conditional_content of this AccountSettingsInformation. 12223 12224 # noqa: E501 12225 12226 :param enable_click_plus_conditional_content: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 12227 :type: str 12228 """ 12229 12230 self._enable_click_plus_conditional_content = enable_click_plus_conditional_content 12231 12232 @property 12233 def enable_click_plus_conditional_content_meta_data(self): 12234 """Gets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12235 12236 # noqa: E501 12237 12238 :return: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12239 :rtype: SettingsMetadata 12240 """ 12241 return self._enable_click_plus_conditional_content_meta_data 12242 12243 @enable_click_plus_conditional_content_meta_data.setter 12244 def enable_click_plus_conditional_content_meta_data(self, enable_click_plus_conditional_content_meta_data): 12245 """Sets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. 12246 12247 # noqa: E501 12248 12249 :param enable_click_plus_conditional_content_meta_data: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 12250 :type: SettingsMetadata 12251 """ 12252 12253 self._enable_click_plus_conditional_content_meta_data = enable_click_plus_conditional_content_meta_data 12254 12255 @property 12256 def enable_click_plus_custom_fields(self): 12257 """Gets the enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12258 12259 # noqa: E501 12260 12261 :return: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12262 :rtype: str 12263 """ 12264 return self._enable_click_plus_custom_fields 12265 12266 @enable_click_plus_custom_fields.setter 12267 def enable_click_plus_custom_fields(self, enable_click_plus_custom_fields): 12268 """Sets the enable_click_plus_custom_fields of this AccountSettingsInformation. 12269 12270 # noqa: E501 12271 12272 :param enable_click_plus_custom_fields: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 12273 :type: str 12274 """ 12275 12276 self._enable_click_plus_custom_fields = enable_click_plus_custom_fields 12277 12278 @property 12279 def enable_click_plus_custom_fields_meta_data(self): 12280 """Gets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12281 12282 # noqa: E501 12283 12284 :return: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12285 :rtype: SettingsMetadata 12286 """ 12287 return self._enable_click_plus_custom_fields_meta_data 12288 12289 @enable_click_plus_custom_fields_meta_data.setter 12290 def enable_click_plus_custom_fields_meta_data(self, enable_click_plus_custom_fields_meta_data): 12291 """Sets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. 12292 12293 # noqa: E501 12294 12295 :param enable_click_plus_custom_fields_meta_data: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 12296 :type: SettingsMetadata 12297 """ 12298 12299 self._enable_click_plus_custom_fields_meta_data = enable_click_plus_custom_fields_meta_data 12300 12301 @property 12302 def enable_click_plus_custom_style(self): 12303 """Gets the enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12304 12305 # noqa: E501 12306 12307 :return: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12308 :rtype: str 12309 """ 12310 return self._enable_click_plus_custom_style 12311 12312 @enable_click_plus_custom_style.setter 12313 def enable_click_plus_custom_style(self, enable_click_plus_custom_style): 12314 """Sets the enable_click_plus_custom_style of this AccountSettingsInformation. 12315 12316 # noqa: E501 12317 12318 :param enable_click_plus_custom_style: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 12319 :type: str 12320 """ 12321 12322 self._enable_click_plus_custom_style = enable_click_plus_custom_style 12323 12324 @property 12325 def enable_click_plus_custom_style_meta_data(self): 12326 """Gets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12327 12328 # noqa: E501 12329 12330 :return: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12331 :rtype: SettingsMetadata 12332 """ 12333 return self._enable_click_plus_custom_style_meta_data 12334 12335 @enable_click_plus_custom_style_meta_data.setter 12336 def enable_click_plus_custom_style_meta_data(self, enable_click_plus_custom_style_meta_data): 12337 """Sets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. 12338 12339 # noqa: E501 12340 12341 :param enable_click_plus_custom_style_meta_data: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 12342 :type: SettingsMetadata 12343 """ 12344 12345 self._enable_click_plus_custom_style_meta_data = enable_click_plus_custom_style_meta_data 12346 12347 @property 12348 def enable_click_plus_dynamic_content(self): 12349 """Gets the enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12350 12351 # noqa: E501 12352 12353 :return: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12354 :rtype: str 12355 """ 12356 return self._enable_click_plus_dynamic_content 12357 12358 @enable_click_plus_dynamic_content.setter 12359 def enable_click_plus_dynamic_content(self, enable_click_plus_dynamic_content): 12360 """Sets the enable_click_plus_dynamic_content of this AccountSettingsInformation. 12361 12362 # noqa: E501 12363 12364 :param enable_click_plus_dynamic_content: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 12365 :type: str 12366 """ 12367 12368 self._enable_click_plus_dynamic_content = enable_click_plus_dynamic_content 12369 12370 @property 12371 def enable_click_plus_dynamic_content_meta_data(self): 12372 """Gets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12373 12374 # noqa: E501 12375 12376 :return: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12377 :rtype: SettingsMetadata 12378 """ 12379 return self._enable_click_plus_dynamic_content_meta_data 12380 12381 @enable_click_plus_dynamic_content_meta_data.setter 12382 def enable_click_plus_dynamic_content_meta_data(self, enable_click_plus_dynamic_content_meta_data): 12383 """Sets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. 12384 12385 # noqa: E501 12386 12387 :param enable_click_plus_dynamic_content_meta_data: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 12388 :type: SettingsMetadata 12389 """ 12390 12391 self._enable_click_plus_dynamic_content_meta_data = enable_click_plus_dynamic_content_meta_data 12392 12393 @property 12394 def enable_click_plus_meta_data(self): 12395 """Gets the enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12396 12397 # noqa: E501 12398 12399 :return: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12400 :rtype: SettingsMetadata 12401 """ 12402 return self._enable_click_plus_meta_data 12403 12404 @enable_click_plus_meta_data.setter 12405 def enable_click_plus_meta_data(self, enable_click_plus_meta_data): 12406 """Sets the enable_click_plus_meta_data of this AccountSettingsInformation. 12407 12408 # noqa: E501 12409 12410 :param enable_click_plus_meta_data: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 12411 :type: SettingsMetadata 12412 """ 12413 12414 self._enable_click_plus_meta_data = enable_click_plus_meta_data 12415 12416 @property 12417 def enable_clickwraps(self): 12418 """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12419 12420 # noqa: E501 12421 12422 :return: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12423 :rtype: str 12424 """ 12425 return self._enable_clickwraps 12426 12427 @enable_clickwraps.setter 12428 def enable_clickwraps(self, enable_clickwraps): 12429 """Sets the enable_clickwraps of this AccountSettingsInformation. 12430 12431 # noqa: E501 12432 12433 :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 12434 :type: str 12435 """ 12436 12437 self._enable_clickwraps = enable_clickwraps 12438 12439 @property 12440 def enable_clickwraps_metadata(self): 12441 """Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12442 12443 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 12444 12445 :return: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12446 :rtype: SettingsMetadata 12447 """ 12448 return self._enable_clickwraps_metadata 12449 12450 @enable_clickwraps_metadata.setter 12451 def enable_clickwraps_metadata(self, enable_clickwraps_metadata): 12452 """Sets the enable_clickwraps_metadata of this AccountSettingsInformation. 12453 12454 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 12455 12456 :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 12457 :type: SettingsMetadata 12458 """ 12459 12460 self._enable_clickwraps_metadata = enable_clickwraps_metadata 12461 12462 @property 12463 def enable_combined_pdf_download_for_sbs(self): 12464 """Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12465 12466 # noqa: E501 12467 12468 :return: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12469 :rtype: str 12470 """ 12471 return self._enable_combined_pdf_download_for_sbs 12472 12473 @enable_combined_pdf_download_for_sbs.setter 12474 def enable_combined_pdf_download_for_sbs(self, enable_combined_pdf_download_for_sbs): 12475 """Sets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. 12476 12477 # noqa: E501 12478 12479 :param enable_combined_pdf_download_for_sbs: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 12480 :type: str 12481 """ 12482 12483 self._enable_combined_pdf_download_for_sbs = enable_combined_pdf_download_for_sbs 12484 12485 @property 12486 def enable_comments_history_download_in_signing(self): 12487 """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12488 12489 # noqa: E501 12490 12491 :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12492 :rtype: str 12493 """ 12494 return self._enable_comments_history_download_in_signing 12495 12496 @enable_comments_history_download_in_signing.setter 12497 def enable_comments_history_download_in_signing(self, enable_comments_history_download_in_signing): 12498 """Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. 12499 12500 # noqa: E501 12501 12502 :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 12503 :type: str 12504 """ 12505 12506 self._enable_comments_history_download_in_signing = enable_comments_history_download_in_signing 12507 12508 @property 12509 def enable_comments_history_download_in_signing_metadata(self): 12510 """Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12511 12512 # noqa: E501 12513 12514 :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12515 :rtype: SettingsMetadata 12516 """ 12517 return self._enable_comments_history_download_in_signing_metadata 12518 12519 @enable_comments_history_download_in_signing_metadata.setter 12520 def enable_comments_history_download_in_signing_metadata(self, enable_comments_history_download_in_signing_metadata): 12521 """Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. 12522 12523 # noqa: E501 12524 12525 :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 12526 :type: SettingsMetadata 12527 """ 12528 12529 self._enable_comments_history_download_in_signing_metadata = enable_comments_history_download_in_signing_metadata 12530 12531 @property 12532 def enable_contact_suggestions(self): 12533 """Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12534 12535 # noqa: E501 12536 12537 :return: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12538 :rtype: str 12539 """ 12540 return self._enable_contact_suggestions 12541 12542 @enable_contact_suggestions.setter 12543 def enable_contact_suggestions(self, enable_contact_suggestions): 12544 """Sets the enable_contact_suggestions of this AccountSettingsInformation. 12545 12546 # noqa: E501 12547 12548 :param enable_contact_suggestions: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 12549 :type: str 12550 """ 12551 12552 self._enable_contact_suggestions = enable_contact_suggestions 12553 12554 @property 12555 def enable_contact_suggestions_metadata(self): 12556 """Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12557 12558 # noqa: E501 12559 12560 :return: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12561 :rtype: SettingsMetadata 12562 """ 12563 return self._enable_contact_suggestions_metadata 12564 12565 @enable_contact_suggestions_metadata.setter 12566 def enable_contact_suggestions_metadata(self, enable_contact_suggestions_metadata): 12567 """Sets the enable_contact_suggestions_metadata of this AccountSettingsInformation. 12568 12569 # noqa: E501 12570 12571 :param enable_contact_suggestions_metadata: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 12572 :type: SettingsMetadata 12573 """ 12574 12575 self._enable_contact_suggestions_metadata = enable_contact_suggestions_metadata 12576 12577 @property 12578 def enable_content_search(self): 12579 """Gets the enable_content_search of this AccountSettingsInformation. # noqa: E501 12580 12581 # noqa: E501 12582 12583 :return: The enable_content_search of this AccountSettingsInformation. # noqa: E501 12584 :rtype: str 12585 """ 12586 return self._enable_content_search 12587 12588 @enable_content_search.setter 12589 def enable_content_search(self, enable_content_search): 12590 """Sets the enable_content_search of this AccountSettingsInformation. 12591 12592 # noqa: E501 12593 12594 :param enable_content_search: The enable_content_search of this AccountSettingsInformation. # noqa: E501 12595 :type: str 12596 """ 12597 12598 self._enable_content_search = enable_content_search 12599 12600 @property 12601 def enable_content_search_metadata(self): 12602 """Gets the enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12603 12604 # noqa: E501 12605 12606 :return: The enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12607 :rtype: SettingsMetadata 12608 """ 12609 return self._enable_content_search_metadata 12610 12611 @enable_content_search_metadata.setter 12612 def enable_content_search_metadata(self, enable_content_search_metadata): 12613 """Sets the enable_content_search_metadata of this AccountSettingsInformation. 12614 12615 # noqa: E501 12616 12617 :param enable_content_search_metadata: The enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501 12618 :type: SettingsMetadata 12619 """ 12620 12621 self._enable_content_search_metadata = enable_content_search_metadata 12622 12623 @property 12624 def enable_coupa_core_extension(self): 12625 """Gets the enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12626 12627 # noqa: E501 12628 12629 :return: The enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12630 :rtype: str 12631 """ 12632 return self._enable_coupa_core_extension 12633 12634 @enable_coupa_core_extension.setter 12635 def enable_coupa_core_extension(self, enable_coupa_core_extension): 12636 """Sets the enable_coupa_core_extension of this AccountSettingsInformation. 12637 12638 # noqa: E501 12639 12640 :param enable_coupa_core_extension: The enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501 12641 :type: str 12642 """ 12643 12644 self._enable_coupa_core_extension = enable_coupa_core_extension 12645 12646 @property 12647 def enable_coupa_core_extension_metadata(self): 12648 """Gets the enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12649 12650 # noqa: E501 12651 12652 :return: The enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12653 :rtype: SettingsMetadata 12654 """ 12655 return self._enable_coupa_core_extension_metadata 12656 12657 @enable_coupa_core_extension_metadata.setter 12658 def enable_coupa_core_extension_metadata(self, enable_coupa_core_extension_metadata): 12659 """Sets the enable_coupa_core_extension_metadata of this AccountSettingsInformation. 12660 12661 # noqa: E501 12662 12663 :param enable_coupa_core_extension_metadata: The enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501 12664 :type: SettingsMetadata 12665 """ 12666 12667 self._enable_coupa_core_extension_metadata = enable_coupa_core_extension_metadata 12668 12669 @property 12670 def enable_custom_data_verification_extensions(self): 12671 """Gets the enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12672 12673 # noqa: E501 12674 12675 :return: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12676 :rtype: str 12677 """ 12678 return self._enable_custom_data_verification_extensions 12679 12680 @enable_custom_data_verification_extensions.setter 12681 def enable_custom_data_verification_extensions(self, enable_custom_data_verification_extensions): 12682 """Sets the enable_custom_data_verification_extensions of this AccountSettingsInformation. 12683 12684 # noqa: E501 12685 12686 :param enable_custom_data_verification_extensions: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12687 :type: str 12688 """ 12689 12690 self._enable_custom_data_verification_extensions = enable_custom_data_verification_extensions 12691 12692 @property 12693 def enable_custom_data_verification_extensions_metadata(self): 12694 """Gets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12695 12696 # noqa: E501 12697 12698 :return: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12699 :rtype: SettingsMetadata 12700 """ 12701 return self._enable_custom_data_verification_extensions_metadata 12702 12703 @enable_custom_data_verification_extensions_metadata.setter 12704 def enable_custom_data_verification_extensions_metadata(self, enable_custom_data_verification_extensions_metadata): 12705 """Sets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. 12706 12707 # noqa: E501 12708 12709 :param enable_custom_data_verification_extensions_metadata: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12710 :type: SettingsMetadata 12711 """ 12712 12713 self._enable_custom_data_verification_extensions_metadata = enable_custom_data_verification_extensions_metadata 12714 12715 @property 12716 def enable_customer_satisfaction_metric_tracking(self): 12717 """Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12718 12719 # noqa: E501 12720 12721 :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12722 :rtype: str 12723 """ 12724 return self._enable_customer_satisfaction_metric_tracking 12725 12726 @enable_customer_satisfaction_metric_tracking.setter 12727 def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfaction_metric_tracking): 12728 """Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. 12729 12730 # noqa: E501 12731 12732 :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 12733 :type: str 12734 """ 12735 12736 self._enable_customer_satisfaction_metric_tracking = enable_customer_satisfaction_metric_tracking 12737 12738 @property 12739 def enable_customer_satisfaction_metric_tracking_metadata(self): 12740 """Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12741 12742 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 12743 12744 :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12745 :rtype: SettingsMetadata 12746 """ 12747 return self._enable_customer_satisfaction_metric_tracking_metadata 12748 12749 @enable_customer_satisfaction_metric_tracking_metadata.setter 12750 def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_satisfaction_metric_tracking_metadata): 12751 """Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. 12752 12753 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 12754 12755 :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 12756 :type: SettingsMetadata 12757 """ 12758 12759 self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata 12760 12761 @property 12762 def enable_data_verification_extensions(self): 12763 """Gets the enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12764 12765 # noqa: E501 12766 12767 :return: The enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12768 :rtype: str 12769 """ 12770 return self._enable_data_verification_extensions 12771 12772 @enable_data_verification_extensions.setter 12773 def enable_data_verification_extensions(self, enable_data_verification_extensions): 12774 """Sets the enable_data_verification_extensions of this AccountSettingsInformation. 12775 12776 # noqa: E501 12777 12778 :param enable_data_verification_extensions: The enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 12779 :type: str 12780 """ 12781 12782 self._enable_data_verification_extensions = enable_data_verification_extensions 12783 12784 @property 12785 def enable_data_verification_extensions_metadata(self): 12786 """Gets the enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12787 12788 # noqa: E501 12789 12790 :return: The enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12791 :rtype: SettingsMetadata 12792 """ 12793 return self._enable_data_verification_extensions_metadata 12794 12795 @enable_data_verification_extensions_metadata.setter 12796 def enable_data_verification_extensions_metadata(self, enable_data_verification_extensions_metadata): 12797 """Sets the enable_data_verification_extensions_metadata of this AccountSettingsInformation. 12798 12799 # noqa: E501 12800 12801 :param enable_data_verification_extensions_metadata: The enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 12802 :type: SettingsMetadata 12803 """ 12804 12805 self._enable_data_verification_extensions_metadata = enable_data_verification_extensions_metadata 12806 12807 @property 12808 def enable_document_template_library(self): 12809 """Gets the enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12810 12811 # noqa: E501 12812 12813 :return: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12814 :rtype: str 12815 """ 12816 return self._enable_document_template_library 12817 12818 @enable_document_template_library.setter 12819 def enable_document_template_library(self, enable_document_template_library): 12820 """Sets the enable_document_template_library of this AccountSettingsInformation. 12821 12822 # noqa: E501 12823 12824 :param enable_document_template_library: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501 12825 :type: str 12826 """ 12827 12828 self._enable_document_template_library = enable_document_template_library 12829 12830 @property 12831 def enable_document_template_library_metadata(self): 12832 """Gets the enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12833 12834 # noqa: E501 12835 12836 :return: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12837 :rtype: SettingsMetadata 12838 """ 12839 return self._enable_document_template_library_metadata 12840 12841 @enable_document_template_library_metadata.setter 12842 def enable_document_template_library_metadata(self, enable_document_template_library_metadata): 12843 """Sets the enable_document_template_library_metadata of this AccountSettingsInformation. 12844 12845 # noqa: E501 12846 12847 :param enable_document_template_library_metadata: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501 12848 :type: SettingsMetadata 12849 """ 12850 12851 self._enable_document_template_library_metadata = enable_document_template_library_metadata 12852 12853 @property 12854 def enable_d_sig_eu_advanced_pens(self): 12855 """Gets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12856 12857 # noqa: E501 12858 12859 :return: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12860 :rtype: str 12861 """ 12862 return self._enable_d_sig_eu_advanced_pens 12863 12864 @enable_d_sig_eu_advanced_pens.setter 12865 def enable_d_sig_eu_advanced_pens(self, enable_d_sig_eu_advanced_pens): 12866 """Sets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. 12867 12868 # noqa: E501 12869 12870 :param enable_d_sig_eu_advanced_pens: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 12871 :type: str 12872 """ 12873 12874 self._enable_d_sig_eu_advanced_pens = enable_d_sig_eu_advanced_pens 12875 12876 @property 12877 def enable_d_sig_eu_advanced_pens_metadata(self): 12878 """Gets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12879 12880 # noqa: E501 12881 12882 :return: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12883 :rtype: SettingsMetadata 12884 """ 12885 return self._enable_d_sig_eu_advanced_pens_metadata 12886 12887 @enable_d_sig_eu_advanced_pens_metadata.setter 12888 def enable_d_sig_eu_advanced_pens_metadata(self, enable_d_sig_eu_advanced_pens_metadata): 12889 """Sets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. 12890 12891 # noqa: E501 12892 12893 :param enable_d_sig_eu_advanced_pens_metadata: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 12894 :type: SettingsMetadata 12895 """ 12896 12897 self._enable_d_sig_eu_advanced_pens_metadata = enable_d_sig_eu_advanced_pens_metadata 12898 12899 @property 12900 def enable_d_sig_express_pens(self): 12901 """Gets the enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12902 12903 # noqa: E501 12904 12905 :return: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12906 :rtype: str 12907 """ 12908 return self._enable_d_sig_express_pens 12909 12910 @enable_d_sig_express_pens.setter 12911 def enable_d_sig_express_pens(self, enable_d_sig_express_pens): 12912 """Sets the enable_d_sig_express_pens of this AccountSettingsInformation. 12913 12914 # noqa: E501 12915 12916 :param enable_d_sig_express_pens: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 12917 :type: str 12918 """ 12919 12920 self._enable_d_sig_express_pens = enable_d_sig_express_pens 12921 12922 @property 12923 def enable_d_sig_express_pens_metadata(self): 12924 """Gets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12925 12926 # noqa: E501 12927 12928 :return: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12929 :rtype: SettingsMetadata 12930 """ 12931 return self._enable_d_sig_express_pens_metadata 12932 12933 @enable_d_sig_express_pens_metadata.setter 12934 def enable_d_sig_express_pens_metadata(self, enable_d_sig_express_pens_metadata): 12935 """Sets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. 12936 12937 # noqa: E501 12938 12939 :param enable_d_sig_express_pens_metadata: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 12940 :type: SettingsMetadata 12941 """ 12942 12943 self._enable_d_sig_express_pens_metadata = enable_d_sig_express_pens_metadata 12944 12945 @property 12946 def enable_d_sig_id_check_for_aes_pens(self): 12947 """Gets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12948 12949 # noqa: E501 12950 12951 :return: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12952 :rtype: str 12953 """ 12954 return self._enable_d_sig_id_check_for_aes_pens 12955 12956 @enable_d_sig_id_check_for_aes_pens.setter 12957 def enable_d_sig_id_check_for_aes_pens(self, enable_d_sig_id_check_for_aes_pens): 12958 """Sets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. 12959 12960 # noqa: E501 12961 12962 :param enable_d_sig_id_check_for_aes_pens: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 12963 :type: str 12964 """ 12965 12966 self._enable_d_sig_id_check_for_aes_pens = enable_d_sig_id_check_for_aes_pens 12967 12968 @property 12969 def enable_d_sig_id_check_for_aes_pens_metadata(self): 12970 """Gets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12971 12972 # noqa: E501 12973 12974 :return: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12975 :rtype: SettingsMetadata 12976 """ 12977 return self._enable_d_sig_id_check_for_aes_pens_metadata 12978 12979 @enable_d_sig_id_check_for_aes_pens_metadata.setter 12980 def enable_d_sig_id_check_for_aes_pens_metadata(self, enable_d_sig_id_check_for_aes_pens_metadata): 12981 """Sets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. 12982 12983 # noqa: E501 12984 12985 :param enable_d_sig_id_check_for_aes_pens_metadata: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 12986 :type: SettingsMetadata 12987 """ 12988 12989 self._enable_d_sig_id_check_for_aes_pens_metadata = enable_d_sig_id_check_for_aes_pens_metadata 12990 12991 @property 12992 def enable_d_sig_id_check_in_person_for_qes_pens(self): 12993 """Gets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 12994 12995 # noqa: E501 12996 12997 :return: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 12998 :rtype: str 12999 """ 13000 return self._enable_d_sig_id_check_in_person_for_qes_pens 13001 13002 @enable_d_sig_id_check_in_person_for_qes_pens.setter 13003 def enable_d_sig_id_check_in_person_for_qes_pens(self, enable_d_sig_id_check_in_person_for_qes_pens): 13004 """Sets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. 13005 13006 # noqa: E501 13007 13008 :param enable_d_sig_id_check_in_person_for_qes_pens: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13009 :type: str 13010 """ 13011 13012 self._enable_d_sig_id_check_in_person_for_qes_pens = enable_d_sig_id_check_in_person_for_qes_pens 13013 13014 @property 13015 def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self): 13016 """Gets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13017 13018 # noqa: E501 13019 13020 :return: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13021 :rtype: SettingsMetadata 13022 """ 13023 return self._enable_d_sig_id_check_in_person_for_qes_pens_metadata 13024 13025 @enable_d_sig_id_check_in_person_for_qes_pens_metadata.setter 13026 def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self, enable_d_sig_id_check_in_person_for_qes_pens_metadata): 13027 """Sets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. 13028 13029 # noqa: E501 13030 13031 :param enable_d_sig_id_check_in_person_for_qes_pens_metadata: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13032 :type: SettingsMetadata 13033 """ 13034 13035 self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = enable_d_sig_id_check_in_person_for_qes_pens_metadata 13036 13037 @property 13038 def enable_d_sig_id_check_remote_for_qes_pens(self): 13039 """Gets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13040 13041 # noqa: E501 13042 13043 :return: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13044 :rtype: str 13045 """ 13046 return self._enable_d_sig_id_check_remote_for_qes_pens 13047 13048 @enable_d_sig_id_check_remote_for_qes_pens.setter 13049 def enable_d_sig_id_check_remote_for_qes_pens(self, enable_d_sig_id_check_remote_for_qes_pens): 13050 """Sets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. 13051 13052 # noqa: E501 13053 13054 :param enable_d_sig_id_check_remote_for_qes_pens: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 13055 :type: str 13056 """ 13057 13058 self._enable_d_sig_id_check_remote_for_qes_pens = enable_d_sig_id_check_remote_for_qes_pens 13059 13060 @property 13061 def enable_d_sig_id_check_remote_for_qes_pens_metadata(self): 13062 """Gets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13063 13064 # noqa: E501 13065 13066 :return: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13067 :rtype: SettingsMetadata 13068 """ 13069 return self._enable_d_sig_id_check_remote_for_qes_pens_metadata 13070 13071 @enable_d_sig_id_check_remote_for_qes_pens_metadata.setter 13072 def enable_d_sig_id_check_remote_for_qes_pens_metadata(self, enable_d_sig_id_check_remote_for_qes_pens_metadata): 13073 """Sets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. 13074 13075 # noqa: E501 13076 13077 :param enable_d_sig_id_check_remote_for_qes_pens_metadata: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13078 :type: SettingsMetadata 13079 """ 13080 13081 self._enable_d_sig_id_check_remote_for_qes_pens_metadata = enable_d_sig_id_check_remote_for_qes_pens_metadata 13082 13083 @property 13084 def enable_d_sig_id_verification_pens(self): 13085 """Gets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13086 13087 # noqa: E501 13088 13089 :return: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13090 :rtype: str 13091 """ 13092 return self._enable_d_sig_id_verification_pens 13093 13094 @enable_d_sig_id_verification_pens.setter 13095 def enable_d_sig_id_verification_pens(self, enable_d_sig_id_verification_pens): 13096 """Sets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. 13097 13098 # noqa: E501 13099 13100 :param enable_d_sig_id_verification_pens: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 13101 :type: str 13102 """ 13103 13104 self._enable_d_sig_id_verification_pens = enable_d_sig_id_verification_pens 13105 13106 @property 13107 def enable_d_sig_id_verification_pens_metadata(self): 13108 """Gets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13109 13110 # noqa: E501 13111 13112 :return: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13113 :rtype: SettingsMetadata 13114 """ 13115 return self._enable_d_sig_id_verification_pens_metadata 13116 13117 @enable_d_sig_id_verification_pens_metadata.setter 13118 def enable_d_sig_id_verification_pens_metadata(self, enable_d_sig_id_verification_pens_metadata): 13119 """Sets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. 13120 13121 # noqa: E501 13122 13123 :param enable_d_sig_id_verification_pens_metadata: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 13124 :type: SettingsMetadata 13125 """ 13126 13127 self._enable_d_sig_id_verification_pens_metadata = enable_d_sig_id_verification_pens_metadata 13128 13129 @property 13130 def enable_d_sig_id_verification_premier_pens(self): 13131 """Gets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13132 13133 # noqa: E501 13134 13135 :return: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13136 :rtype: str 13137 """ 13138 return self._enable_d_sig_id_verification_premier_pens 13139 13140 @enable_d_sig_id_verification_premier_pens.setter 13141 def enable_d_sig_id_verification_premier_pens(self, enable_d_sig_id_verification_premier_pens): 13142 """Sets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. 13143 13144 # noqa: E501 13145 13146 :param enable_d_sig_id_verification_premier_pens: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 13147 :type: str 13148 """ 13149 13150 self._enable_d_sig_id_verification_premier_pens = enable_d_sig_id_verification_premier_pens 13151 13152 @property 13153 def enable_d_sig_id_verification_premier_pens_metadata(self): 13154 """Gets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13155 13156 # noqa: E501 13157 13158 :return: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13159 :rtype: SettingsMetadata 13160 """ 13161 return self._enable_d_sig_id_verification_premier_pens_metadata 13162 13163 @enable_d_sig_id_verification_premier_pens_metadata.setter 13164 def enable_d_sig_id_verification_premier_pens_metadata(self, enable_d_sig_id_verification_premier_pens_metadata): 13165 """Sets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. 13166 13167 # noqa: E501 13168 13169 :param enable_d_sig_id_verification_premier_pens_metadata: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 13170 :type: SettingsMetadata 13171 """ 13172 13173 self._enable_d_sig_id_verification_premier_pens_metadata = enable_d_sig_id_verification_premier_pens_metadata 13174 13175 @property 13176 def enable_d_sig_pen_group_eu_qes(self): 13177 """Gets the enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13178 13179 # noqa: E501 13180 13181 :return: The enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13182 :rtype: str 13183 """ 13184 return self._enable_d_sig_pen_group_eu_qes 13185 13186 @enable_d_sig_pen_group_eu_qes.setter 13187 def enable_d_sig_pen_group_eu_qes(self, enable_d_sig_pen_group_eu_qes): 13188 """Sets the enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. 13189 13190 # noqa: E501 13191 13192 :param enable_d_sig_pen_group_eu_qes: The enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501 13193 :type: str 13194 """ 13195 13196 self._enable_d_sig_pen_group_eu_qes = enable_d_sig_pen_group_eu_qes 13197 13198 @property 13199 def enable_d_sig_pen_group_eu_qes_metadata(self): 13200 """Gets the enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13201 13202 # noqa: E501 13203 13204 :return: The enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13205 :rtype: SettingsMetadata 13206 """ 13207 return self._enable_d_sig_pen_group_eu_qes_metadata 13208 13209 @enable_d_sig_pen_group_eu_qes_metadata.setter 13210 def enable_d_sig_pen_group_eu_qes_metadata(self, enable_d_sig_pen_group_eu_qes_metadata): 13211 """Sets the enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. 13212 13213 # noqa: E501 13214 13215 :param enable_d_sig_pen_group_eu_qes_metadata: The enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501 13216 :type: SettingsMetadata 13217 """ 13218 13219 self._enable_d_sig_pen_group_eu_qes_metadata = enable_d_sig_pen_group_eu_qes_metadata 13220 13221 @property 13222 def enable_d_sig_plg_eu_qes_pens(self): 13223 """Gets the enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13224 13225 # noqa: E501 13226 13227 :return: The enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13228 :rtype: str 13229 """ 13230 return self._enable_d_sig_plg_eu_qes_pens 13231 13232 @enable_d_sig_plg_eu_qes_pens.setter 13233 def enable_d_sig_plg_eu_qes_pens(self, enable_d_sig_plg_eu_qes_pens): 13234 """Sets the enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. 13235 13236 # noqa: E501 13237 13238 :param enable_d_sig_plg_eu_qes_pens: The enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501 13239 :type: str 13240 """ 13241 13242 self._enable_d_sig_plg_eu_qes_pens = enable_d_sig_plg_eu_qes_pens 13243 13244 @property 13245 def enable_d_sig_plg_eu_qes_pens_metadata(self): 13246 """Gets the enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13247 13248 # noqa: E501 13249 13250 :return: The enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13251 :rtype: SettingsMetadata 13252 """ 13253 return self._enable_d_sig_plg_eu_qes_pens_metadata 13254 13255 @enable_d_sig_plg_eu_qes_pens_metadata.setter 13256 def enable_d_sig_plg_eu_qes_pens_metadata(self, enable_d_sig_plg_eu_qes_pens_metadata): 13257 """Sets the enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. 13258 13259 # noqa: E501 13260 13261 :param enable_d_sig_plg_eu_qes_pens_metadata: The enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 13262 :type: SettingsMetadata 13263 """ 13264 13265 self._enable_d_sig_plg_eu_qes_pens_metadata = enable_d_sig_plg_eu_qes_pens_metadata 13266 13267 @property 13268 def enable_ds_pro(self): 13269 """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13270 13271 # noqa: E501 13272 13273 :return: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13274 :rtype: str 13275 """ 13276 return self._enable_ds_pro 13277 13278 @enable_ds_pro.setter 13279 def enable_ds_pro(self, enable_ds_pro): 13280 """Sets the enable_ds_pro of this AccountSettingsInformation. 13281 13282 # noqa: E501 13283 13284 :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 13285 :type: str 13286 """ 13287 13288 self._enable_ds_pro = enable_ds_pro 13289 13290 @property 13291 def enable_ds_pro_metadata(self): 13292 """Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13293 13294 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 13295 13296 :return: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13297 :rtype: SettingsMetadata 13298 """ 13299 return self._enable_ds_pro_metadata 13300 13301 @enable_ds_pro_metadata.setter 13302 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 13303 """Sets the enable_ds_pro_metadata of this AccountSettingsInformation. 13304 13305 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 13306 13307 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 13308 :type: SettingsMetadata 13309 """ 13310 13311 self._enable_ds_pro_metadata = enable_ds_pro_metadata 13312 13313 @property 13314 def enable_enforce_tls_emails_setting_metadata(self): 13315 """Gets the enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13316 13317 # noqa: E501 13318 13319 :return: The enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13320 :rtype: SettingsMetadata 13321 """ 13322 return self._enable_enforce_tls_emails_setting_metadata 13323 13324 @enable_enforce_tls_emails_setting_metadata.setter 13325 def enable_enforce_tls_emails_setting_metadata(self, enable_enforce_tls_emails_setting_metadata): 13326 """Sets the enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. 13327 13328 # noqa: E501 13329 13330 :param enable_enforce_tls_emails_setting_metadata: The enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501 13331 :type: SettingsMetadata 13332 """ 13333 13334 self._enable_enforce_tls_emails_setting_metadata = enable_enforce_tls_emails_setting_metadata 13335 13336 @property 13337 def enable_envelope_stamping_by_account_admin(self): 13338 """Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13339 13340 # noqa: E501 13341 13342 :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13343 :rtype: str 13344 """ 13345 return self._enable_envelope_stamping_by_account_admin 13346 13347 @enable_envelope_stamping_by_account_admin.setter 13348 def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_account_admin): 13349 """Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. 13350 13351 # noqa: E501 13352 13353 :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 13354 :type: str 13355 """ 13356 13357 self._enable_envelope_stamping_by_account_admin = enable_envelope_stamping_by_account_admin 13358 13359 @property 13360 def enable_envelope_stamping_by_account_admin_metadata(self): 13361 """Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13362 13363 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 13364 13365 :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13366 :rtype: SettingsMetadata 13367 """ 13368 return self._enable_envelope_stamping_by_account_admin_metadata 13369 13370 @enable_envelope_stamping_by_account_admin_metadata.setter 13371 def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_stamping_by_account_admin_metadata): 13372 """Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. 13373 13374 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 13375 13376 :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 13377 :type: SettingsMetadata 13378 """ 13379 13380 self._enable_envelope_stamping_by_account_admin_metadata = enable_envelope_stamping_by_account_admin_metadata 13381 13382 @property 13383 def enable_envelope_stamping_by_ds_admin(self): 13384 """Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13385 13386 # noqa: E501 13387 13388 :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13389 :rtype: str 13390 """ 13391 return self._enable_envelope_stamping_by_ds_admin 13392 13393 @enable_envelope_stamping_by_ds_admin.setter 13394 def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_admin): 13395 """Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. 13396 13397 # noqa: E501 13398 13399 :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 13400 :type: str 13401 """ 13402 13403 self._enable_envelope_stamping_by_ds_admin = enable_envelope_stamping_by_ds_admin 13404 13405 @property 13406 def enable_envelope_stamping_by_ds_admin_metadata(self): 13407 """Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13408 13409 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 13410 13411 :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13412 :rtype: SettingsMetadata 13413 """ 13414 return self._enable_envelope_stamping_by_ds_admin_metadata 13415 13416 @enable_envelope_stamping_by_ds_admin_metadata.setter 13417 def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping_by_ds_admin_metadata): 13418 """Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. 13419 13420 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 13421 13422 :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 13423 :type: SettingsMetadata 13424 """ 13425 13426 self._enable_envelope_stamping_by_ds_admin_metadata = enable_envelope_stamping_by_ds_admin_metadata 13427 13428 @property 13429 def enable_e_sign_api_hourly_limit_management(self): 13430 """Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13431 13432 # noqa: E501 13433 13434 :return: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13435 :rtype: str 13436 """ 13437 return self._enable_e_sign_api_hourly_limit_management 13438 13439 @enable_e_sign_api_hourly_limit_management.setter 13440 def enable_e_sign_api_hourly_limit_management(self, enable_e_sign_api_hourly_limit_management): 13441 """Sets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. 13442 13443 # noqa: E501 13444 13445 :param enable_e_sign_api_hourly_limit_management: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 13446 :type: str 13447 """ 13448 13449 self._enable_e_sign_api_hourly_limit_management = enable_e_sign_api_hourly_limit_management 13450 13451 @property 13452 def enable_e_sign_api_hourly_limit_management_metadata(self): 13453 """Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13454 13455 # noqa: E501 13456 13457 :return: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13458 :rtype: SettingsMetadata 13459 """ 13460 return self._enable_e_sign_api_hourly_limit_management_metadata 13461 13462 @enable_e_sign_api_hourly_limit_management_metadata.setter 13463 def enable_e_sign_api_hourly_limit_management_metadata(self, enable_e_sign_api_hourly_limit_management_metadata): 13464 """Sets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. 13465 13466 # noqa: E501 13467 13468 :param enable_e_sign_api_hourly_limit_management_metadata: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 13469 :type: SettingsMetadata 13470 """ 13471 13472 self._enable_e_sign_api_hourly_limit_management_metadata = enable_e_sign_api_hourly_limit_management_metadata 13473 13474 @property 13475 def enable_esign_communities(self): 13476 """Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13477 13478 # noqa: E501 13479 13480 :return: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13481 :rtype: str 13482 """ 13483 return self._enable_esign_communities 13484 13485 @enable_esign_communities.setter 13486 def enable_esign_communities(self, enable_esign_communities): 13487 """Sets the enable_esign_communities of this AccountSettingsInformation. 13488 13489 # noqa: E501 13490 13491 :param enable_esign_communities: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 13492 :type: str 13493 """ 13494 13495 self._enable_esign_communities = enable_esign_communities 13496 13497 @property 13498 def enable_esign_communities_metadata(self): 13499 """Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13500 13501 # noqa: E501 13502 13503 :return: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13504 :rtype: SettingsMetadata 13505 """ 13506 return self._enable_esign_communities_metadata 13507 13508 @enable_esign_communities_metadata.setter 13509 def enable_esign_communities_metadata(self, enable_esign_communities_metadata): 13510 """Sets the enable_esign_communities_metadata of this AccountSettingsInformation. 13511 13512 # noqa: E501 13513 13514 :param enable_esign_communities_metadata: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 13515 :type: SettingsMetadata 13516 """ 13517 13518 self._enable_esign_communities_metadata = enable_esign_communities_metadata 13519 13520 @property 13521 def enable_esign_task_list(self): 13522 """Gets the enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13523 13524 # noqa: E501 13525 13526 :return: The enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13527 :rtype: str 13528 """ 13529 return self._enable_esign_task_list 13530 13531 @enable_esign_task_list.setter 13532 def enable_esign_task_list(self, enable_esign_task_list): 13533 """Sets the enable_esign_task_list of this AccountSettingsInformation. 13534 13535 # noqa: E501 13536 13537 :param enable_esign_task_list: The enable_esign_task_list of this AccountSettingsInformation. # noqa: E501 13538 :type: str 13539 """ 13540 13541 self._enable_esign_task_list = enable_esign_task_list 13542 13543 @property 13544 def enable_esign_task_list_metadata(self): 13545 """Gets the enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13546 13547 # noqa: E501 13548 13549 :return: The enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13550 :rtype: SettingsMetadata 13551 """ 13552 return self._enable_esign_task_list_metadata 13553 13554 @enable_esign_task_list_metadata.setter 13555 def enable_esign_task_list_metadata(self, enable_esign_task_list_metadata): 13556 """Sets the enable_esign_task_list_metadata of this AccountSettingsInformation. 13557 13558 # noqa: E501 13559 13560 :param enable_esign_task_list_metadata: The enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501 13561 :type: SettingsMetadata 13562 """ 13563 13564 self._enable_esign_task_list_metadata = enable_esign_task_list_metadata 13565 13566 @property 13567 def enable_generation_with3_p_integration(self): 13568 """Gets the enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13569 13570 # noqa: E501 13571 13572 :return: The enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13573 :rtype: str 13574 """ 13575 return self._enable_generation_with3_p_integration 13576 13577 @enable_generation_with3_p_integration.setter 13578 def enable_generation_with3_p_integration(self, enable_generation_with3_p_integration): 13579 """Sets the enable_generation_with3_p_integration of this AccountSettingsInformation. 13580 13581 # noqa: E501 13582 13583 :param enable_generation_with3_p_integration: The enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501 13584 :type: str 13585 """ 13586 13587 self._enable_generation_with3_p_integration = enable_generation_with3_p_integration 13588 13589 @property 13590 def enable_generation_with3_p_integration_meta_data(self): 13591 """Gets the enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13592 13593 # noqa: E501 13594 13595 :return: The enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13596 :rtype: SettingsMetadata 13597 """ 13598 return self._enable_generation_with3_p_integration_meta_data 13599 13600 @enable_generation_with3_p_integration_meta_data.setter 13601 def enable_generation_with3_p_integration_meta_data(self, enable_generation_with3_p_integration_meta_data): 13602 """Sets the enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. 13603 13604 # noqa: E501 13605 13606 :param enable_generation_with3_p_integration_meta_data: The enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501 13607 :type: SettingsMetadata 13608 """ 13609 13610 self._enable_generation_with3_p_integration_meta_data = enable_generation_with3_p_integration_meta_data 13611 13612 @property 13613 def enable_id_fx_accountless_sms_auth_for_part11(self): 13614 """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13615 13616 # noqa: E501 13617 13618 :return: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13619 :rtype: str 13620 """ 13621 return self._enable_id_fx_accountless_sms_auth_for_part11 13622 13623 @enable_id_fx_accountless_sms_auth_for_part11.setter 13624 def enable_id_fx_accountless_sms_auth_for_part11(self, enable_id_fx_accountless_sms_auth_for_part11): 13625 """Sets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. 13626 13627 # noqa: E501 13628 13629 :param enable_id_fx_accountless_sms_auth_for_part11: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 13630 :type: str 13631 """ 13632 13633 self._enable_id_fx_accountless_sms_auth_for_part11 = enable_id_fx_accountless_sms_auth_for_part11 13634 13635 @property 13636 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self): 13637 """Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13638 13639 # noqa: E501 13640 13641 :return: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13642 :rtype: SettingsMetadata 13643 """ 13644 return self._enable_id_fx_accountless_sms_auth_for_part11_metadata 13645 13646 @enable_id_fx_accountless_sms_auth_for_part11_metadata.setter 13647 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self, enable_id_fx_accountless_sms_auth_for_part11_metadata): 13648 """Sets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. 13649 13650 # noqa: E501 13651 13652 :param enable_id_fx_accountless_sms_auth_for_part11_metadata: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 13653 :type: SettingsMetadata 13654 """ 13655 13656 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = enable_id_fx_accountless_sms_auth_for_part11_metadata 13657 13658 @property 13659 def enable_id_fx_intuit_kba(self): 13660 """Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13661 13662 # noqa: E501 13663 13664 :return: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13665 :rtype: str 13666 """ 13667 return self._enable_id_fx_intuit_kba 13668 13669 @enable_id_fx_intuit_kba.setter 13670 def enable_id_fx_intuit_kba(self, enable_id_fx_intuit_kba): 13671 """Sets the enable_id_fx_intuit_kba of this AccountSettingsInformation. 13672 13673 # noqa: E501 13674 13675 :param enable_id_fx_intuit_kba: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 13676 :type: str 13677 """ 13678 13679 self._enable_id_fx_intuit_kba = enable_id_fx_intuit_kba 13680 13681 @property 13682 def enable_id_fx_intuit_kba_metadata(self): 13683 """Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13684 13685 # noqa: E501 13686 13687 :return: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13688 :rtype: SettingsMetadata 13689 """ 13690 return self._enable_id_fx_intuit_kba_metadata 13691 13692 @enable_id_fx_intuit_kba_metadata.setter 13693 def enable_id_fx_intuit_kba_metadata(self, enable_id_fx_intuit_kba_metadata): 13694 """Sets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. 13695 13696 # noqa: E501 13697 13698 :param enable_id_fx_intuit_kba_metadata: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 13699 :type: SettingsMetadata 13700 """ 13701 13702 self._enable_id_fx_intuit_kba_metadata = enable_id_fx_intuit_kba_metadata 13703 13704 @property 13705 def enable_id_fx_phone_authentication(self): 13706 """Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13707 13708 # noqa: E501 13709 13710 :return: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13711 :rtype: str 13712 """ 13713 return self._enable_id_fx_phone_authentication 13714 13715 @enable_id_fx_phone_authentication.setter 13716 def enable_id_fx_phone_authentication(self, enable_id_fx_phone_authentication): 13717 """Sets the enable_id_fx_phone_authentication of this AccountSettingsInformation. 13718 13719 # noqa: E501 13720 13721 :param enable_id_fx_phone_authentication: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 13722 :type: str 13723 """ 13724 13725 self._enable_id_fx_phone_authentication = enable_id_fx_phone_authentication 13726 13727 @property 13728 def enable_id_fx_phone_authentication_metadata(self): 13729 """Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13730 13731 # noqa: E501 13732 13733 :return: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13734 :rtype: SettingsMetadata 13735 """ 13736 return self._enable_id_fx_phone_authentication_metadata 13737 13738 @enable_id_fx_phone_authentication_metadata.setter 13739 def enable_id_fx_phone_authentication_metadata(self, enable_id_fx_phone_authentication_metadata): 13740 """Sets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. 13741 13742 # noqa: E501 13743 13744 :param enable_id_fx_phone_authentication_metadata: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 13745 :type: SettingsMetadata 13746 """ 13747 13748 self._enable_id_fx_phone_authentication_metadata = enable_id_fx_phone_authentication_metadata 13749 13750 @property 13751 def enable_idfx_phone_auth_signature_auth_status(self): 13752 """Gets the enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13753 13754 # noqa: E501 13755 13756 :return: The enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13757 :rtype: str 13758 """ 13759 return self._enable_idfx_phone_auth_signature_auth_status 13760 13761 @enable_idfx_phone_auth_signature_auth_status.setter 13762 def enable_idfx_phone_auth_signature_auth_status(self, enable_idfx_phone_auth_signature_auth_status): 13763 """Sets the enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. 13764 13765 # noqa: E501 13766 13767 :param enable_idfx_phone_auth_signature_auth_status: The enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501 13768 :type: str 13769 """ 13770 13771 self._enable_idfx_phone_auth_signature_auth_status = enable_idfx_phone_auth_signature_auth_status 13772 13773 @property 13774 def enable_idfx_phone_auth_signature_auth_status_metadata(self): 13775 """Gets the enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13776 13777 # noqa: E501 13778 13779 :return: The enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13780 :rtype: SettingsMetadata 13781 """ 13782 return self._enable_idfx_phone_auth_signature_auth_status_metadata 13783 13784 @enable_idfx_phone_auth_signature_auth_status_metadata.setter 13785 def enable_idfx_phone_auth_signature_auth_status_metadata(self, enable_idfx_phone_auth_signature_auth_status_metadata): 13786 """Sets the enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. 13787 13788 # noqa: E501 13789 13790 :param enable_idfx_phone_auth_signature_auth_status_metadata: The enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501 13791 :type: SettingsMetadata 13792 """ 13793 13794 self._enable_idfx_phone_auth_signature_auth_status_metadata = enable_idfx_phone_auth_signature_auth_status_metadata 13795 13796 @property 13797 def enable_inbox_browse_views_powered_by_elastic_search(self): 13798 """Gets the enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13799 13800 # noqa: E501 13801 13802 :return: The enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13803 :rtype: str 13804 """ 13805 return self._enable_inbox_browse_views_powered_by_elastic_search 13806 13807 @enable_inbox_browse_views_powered_by_elastic_search.setter 13808 def enable_inbox_browse_views_powered_by_elastic_search(self, enable_inbox_browse_views_powered_by_elastic_search): 13809 """Sets the enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. 13810 13811 # noqa: E501 13812 13813 :param enable_inbox_browse_views_powered_by_elastic_search: The enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501 13814 :type: str 13815 """ 13816 13817 self._enable_inbox_browse_views_powered_by_elastic_search = enable_inbox_browse_views_powered_by_elastic_search 13818 13819 @property 13820 def enable_inbox_browse_views_powered_by_elastic_search_metadata(self): 13821 """Gets the enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13822 13823 # noqa: E501 13824 13825 :return: The enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13826 :rtype: SettingsMetadata 13827 """ 13828 return self._enable_inbox_browse_views_powered_by_elastic_search_metadata 13829 13830 @enable_inbox_browse_views_powered_by_elastic_search_metadata.setter 13831 def enable_inbox_browse_views_powered_by_elastic_search_metadata(self, enable_inbox_browse_views_powered_by_elastic_search_metadata): 13832 """Sets the enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. 13833 13834 # noqa: E501 13835 13836 :param enable_inbox_browse_views_powered_by_elastic_search_metadata: The enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501 13837 :type: SettingsMetadata 13838 """ 13839 13840 self._enable_inbox_browse_views_powered_by_elastic_search_metadata = enable_inbox_browse_views_powered_by_elastic_search_metadata 13841 13842 @property 13843 def enable_inbox_relevance_sort(self): 13844 """Gets the enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13845 13846 # noqa: E501 13847 13848 :return: The enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13849 :rtype: str 13850 """ 13851 return self._enable_inbox_relevance_sort 13852 13853 @enable_inbox_relevance_sort.setter 13854 def enable_inbox_relevance_sort(self, enable_inbox_relevance_sort): 13855 """Sets the enable_inbox_relevance_sort of this AccountSettingsInformation. 13856 13857 # noqa: E501 13858 13859 :param enable_inbox_relevance_sort: The enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501 13860 :type: str 13861 """ 13862 13863 self._enable_inbox_relevance_sort = enable_inbox_relevance_sort 13864 13865 @property 13866 def enable_inbox_relevance_sort_metadata(self): 13867 """Gets the enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13868 13869 # noqa: E501 13870 13871 :return: The enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13872 :rtype: SettingsMetadata 13873 """ 13874 return self._enable_inbox_relevance_sort_metadata 13875 13876 @enable_inbox_relevance_sort_metadata.setter 13877 def enable_inbox_relevance_sort_metadata(self, enable_inbox_relevance_sort_metadata): 13878 """Sets the enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. 13879 13880 # noqa: E501 13881 13882 :param enable_inbox_relevance_sort_metadata: The enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501 13883 :type: SettingsMetadata 13884 """ 13885 13886 self._enable_inbox_relevance_sort_metadata = enable_inbox_relevance_sort_metadata 13887 13888 @property 13889 def enable_in_browser_editor(self): 13890 """Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13891 13892 # noqa: E501 13893 13894 :return: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13895 :rtype: str 13896 """ 13897 return self._enable_in_browser_editor 13898 13899 @enable_in_browser_editor.setter 13900 def enable_in_browser_editor(self, enable_in_browser_editor): 13901 """Sets the enable_in_browser_editor of this AccountSettingsInformation. 13902 13903 # noqa: E501 13904 13905 :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 13906 :type: str 13907 """ 13908 13909 self._enable_in_browser_editor = enable_in_browser_editor 13910 13911 @property 13912 def enable_in_browser_editor_metadata(self): 13913 """Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13914 13915 # noqa: E501 13916 13917 :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13918 :rtype: SettingsMetadata 13919 """ 13920 return self._enable_in_browser_editor_metadata 13921 13922 @enable_in_browser_editor_metadata.setter 13923 def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): 13924 """Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. 13925 13926 # noqa: E501 13927 13928 :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 13929 :type: SettingsMetadata 13930 """ 13931 13932 self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata 13933 13934 @property 13935 def enable_key_terms_suggestions_by_document_type(self): 13936 """Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13937 13938 # noqa: E501 13939 13940 :return: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13941 :rtype: str 13942 """ 13943 return self._enable_key_terms_suggestions_by_document_type 13944 13945 @enable_key_terms_suggestions_by_document_type.setter 13946 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 13947 """Sets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. 13948 13949 # noqa: E501 13950 13951 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 13952 :type: str 13953 """ 13954 13955 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 13956 13957 @property 13958 def enable_key_terms_suggestions_by_document_type_metadata(self): 13959 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13960 13961 # noqa: E501 13962 13963 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13964 :rtype: SettingsMetadata 13965 """ 13966 return self._enable_key_terms_suggestions_by_document_type_metadata 13967 13968 @enable_key_terms_suggestions_by_document_type_metadata.setter 13969 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 13970 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. 13971 13972 # noqa: E501 13973 13974 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 13975 :type: SettingsMetadata 13976 """ 13977 13978 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 13979 13980 @property 13981 def enable_large_file_support(self): 13982 """Gets the enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13983 13984 # noqa: E501 13985 13986 :return: The enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13987 :rtype: str 13988 """ 13989 return self._enable_large_file_support 13990 13991 @enable_large_file_support.setter 13992 def enable_large_file_support(self, enable_large_file_support): 13993 """Sets the enable_large_file_support of this AccountSettingsInformation. 13994 13995 # noqa: E501 13996 13997 :param enable_large_file_support: The enable_large_file_support of this AccountSettingsInformation. # noqa: E501 13998 :type: str 13999 """ 14000 14001 self._enable_large_file_support = enable_large_file_support 14002 14003 @property 14004 def enable_large_file_support_metadata(self): 14005 """Gets the enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14006 14007 # noqa: E501 14008 14009 :return: The enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14010 :rtype: SettingsMetadata 14011 """ 14012 return self._enable_large_file_support_metadata 14013 14014 @enable_large_file_support_metadata.setter 14015 def enable_large_file_support_metadata(self, enable_large_file_support_metadata): 14016 """Sets the enable_large_file_support_metadata of this AccountSettingsInformation. 14017 14018 # noqa: E501 14019 14020 :param enable_large_file_support_metadata: The enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501 14021 :type: SettingsMetadata 14022 """ 14023 14024 self._enable_large_file_support_metadata = enable_large_file_support_metadata 14025 14026 @property 14027 def enable_legacy_shared_envelopes(self): 14028 """Gets the enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14029 14030 # noqa: E501 14031 14032 :return: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14033 :rtype: str 14034 """ 14035 return self._enable_legacy_shared_envelopes 14036 14037 @enable_legacy_shared_envelopes.setter 14038 def enable_legacy_shared_envelopes(self, enable_legacy_shared_envelopes): 14039 """Sets the enable_legacy_shared_envelopes of this AccountSettingsInformation. 14040 14041 # noqa: E501 14042 14043 :param enable_legacy_shared_envelopes: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501 14044 :type: str 14045 """ 14046 14047 self._enable_legacy_shared_envelopes = enable_legacy_shared_envelopes 14048 14049 @property 14050 def enable_legacy_shared_envelopes_metadata(self): 14051 """Gets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14052 14053 # noqa: E501 14054 14055 :return: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14056 :rtype: SettingsMetadata 14057 """ 14058 return self._enable_legacy_shared_envelopes_metadata 14059 14060 @enable_legacy_shared_envelopes_metadata.setter 14061 def enable_legacy_shared_envelopes_metadata(self, enable_legacy_shared_envelopes_metadata): 14062 """Sets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. 14063 14064 # noqa: E501 14065 14066 :param enable_legacy_shared_envelopes_metadata: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 14067 :type: SettingsMetadata 14068 """ 14069 14070 self._enable_legacy_shared_envelopes_metadata = enable_legacy_shared_envelopes_metadata 14071 14072 @property 14073 def enable_license_management(self): 14074 """Gets the enable_license_management of this AccountSettingsInformation. # noqa: E501 14075 14076 # noqa: E501 14077 14078 :return: The enable_license_management of this AccountSettingsInformation. # noqa: E501 14079 :rtype: str 14080 """ 14081 return self._enable_license_management 14082 14083 @enable_license_management.setter 14084 def enable_license_management(self, enable_license_management): 14085 """Sets the enable_license_management of this AccountSettingsInformation. 14086 14087 # noqa: E501 14088 14089 :param enable_license_management: The enable_license_management of this AccountSettingsInformation. # noqa: E501 14090 :type: str 14091 """ 14092 14093 self._enable_license_management = enable_license_management 14094 14095 @property 14096 def enable_license_management_metadata(self): 14097 """Gets the enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14098 14099 # noqa: E501 14100 14101 :return: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14102 :rtype: SettingsMetadata 14103 """ 14104 return self._enable_license_management_metadata 14105 14106 @enable_license_management_metadata.setter 14107 def enable_license_management_metadata(self, enable_license_management_metadata): 14108 """Sets the enable_license_management_metadata of this AccountSettingsInformation. 14109 14110 # noqa: E501 14111 14112 :param enable_license_management_metadata: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501 14113 :type: SettingsMetadata 14114 """ 14115 14116 self._enable_license_management_metadata = enable_license_management_metadata 14117 14118 @property 14119 def enable_microsoft_dynamics365_extension(self): 14120 """Gets the enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14121 14122 # noqa: E501 14123 14124 :return: The enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14125 :rtype: str 14126 """ 14127 return self._enable_microsoft_dynamics365_extension 14128 14129 @enable_microsoft_dynamics365_extension.setter 14130 def enable_microsoft_dynamics365_extension(self, enable_microsoft_dynamics365_extension): 14131 """Sets the enable_microsoft_dynamics365_extension of this AccountSettingsInformation. 14132 14133 # noqa: E501 14134 14135 :param enable_microsoft_dynamics365_extension: The enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501 14136 :type: str 14137 """ 14138 14139 self._enable_microsoft_dynamics365_extension = enable_microsoft_dynamics365_extension 14140 14141 @property 14142 def enable_microsoft_dynamics365_extension_metadata(self): 14143 """Gets the enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14144 14145 # noqa: E501 14146 14147 :return: The enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14148 :rtype: SettingsMetadata 14149 """ 14150 return self._enable_microsoft_dynamics365_extension_metadata 14151 14152 @enable_microsoft_dynamics365_extension_metadata.setter 14153 def enable_microsoft_dynamics365_extension_metadata(self, enable_microsoft_dynamics365_extension_metadata): 14154 """Sets the enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. 14155 14156 # noqa: E501 14157 14158 :param enable_microsoft_dynamics365_extension_metadata: The enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501 14159 :type: SettingsMetadata 14160 """ 14161 14162 self._enable_microsoft_dynamics365_extension_metadata = enable_microsoft_dynamics365_extension_metadata 14163 14164 @property 14165 def enable_multi_user_repository_features(self): 14166 """Gets the enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14167 14168 # noqa: E501 14169 14170 :return: The enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14171 :rtype: str 14172 """ 14173 return self._enable_multi_user_repository_features 14174 14175 @enable_multi_user_repository_features.setter 14176 def enable_multi_user_repository_features(self, enable_multi_user_repository_features): 14177 """Sets the enable_multi_user_repository_features of this AccountSettingsInformation. 14178 14179 # noqa: E501 14180 14181 :param enable_multi_user_repository_features: The enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501 14182 :type: str 14183 """ 14184 14185 self._enable_multi_user_repository_features = enable_multi_user_repository_features 14186 14187 @property 14188 def enable_multi_user_repository_features_metadata(self): 14189 """Gets the enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14190 14191 # noqa: E501 14192 14193 :return: The enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14194 :rtype: SettingsMetadata 14195 """ 14196 return self._enable_multi_user_repository_features_metadata 14197 14198 @enable_multi_user_repository_features_metadata.setter 14199 def enable_multi_user_repository_features_metadata(self, enable_multi_user_repository_features_metadata): 14200 """Sets the enable_multi_user_repository_features_metadata of this AccountSettingsInformation. 14201 14202 # noqa: E501 14203 14204 :param enable_multi_user_repository_features_metadata: The enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501 14205 :type: SettingsMetadata 14206 """ 14207 14208 self._enable_multi_user_repository_features_metadata = enable_multi_user_repository_features_metadata 14209 14210 @property 14211 def enable_navigator_api_data_in(self): 14212 """Gets the enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14213 14214 # noqa: E501 14215 14216 :return: The enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14217 :rtype: str 14218 """ 14219 return self._enable_navigator_api_data_in 14220 14221 @enable_navigator_api_data_in.setter 14222 def enable_navigator_api_data_in(self, enable_navigator_api_data_in): 14223 """Sets the enable_navigator_api_data_in of this AccountSettingsInformation. 14224 14225 # noqa: E501 14226 14227 :param enable_navigator_api_data_in: The enable_navigator_api_data_in of this AccountSettingsInformation. # noqa: E501 14228 :type: str 14229 """ 14230 14231 self._enable_navigator_api_data_in = enable_navigator_api_data_in 14232 14233 @property 14234 def enable_navigator_api_data_in_metadata(self): 14235 """Gets the enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14236 14237 # noqa: E501 14238 14239 :return: The enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14240 :rtype: SettingsMetadata 14241 """ 14242 return self._enable_navigator_api_data_in_metadata 14243 14244 @enable_navigator_api_data_in_metadata.setter 14245 def enable_navigator_api_data_in_metadata(self, enable_navigator_api_data_in_metadata): 14246 """Sets the enable_navigator_api_data_in_metadata of this AccountSettingsInformation. 14247 14248 # noqa: E501 14249 14250 :param enable_navigator_api_data_in_metadata: The enable_navigator_api_data_in_metadata of this AccountSettingsInformation. # noqa: E501 14251 :type: SettingsMetadata 14252 """ 14253 14254 self._enable_navigator_api_data_in_metadata = enable_navigator_api_data_in_metadata 14255 14256 @property 14257 def enable_navigator_api_data_out(self): 14258 """Gets the enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14259 14260 # noqa: E501 14261 14262 :return: The enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14263 :rtype: str 14264 """ 14265 return self._enable_navigator_api_data_out 14266 14267 @enable_navigator_api_data_out.setter 14268 def enable_navigator_api_data_out(self, enable_navigator_api_data_out): 14269 """Sets the enable_navigator_api_data_out of this AccountSettingsInformation. 14270 14271 # noqa: E501 14272 14273 :param enable_navigator_api_data_out: The enable_navigator_api_data_out of this AccountSettingsInformation. # noqa: E501 14274 :type: str 14275 """ 14276 14277 self._enable_navigator_api_data_out = enable_navigator_api_data_out 14278 14279 @property 14280 def enable_navigator_api_data_out_metadata(self): 14281 """Gets the enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14282 14283 # noqa: E501 14284 14285 :return: The enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14286 :rtype: SettingsMetadata 14287 """ 14288 return self._enable_navigator_api_data_out_metadata 14289 14290 @enable_navigator_api_data_out_metadata.setter 14291 def enable_navigator_api_data_out_metadata(self, enable_navigator_api_data_out_metadata): 14292 """Sets the enable_navigator_api_data_out_metadata of this AccountSettingsInformation. 14293 14294 # noqa: E501 14295 14296 :param enable_navigator_api_data_out_metadata: The enable_navigator_api_data_out_metadata of this AccountSettingsInformation. # noqa: E501 14297 :type: SettingsMetadata 14298 """ 14299 14300 self._enable_navigator_api_data_out_metadata = enable_navigator_api_data_out_metadata 14301 14302 @property 14303 def enable_navigator_api_utilities(self): 14304 """Gets the enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14305 14306 # noqa: E501 14307 14308 :return: The enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14309 :rtype: str 14310 """ 14311 return self._enable_navigator_api_utilities 14312 14313 @enable_navigator_api_utilities.setter 14314 def enable_navigator_api_utilities(self, enable_navigator_api_utilities): 14315 """Sets the enable_navigator_api_utilities of this AccountSettingsInformation. 14316 14317 # noqa: E501 14318 14319 :param enable_navigator_api_utilities: The enable_navigator_api_utilities of this AccountSettingsInformation. # noqa: E501 14320 :type: str 14321 """ 14322 14323 self._enable_navigator_api_utilities = enable_navigator_api_utilities 14324 14325 @property 14326 def enable_navigator_api_utilities_metadata(self): 14327 """Gets the enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14328 14329 # noqa: E501 14330 14331 :return: The enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14332 :rtype: SettingsMetadata 14333 """ 14334 return self._enable_navigator_api_utilities_metadata 14335 14336 @enable_navigator_api_utilities_metadata.setter 14337 def enable_navigator_api_utilities_metadata(self, enable_navigator_api_utilities_metadata): 14338 """Sets the enable_navigator_api_utilities_metadata of this AccountSettingsInformation. 14339 14340 # noqa: E501 14341 14342 :param enable_navigator_api_utilities_metadata: The enable_navigator_api_utilities_metadata of this AccountSettingsInformation. # noqa: E501 14343 :type: SettingsMetadata 14344 """ 14345 14346 self._enable_navigator_api_utilities_metadata = enable_navigator_api_utilities_metadata 14347 14348 @property 14349 def enable_navigator_for_hr(self): 14350 """Gets the enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14351 14352 # noqa: E501 14353 14354 :return: The enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14355 :rtype: str 14356 """ 14357 return self._enable_navigator_for_hr 14358 14359 @enable_navigator_for_hr.setter 14360 def enable_navigator_for_hr(self, enable_navigator_for_hr): 14361 """Sets the enable_navigator_for_hr of this AccountSettingsInformation. 14362 14363 # noqa: E501 14364 14365 :param enable_navigator_for_hr: The enable_navigator_for_hr of this AccountSettingsInformation. # noqa: E501 14366 :type: str 14367 """ 14368 14369 self._enable_navigator_for_hr = enable_navigator_for_hr 14370 14371 @property 14372 def enable_navigator_for_hr_metadata(self): 14373 """Gets the enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14374 14375 # noqa: E501 14376 14377 :return: The enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14378 :rtype: SettingsMetadata 14379 """ 14380 return self._enable_navigator_for_hr_metadata 14381 14382 @enable_navigator_for_hr_metadata.setter 14383 def enable_navigator_for_hr_metadata(self, enable_navigator_for_hr_metadata): 14384 """Sets the enable_navigator_for_hr_metadata of this AccountSettingsInformation. 14385 14386 # noqa: E501 14387 14388 :param enable_navigator_for_hr_metadata: The enable_navigator_for_hr_metadata of this AccountSettingsInformation. # noqa: E501 14389 :type: SettingsMetadata 14390 """ 14391 14392 self._enable_navigator_for_hr_metadata = enable_navigator_for_hr_metadata 14393 14394 @property 14395 def enable_navigator_hierarchy_ai(self): 14396 """Gets the enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14397 14398 # noqa: E501 14399 14400 :return: The enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14401 :rtype: str 14402 """ 14403 return self._enable_navigator_hierarchy_ai 14404 14405 @enable_navigator_hierarchy_ai.setter 14406 def enable_navigator_hierarchy_ai(self, enable_navigator_hierarchy_ai): 14407 """Sets the enable_navigator_hierarchy_ai of this AccountSettingsInformation. 14408 14409 # noqa: E501 14410 14411 :param enable_navigator_hierarchy_ai: The enable_navigator_hierarchy_ai of this AccountSettingsInformation. # noqa: E501 14412 :type: str 14413 """ 14414 14415 self._enable_navigator_hierarchy_ai = enable_navigator_hierarchy_ai 14416 14417 @property 14418 def enable_navigator_hierarchy_ai_metadata(self): 14419 """Gets the enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14420 14421 # noqa: E501 14422 14423 :return: The enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14424 :rtype: SettingsMetadata 14425 """ 14426 return self._enable_navigator_hierarchy_ai_metadata 14427 14428 @enable_navigator_hierarchy_ai_metadata.setter 14429 def enable_navigator_hierarchy_ai_metadata(self, enable_navigator_hierarchy_ai_metadata): 14430 """Sets the enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. 14431 14432 # noqa: E501 14433 14434 :param enable_navigator_hierarchy_ai_metadata: The enable_navigator_hierarchy_ai_metadata of this AccountSettingsInformation. # noqa: E501 14435 :type: SettingsMetadata 14436 """ 14437 14438 self._enable_navigator_hierarchy_ai_metadata = enable_navigator_hierarchy_ai_metadata 14439 14440 @property 14441 def enable_navigator_partial_ingestion(self): 14442 """Gets the enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14443 14444 # noqa: E501 14445 14446 :return: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14447 :rtype: str 14448 """ 14449 return self._enable_navigator_partial_ingestion 14450 14451 @enable_navigator_partial_ingestion.setter 14452 def enable_navigator_partial_ingestion(self, enable_navigator_partial_ingestion): 14453 """Sets the enable_navigator_partial_ingestion of this AccountSettingsInformation. 14454 14455 # noqa: E501 14456 14457 :param enable_navigator_partial_ingestion: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501 14458 :type: str 14459 """ 14460 14461 self._enable_navigator_partial_ingestion = enable_navigator_partial_ingestion 14462 14463 @property 14464 def enable_navigator_partial_ingestion_metadata(self): 14465 """Gets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14466 14467 # noqa: E501 14468 14469 :return: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14470 :rtype: SettingsMetadata 14471 """ 14472 return self._enable_navigator_partial_ingestion_metadata 14473 14474 @enable_navigator_partial_ingestion_metadata.setter 14475 def enable_navigator_partial_ingestion_metadata(self, enable_navigator_partial_ingestion_metadata): 14476 """Sets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. 14477 14478 # noqa: E501 14479 14480 :param enable_navigator_partial_ingestion_metadata: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501 14481 :type: SettingsMetadata 14482 """ 14483 14484 self._enable_navigator_partial_ingestion_metadata = enable_navigator_partial_ingestion_metadata 14485 14486 @property 14487 def enable_navigator_trial(self): 14488 """Gets the enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14489 14490 # noqa: E501 14491 14492 :return: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14493 :rtype: str 14494 """ 14495 return self._enable_navigator_trial 14496 14497 @enable_navigator_trial.setter 14498 def enable_navigator_trial(self, enable_navigator_trial): 14499 """Sets the enable_navigator_trial of this AccountSettingsInformation. 14500 14501 # noqa: E501 14502 14503 :param enable_navigator_trial: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501 14504 :type: str 14505 """ 14506 14507 self._enable_navigator_trial = enable_navigator_trial 14508 14509 @property 14510 def enable_navigator_trial_metadata(self): 14511 """Gets the enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14512 14513 # noqa: E501 14514 14515 :return: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14516 :rtype: SettingsMetadata 14517 """ 14518 return self._enable_navigator_trial_metadata 14519 14520 @enable_navigator_trial_metadata.setter 14521 def enable_navigator_trial_metadata(self, enable_navigator_trial_metadata): 14522 """Sets the enable_navigator_trial_metadata of this AccountSettingsInformation. 14523 14524 # noqa: E501 14525 14526 :param enable_navigator_trial_metadata: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501 14527 :type: SettingsMetadata 14528 """ 14529 14530 self._enable_navigator_trial_metadata = enable_navigator_trial_metadata 14531 14532 @property 14533 def enable_notary_on_demand_witness(self): 14534 """Gets the enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14535 14536 # noqa: E501 14537 14538 :return: The enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14539 :rtype: str 14540 """ 14541 return self._enable_notary_on_demand_witness 14542 14543 @enable_notary_on_demand_witness.setter 14544 def enable_notary_on_demand_witness(self, enable_notary_on_demand_witness): 14545 """Sets the enable_notary_on_demand_witness of this AccountSettingsInformation. 14546 14547 # noqa: E501 14548 14549 :param enable_notary_on_demand_witness: The enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501 14550 :type: str 14551 """ 14552 14553 self._enable_notary_on_demand_witness = enable_notary_on_demand_witness 14554 14555 @property 14556 def enable_notary_on_demand_witness_metadata(self): 14557 """Gets the enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14558 14559 # noqa: E501 14560 14561 :return: The enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14562 :rtype: SettingsMetadata 14563 """ 14564 return self._enable_notary_on_demand_witness_metadata 14565 14566 @enable_notary_on_demand_witness_metadata.setter 14567 def enable_notary_on_demand_witness_metadata(self, enable_notary_on_demand_witness_metadata): 14568 """Sets the enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. 14569 14570 # noqa: E501 14571 14572 :param enable_notary_on_demand_witness_metadata: The enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501 14573 :type: SettingsMetadata 14574 """ 14575 14576 self._enable_notary_on_demand_witness_metadata = enable_notary_on_demand_witness_metadata 14577 14578 @property 14579 def enable_obligation_management(self): 14580 """Gets the enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14581 14582 # noqa: E501 14583 14584 :return: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14585 :rtype: str 14586 """ 14587 return self._enable_obligation_management 14588 14589 @enable_obligation_management.setter 14590 def enable_obligation_management(self, enable_obligation_management): 14591 """Sets the enable_obligation_management of this AccountSettingsInformation. 14592 14593 # noqa: E501 14594 14595 :param enable_obligation_management: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501 14596 :type: str 14597 """ 14598 14599 self._enable_obligation_management = enable_obligation_management 14600 14601 @property 14602 def enable_obligation_management_metadata(self): 14603 """Gets the enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14604 14605 # noqa: E501 14606 14607 :return: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14608 :rtype: SettingsMetadata 14609 """ 14610 return self._enable_obligation_management_metadata 14611 14612 @enable_obligation_management_metadata.setter 14613 def enable_obligation_management_metadata(self, enable_obligation_management_metadata): 14614 """Sets the enable_obligation_management_metadata of this AccountSettingsInformation. 14615 14616 # noqa: E501 14617 14618 :param enable_obligation_management_metadata: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501 14619 :type: SettingsMetadata 14620 """ 14621 14622 self._enable_obligation_management_metadata = enable_obligation_management_metadata 14623 14624 @property 14625 def enable_participant_recipient_setting_metadata(self): 14626 """Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14627 14628 # noqa: E501 14629 14630 :return: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14631 :rtype: SettingsMetadata 14632 """ 14633 return self._enable_participant_recipient_setting_metadata 14634 14635 @enable_participant_recipient_setting_metadata.setter 14636 def enable_participant_recipient_setting_metadata(self, enable_participant_recipient_setting_metadata): 14637 """Sets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. 14638 14639 # noqa: E501 14640 14641 :param enable_participant_recipient_setting_metadata: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 14642 :type: SettingsMetadata 14643 """ 14644 14645 self._enable_participant_recipient_setting_metadata = enable_participant_recipient_setting_metadata 14646 14647 @property 14648 def enable_payment_processing(self): 14649 """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14650 14651 # noqa: E501 14652 14653 :return: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14654 :rtype: str 14655 """ 14656 return self._enable_payment_processing 14657 14658 @enable_payment_processing.setter 14659 def enable_payment_processing(self, enable_payment_processing): 14660 """Sets the enable_payment_processing of this AccountSettingsInformation. 14661 14662 # noqa: E501 14663 14664 :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 14665 :type: str 14666 """ 14667 14668 self._enable_payment_processing = enable_payment_processing 14669 14670 @property 14671 def enable_payment_processing_metadata(self): 14672 """Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14673 14674 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 14675 14676 :return: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14677 :rtype: SettingsMetadata 14678 """ 14679 return self._enable_payment_processing_metadata 14680 14681 @enable_payment_processing_metadata.setter 14682 def enable_payment_processing_metadata(self, enable_payment_processing_metadata): 14683 """Sets the enable_payment_processing_metadata of this AccountSettingsInformation. 14684 14685 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 14686 14687 :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 14688 :type: SettingsMetadata 14689 """ 14690 14691 self._enable_payment_processing_metadata = enable_payment_processing_metadata 14692 14693 @property 14694 def enable_pdfa_conversion(self): 14695 """Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14696 14697 # noqa: E501 14698 14699 :return: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14700 :rtype: str 14701 """ 14702 return self._enable_pdfa_conversion 14703 14704 @enable_pdfa_conversion.setter 14705 def enable_pdfa_conversion(self, enable_pdfa_conversion): 14706 """Sets the enable_pdfa_conversion of this AccountSettingsInformation. 14707 14708 # noqa: E501 14709 14710 :param enable_pdfa_conversion: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 14711 :type: str 14712 """ 14713 14714 self._enable_pdfa_conversion = enable_pdfa_conversion 14715 14716 @property 14717 def enable_pdfa_conversion_metadata(self): 14718 """Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14719 14720 # noqa: E501 14721 14722 :return: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14723 :rtype: SettingsMetadata 14724 """ 14725 return self._enable_pdfa_conversion_metadata 14726 14727 @enable_pdfa_conversion_metadata.setter 14728 def enable_pdfa_conversion_metadata(self, enable_pdfa_conversion_metadata): 14729 """Sets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. 14730 14731 # noqa: E501 14732 14733 :param enable_pdfa_conversion_metadata: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 14734 :type: SettingsMetadata 14735 """ 14736 14737 self._enable_pdfa_conversion_metadata = enable_pdfa_conversion_metadata 14738 14739 @property 14740 def enable_power_form(self): 14741 """Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501 14742 14743 # noqa: E501 14744 14745 :return: The enable_power_form of this AccountSettingsInformation. # noqa: E501 14746 :rtype: str 14747 """ 14748 return self._enable_power_form 14749 14750 @enable_power_form.setter 14751 def enable_power_form(self, enable_power_form): 14752 """Sets the enable_power_form of this AccountSettingsInformation. 14753 14754 # noqa: E501 14755 14756 :param enable_power_form: The enable_power_form of this AccountSettingsInformation. # noqa: E501 14757 :type: str 14758 """ 14759 14760 self._enable_power_form = enable_power_form 14761 14762 @property 14763 def enable_power_form_direct(self): 14764 """Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14765 14766 # noqa: E501 14767 14768 :return: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14769 :rtype: str 14770 """ 14771 return self._enable_power_form_direct 14772 14773 @enable_power_form_direct.setter 14774 def enable_power_form_direct(self, enable_power_form_direct): 14775 """Sets the enable_power_form_direct of this AccountSettingsInformation. 14776 14777 # noqa: E501 14778 14779 :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 14780 :type: str 14781 """ 14782 14783 self._enable_power_form_direct = enable_power_form_direct 14784 14785 @property 14786 def enable_power_form_direct_metadata(self): 14787 """Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14788 14789 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 14790 14791 :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14792 :rtype: SettingsMetadata 14793 """ 14794 return self._enable_power_form_direct_metadata 14795 14796 @enable_power_form_direct_metadata.setter 14797 def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): 14798 """Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. 14799 14800 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 14801 14802 :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 14803 :type: SettingsMetadata 14804 """ 14805 14806 self._enable_power_form_direct_metadata = enable_power_form_direct_metadata 14807 14808 @property 14809 def enable_power_form_metadata(self): 14810 """Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14811 14812 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 14813 14814 :return: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14815 :rtype: SettingsMetadata 14816 """ 14817 return self._enable_power_form_metadata 14818 14819 @enable_power_form_metadata.setter 14820 def enable_power_form_metadata(self, enable_power_form_metadata): 14821 """Sets the enable_power_form_metadata of this AccountSettingsInformation. 14822 14823 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 14824 14825 :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 14826 :type: SettingsMetadata 14827 """ 14828 14829 self._enable_power_form_metadata = enable_power_form_metadata 14830 14831 @property 14832 def enable_premium_data_verification_extensions(self): 14833 """Gets the enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14834 14835 # noqa: E501 14836 14837 :return: The enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14838 :rtype: str 14839 """ 14840 return self._enable_premium_data_verification_extensions 14841 14842 @enable_premium_data_verification_extensions.setter 14843 def enable_premium_data_verification_extensions(self, enable_premium_data_verification_extensions): 14844 """Sets the enable_premium_data_verification_extensions of this AccountSettingsInformation. 14845 14846 # noqa: E501 14847 14848 :param enable_premium_data_verification_extensions: The enable_premium_data_verification_extensions of this AccountSettingsInformation. # noqa: E501 14849 :type: str 14850 """ 14851 14852 self._enable_premium_data_verification_extensions = enable_premium_data_verification_extensions 14853 14854 @property 14855 def enable_premium_data_verification_extensions_metadata(self): 14856 """Gets the enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14857 14858 # noqa: E501 14859 14860 :return: The enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14861 :rtype: SettingsMetadata 14862 """ 14863 return self._enable_premium_data_verification_extensions_metadata 14864 14865 @enable_premium_data_verification_extensions_metadata.setter 14866 def enable_premium_data_verification_extensions_metadata(self, enable_premium_data_verification_extensions_metadata): 14867 """Sets the enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. 14868 14869 # noqa: E501 14870 14871 :param enable_premium_data_verification_extensions_metadata: The enable_premium_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501 14872 :type: SettingsMetadata 14873 """ 14874 14875 self._enable_premium_data_verification_extensions_metadata = enable_premium_data_verification_extensions_metadata 14876 14877 @property 14878 def enable_recipient_domain_validation(self): 14879 """Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14880 14881 # noqa: E501 14882 14883 :return: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14884 :rtype: str 14885 """ 14886 return self._enable_recipient_domain_validation 14887 14888 @enable_recipient_domain_validation.setter 14889 def enable_recipient_domain_validation(self, enable_recipient_domain_validation): 14890 """Sets the enable_recipient_domain_validation of this AccountSettingsInformation. 14891 14892 # noqa: E501 14893 14894 :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 14895 :type: str 14896 """ 14897 14898 self._enable_recipient_domain_validation = enable_recipient_domain_validation 14899 14900 @property 14901 def enable_recipient_domain_validation_metadata(self): 14902 """Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14903 14904 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 14905 14906 :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14907 :rtype: SettingsMetadata 14908 """ 14909 return self._enable_recipient_domain_validation_metadata 14910 14911 @enable_recipient_domain_validation_metadata.setter 14912 def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_validation_metadata): 14913 """Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. 14914 14915 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 14916 14917 :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 14918 :type: SettingsMetadata 14919 """ 14920 14921 self._enable_recipient_domain_validation_metadata = enable_recipient_domain_validation_metadata 14922 14923 @property 14924 def enable_recipient_may_provide_phone_number(self): 14925 """Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14926 14927 # noqa: E501 14928 14929 :return: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14930 :rtype: str 14931 """ 14932 return self._enable_recipient_may_provide_phone_number 14933 14934 @enable_recipient_may_provide_phone_number.setter 14935 def enable_recipient_may_provide_phone_number(self, enable_recipient_may_provide_phone_number): 14936 """Sets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. 14937 14938 # noqa: E501 14939 14940 :param enable_recipient_may_provide_phone_number: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 14941 :type: str 14942 """ 14943 14944 self._enable_recipient_may_provide_phone_number = enable_recipient_may_provide_phone_number 14945 14946 @property 14947 def enable_recipient_may_provide_phone_number_metadata(self): 14948 """Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14949 14950 # noqa: E501 14951 14952 :return: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14953 :rtype: SettingsMetadata 14954 """ 14955 return self._enable_recipient_may_provide_phone_number_metadata 14956 14957 @enable_recipient_may_provide_phone_number_metadata.setter 14958 def enable_recipient_may_provide_phone_number_metadata(self, enable_recipient_may_provide_phone_number_metadata): 14959 """Sets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 14960 14961 # noqa: E501 14962 14963 :param enable_recipient_may_provide_phone_number_metadata: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 14964 :type: SettingsMetadata 14965 """ 14966 14967 self._enable_recipient_may_provide_phone_number_metadata = enable_recipient_may_provide_phone_number_metadata 14968 14969 @property 14970 def enable_report_links(self): 14971 """Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501 14972 14973 # noqa: E501 14974 14975 :return: The enable_report_links of this AccountSettingsInformation. # noqa: E501 14976 :rtype: str 14977 """ 14978 return self._enable_report_links 14979 14980 @enable_report_links.setter 14981 def enable_report_links(self, enable_report_links): 14982 """Sets the enable_report_links of this AccountSettingsInformation. 14983 14984 # noqa: E501 14985 14986 :param enable_report_links: The enable_report_links of this AccountSettingsInformation. # noqa: E501 14987 :type: str 14988 """ 14989 14990 self._enable_report_links = enable_report_links 14991 14992 @property 14993 def enable_report_links_metadata(self): 14994 """Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 14995 14996 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 14997 14998 :return: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 14999 :rtype: SettingsMetadata 15000 """ 15001 return self._enable_report_links_metadata 15002 15003 @enable_report_links_metadata.setter 15004 def enable_report_links_metadata(self, enable_report_links_metadata): 15005 """Sets the enable_report_links_metadata of this AccountSettingsInformation. 15006 15007 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 15008 15009 :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 15010 :type: SettingsMetadata 15011 """ 15012 15013 self._enable_report_links_metadata = enable_report_links_metadata 15014 15015 @property 15016 def enable_require_sign_on_paper(self): 15017 """Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15018 15019 # noqa: E501 15020 15021 :return: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15022 :rtype: str 15023 """ 15024 return self._enable_require_sign_on_paper 15025 15026 @enable_require_sign_on_paper.setter 15027 def enable_require_sign_on_paper(self, enable_require_sign_on_paper): 15028 """Sets the enable_require_sign_on_paper of this AccountSettingsInformation. 15029 15030 # noqa: E501 15031 15032 :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15033 :type: str 15034 """ 15035 15036 self._enable_require_sign_on_paper = enable_require_sign_on_paper 15037 15038 @property 15039 def enable_require_sign_on_paper_metadata(self): 15040 """Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15041 15042 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 15043 15044 :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15045 :rtype: SettingsMetadata 15046 """ 15047 return self._enable_require_sign_on_paper_metadata 15048 15049 @enable_require_sign_on_paper_metadata.setter 15050 def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_metadata): 15051 """Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. 15052 15053 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 15054 15055 :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15056 :type: SettingsMetadata 15057 """ 15058 15059 self._enable_require_sign_on_paper_metadata = enable_require_sign_on_paper_metadata 15060 15061 @property 15062 def enable_reserved_domain(self): 15063 """Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15064 15065 # noqa: E501 15066 15067 :return: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15068 :rtype: str 15069 """ 15070 return self._enable_reserved_domain 15071 15072 @enable_reserved_domain.setter 15073 def enable_reserved_domain(self, enable_reserved_domain): 15074 """Sets the enable_reserved_domain of this AccountSettingsInformation. 15075 15076 # noqa: E501 15077 15078 :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 15079 :type: str 15080 """ 15081 15082 self._enable_reserved_domain = enable_reserved_domain 15083 15084 @property 15085 def enable_reserved_domain_metadata(self): 15086 """Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15087 15088 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 15089 15090 :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15091 :rtype: SettingsMetadata 15092 """ 15093 return self._enable_reserved_domain_metadata 15094 15095 @enable_reserved_domain_metadata.setter 15096 def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): 15097 """Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. 15098 15099 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 15100 15101 :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 15102 :type: SettingsMetadata 15103 """ 15104 15105 self._enable_reserved_domain_metadata = enable_reserved_domain_metadata 15106 15107 @property 15108 def enable_responsive_signing(self): 15109 """Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15110 15111 # noqa: E501 15112 15113 :return: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15114 :rtype: str 15115 """ 15116 return self._enable_responsive_signing 15117 15118 @enable_responsive_signing.setter 15119 def enable_responsive_signing(self, enable_responsive_signing): 15120 """Sets the enable_responsive_signing of this AccountSettingsInformation. 15121 15122 # noqa: E501 15123 15124 :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 15125 :type: str 15126 """ 15127 15128 self._enable_responsive_signing = enable_responsive_signing 15129 15130 @property 15131 def enable_responsive_signing_metadata(self): 15132 """Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15133 15134 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 15135 15136 :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15137 :rtype: SettingsMetadata 15138 """ 15139 return self._enable_responsive_signing_metadata 15140 15141 @enable_responsive_signing_metadata.setter 15142 def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata): 15143 """Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. 15144 15145 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 15146 15147 :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 15148 :type: SettingsMetadata 15149 """ 15150 15151 self._enable_responsive_signing_metadata = enable_responsive_signing_metadata 15152 15153 @property 15154 def enable_sap_ariba_extension(self): 15155 """Gets the enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15156 15157 # noqa: E501 15158 15159 :return: The enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15160 :rtype: str 15161 """ 15162 return self._enable_sap_ariba_extension 15163 15164 @enable_sap_ariba_extension.setter 15165 def enable_sap_ariba_extension(self, enable_sap_ariba_extension): 15166 """Sets the enable_sap_ariba_extension of this AccountSettingsInformation. 15167 15168 # noqa: E501 15169 15170 :param enable_sap_ariba_extension: The enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 15171 :type: str 15172 """ 15173 15174 self._enable_sap_ariba_extension = enable_sap_ariba_extension 15175 15176 @property 15177 def enable_sap_ariba_extension_meta_data(self): 15178 """Gets the enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15179 15180 # noqa: E501 15181 15182 :return: The enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15183 :rtype: SettingsMetadata 15184 """ 15185 return self._enable_sap_ariba_extension_meta_data 15186 15187 @enable_sap_ariba_extension_meta_data.setter 15188 def enable_sap_ariba_extension_meta_data(self, enable_sap_ariba_extension_meta_data): 15189 """Sets the enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. 15190 15191 # noqa: E501 15192 15193 :param enable_sap_ariba_extension_meta_data: The enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501 15194 :type: SettingsMetadata 15195 """ 15196 15197 self._enable_sap_ariba_extension_meta_data = enable_sap_ariba_extension_meta_data 15198 15199 @property 15200 def enable_scheduled_release(self): 15201 """Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15202 15203 # noqa: E501 15204 15205 :return: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15206 :rtype: str 15207 """ 15208 return self._enable_scheduled_release 15209 15210 @enable_scheduled_release.setter 15211 def enable_scheduled_release(self, enable_scheduled_release): 15212 """Sets the enable_scheduled_release of this AccountSettingsInformation. 15213 15214 # noqa: E501 15215 15216 :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 15217 :type: str 15218 """ 15219 15220 self._enable_scheduled_release = enable_scheduled_release 15221 15222 @property 15223 def enable_scheduled_release_metadata(self): 15224 """Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15225 15226 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 15227 15228 :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15229 :rtype: SettingsMetadata 15230 """ 15231 return self._enable_scheduled_release_metadata 15232 15233 @enable_scheduled_release_metadata.setter 15234 def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): 15235 """Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. 15236 15237 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 15238 15239 :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 15240 :type: SettingsMetadata 15241 """ 15242 15243 self._enable_scheduled_release_metadata = enable_scheduled_release_metadata 15244 15245 @property 15246 def enable_search_service_azure_uri(self): 15247 """Gets the enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15248 15249 # noqa: E501 15250 15251 :return: The enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15252 :rtype: str 15253 """ 15254 return self._enable_search_service_azure_uri 15255 15256 @enable_search_service_azure_uri.setter 15257 def enable_search_service_azure_uri(self, enable_search_service_azure_uri): 15258 """Sets the enable_search_service_azure_uri of this AccountSettingsInformation. 15259 15260 # noqa: E501 15261 15262 :param enable_search_service_azure_uri: The enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501 15263 :type: str 15264 """ 15265 15266 self._enable_search_service_azure_uri = enable_search_service_azure_uri 15267 15268 @property 15269 def enable_search_service_azure_uri_metadata(self): 15270 """Gets the enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15271 15272 # noqa: E501 15273 15274 :return: The enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15275 :rtype: SettingsMetadata 15276 """ 15277 return self._enable_search_service_azure_uri_metadata 15278 15279 @enable_search_service_azure_uri_metadata.setter 15280 def enable_search_service_azure_uri_metadata(self, enable_search_service_azure_uri_metadata): 15281 """Sets the enable_search_service_azure_uri_metadata of this AccountSettingsInformation. 15282 15283 # noqa: E501 15284 15285 :param enable_search_service_azure_uri_metadata: The enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501 15286 :type: SettingsMetadata 15287 """ 15288 15289 self._enable_search_service_azure_uri_metadata = enable_search_service_azure_uri_metadata 15290 15291 @property 15292 def enable_search_site_specific_api(self): 15293 """Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15294 15295 # noqa: E501 15296 15297 :return: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15298 :rtype: str 15299 """ 15300 return self._enable_search_site_specific_api 15301 15302 @enable_search_site_specific_api.setter 15303 def enable_search_site_specific_api(self, enable_search_site_specific_api): 15304 """Sets the enable_search_site_specific_api of this AccountSettingsInformation. 15305 15306 # noqa: E501 15307 15308 :param enable_search_site_specific_api: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 15309 :type: str 15310 """ 15311 15312 self._enable_search_site_specific_api = enable_search_site_specific_api 15313 15314 @property 15315 def enable_search_site_specific_api_metadata(self): 15316 """Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15317 15318 # noqa: E501 15319 15320 :return: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15321 :rtype: SettingsMetadata 15322 """ 15323 return self._enable_search_site_specific_api_metadata 15324 15325 @enable_search_site_specific_api_metadata.setter 15326 def enable_search_site_specific_api_metadata(self, enable_search_site_specific_api_metadata): 15327 """Sets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. 15328 15329 # noqa: E501 15330 15331 :param enable_search_site_specific_api_metadata: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 15332 :type: SettingsMetadata 15333 """ 15334 15335 self._enable_search_site_specific_api_metadata = enable_search_site_specific_api_metadata 15336 15337 @property 15338 def enable_sending_tags_font_settings(self): 15339 """Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15340 15341 # noqa: E501 15342 15343 :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15344 :rtype: str 15345 """ 15346 return self._enable_sending_tags_font_settings 15347 15348 @enable_sending_tags_font_settings.setter 15349 def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): 15350 """Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. 15351 15352 # noqa: E501 15353 15354 :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 15355 :type: str 15356 """ 15357 15358 self._enable_sending_tags_font_settings = enable_sending_tags_font_settings 15359 15360 @property 15361 def enable_sending_tags_font_settings_metadata(self): 15362 """Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15363 15364 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 15365 15366 :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15367 :rtype: SettingsMetadata 15368 """ 15369 return self._enable_sending_tags_font_settings_metadata 15370 15371 @enable_sending_tags_font_settings_metadata.setter 15372 def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_settings_metadata): 15373 """Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. 15374 15375 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 15376 15377 :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 15378 :type: SettingsMetadata 15379 """ 15380 15381 self._enable_sending_tags_font_settings_metadata = enable_sending_tags_font_settings_metadata 15382 15383 @property 15384 def enable_send_to_agent(self): 15385 """Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15386 15387 # noqa: E501 15388 15389 :return: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15390 :rtype: str 15391 """ 15392 return self._enable_send_to_agent 15393 15394 @enable_send_to_agent.setter 15395 def enable_send_to_agent(self, enable_send_to_agent): 15396 """Sets the enable_send_to_agent of this AccountSettingsInformation. 15397 15398 # noqa: E501 15399 15400 :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 15401 :type: str 15402 """ 15403 15404 self._enable_send_to_agent = enable_send_to_agent 15405 15406 @property 15407 def enable_send_to_agent_metadata(self): 15408 """Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15409 15410 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 15411 15412 :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15413 :rtype: SettingsMetadata 15414 """ 15415 return self._enable_send_to_agent_metadata 15416 15417 @enable_send_to_agent_metadata.setter 15418 def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): 15419 """Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. 15420 15421 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 15422 15423 :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 15424 :type: SettingsMetadata 15425 """ 15426 15427 self._enable_send_to_agent_metadata = enable_send_to_agent_metadata 15428 15429 @property 15430 def enable_send_to_intermediary(self): 15431 """Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15432 15433 # noqa: E501 15434 15435 :return: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15436 :rtype: str 15437 """ 15438 return self._enable_send_to_intermediary 15439 15440 @enable_send_to_intermediary.setter 15441 def enable_send_to_intermediary(self, enable_send_to_intermediary): 15442 """Sets the enable_send_to_intermediary of this AccountSettingsInformation. 15443 15444 # noqa: E501 15445 15446 :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 15447 :type: str 15448 """ 15449 15450 self._enable_send_to_intermediary = enable_send_to_intermediary 15451 15452 @property 15453 def enable_send_to_intermediary_metadata(self): 15454 """Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15455 15456 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 15457 15458 :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15459 :rtype: SettingsMetadata 15460 """ 15461 return self._enable_send_to_intermediary_metadata 15462 15463 @enable_send_to_intermediary_metadata.setter 15464 def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metadata): 15465 """Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. 15466 15467 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 15468 15469 :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 15470 :type: SettingsMetadata 15471 """ 15472 15473 self._enable_send_to_intermediary_metadata = enable_send_to_intermediary_metadata 15474 15475 @property 15476 def enable_send_to_manage(self): 15477 """Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15478 15479 # noqa: E501 15480 15481 :return: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15482 :rtype: str 15483 """ 15484 return self._enable_send_to_manage 15485 15486 @enable_send_to_manage.setter 15487 def enable_send_to_manage(self, enable_send_to_manage): 15488 """Sets the enable_send_to_manage of this AccountSettingsInformation. 15489 15490 # noqa: E501 15491 15492 :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 15493 :type: str 15494 """ 15495 15496 self._enable_send_to_manage = enable_send_to_manage 15497 15498 @property 15499 def enable_send_to_manage_metadata(self): 15500 """Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15501 15502 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 15503 15504 :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15505 :rtype: SettingsMetadata 15506 """ 15507 return self._enable_send_to_manage_metadata 15508 15509 @enable_send_to_manage_metadata.setter 15510 def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): 15511 """Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. 15512 15513 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 15514 15515 :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 15516 :type: SettingsMetadata 15517 """ 15518 15519 self._enable_send_to_manage_metadata = enable_send_to_manage_metadata 15520 15521 @property 15522 def enable_sequential_signing_api(self): 15523 """Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15524 15525 # noqa: E501 15526 15527 :return: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15528 :rtype: str 15529 """ 15530 return self._enable_sequential_signing_api 15531 15532 @enable_sequential_signing_api.setter 15533 def enable_sequential_signing_api(self, enable_sequential_signing_api): 15534 """Sets the enable_sequential_signing_api of this AccountSettingsInformation. 15535 15536 # noqa: E501 15537 15538 :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 15539 :type: str 15540 """ 15541 15542 self._enable_sequential_signing_api = enable_sequential_signing_api 15543 15544 @property 15545 def enable_sequential_signing_api_metadata(self): 15546 """Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15547 15548 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 15549 15550 :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15551 :rtype: SettingsMetadata 15552 """ 15553 return self._enable_sequential_signing_api_metadata 15554 15555 @enable_sequential_signing_api_metadata.setter 15556 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 15557 """Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. 15558 15559 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 15560 15561 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 15562 :type: SettingsMetadata 15563 """ 15564 15565 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 15566 15567 @property 15568 def enable_sequential_signing_ui(self): 15569 """Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15570 15571 # noqa: E501 15572 15573 :return: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15574 :rtype: str 15575 """ 15576 return self._enable_sequential_signing_ui 15577 15578 @enable_sequential_signing_ui.setter 15579 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 15580 """Sets the enable_sequential_signing_ui of this AccountSettingsInformation. 15581 15582 # noqa: E501 15583 15584 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 15585 :type: str 15586 """ 15587 15588 self._enable_sequential_signing_ui = enable_sequential_signing_ui 15589 15590 @property 15591 def enable_sequential_signing_ui_metadata(self): 15592 """Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15593 15594 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 15595 15596 :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15597 :rtype: SettingsMetadata 15598 """ 15599 return self._enable_sequential_signing_ui_metadata 15600 15601 @enable_sequential_signing_ui_metadata.setter 15602 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 15603 """Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. 15604 15605 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 15606 15607 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 15608 :type: SettingsMetadata 15609 """ 15610 15611 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 15612 15613 @property 15614 def enable_signer_attachments(self): 15615 """Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15616 15617 # noqa: E501 15618 15619 :return: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15620 :rtype: str 15621 """ 15622 return self._enable_signer_attachments 15623 15624 @enable_signer_attachments.setter 15625 def enable_signer_attachments(self, enable_signer_attachments): 15626 """Sets the enable_signer_attachments of this AccountSettingsInformation. 15627 15628 # noqa: E501 15629 15630 :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 15631 :type: str 15632 """ 15633 15634 self._enable_signer_attachments = enable_signer_attachments 15635 15636 @property 15637 def enable_signer_attachments_metadata(self): 15638 """Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15639 15640 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 15641 15642 :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15643 :rtype: SettingsMetadata 15644 """ 15645 return self._enable_signer_attachments_metadata 15646 15647 @enable_signer_attachments_metadata.setter 15648 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 15649 """Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. 15650 15651 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 15652 15653 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 15654 :type: SettingsMetadata 15655 """ 15656 15657 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 15658 15659 @property 15660 def enable_signing_ai_features_plan(self): 15661 """Gets the enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15662 15663 # noqa: E501 15664 15665 :return: The enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15666 :rtype: str 15667 """ 15668 return self._enable_signing_ai_features_plan 15669 15670 @enable_signing_ai_features_plan.setter 15671 def enable_signing_ai_features_plan(self, enable_signing_ai_features_plan): 15672 """Sets the enable_signing_ai_features_plan of this AccountSettingsInformation. 15673 15674 # noqa: E501 15675 15676 :param enable_signing_ai_features_plan: The enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501 15677 :type: str 15678 """ 15679 15680 self._enable_signing_ai_features_plan = enable_signing_ai_features_plan 15681 15682 @property 15683 def enable_signing_ai_features_plan_metadata(self): 15684 """Gets the enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15685 15686 # noqa: E501 15687 15688 :return: The enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15689 :rtype: SettingsMetadata 15690 """ 15691 return self._enable_signing_ai_features_plan_metadata 15692 15693 @enable_signing_ai_features_plan_metadata.setter 15694 def enable_signing_ai_features_plan_metadata(self, enable_signing_ai_features_plan_metadata): 15695 """Sets the enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. 15696 15697 # noqa: E501 15698 15699 :param enable_signing_ai_features_plan_metadata: The enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501 15700 :type: SettingsMetadata 15701 """ 15702 15703 self._enable_signing_ai_features_plan_metadata = enable_signing_ai_features_plan_metadata 15704 15705 @property 15706 def enable_signing_extension_comments(self): 15707 """Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15708 15709 # noqa: E501 15710 15711 :return: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15712 :rtype: str 15713 """ 15714 return self._enable_signing_extension_comments 15715 15716 @enable_signing_extension_comments.setter 15717 def enable_signing_extension_comments(self, enable_signing_extension_comments): 15718 """Sets the enable_signing_extension_comments of this AccountSettingsInformation. 15719 15720 # noqa: E501 15721 15722 :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 15723 :type: str 15724 """ 15725 15726 self._enable_signing_extension_comments = enable_signing_extension_comments 15727 15728 @property 15729 def enable_signing_extension_comments_metadata(self): 15730 """Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15731 15732 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 15733 15734 :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15735 :rtype: SettingsMetadata 15736 """ 15737 return self._enable_signing_extension_comments_metadata 15738 15739 @enable_signing_extension_comments_metadata.setter 15740 def enable_signing_extension_comments_metadata(self, enable_signing_extension_comments_metadata): 15741 """Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. 15742 15743 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 15744 15745 :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 15746 :type: SettingsMetadata 15747 """ 15748 15749 self._enable_signing_extension_comments_metadata = enable_signing_extension_comments_metadata 15750 15751 @property 15752 def enable_signing_extension_conversations(self): 15753 """Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15754 15755 # noqa: E501 15756 15757 :return: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15758 :rtype: str 15759 """ 15760 return self._enable_signing_extension_conversations 15761 15762 @enable_signing_extension_conversations.setter 15763 def enable_signing_extension_conversations(self, enable_signing_extension_conversations): 15764 """Sets the enable_signing_extension_conversations of this AccountSettingsInformation. 15765 15766 # noqa: E501 15767 15768 :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 15769 :type: str 15770 """ 15771 15772 self._enable_signing_extension_conversations = enable_signing_extension_conversations 15773 15774 @property 15775 def enable_signing_extension_conversations_metadata(self): 15776 """Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15777 15778 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 15779 15780 :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15781 :rtype: SettingsMetadata 15782 """ 15783 return self._enable_signing_extension_conversations_metadata 15784 15785 @enable_signing_extension_conversations_metadata.setter 15786 def enable_signing_extension_conversations_metadata(self, enable_signing_extension_conversations_metadata): 15787 """Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. 15788 15789 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 15790 15791 :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 15792 :type: SettingsMetadata 15793 """ 15794 15795 self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata 15796 15797 @property 15798 def enable_signing_group_continue_page_setting(self): 15799 """Gets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15800 15801 # noqa: E501 15802 15803 :return: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15804 :rtype: str 15805 """ 15806 return self._enable_signing_group_continue_page_setting 15807 15808 @enable_signing_group_continue_page_setting.setter 15809 def enable_signing_group_continue_page_setting(self, enable_signing_group_continue_page_setting): 15810 """Sets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. 15811 15812 # noqa: E501 15813 15814 :param enable_signing_group_continue_page_setting: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501 15815 :type: str 15816 """ 15817 15818 self._enable_signing_group_continue_page_setting = enable_signing_group_continue_page_setting 15819 15820 @property 15821 def enable_signing_group_continue_page_setting_metadata(self): 15822 """Gets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15823 15824 # noqa: E501 15825 15826 :return: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15827 :rtype: SettingsMetadata 15828 """ 15829 return self._enable_signing_group_continue_page_setting_metadata 15830 15831 @enable_signing_group_continue_page_setting_metadata.setter 15832 def enable_signing_group_continue_page_setting_metadata(self, enable_signing_group_continue_page_setting_metadata): 15833 """Sets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. 15834 15835 # noqa: E501 15836 15837 :param enable_signing_group_continue_page_setting_metadata: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501 15838 :type: SettingsMetadata 15839 """ 15840 15841 self._enable_signing_group_continue_page_setting_metadata = enable_signing_group_continue_page_setting_metadata 15842 15843 @property 15844 def enable_signing_order_settings_for_account(self): 15845 """Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15846 15847 # noqa: E501 15848 15849 :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15850 :rtype: str 15851 """ 15852 return self._enable_signing_order_settings_for_account 15853 15854 @enable_signing_order_settings_for_account.setter 15855 def enable_signing_order_settings_for_account(self, enable_signing_order_settings_for_account): 15856 """Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. 15857 15858 # noqa: E501 15859 15860 :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 15861 :type: str 15862 """ 15863 15864 self._enable_signing_order_settings_for_account = enable_signing_order_settings_for_account 15865 15866 @property 15867 def enable_signing_order_settings_for_account_metadata(self): 15868 """Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15869 15870 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 15871 15872 :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15873 :rtype: SettingsMetadata 15874 """ 15875 return self._enable_signing_order_settings_for_account_metadata 15876 15877 @enable_signing_order_settings_for_account_metadata.setter 15878 def enable_signing_order_settings_for_account_metadata(self, enable_signing_order_settings_for_account_metadata): 15879 """Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. 15880 15881 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 15882 15883 :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 15884 :type: SettingsMetadata 15885 """ 15886 15887 self._enable_signing_order_settings_for_account_metadata = enable_signing_order_settings_for_account_metadata 15888 15889 @property 15890 def enable_sign_on_paper(self): 15891 """Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15892 15893 # noqa: E501 15894 15895 :return: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15896 :rtype: str 15897 """ 15898 return self._enable_sign_on_paper 15899 15900 @enable_sign_on_paper.setter 15901 def enable_sign_on_paper(self, enable_sign_on_paper): 15902 """Sets the enable_sign_on_paper of this AccountSettingsInformation. 15903 15904 # noqa: E501 15905 15906 :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 15907 :type: str 15908 """ 15909 15910 self._enable_sign_on_paper = enable_sign_on_paper 15911 15912 @property 15913 def enable_sign_on_paper_metadata(self): 15914 """Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15915 15916 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 15917 15918 :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15919 :rtype: SettingsMetadata 15920 """ 15921 return self._enable_sign_on_paper_metadata 15922 15923 @enable_sign_on_paper_metadata.setter 15924 def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): 15925 """Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. 15926 15927 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 15928 15929 :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 15930 :type: SettingsMetadata 15931 """ 15932 15933 self._enable_sign_on_paper_metadata = enable_sign_on_paper_metadata 15934 15935 @property 15936 def enable_sign_on_paper_override(self): 15937 """Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15938 15939 # noqa: E501 15940 15941 :return: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15942 :rtype: str 15943 """ 15944 return self._enable_sign_on_paper_override 15945 15946 @enable_sign_on_paper_override.setter 15947 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 15948 """Sets the enable_sign_on_paper_override of this AccountSettingsInformation. 15949 15950 # noqa: E501 15951 15952 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 15953 :type: str 15954 """ 15955 15956 self._enable_sign_on_paper_override = enable_sign_on_paper_override 15957 15958 @property 15959 def enable_sign_on_paper_override_metadata(self): 15960 """Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15961 15962 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 15963 15964 :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15965 :rtype: SettingsMetadata 15966 """ 15967 return self._enable_sign_on_paper_override_metadata 15968 15969 @enable_sign_on_paper_override_metadata.setter 15970 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 15971 """Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. 15972 15973 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 15974 15975 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 15976 :type: SettingsMetadata 15977 """ 15978 15979 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 15980 15981 @property 15982 def enable_sign_with_notary(self): 15983 """Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15984 15985 # noqa: E501 15986 15987 :return: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15988 :rtype: str 15989 """ 15990 return self._enable_sign_with_notary 15991 15992 @enable_sign_with_notary.setter 15993 def enable_sign_with_notary(self, enable_sign_with_notary): 15994 """Sets the enable_sign_with_notary of this AccountSettingsInformation. 15995 15996 # noqa: E501 15997 15998 :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 15999 :type: str 16000 """ 16001 16002 self._enable_sign_with_notary = enable_sign_with_notary 16003 16004 @property 16005 def enable_sign_with_notary_metadata(self): 16006 """Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16007 16008 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 16009 16010 :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16011 :rtype: SettingsMetadata 16012 """ 16013 return self._enable_sign_with_notary_metadata 16014 16015 @enable_sign_with_notary_metadata.setter 16016 def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): 16017 """Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. 16018 16019 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 16020 16021 :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 16022 :type: SettingsMetadata 16023 """ 16024 16025 self._enable_sign_with_notary_metadata = enable_sign_with_notary_metadata 16026 16027 @property 16028 def enable_smart_contracts(self): 16029 """Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16030 16031 # noqa: E501 16032 16033 :return: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16034 :rtype: str 16035 """ 16036 return self._enable_smart_contracts 16037 16038 @enable_smart_contracts.setter 16039 def enable_smart_contracts(self, enable_smart_contracts): 16040 """Sets the enable_smart_contracts of this AccountSettingsInformation. 16041 16042 # noqa: E501 16043 16044 :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 16045 :type: str 16046 """ 16047 16048 self._enable_smart_contracts = enable_smart_contracts 16049 16050 @property 16051 def enable_smart_contracts_metadata(self): 16052 """Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16053 16054 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 16055 16056 :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16057 :rtype: SettingsMetadata 16058 """ 16059 return self._enable_smart_contracts_metadata 16060 16061 @enable_smart_contracts_metadata.setter 16062 def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): 16063 """Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. 16064 16065 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 16066 16067 :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 16068 :type: SettingsMetadata 16069 """ 16070 16071 self._enable_smart_contracts_metadata = enable_smart_contracts_metadata 16072 16073 @property 16074 def enable_sms_authentication(self): 16075 """Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16076 16077 # noqa: E501 16078 16079 :return: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16080 :rtype: str 16081 """ 16082 return self._enable_sms_authentication 16083 16084 @enable_sms_authentication.setter 16085 def enable_sms_authentication(self, enable_sms_authentication): 16086 """Sets the enable_sms_authentication of this AccountSettingsInformation. 16087 16088 # noqa: E501 16089 16090 :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 16091 :type: str 16092 """ 16093 16094 self._enable_sms_authentication = enable_sms_authentication 16095 16096 @property 16097 def enable_sms_authentication_metadata(self): 16098 """Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16099 16100 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 16101 16102 :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16103 :rtype: SettingsMetadata 16104 """ 16105 return self._enable_sms_authentication_metadata 16106 16107 @enable_sms_authentication_metadata.setter 16108 def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata): 16109 """Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. 16110 16111 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 16112 16113 :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 16114 :type: SettingsMetadata 16115 """ 16116 16117 self._enable_sms_authentication_metadata = enable_sms_authentication_metadata 16118 16119 @property 16120 def enable_sms_delivery_additional_notification(self): 16121 """Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16122 16123 # noqa: E501 16124 16125 :return: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16126 :rtype: str 16127 """ 16128 return self._enable_sms_delivery_additional_notification 16129 16130 @enable_sms_delivery_additional_notification.setter 16131 def enable_sms_delivery_additional_notification(self, enable_sms_delivery_additional_notification): 16132 """Sets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. 16133 16134 # noqa: E501 16135 16136 :param enable_sms_delivery_additional_notification: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 16137 :type: str 16138 """ 16139 16140 self._enable_sms_delivery_additional_notification = enable_sms_delivery_additional_notification 16141 16142 @property 16143 def enable_sms_delivery_additional_notification_metadata(self): 16144 """Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16145 16146 # noqa: E501 16147 16148 :return: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16149 :rtype: SettingsMetadata 16150 """ 16151 return self._enable_sms_delivery_additional_notification_metadata 16152 16153 @enable_sms_delivery_additional_notification_metadata.setter 16154 def enable_sms_delivery_additional_notification_metadata(self, enable_sms_delivery_additional_notification_metadata): 16155 """Sets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. 16156 16157 # noqa: E501 16158 16159 :param enable_sms_delivery_additional_notification_metadata: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 16160 :type: SettingsMetadata 16161 """ 16162 16163 self._enable_sms_delivery_additional_notification_metadata = enable_sms_delivery_additional_notification_metadata 16164 16165 @property 16166 def enable_sms_delivery_primary(self): 16167 """Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16168 16169 # noqa: E501 16170 16171 :return: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16172 :rtype: str 16173 """ 16174 return self._enable_sms_delivery_primary 16175 16176 @enable_sms_delivery_primary.setter 16177 def enable_sms_delivery_primary(self, enable_sms_delivery_primary): 16178 """Sets the enable_sms_delivery_primary of this AccountSettingsInformation. 16179 16180 # noqa: E501 16181 16182 :param enable_sms_delivery_primary: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 16183 :type: str 16184 """ 16185 16186 self._enable_sms_delivery_primary = enable_sms_delivery_primary 16187 16188 @property 16189 def enable_social_id_login(self): 16190 """Gets the enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16191 16192 # noqa: E501 16193 16194 :return: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16195 :rtype: str 16196 """ 16197 return self._enable_social_id_login 16198 16199 @enable_social_id_login.setter 16200 def enable_social_id_login(self, enable_social_id_login): 16201 """Sets the enable_social_id_login of this AccountSettingsInformation. 16202 16203 # noqa: E501 16204 16205 :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 16206 :type: str 16207 """ 16208 16209 self._enable_social_id_login = enable_social_id_login 16210 16211 @property 16212 def enable_social_id_login_metadata(self): 16213 """Gets the enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16214 16215 Deprecated. # noqa: E501 16216 16217 :return: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16218 :rtype: SettingsMetadata 16219 """ 16220 return self._enable_social_id_login_metadata 16221 16222 @enable_social_id_login_metadata.setter 16223 def enable_social_id_login_metadata(self, enable_social_id_login_metadata): 16224 """Sets the enable_social_id_login_metadata of this AccountSettingsInformation. 16225 16226 Deprecated. # noqa: E501 16227 16228 :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 16229 :type: SettingsMetadata 16230 """ 16231 16232 self._enable_social_id_login_metadata = enable_social_id_login_metadata 16233 16234 @property 16235 def enable_strike_through(self): 16236 """Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501 16237 16238 # noqa: E501 16239 16240 :return: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 16241 :rtype: str 16242 """ 16243 return self._enable_strike_through 16244 16245 @enable_strike_through.setter 16246 def enable_strike_through(self, enable_strike_through): 16247 """Sets the enable_strike_through of this AccountSettingsInformation. 16248 16249 # noqa: E501 16250 16251 :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 16252 :type: str 16253 """ 16254 16255 self._enable_strike_through = enable_strike_through 16256 16257 @property 16258 def enable_strike_through_metadata(self): 16259 """Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16260 16261 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 16262 16263 :return: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16264 :rtype: SettingsMetadata 16265 """ 16266 return self._enable_strike_through_metadata 16267 16268 @enable_strike_through_metadata.setter 16269 def enable_strike_through_metadata(self, enable_strike_through_metadata): 16270 """Sets the enable_strike_through_metadata of this AccountSettingsInformation. 16271 16272 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 16273 16274 :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 16275 :type: SettingsMetadata 16276 """ 16277 16278 self._enable_strike_through_metadata = enable_strike_through_metadata 16279 16280 @property 16281 def enable_tickets(self): 16282 """Gets the enable_tickets of this AccountSettingsInformation. # noqa: E501 16283 16284 # noqa: E501 16285 16286 :return: The enable_tickets of this AccountSettingsInformation. # noqa: E501 16287 :rtype: str 16288 """ 16289 return self._enable_tickets 16290 16291 @enable_tickets.setter 16292 def enable_tickets(self, enable_tickets): 16293 """Sets the enable_tickets of this AccountSettingsInformation. 16294 16295 # noqa: E501 16296 16297 :param enable_tickets: The enable_tickets of this AccountSettingsInformation. # noqa: E501 16298 :type: str 16299 """ 16300 16301 self._enable_tickets = enable_tickets 16302 16303 @property 16304 def enable_tickets_meta_data(self): 16305 """Gets the enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16306 16307 # noqa: E501 16308 16309 :return: The enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16310 :rtype: SettingsMetadata 16311 """ 16312 return self._enable_tickets_meta_data 16313 16314 @enable_tickets_meta_data.setter 16315 def enable_tickets_meta_data(self, enable_tickets_meta_data): 16316 """Sets the enable_tickets_meta_data of this AccountSettingsInformation. 16317 16318 # noqa: E501 16319 16320 :param enable_tickets_meta_data: The enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501 16321 :type: SettingsMetadata 16322 """ 16323 16324 self._enable_tickets_meta_data = enable_tickets_meta_data 16325 16326 @property 16327 def enable_transaction_point(self): 16328 """Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16329 16330 # noqa: E501 16331 16332 :return: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16333 :rtype: str 16334 """ 16335 return self._enable_transaction_point 16336 16337 @enable_transaction_point.setter 16338 def enable_transaction_point(self, enable_transaction_point): 16339 """Sets the enable_transaction_point of this AccountSettingsInformation. 16340 16341 # noqa: E501 16342 16343 :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 16344 :type: str 16345 """ 16346 16347 self._enable_transaction_point = enable_transaction_point 16348 16349 @property 16350 def enable_transaction_point_metadata(self): 16351 """Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16352 16353 Reserved for DocuSign. # noqa: E501 16354 16355 :return: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16356 :rtype: SettingsMetadata 16357 """ 16358 return self._enable_transaction_point_metadata 16359 16360 @enable_transaction_point_metadata.setter 16361 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 16362 """Sets the enable_transaction_point_metadata of this AccountSettingsInformation. 16363 16364 Reserved for DocuSign. # noqa: E501 16365 16366 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 16367 :type: SettingsMetadata 16368 """ 16369 16370 self._enable_transaction_point_metadata = enable_transaction_point_metadata 16371 16372 @property 16373 def enable_unified_repository(self): 16374 """Gets the enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16375 16376 # noqa: E501 16377 16378 :return: The enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16379 :rtype: str 16380 """ 16381 return self._enable_unified_repository 16382 16383 @enable_unified_repository.setter 16384 def enable_unified_repository(self, enable_unified_repository): 16385 """Sets the enable_unified_repository of this AccountSettingsInformation. 16386 16387 # noqa: E501 16388 16389 :param enable_unified_repository: The enable_unified_repository of this AccountSettingsInformation. # noqa: E501 16390 :type: str 16391 """ 16392 16393 self._enable_unified_repository = enable_unified_repository 16394 16395 @property 16396 def enable_unified_repository_metadata(self): 16397 """Gets the enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16398 16399 # noqa: E501 16400 16401 :return: The enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16402 :rtype: SettingsMetadata 16403 """ 16404 return self._enable_unified_repository_metadata 16405 16406 @enable_unified_repository_metadata.setter 16407 def enable_unified_repository_metadata(self, enable_unified_repository_metadata): 16408 """Sets the enable_unified_repository_metadata of this AccountSettingsInformation. 16409 16410 # noqa: E501 16411 16412 :param enable_unified_repository_metadata: The enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501 16413 :type: SettingsMetadata 16414 """ 16415 16416 self._enable_unified_repository_metadata = enable_unified_repository_metadata 16417 16418 @property 16419 def enable_vaulting(self): 16420 """Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501 16421 16422 # noqa: E501 16423 16424 :return: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 16425 :rtype: str 16426 """ 16427 return self._enable_vaulting 16428 16429 @enable_vaulting.setter 16430 def enable_vaulting(self, enable_vaulting): 16431 """Sets the enable_vaulting of this AccountSettingsInformation. 16432 16433 # noqa: E501 16434 16435 :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 16436 :type: str 16437 """ 16438 16439 self._enable_vaulting = enable_vaulting 16440 16441 @property 16442 def enable_vaulting_metadata(self): 16443 """Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16444 16445 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 16446 16447 :return: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16448 :rtype: SettingsMetadata 16449 """ 16450 return self._enable_vaulting_metadata 16451 16452 @enable_vaulting_metadata.setter 16453 def enable_vaulting_metadata(self, enable_vaulting_metadata): 16454 """Sets the enable_vaulting_metadata of this AccountSettingsInformation. 16455 16456 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 16457 16458 :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 16459 :type: SettingsMetadata 16460 """ 16461 16462 self._enable_vaulting_metadata = enable_vaulting_metadata 16463 16464 @property 16465 def enable_web_forms_runtime_ap_is(self): 16466 """Gets the enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16467 16468 # noqa: E501 16469 16470 :return: The enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16471 :rtype: str 16472 """ 16473 return self._enable_web_forms_runtime_ap_is 16474 16475 @enable_web_forms_runtime_ap_is.setter 16476 def enable_web_forms_runtime_ap_is(self, enable_web_forms_runtime_ap_is): 16477 """Sets the enable_web_forms_runtime_ap_is of this AccountSettingsInformation. 16478 16479 # noqa: E501 16480 16481 :param enable_web_forms_runtime_ap_is: The enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501 16482 :type: str 16483 """ 16484 16485 self._enable_web_forms_runtime_ap_is = enable_web_forms_runtime_ap_is 16486 16487 @property 16488 def enable_web_forms_runtime_ap_is_metadata(self): 16489 """Gets the enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16490 16491 # noqa: E501 16492 16493 :return: The enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16494 :rtype: SettingsMetadata 16495 """ 16496 return self._enable_web_forms_runtime_ap_is_metadata 16497 16498 @enable_web_forms_runtime_ap_is_metadata.setter 16499 def enable_web_forms_runtime_ap_is_metadata(self, enable_web_forms_runtime_ap_is_metadata): 16500 """Sets the enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. 16501 16502 # noqa: E501 16503 16504 :param enable_web_forms_runtime_ap_is_metadata: The enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501 16505 :type: SettingsMetadata 16506 """ 16507 16508 self._enable_web_forms_runtime_ap_is_metadata = enable_web_forms_runtime_ap_is_metadata 16509 16510 @property 16511 def enable_web_forms_separate_user_permissions(self): 16512 """Gets the enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16513 16514 # noqa: E501 16515 16516 :return: The enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16517 :rtype: str 16518 """ 16519 return self._enable_web_forms_separate_user_permissions 16520 16521 @enable_web_forms_separate_user_permissions.setter 16522 def enable_web_forms_separate_user_permissions(self, enable_web_forms_separate_user_permissions): 16523 """Sets the enable_web_forms_separate_user_permissions of this AccountSettingsInformation. 16524 16525 # noqa: E501 16526 16527 :param enable_web_forms_separate_user_permissions: The enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501 16528 :type: str 16529 """ 16530 16531 self._enable_web_forms_separate_user_permissions = enable_web_forms_separate_user_permissions 16532 16533 @property 16534 def enable_web_forms_separate_user_permissions_metadata(self): 16535 """Gets the enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16536 16537 # noqa: E501 16538 16539 :return: The enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16540 :rtype: SettingsMetadata 16541 """ 16542 return self._enable_web_forms_separate_user_permissions_metadata 16543 16544 @enable_web_forms_separate_user_permissions_metadata.setter 16545 def enable_web_forms_separate_user_permissions_metadata(self, enable_web_forms_separate_user_permissions_metadata): 16546 """Sets the enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. 16547 16548 # noqa: E501 16549 16550 :param enable_web_forms_separate_user_permissions_metadata: The enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501 16551 :type: SettingsMetadata 16552 """ 16553 16554 self._enable_web_forms_separate_user_permissions_metadata = enable_web_forms_separate_user_permissions_metadata 16555 16556 @property 16557 def enable_witnessing(self): 16558 """Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501 16559 16560 # noqa: E501 16561 16562 :return: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 16563 :rtype: str 16564 """ 16565 return self._enable_witnessing 16566 16567 @enable_witnessing.setter 16568 def enable_witnessing(self, enable_witnessing): 16569 """Sets the enable_witnessing of this AccountSettingsInformation. 16570 16571 # noqa: E501 16572 16573 :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 16574 :type: str 16575 """ 16576 16577 self._enable_witnessing = enable_witnessing 16578 16579 @property 16580 def enable_witnessing_metadata(self): 16581 """Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16582 16583 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 16584 16585 :return: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16586 :rtype: SettingsMetadata 16587 """ 16588 return self._enable_witnessing_metadata 16589 16590 @enable_witnessing_metadata.setter 16591 def enable_witnessing_metadata(self, enable_witnessing_metadata): 16592 """Sets the enable_witnessing_metadata of this AccountSettingsInformation. 16593 16594 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 16595 16596 :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 16597 :type: SettingsMetadata 16598 """ 16599 16600 self._enable_witnessing_metadata = enable_witnessing_metadata 16601 16602 @property 16603 def enable_workday_financials_extension(self): 16604 """Gets the enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16605 16606 # noqa: E501 16607 16608 :return: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16609 :rtype: str 16610 """ 16611 return self._enable_workday_financials_extension 16612 16613 @enable_workday_financials_extension.setter 16614 def enable_workday_financials_extension(self, enable_workday_financials_extension): 16615 """Sets the enable_workday_financials_extension of this AccountSettingsInformation. 16616 16617 # noqa: E501 16618 16619 :param enable_workday_financials_extension: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501 16620 :type: str 16621 """ 16622 16623 self._enable_workday_financials_extension = enable_workday_financials_extension 16624 16625 @property 16626 def enable_workday_financials_extension_meta_data(self): 16627 """Gets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16628 16629 # noqa: E501 16630 16631 :return: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16632 :rtype: SettingsMetadata 16633 """ 16634 return self._enable_workday_financials_extension_meta_data 16635 16636 @enable_workday_financials_extension_meta_data.setter 16637 def enable_workday_financials_extension_meta_data(self, enable_workday_financials_extension_meta_data): 16638 """Sets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. 16639 16640 # noqa: E501 16641 16642 :param enable_workday_financials_extension_meta_data: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501 16643 :type: SettingsMetadata 16644 """ 16645 16646 self._enable_workday_financials_extension_meta_data = enable_workday_financials_extension_meta_data 16647 16648 @property 16649 def enforce_template_name_uniqueness(self): 16650 """Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16651 16652 # noqa: E501 16653 16654 :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16655 :rtype: str 16656 """ 16657 return self._enforce_template_name_uniqueness 16658 16659 @enforce_template_name_uniqueness.setter 16660 def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): 16661 """Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. 16662 16663 # noqa: E501 16664 16665 :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 16666 :type: str 16667 """ 16668 16669 self._enforce_template_name_uniqueness = enforce_template_name_uniqueness 16670 16671 @property 16672 def enforce_template_name_uniqueness_metadata(self): 16673 """Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16674 16675 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 16676 16677 :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16678 :rtype: SettingsMetadata 16679 """ 16680 return self._enforce_template_name_uniqueness_metadata 16681 16682 @enforce_template_name_uniqueness_metadata.setter 16683 def enforce_template_name_uniqueness_metadata(self, enforce_template_name_uniqueness_metadata): 16684 """Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. 16685 16686 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 16687 16688 :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 16689 :type: SettingsMetadata 16690 """ 16691 16692 self._enforce_template_name_uniqueness_metadata = enforce_template_name_uniqueness_metadata 16693 16694 @property 16695 def enforce_tls_emails(self): 16696 """Gets the enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16697 16698 # noqa: E501 16699 16700 :return: The enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16701 :rtype: str 16702 """ 16703 return self._enforce_tls_emails 16704 16705 @enforce_tls_emails.setter 16706 def enforce_tls_emails(self, enforce_tls_emails): 16707 """Sets the enforce_tls_emails of this AccountSettingsInformation. 16708 16709 # noqa: E501 16710 16711 :param enforce_tls_emails: The enforce_tls_emails of this AccountSettingsInformation. # noqa: E501 16712 :type: str 16713 """ 16714 16715 self._enforce_tls_emails = enforce_tls_emails 16716 16717 @property 16718 def enforce_tls_emails_metadata(self): 16719 """Gets the enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16720 16721 # noqa: E501 16722 16723 :return: The enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16724 :rtype: SettingsMetadata 16725 """ 16726 return self._enforce_tls_emails_metadata 16727 16728 @enforce_tls_emails_metadata.setter 16729 def enforce_tls_emails_metadata(self, enforce_tls_emails_metadata): 16730 """Sets the enforce_tls_emails_metadata of this AccountSettingsInformation. 16731 16732 # noqa: E501 16733 16734 :param enforce_tls_emails_metadata: The enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501 16735 :type: SettingsMetadata 16736 """ 16737 16738 self._enforce_tls_emails_metadata = enforce_tls_emails_metadata 16739 16740 @property 16741 def envelope_integration_allowed(self): 16742 """Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16743 16744 # noqa: E501 16745 16746 :return: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16747 :rtype: str 16748 """ 16749 return self._envelope_integration_allowed 16750 16751 @envelope_integration_allowed.setter 16752 def envelope_integration_allowed(self, envelope_integration_allowed): 16753 """Sets the envelope_integration_allowed of this AccountSettingsInformation. 16754 16755 # noqa: E501 16756 16757 :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 16758 :type: str 16759 """ 16760 16761 self._envelope_integration_allowed = envelope_integration_allowed 16762 16763 @property 16764 def envelope_integration_allowed_metadata(self): 16765 """Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16766 16767 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 16768 16769 :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16770 :rtype: SettingsMetadata 16771 """ 16772 return self._envelope_integration_allowed_metadata 16773 16774 @envelope_integration_allowed_metadata.setter 16775 def envelope_integration_allowed_metadata(self, envelope_integration_allowed_metadata): 16776 """Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. 16777 16778 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 16779 16780 :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16781 :type: SettingsMetadata 16782 """ 16783 16784 self._envelope_integration_allowed_metadata = envelope_integration_allowed_metadata 16785 16786 @property 16787 def envelope_integration_enabled(self): 16788 """Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16789 16790 # noqa: E501 16791 16792 :return: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16793 :rtype: str 16794 """ 16795 return self._envelope_integration_enabled 16796 16797 @envelope_integration_enabled.setter 16798 def envelope_integration_enabled(self, envelope_integration_enabled): 16799 """Sets the envelope_integration_enabled of this AccountSettingsInformation. 16800 16801 # noqa: E501 16802 16803 :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 16804 :type: str 16805 """ 16806 16807 self._envelope_integration_enabled = envelope_integration_enabled 16808 16809 @property 16810 def envelope_integration_enabled_metadata(self): 16811 """Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16812 16813 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 16814 16815 :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16816 :rtype: SettingsMetadata 16817 """ 16818 return self._envelope_integration_enabled_metadata 16819 16820 @envelope_integration_enabled_metadata.setter 16821 def envelope_integration_enabled_metadata(self, envelope_integration_enabled_metadata): 16822 """Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. 16823 16824 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 16825 16826 :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16827 :type: SettingsMetadata 16828 """ 16829 16830 self._envelope_integration_enabled_metadata = envelope_integration_enabled_metadata 16831 16832 @property 16833 def envelope_limits_total_document_size_allowed_in_mb(self): 16834 """Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16835 16836 # noqa: E501 16837 16838 :return: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16839 :rtype: str 16840 """ 16841 return self._envelope_limits_total_document_size_allowed_in_mb 16842 16843 @envelope_limits_total_document_size_allowed_in_mb.setter 16844 def envelope_limits_total_document_size_allowed_in_mb(self, envelope_limits_total_document_size_allowed_in_mb): 16845 """Sets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. 16846 16847 # noqa: E501 16848 16849 :param envelope_limits_total_document_size_allowed_in_mb: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 16850 :type: str 16851 """ 16852 16853 self._envelope_limits_total_document_size_allowed_in_mb = envelope_limits_total_document_size_allowed_in_mb 16854 16855 @property 16856 def envelope_limits_total_document_size_allowed_in_mb_enabled(self): 16857 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16858 16859 # noqa: E501 16860 16861 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16862 :rtype: str 16863 """ 16864 return self._envelope_limits_total_document_size_allowed_in_mb_enabled 16865 16866 @envelope_limits_total_document_size_allowed_in_mb_enabled.setter 16867 def envelope_limits_total_document_size_allowed_in_mb_enabled(self, envelope_limits_total_document_size_allowed_in_mb_enabled): 16868 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. 16869 16870 # noqa: E501 16871 16872 :param envelope_limits_total_document_size_allowed_in_mb_enabled: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 16873 :type: str 16874 """ 16875 16876 self._envelope_limits_total_document_size_allowed_in_mb_enabled = envelope_limits_total_document_size_allowed_in_mb_enabled 16877 16878 @property 16879 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self): 16880 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16881 16882 # noqa: E501 16883 16884 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16885 :rtype: SettingsMetadata 16886 """ 16887 return self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 16888 16889 @envelope_limits_total_document_size_allowed_in_mb_enabled_metadata.setter 16890 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata): 16891 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. 16892 16893 # noqa: E501 16894 16895 :param envelope_limits_total_document_size_allowed_in_mb_enabled_metadata: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16896 :type: SettingsMetadata 16897 """ 16898 16899 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 16900 16901 @property 16902 def envelope_limits_total_document_size_allowed_in_mb_metadata(self): 16903 """Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16904 16905 # noqa: E501 16906 16907 :return: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16908 :rtype: SettingsMetadata 16909 """ 16910 return self._envelope_limits_total_document_size_allowed_in_mb_metadata 16911 16912 @envelope_limits_total_document_size_allowed_in_mb_metadata.setter 16913 def envelope_limits_total_document_size_allowed_in_mb_metadata(self, envelope_limits_total_document_size_allowed_in_mb_metadata): 16914 """Sets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. 16915 16916 # noqa: E501 16917 16918 :param envelope_limits_total_document_size_allowed_in_mb_metadata: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 16919 :type: SettingsMetadata 16920 """ 16921 16922 self._envelope_limits_total_document_size_allowed_in_mb_metadata = envelope_limits_total_document_size_allowed_in_mb_metadata 16923 16924 @property 16925 def envelope_search_mode(self): 16926 """Gets the envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16927 16928 # noqa: E501 16929 16930 :return: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16931 :rtype: str 16932 """ 16933 return self._envelope_search_mode 16934 16935 @envelope_search_mode.setter 16936 def envelope_search_mode(self, envelope_search_mode): 16937 """Sets the envelope_search_mode of this AccountSettingsInformation. 16938 16939 # noqa: E501 16940 16941 :param envelope_search_mode: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 16942 :type: str 16943 """ 16944 16945 self._envelope_search_mode = envelope_search_mode 16946 16947 @property 16948 def envelope_search_mode_metadata(self): 16949 """Gets the envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16950 16951 # noqa: E501 16952 16953 :return: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16954 :rtype: SettingsMetadata 16955 """ 16956 return self._envelope_search_mode_metadata 16957 16958 @envelope_search_mode_metadata.setter 16959 def envelope_search_mode_metadata(self, envelope_search_mode_metadata): 16960 """Sets the envelope_search_mode_metadata of this AccountSettingsInformation. 16961 16962 # noqa: E501 16963 16964 :param envelope_search_mode_metadata: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 16965 :type: SettingsMetadata 16966 """ 16967 16968 self._envelope_search_mode_metadata = envelope_search_mode_metadata 16969 16970 @property 16971 def envelope_stamping_default_value(self): 16972 """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16973 16974 # noqa: E501 16975 16976 :return: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16977 :rtype: str 16978 """ 16979 return self._envelope_stamping_default_value 16980 16981 @envelope_stamping_default_value.setter 16982 def envelope_stamping_default_value(self, envelope_stamping_default_value): 16983 """Sets the envelope_stamping_default_value of this AccountSettingsInformation. 16984 16985 # noqa: E501 16986 16987 :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 16988 :type: str 16989 """ 16990 16991 self._envelope_stamping_default_value = envelope_stamping_default_value 16992 16993 @property 16994 def envelope_stamping_default_value_metadata(self): 16995 """Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 16996 16997 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 16998 16999 :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 17000 :rtype: SettingsMetadata 17001 """ 17002 return self._envelope_stamping_default_value_metadata 17003 17004 @envelope_stamping_default_value_metadata.setter 17005 def envelope_stamping_default_value_metadata(self, envelope_stamping_default_value_metadata): 17006 """Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. 17007 17008 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 17009 17010 :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 17011 :type: SettingsMetadata 17012 """ 17013 17014 self._envelope_stamping_default_value_metadata = envelope_stamping_default_value_metadata 17015 17016 @property 17017 def exit_prompt(self): 17018 """Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501 17019 17020 # noqa: E501 17021 17022 :return: The exit_prompt of this AccountSettingsInformation. # noqa: E501 17023 :rtype: str 17024 """ 17025 return self._exit_prompt 17026 17027 @exit_prompt.setter 17028 def exit_prompt(self, exit_prompt): 17029 """Sets the exit_prompt of this AccountSettingsInformation. 17030 17031 # noqa: E501 17032 17033 :param exit_prompt: The exit_prompt of this AccountSettingsInformation. # noqa: E501 17034 :type: str 17035 """ 17036 17037 self._exit_prompt = exit_prompt 17038 17039 @property 17040 def exit_prompt_metadata(self): 17041 """Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17042 17043 # noqa: E501 17044 17045 :return: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17046 :rtype: SettingsMetadata 17047 """ 17048 return self._exit_prompt_metadata 17049 17050 @exit_prompt_metadata.setter 17051 def exit_prompt_metadata(self, exit_prompt_metadata): 17052 """Sets the exit_prompt_metadata of this AccountSettingsInformation. 17053 17054 # noqa: E501 17055 17056 :param exit_prompt_metadata: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 17057 :type: SettingsMetadata 17058 """ 17059 17060 self._exit_prompt_metadata = exit_prompt_metadata 17061 17062 @property 17063 def express_send(self): 17064 """Gets the express_send of this AccountSettingsInformation. # noqa: E501 17065 17066 # noqa: E501 17067 17068 :return: The express_send of this AccountSettingsInformation. # noqa: E501 17069 :rtype: str 17070 """ 17071 return self._express_send 17072 17073 @express_send.setter 17074 def express_send(self, express_send): 17075 """Sets the express_send of this AccountSettingsInformation. 17076 17077 # noqa: E501 17078 17079 :param express_send: The express_send of this AccountSettingsInformation. # noqa: E501 17080 :type: str 17081 """ 17082 17083 self._express_send = express_send 17084 17085 @property 17086 def express_send_allow_tabs(self): 17087 """Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17088 17089 # noqa: E501 17090 17091 :return: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17092 :rtype: str 17093 """ 17094 return self._express_send_allow_tabs 17095 17096 @express_send_allow_tabs.setter 17097 def express_send_allow_tabs(self, express_send_allow_tabs): 17098 """Sets the express_send_allow_tabs of this AccountSettingsInformation. 17099 17100 # noqa: E501 17101 17102 :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 17103 :type: str 17104 """ 17105 17106 self._express_send_allow_tabs = express_send_allow_tabs 17107 17108 @property 17109 def express_send_allow_tabs_metadata(self): 17110 """Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17111 17112 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 17113 17114 :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17115 :rtype: SettingsMetadata 17116 """ 17117 return self._express_send_allow_tabs_metadata 17118 17119 @express_send_allow_tabs_metadata.setter 17120 def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): 17121 """Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. 17122 17123 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 17124 17125 :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 17126 :type: SettingsMetadata 17127 """ 17128 17129 self._express_send_allow_tabs_metadata = express_send_allow_tabs_metadata 17130 17131 @property 17132 def express_send_metadata(self): 17133 """Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501 17134 17135 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 17136 17137 :return: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 17138 :rtype: SettingsMetadata 17139 """ 17140 return self._express_send_metadata 17141 17142 @express_send_metadata.setter 17143 def express_send_metadata(self, express_send_metadata): 17144 """Sets the express_send_metadata of this AccountSettingsInformation. 17145 17146 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 17147 17148 :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 17149 :type: SettingsMetadata 17150 """ 17151 17152 self._express_send_metadata = express_send_metadata 17153 17154 @property 17155 def external_document_sources(self): 17156 """Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501 17157 17158 A list of external document sources such as DropBox and OneDrive. # noqa: E501 17159 17160 :return: The external_document_sources of this AccountSettingsInformation. # noqa: E501 17161 :rtype: ExternalDocumentSources 17162 """ 17163 return self._external_document_sources 17164 17165 @external_document_sources.setter 17166 def external_document_sources(self, external_document_sources): 17167 """Sets the external_document_sources of this AccountSettingsInformation. 17168 17169 A list of external document sources such as DropBox and OneDrive. # noqa: E501 17170 17171 :param external_document_sources: The external_document_sources of this AccountSettingsInformation. # noqa: E501 17172 :type: ExternalDocumentSources 17173 """ 17174 17175 self._external_document_sources = external_document_sources 17176 17177 @property 17178 def external_signature_pad_type(self): 17179 """Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17180 17181 # noqa: E501 17182 17183 :return: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17184 :rtype: str 17185 """ 17186 return self._external_signature_pad_type 17187 17188 @external_signature_pad_type.setter 17189 def external_signature_pad_type(self, external_signature_pad_type): 17190 """Sets the external_signature_pad_type of this AccountSettingsInformation. 17191 17192 # noqa: E501 17193 17194 :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 17195 :type: str 17196 """ 17197 17198 self._external_signature_pad_type = external_signature_pad_type 17199 17200 @property 17201 def external_signature_pad_type_metadata(self): 17202 """Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17203 17204 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 17205 17206 :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17207 :rtype: SettingsMetadata 17208 """ 17209 return self._external_signature_pad_type_metadata 17210 17211 @external_signature_pad_type_metadata.setter 17212 def external_signature_pad_type_metadata(self, external_signature_pad_type_metadata): 17213 """Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. 17214 17215 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 17216 17217 :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 17218 :type: SettingsMetadata 17219 """ 17220 17221 self._external_signature_pad_type_metadata = external_signature_pad_type_metadata 17222 17223 @property 17224 def fax_out_enabled(self): 17225 """Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17226 17227 # noqa: E501 17228 17229 :return: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17230 :rtype: str 17231 """ 17232 return self._fax_out_enabled 17233 17234 @fax_out_enabled.setter 17235 def fax_out_enabled(self, fax_out_enabled): 17236 """Sets the fax_out_enabled of this AccountSettingsInformation. 17237 17238 # noqa: E501 17239 17240 :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 17241 :type: str 17242 """ 17243 17244 self._fax_out_enabled = fax_out_enabled 17245 17246 @property 17247 def fax_out_enabled_metadata(self): 17248 """Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17249 17250 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 17251 17252 :return: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17253 :rtype: SettingsMetadata 17254 """ 17255 return self._fax_out_enabled_metadata 17256 17257 @fax_out_enabled_metadata.setter 17258 def fax_out_enabled_metadata(self, fax_out_enabled_metadata): 17259 """Sets the fax_out_enabled_metadata of this AccountSettingsInformation. 17260 17261 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 17262 17263 :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17264 :type: SettingsMetadata 17265 """ 17266 17267 self._fax_out_enabled_metadata = fax_out_enabled_metadata 17268 17269 @property 17270 def finish_reminder(self): 17271 """Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501 17272 17273 # noqa: E501 17274 17275 :return: The finish_reminder of this AccountSettingsInformation. # noqa: E501 17276 :rtype: str 17277 """ 17278 return self._finish_reminder 17279 17280 @finish_reminder.setter 17281 def finish_reminder(self, finish_reminder): 17282 """Sets the finish_reminder of this AccountSettingsInformation. 17283 17284 # noqa: E501 17285 17286 :param finish_reminder: The finish_reminder of this AccountSettingsInformation. # noqa: E501 17287 :type: str 17288 """ 17289 17290 self._finish_reminder = finish_reminder 17291 17292 @property 17293 def finish_reminder_metadata(self): 17294 """Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17295 17296 # noqa: E501 17297 17298 :return: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17299 :rtype: SettingsMetadata 17300 """ 17301 return self._finish_reminder_metadata 17302 17303 @finish_reminder_metadata.setter 17304 def finish_reminder_metadata(self, finish_reminder_metadata): 17305 """Sets the finish_reminder_metadata of this AccountSettingsInformation. 17306 17307 # noqa: E501 17308 17309 :param finish_reminder_metadata: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 17310 :type: SettingsMetadata 17311 """ 17312 17313 self._finish_reminder_metadata = finish_reminder_metadata 17314 17315 @property 17316 def forbid_adding_user_stamps(self): 17317 """Gets the forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17318 17319 # noqa: E501 17320 17321 :return: The forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17322 :rtype: str 17323 """ 17324 return self._forbid_adding_user_stamps 17325 17326 @forbid_adding_user_stamps.setter 17327 def forbid_adding_user_stamps(self, forbid_adding_user_stamps): 17328 """Sets the forbid_adding_user_stamps of this AccountSettingsInformation. 17329 17330 # noqa: E501 17331 17332 :param forbid_adding_user_stamps: The forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501 17333 :type: str 17334 """ 17335 17336 self._forbid_adding_user_stamps = forbid_adding_user_stamps 17337 17338 @property 17339 def forbid_adding_user_stamps_metadata(self): 17340 """Gets the forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17341 17342 # noqa: E501 17343 17344 :return: The forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17345 :rtype: SettingsMetadata 17346 """ 17347 return self._forbid_adding_user_stamps_metadata 17348 17349 @forbid_adding_user_stamps_metadata.setter 17350 def forbid_adding_user_stamps_metadata(self, forbid_adding_user_stamps_metadata): 17351 """Sets the forbid_adding_user_stamps_metadata of this AccountSettingsInformation. 17352 17353 # noqa: E501 17354 17355 :param forbid_adding_user_stamps_metadata: The forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501 17356 :type: SettingsMetadata 17357 """ 17358 17359 self._forbid_adding_user_stamps_metadata = forbid_adding_user_stamps_metadata 17360 17361 @property 17362 def guided_forms_html_allowed(self): 17363 """Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17364 17365 # noqa: E501 17366 17367 :return: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17368 :rtype: str 17369 """ 17370 return self._guided_forms_html_allowed 17371 17372 @guided_forms_html_allowed.setter 17373 def guided_forms_html_allowed(self, guided_forms_html_allowed): 17374 """Sets the guided_forms_html_allowed of this AccountSettingsInformation. 17375 17376 # noqa: E501 17377 17378 :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 17379 :type: str 17380 """ 17381 17382 self._guided_forms_html_allowed = guided_forms_html_allowed 17383 17384 @property 17385 def guided_forms_html_allowed_metadata(self): 17386 """Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17387 17388 # noqa: E501 17389 17390 :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17391 :rtype: SettingsMetadata 17392 """ 17393 return self._guided_forms_html_allowed_metadata 17394 17395 @guided_forms_html_allowed_metadata.setter 17396 def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata): 17397 """Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. 17398 17399 # noqa: E501 17400 17401 :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 17402 :type: SettingsMetadata 17403 """ 17404 17405 self._guided_forms_html_allowed_metadata = guided_forms_html_allowed_metadata 17406 17407 @property 17408 def guided_forms_html_conversion_policy(self): 17409 """Gets the guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17410 17411 # noqa: E501 17412 17413 :return: The guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17414 :rtype: str 17415 """ 17416 return self._guided_forms_html_conversion_policy 17417 17418 @guided_forms_html_conversion_policy.setter 17419 def guided_forms_html_conversion_policy(self, guided_forms_html_conversion_policy): 17420 """Sets the guided_forms_html_conversion_policy of this AccountSettingsInformation. 17421 17422 # noqa: E501 17423 17424 :param guided_forms_html_conversion_policy: The guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501 17425 :type: str 17426 """ 17427 17428 self._guided_forms_html_conversion_policy = guided_forms_html_conversion_policy 17429 17430 @property 17431 def guided_forms_html_conversion_policy_metadata(self): 17432 """Gets the guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17433 17434 # noqa: E501 17435 17436 :return: The guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17437 :rtype: SettingsMetadata 17438 """ 17439 return self._guided_forms_html_conversion_policy_metadata 17440 17441 @guided_forms_html_conversion_policy_metadata.setter 17442 def guided_forms_html_conversion_policy_metadata(self, guided_forms_html_conversion_policy_metadata): 17443 """Sets the guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. 17444 17445 # noqa: E501 17446 17447 :param guided_forms_html_conversion_policy_metadata: The guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501 17448 :type: SettingsMetadata 17449 """ 17450 17451 self._guided_forms_html_conversion_policy_metadata = guided_forms_html_conversion_policy_metadata 17452 17453 @property 17454 def has_recipient_connect_claimed_domain(self): 17455 """Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17456 17457 # noqa: E501 17458 17459 :return: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17460 :rtype: str 17461 """ 17462 return self._has_recipient_connect_claimed_domain 17463 17464 @has_recipient_connect_claimed_domain.setter 17465 def has_recipient_connect_claimed_domain(self, has_recipient_connect_claimed_domain): 17466 """Sets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. 17467 17468 # noqa: E501 17469 17470 :param has_recipient_connect_claimed_domain: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 17471 :type: str 17472 """ 17473 17474 self._has_recipient_connect_claimed_domain = has_recipient_connect_claimed_domain 17475 17476 @property 17477 def hide_account_address_in_co_c(self): 17478 """Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17479 17480 # noqa: E501 17481 17482 :return: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17483 :rtype: str 17484 """ 17485 return self._hide_account_address_in_co_c 17486 17487 @hide_account_address_in_co_c.setter 17488 def hide_account_address_in_co_c(self, hide_account_address_in_co_c): 17489 """Sets the hide_account_address_in_co_c of this AccountSettingsInformation. 17490 17491 # noqa: E501 17492 17493 :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 17494 :type: str 17495 """ 17496 17497 self._hide_account_address_in_co_c = hide_account_address_in_co_c 17498 17499 @property 17500 def hide_account_address_in_co_c_metadata(self): 17501 """Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17502 17503 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 17504 17505 :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17506 :rtype: SettingsMetadata 17507 """ 17508 return self._hide_account_address_in_co_c_metadata 17509 17510 @hide_account_address_in_co_c_metadata.setter 17511 def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_metadata): 17512 """Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. 17513 17514 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 17515 17516 :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 17517 :type: SettingsMetadata 17518 """ 17519 17520 self._hide_account_address_in_co_c_metadata = hide_account_address_in_co_c_metadata 17521 17522 @property 17523 def hide_pricing(self): 17524 """Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501 17525 17526 # noqa: E501 17527 17528 :return: The hide_pricing of this AccountSettingsInformation. # noqa: E501 17529 :rtype: str 17530 """ 17531 return self._hide_pricing 17532 17533 @hide_pricing.setter 17534 def hide_pricing(self, hide_pricing): 17535 """Sets the hide_pricing of this AccountSettingsInformation. 17536 17537 # noqa: E501 17538 17539 :param hide_pricing: The hide_pricing of this AccountSettingsInformation. # noqa: E501 17540 :type: str 17541 """ 17542 17543 self._hide_pricing = hide_pricing 17544 17545 @property 17546 def hide_pricing_metadata(self): 17547 """Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17548 17549 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 17550 17551 :return: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17552 :rtype: SettingsMetadata 17553 """ 17554 return self._hide_pricing_metadata 17555 17556 @hide_pricing_metadata.setter 17557 def hide_pricing_metadata(self, hide_pricing_metadata): 17558 """Sets the hide_pricing_metadata of this AccountSettingsInformation. 17559 17560 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 17561 17562 :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 17563 :type: SettingsMetadata 17564 """ 17565 17566 self._hide_pricing_metadata = hide_pricing_metadata 17567 17568 @property 17569 def id_check_configurations(self): 17570 """Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501 17571 17572 # noqa: E501 17573 17574 :return: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 17575 :rtype: list[IdCheckConfiguration] 17576 """ 17577 return self._id_check_configurations 17578 17579 @id_check_configurations.setter 17580 def id_check_configurations(self, id_check_configurations): 17581 """Sets the id_check_configurations of this AccountSettingsInformation. 17582 17583 # noqa: E501 17584 17585 :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 17586 :type: list[IdCheckConfiguration] 17587 """ 17588 17589 self._id_check_configurations = id_check_configurations 17590 17591 @property 17592 def id_check_expire(self): 17593 """Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501 17594 17595 # noqa: E501 17596 17597 :return: The id_check_expire of this AccountSettingsInformation. # noqa: E501 17598 :rtype: str 17599 """ 17600 return self._id_check_expire 17601 17602 @id_check_expire.setter 17603 def id_check_expire(self, id_check_expire): 17604 """Sets the id_check_expire of this AccountSettingsInformation. 17605 17606 # noqa: E501 17607 17608 :param id_check_expire: The id_check_expire of this AccountSettingsInformation. # noqa: E501 17609 :type: str 17610 """ 17611 17612 self._id_check_expire = id_check_expire 17613 17614 @property 17615 def id_check_expire_days(self): 17616 """Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17617 17618 # noqa: E501 17619 17620 :return: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17621 :rtype: str 17622 """ 17623 return self._id_check_expire_days 17624 17625 @id_check_expire_days.setter 17626 def id_check_expire_days(self, id_check_expire_days): 17627 """Sets the id_check_expire_days of this AccountSettingsInformation. 17628 17629 # noqa: E501 17630 17631 :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 17632 :type: str 17633 """ 17634 17635 self._id_check_expire_days = id_check_expire_days 17636 17637 @property 17638 def id_check_expire_days_metadata(self): 17639 """Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17640 17641 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 17642 17643 :return: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17644 :rtype: SettingsMetadata 17645 """ 17646 return self._id_check_expire_days_metadata 17647 17648 @id_check_expire_days_metadata.setter 17649 def id_check_expire_days_metadata(self, id_check_expire_days_metadata): 17650 """Sets the id_check_expire_days_metadata of this AccountSettingsInformation. 17651 17652 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 17653 17654 :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 17655 :type: SettingsMetadata 17656 """ 17657 17658 self._id_check_expire_days_metadata = id_check_expire_days_metadata 17659 17660 @property 17661 def id_check_expire_metadata(self): 17662 """Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17663 17664 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 17665 17666 :return: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17667 :rtype: SettingsMetadata 17668 """ 17669 return self._id_check_expire_metadata 17670 17671 @id_check_expire_metadata.setter 17672 def id_check_expire_metadata(self, id_check_expire_metadata): 17673 """Sets the id_check_expire_metadata of this AccountSettingsInformation. 17674 17675 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 17676 17677 :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 17678 :type: SettingsMetadata 17679 """ 17680 17681 self._id_check_expire_metadata = id_check_expire_metadata 17682 17683 @property 17684 def id_check_expire_minutes(self): 17685 """Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17686 17687 # noqa: E501 17688 17689 :return: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17690 :rtype: str 17691 """ 17692 return self._id_check_expire_minutes 17693 17694 @id_check_expire_minutes.setter 17695 def id_check_expire_minutes(self, id_check_expire_minutes): 17696 """Sets the id_check_expire_minutes of this AccountSettingsInformation. 17697 17698 # noqa: E501 17699 17700 :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 17701 :type: str 17702 """ 17703 17704 self._id_check_expire_minutes = id_check_expire_minutes 17705 17706 @property 17707 def id_check_expire_minutes_metadata(self): 17708 """Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17709 17710 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 17711 17712 :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17713 :rtype: SettingsMetadata 17714 """ 17715 return self._id_check_expire_minutes_metadata 17716 17717 @id_check_expire_minutes_metadata.setter 17718 def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): 17719 """Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. 17720 17721 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 17722 17723 :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 17724 :type: SettingsMetadata 17725 """ 17726 17727 self._id_check_expire_minutes_metadata = id_check_expire_minutes_metadata 17728 17729 @property 17730 def id_check_required(self): 17731 """Gets the id_check_required of this AccountSettingsInformation. # noqa: E501 17732 17733 # noqa: E501 17734 17735 :return: The id_check_required of this AccountSettingsInformation. # noqa: E501 17736 :rtype: str 17737 """ 17738 return self._id_check_required 17739 17740 @id_check_required.setter 17741 def id_check_required(self, id_check_required): 17742 """Sets the id_check_required of this AccountSettingsInformation. 17743 17744 # noqa: E501 17745 17746 :param id_check_required: The id_check_required of this AccountSettingsInformation. # noqa: E501 17747 :type: str 17748 """ 17749 17750 self._id_check_required = id_check_required 17751 17752 @property 17753 def id_check_required_metadata(self): 17754 """Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17755 17756 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 17757 17758 :return: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17759 :rtype: SettingsMetadata 17760 """ 17761 return self._id_check_required_metadata 17762 17763 @id_check_required_metadata.setter 17764 def id_check_required_metadata(self, id_check_required_metadata): 17765 """Sets the id_check_required_metadata of this AccountSettingsInformation. 17766 17767 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 17768 17769 :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 17770 :type: SettingsMetadata 17771 """ 17772 17773 self._id_check_required_metadata = id_check_required_metadata 17774 17775 @property 17776 def identity_verification(self): 17777 """Gets the identity_verification of this AccountSettingsInformation. # noqa: E501 17778 17779 # noqa: E501 17780 17781 :return: The identity_verification of this AccountSettingsInformation. # noqa: E501 17782 :rtype: list[AccountIdentityVerificationWorkflow] 17783 """ 17784 return self._identity_verification 17785 17786 @identity_verification.setter 17787 def identity_verification(self, identity_verification): 17788 """Sets the identity_verification of this AccountSettingsInformation. 17789 17790 # noqa: E501 17791 17792 :param identity_verification: The identity_verification of this AccountSettingsInformation. # noqa: E501 17793 :type: list[AccountIdentityVerificationWorkflow] 17794 """ 17795 17796 self._identity_verification = identity_verification 17797 17798 @property 17799 def identity_verification_metadata(self): 17800 """Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17801 17802 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 17803 17804 :return: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17805 :rtype: SettingsMetadata 17806 """ 17807 return self._identity_verification_metadata 17808 17809 @identity_verification_metadata.setter 17810 def identity_verification_metadata(self, identity_verification_metadata): 17811 """Sets the identity_verification_metadata of this AccountSettingsInformation. 17812 17813 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 17814 17815 :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 17816 :type: SettingsMetadata 17817 """ 17818 17819 self._identity_verification_metadata = identity_verification_metadata 17820 17821 @property 17822 def idfx_kba_authentication_override(self): 17823 """Gets the idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17824 17825 # noqa: E501 17826 17827 :return: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17828 :rtype: str 17829 """ 17830 return self._idfx_kba_authentication_override 17831 17832 @idfx_kba_authentication_override.setter 17833 def idfx_kba_authentication_override(self, idfx_kba_authentication_override): 17834 """Sets the idfx_kba_authentication_override of this AccountSettingsInformation. 17835 17836 # noqa: E501 17837 17838 :param idfx_kba_authentication_override: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 17839 :type: str 17840 """ 17841 17842 self._idfx_kba_authentication_override = idfx_kba_authentication_override 17843 17844 @property 17845 def idfx_kba_authentication_override_metadata(self): 17846 """Gets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17847 17848 # noqa: E501 17849 17850 :return: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17851 :rtype: SettingsMetadata 17852 """ 17853 return self._idfx_kba_authentication_override_metadata 17854 17855 @idfx_kba_authentication_override_metadata.setter 17856 def idfx_kba_authentication_override_metadata(self, idfx_kba_authentication_override_metadata): 17857 """Sets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. 17858 17859 # noqa: E501 17860 17861 :param idfx_kba_authentication_override_metadata: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17862 :type: SettingsMetadata 17863 """ 17864 17865 self._idfx_kba_authentication_override_metadata = idfx_kba_authentication_override_metadata 17866 17867 @property 17868 def idfx_phone_authentication_override(self): 17869 """Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17870 17871 # noqa: E501 17872 17873 :return: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17874 :rtype: str 17875 """ 17876 return self._idfx_phone_authentication_override 17877 17878 @idfx_phone_authentication_override.setter 17879 def idfx_phone_authentication_override(self, idfx_phone_authentication_override): 17880 """Sets the idfx_phone_authentication_override of this AccountSettingsInformation. 17881 17882 # noqa: E501 17883 17884 :param idfx_phone_authentication_override: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 17885 :type: str 17886 """ 17887 17888 self._idfx_phone_authentication_override = idfx_phone_authentication_override 17889 17890 @property 17891 def idfx_phone_authentication_override_metadata(self): 17892 """Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17893 17894 # noqa: E501 17895 17896 :return: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17897 :rtype: SettingsMetadata 17898 """ 17899 return self._idfx_phone_authentication_override_metadata 17900 17901 @idfx_phone_authentication_override_metadata.setter 17902 def idfx_phone_authentication_override_metadata(self, idfx_phone_authentication_override_metadata): 17903 """Sets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. 17904 17905 # noqa: E501 17906 17907 :param idfx_phone_authentication_override_metadata: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 17908 :type: SettingsMetadata 17909 """ 17910 17911 self._idfx_phone_authentication_override_metadata = idfx_phone_authentication_override_metadata 17912 17913 @property 17914 def ignore_error_if_anchor_tab_not_found(self): 17915 """Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17916 17917 # noqa: E501 17918 17919 :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17920 :rtype: str 17921 """ 17922 return self._ignore_error_if_anchor_tab_not_found 17923 17924 @ignore_error_if_anchor_tab_not_found.setter 17925 def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_found): 17926 """Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. 17927 17928 # noqa: E501 17929 17930 :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 17931 :type: str 17932 """ 17933 17934 self._ignore_error_if_anchor_tab_not_found = ignore_error_if_anchor_tab_not_found 17935 17936 @property 17937 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self): 17938 """Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17939 17940 Reserved for DocuSign. # noqa: E501 17941 17942 :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17943 :rtype: SettingsMetadata 17944 """ 17945 return self._ignore_error_if_anchor_tab_not_found_metadata_enabled 17946 17947 @ignore_error_if_anchor_tab_not_found_metadata_enabled.setter 17948 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_anchor_tab_not_found_metadata_enabled): 17949 """Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. 17950 17951 Reserved for DocuSign. # noqa: E501 17952 17953 :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 17954 :type: SettingsMetadata 17955 """ 17956 17957 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = ignore_error_if_anchor_tab_not_found_metadata_enabled 17958 17959 @property 17960 def in_person_id_check_question(self): 17961 """Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17962 17963 # noqa: E501 17964 17965 :return: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17966 :rtype: str 17967 """ 17968 return self._in_person_id_check_question 17969 17970 @in_person_id_check_question.setter 17971 def in_person_id_check_question(self, in_person_id_check_question): 17972 """Sets the in_person_id_check_question of this AccountSettingsInformation. 17973 17974 # noqa: E501 17975 17976 :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 17977 :type: str 17978 """ 17979 17980 self._in_person_id_check_question = in_person_id_check_question 17981 17982 @property 17983 def in_person_id_check_question_metadata(self): 17984 """Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 17985 17986 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 17987 17988 :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 17989 :rtype: SettingsMetadata 17990 """ 17991 return self._in_person_id_check_question_metadata 17992 17993 @in_person_id_check_question_metadata.setter 17994 def in_person_id_check_question_metadata(self, in_person_id_check_question_metadata): 17995 """Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. 17996 17997 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 17998 17999 :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 18000 :type: SettingsMetadata 18001 """ 18002 18003 self._in_person_id_check_question_metadata = in_person_id_check_question_metadata 18004 18005 @property 18006 def in_person_signing_enabled(self): 18007 """Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18008 18009 # noqa: E501 18010 18011 :return: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18012 :rtype: str 18013 """ 18014 return self._in_person_signing_enabled 18015 18016 @in_person_signing_enabled.setter 18017 def in_person_signing_enabled(self, in_person_signing_enabled): 18018 """Sets the in_person_signing_enabled of this AccountSettingsInformation. 18019 18020 # noqa: E501 18021 18022 :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 18023 :type: str 18024 """ 18025 18026 self._in_person_signing_enabled = in_person_signing_enabled 18027 18028 @property 18029 def in_person_signing_enabled_metadata(self): 18030 """Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18031 18032 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 18033 18034 :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18035 :rtype: SettingsMetadata 18036 """ 18037 return self._in_person_signing_enabled_metadata 18038 18039 @in_person_signing_enabled_metadata.setter 18040 def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata): 18041 """Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. 18042 18043 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 18044 18045 :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18046 :type: SettingsMetadata 18047 """ 18048 18049 self._in_person_signing_enabled_metadata = in_person_signing_enabled_metadata 18050 18051 @property 18052 def in_session_enabled(self): 18053 """Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501 18054 18055 # noqa: E501 18056 18057 :return: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 18058 :rtype: str 18059 """ 18060 return self._in_session_enabled 18061 18062 @in_session_enabled.setter 18063 def in_session_enabled(self, in_session_enabled): 18064 """Sets the in_session_enabled of this AccountSettingsInformation. 18065 18066 # noqa: E501 18067 18068 :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 18069 :type: str 18070 """ 18071 18072 self._in_session_enabled = in_session_enabled 18073 18074 @property 18075 def in_session_enabled_metadata(self): 18076 """Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18077 18078 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 18079 18080 :return: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18081 :rtype: SettingsMetadata 18082 """ 18083 return self._in_session_enabled_metadata 18084 18085 @in_session_enabled_metadata.setter 18086 def in_session_enabled_metadata(self, in_session_enabled_metadata): 18087 """Sets the in_session_enabled_metadata of this AccountSettingsInformation. 18088 18089 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 18090 18091 :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 18092 :type: SettingsMetadata 18093 """ 18094 18095 self._in_session_enabled_metadata = in_session_enabled_metadata 18096 18097 @property 18098 def in_session_suppress_emails(self): 18099 """Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18100 18101 # noqa: E501 18102 18103 :return: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18104 :rtype: str 18105 """ 18106 return self._in_session_suppress_emails 18107 18108 @in_session_suppress_emails.setter 18109 def in_session_suppress_emails(self, in_session_suppress_emails): 18110 """Sets the in_session_suppress_emails of this AccountSettingsInformation. 18111 18112 # noqa: E501 18113 18114 :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 18115 :type: str 18116 """ 18117 18118 self._in_session_suppress_emails = in_session_suppress_emails 18119 18120 @property 18121 def in_session_suppress_emails_metadata(self): 18122 """Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18123 18124 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 18125 18126 :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18127 :rtype: SettingsMetadata 18128 """ 18129 return self._in_session_suppress_emails_metadata 18130 18131 @in_session_suppress_emails_metadata.setter 18132 def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadata): 18133 """Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. 18134 18135 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 18136 18137 :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 18138 :type: SettingsMetadata 18139 """ 18140 18141 self._in_session_suppress_emails_metadata = in_session_suppress_emails_metadata 18142 18143 @property 18144 def is_connect_document_fields_enabled(self): 18145 """Gets the is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18146 18147 # noqa: E501 18148 18149 :return: The is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18150 :rtype: str 18151 """ 18152 return self._is_connect_document_fields_enabled 18153 18154 @is_connect_document_fields_enabled.setter 18155 def is_connect_document_fields_enabled(self, is_connect_document_fields_enabled): 18156 """Sets the is_connect_document_fields_enabled of this AccountSettingsInformation. 18157 18158 # noqa: E501 18159 18160 :param is_connect_document_fields_enabled: The is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501 18161 :type: str 18162 """ 18163 18164 self._is_connect_document_fields_enabled = is_connect_document_fields_enabled 18165 18166 @property 18167 def isv_embed(self): 18168 """Gets the isv_embed of this AccountSettingsInformation. # noqa: E501 18169 18170 # noqa: E501 18171 18172 :return: The isv_embed of this AccountSettingsInformation. # noqa: E501 18173 :rtype: str 18174 """ 18175 return self._isv_embed 18176 18177 @isv_embed.setter 18178 def isv_embed(self, isv_embed): 18179 """Sets the isv_embed of this AccountSettingsInformation. 18180 18181 # noqa: E501 18182 18183 :param isv_embed: The isv_embed of this AccountSettingsInformation. # noqa: E501 18184 :type: str 18185 """ 18186 18187 self._isv_embed = isv_embed 18188 18189 @property 18190 def isv_embed_meta_data(self): 18191 """Gets the isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18192 18193 # noqa: E501 18194 18195 :return: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18196 :rtype: SettingsMetadata 18197 """ 18198 return self._isv_embed_meta_data 18199 18200 @isv_embed_meta_data.setter 18201 def isv_embed_meta_data(self, isv_embed_meta_data): 18202 """Sets the isv_embed_meta_data of this AccountSettingsInformation. 18203 18204 # noqa: E501 18205 18206 :param isv_embed_meta_data: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18207 :type: SettingsMetadata 18208 """ 18209 18210 self._isv_embed_meta_data = isv_embed_meta_data 18211 18212 @property 18213 def isv_oem_embed(self): 18214 """Gets the isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18215 18216 # noqa: E501 18217 18218 :return: The isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18219 :rtype: str 18220 """ 18221 return self._isv_oem_embed 18222 18223 @isv_oem_embed.setter 18224 def isv_oem_embed(self, isv_oem_embed): 18225 """Sets the isv_oem_embed of this AccountSettingsInformation. 18226 18227 # noqa: E501 18228 18229 :param isv_oem_embed: The isv_oem_embed of this AccountSettingsInformation. # noqa: E501 18230 :type: str 18231 """ 18232 18233 self._isv_oem_embed = isv_oem_embed 18234 18235 @property 18236 def isv_oem_embed_meta_data(self): 18237 """Gets the isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18238 18239 # noqa: E501 18240 18241 :return: The isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18242 :rtype: SettingsMetadata 18243 """ 18244 return self._isv_oem_embed_meta_data 18245 18246 @isv_oem_embed_meta_data.setter 18247 def isv_oem_embed_meta_data(self, isv_oem_embed_meta_data): 18248 """Sets the isv_oem_embed_meta_data of this AccountSettingsInformation. 18249 18250 # noqa: E501 18251 18252 :param isv_oem_embed_meta_data: The isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501 18253 :type: SettingsMetadata 18254 """ 18255 18256 self._isv_oem_embed_meta_data = isv_oem_embed_meta_data 18257 18258 @property 18259 def linked_external_primary_accounts(self): 18260 """Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18261 18262 # noqa: E501 18263 18264 :return: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18265 :rtype: list[LinkedExternalPrimaryAccount] 18266 """ 18267 return self._linked_external_primary_accounts 18268 18269 @linked_external_primary_accounts.setter 18270 def linked_external_primary_accounts(self, linked_external_primary_accounts): 18271 """Sets the linked_external_primary_accounts of this AccountSettingsInformation. 18272 18273 # noqa: E501 18274 18275 :param linked_external_primary_accounts: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 18276 :type: list[LinkedExternalPrimaryAccount] 18277 """ 18278 18279 self._linked_external_primary_accounts = linked_external_primary_accounts 18280 18281 @property 18282 def maestro_plan_levels(self): 18283 """Gets the maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18284 18285 # noqa: E501 18286 18287 :return: The maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18288 :rtype: str 18289 """ 18290 return self._maestro_plan_levels 18291 18292 @maestro_plan_levels.setter 18293 def maestro_plan_levels(self, maestro_plan_levels): 18294 """Sets the maestro_plan_levels of this AccountSettingsInformation. 18295 18296 # noqa: E501 18297 18298 :param maestro_plan_levels: The maestro_plan_levels of this AccountSettingsInformation. # noqa: E501 18299 :type: str 18300 """ 18301 18302 self._maestro_plan_levels = maestro_plan_levels 18303 18304 @property 18305 def maestro_plan_levels_metadata(self): 18306 """Gets the maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18307 18308 # noqa: E501 18309 18310 :return: The maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18311 :rtype: SettingsMetadata 18312 """ 18313 return self._maestro_plan_levels_metadata 18314 18315 @maestro_plan_levels_metadata.setter 18316 def maestro_plan_levels_metadata(self, maestro_plan_levels_metadata): 18317 """Sets the maestro_plan_levels_metadata of this AccountSettingsInformation. 18318 18319 # noqa: E501 18320 18321 :param maestro_plan_levels_metadata: The maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501 18322 :type: SettingsMetadata 18323 """ 18324 18325 self._maestro_plan_levels_metadata = maestro_plan_levels_metadata 18326 18327 @property 18328 def maximum_signing_groups(self): 18329 """Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18330 18331 # noqa: E501 18332 18333 :return: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18334 :rtype: str 18335 """ 18336 return self._maximum_signing_groups 18337 18338 @maximum_signing_groups.setter 18339 def maximum_signing_groups(self, maximum_signing_groups): 18340 """Sets the maximum_signing_groups of this AccountSettingsInformation. 18341 18342 # noqa: E501 18343 18344 :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 18345 :type: str 18346 """ 18347 18348 self._maximum_signing_groups = maximum_signing_groups 18349 18350 @property 18351 def maximum_signing_groups_metadata(self): 18352 """Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18353 18354 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 18355 18356 :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18357 :rtype: SettingsMetadata 18358 """ 18359 return self._maximum_signing_groups_metadata 18360 18361 @maximum_signing_groups_metadata.setter 18362 def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): 18363 """Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. 18364 18365 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 18366 18367 :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 18368 :type: SettingsMetadata 18369 """ 18370 18371 self._maximum_signing_groups_metadata = maximum_signing_groups_metadata 18372 18373 @property 18374 def maximum_users_per_signing_group(self): 18375 """Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18376 18377 # noqa: E501 18378 18379 :return: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18380 :rtype: str 18381 """ 18382 return self._maximum_users_per_signing_group 18383 18384 @maximum_users_per_signing_group.setter 18385 def maximum_users_per_signing_group(self, maximum_users_per_signing_group): 18386 """Sets the maximum_users_per_signing_group of this AccountSettingsInformation. 18387 18388 # noqa: E501 18389 18390 :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 18391 :type: str 18392 """ 18393 18394 self._maximum_users_per_signing_group = maximum_users_per_signing_group 18395 18396 @property 18397 def maximum_users_per_signing_group_metadata(self): 18398 """Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18399 18400 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 18401 18402 :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18403 :rtype: SettingsMetadata 18404 """ 18405 return self._maximum_users_per_signing_group_metadata 18406 18407 @maximum_users_per_signing_group_metadata.setter 18408 def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_group_metadata): 18409 """Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. 18410 18411 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 18412 18413 :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 18414 :type: SettingsMetadata 18415 """ 18416 18417 self._maximum_users_per_signing_group_metadata = maximum_users_per_signing_group_metadata 18418 18419 @property 18420 def max_number_of_custom_stamps(self): 18421 """Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18422 18423 # noqa: E501 18424 18425 :return: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18426 :rtype: str 18427 """ 18428 return self._max_number_of_custom_stamps 18429 18430 @max_number_of_custom_stamps.setter 18431 def max_number_of_custom_stamps(self, max_number_of_custom_stamps): 18432 """Sets the max_number_of_custom_stamps of this AccountSettingsInformation. 18433 18434 # noqa: E501 18435 18436 :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 18437 :type: str 18438 """ 18439 18440 self._max_number_of_custom_stamps = max_number_of_custom_stamps 18441 18442 @property 18443 def merge_mixed_mode_results(self): 18444 """Gets the merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18445 18446 # noqa: E501 18447 18448 :return: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18449 :rtype: str 18450 """ 18451 return self._merge_mixed_mode_results 18452 18453 @merge_mixed_mode_results.setter 18454 def merge_mixed_mode_results(self, merge_mixed_mode_results): 18455 """Sets the merge_mixed_mode_results of this AccountSettingsInformation. 18456 18457 # noqa: E501 18458 18459 :param merge_mixed_mode_results: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 18460 :type: str 18461 """ 18462 18463 self._merge_mixed_mode_results = merge_mixed_mode_results 18464 18465 @property 18466 def merge_mixed_mode_results_metadata(self): 18467 """Gets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18468 18469 # noqa: E501 18470 18471 :return: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18472 :rtype: SettingsMetadata 18473 """ 18474 return self._merge_mixed_mode_results_metadata 18475 18476 @merge_mixed_mode_results_metadata.setter 18477 def merge_mixed_mode_results_metadata(self, merge_mixed_mode_results_metadata): 18478 """Sets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. 18479 18480 # noqa: E501 18481 18482 :param merge_mixed_mode_results_metadata: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 18483 :type: SettingsMetadata 18484 """ 18485 18486 self._merge_mixed_mode_results_metadata = merge_mixed_mode_results_metadata 18487 18488 @property 18489 def mobile_session_timeout(self): 18490 """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18491 18492 # noqa: E501 18493 18494 :return: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18495 :rtype: str 18496 """ 18497 return self._mobile_session_timeout 18498 18499 @mobile_session_timeout.setter 18500 def mobile_session_timeout(self, mobile_session_timeout): 18501 """Sets the mobile_session_timeout of this AccountSettingsInformation. 18502 18503 # noqa: E501 18504 18505 :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 18506 :type: str 18507 """ 18508 18509 self._mobile_session_timeout = mobile_session_timeout 18510 18511 @property 18512 def mobile_session_timeout_metadata(self): 18513 """Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18514 18515 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 18516 18517 :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18518 :rtype: SettingsMetadata 18519 """ 18520 return self._mobile_session_timeout_metadata 18521 18522 @mobile_session_timeout_metadata.setter 18523 def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): 18524 """Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. 18525 18526 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 18527 18528 :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 18529 :type: SettingsMetadata 18530 """ 18531 18532 self._mobile_session_timeout_metadata = mobile_session_timeout_metadata 18533 18534 @property 18535 def number_of_active_custom_stamps(self): 18536 """Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18537 18538 # noqa: E501 18539 18540 :return: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18541 :rtype: str 18542 """ 18543 return self._number_of_active_custom_stamps 18544 18545 @number_of_active_custom_stamps.setter 18546 def number_of_active_custom_stamps(self, number_of_active_custom_stamps): 18547 """Sets the number_of_active_custom_stamps of this AccountSettingsInformation. 18548 18549 # noqa: E501 18550 18551 :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 18552 :type: str 18553 """ 18554 18555 self._number_of_active_custom_stamps = number_of_active_custom_stamps 18556 18557 @property 18558 def opt_in_mobile_signing_v02(self): 18559 """Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18560 18561 # noqa: E501 18562 18563 :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18564 :rtype: str 18565 """ 18566 return self._opt_in_mobile_signing_v02 18567 18568 @opt_in_mobile_signing_v02.setter 18569 def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): 18570 """Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. 18571 18572 # noqa: E501 18573 18574 :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 18575 :type: str 18576 """ 18577 18578 self._opt_in_mobile_signing_v02 = opt_in_mobile_signing_v02 18579 18580 @property 18581 def opt_in_mobile_signing_v02_metadata(self): 18582 """Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18583 18584 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 18585 18586 :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18587 :rtype: SettingsMetadata 18588 """ 18589 return self._opt_in_mobile_signing_v02_metadata 18590 18591 @opt_in_mobile_signing_v02_metadata.setter 18592 def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata): 18593 """Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. 18594 18595 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 18596 18597 :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 18598 :type: SettingsMetadata 18599 """ 18600 18601 self._opt_in_mobile_signing_v02_metadata = opt_in_mobile_signing_v02_metadata 18602 18603 @property 18604 def opt_in_universal_signatures(self): 18605 """Gets the opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18606 18607 # noqa: E501 18608 18609 :return: The opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18610 :rtype: str 18611 """ 18612 return self._opt_in_universal_signatures 18613 18614 @opt_in_universal_signatures.setter 18615 def opt_in_universal_signatures(self, opt_in_universal_signatures): 18616 """Sets the opt_in_universal_signatures of this AccountSettingsInformation. 18617 18618 # noqa: E501 18619 18620 :param opt_in_universal_signatures: The opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501 18621 :type: str 18622 """ 18623 18624 self._opt_in_universal_signatures = opt_in_universal_signatures 18625 18626 @property 18627 def opt_out_auto_nav_text_and_tab_color_updates(self): 18628 """Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18629 18630 # noqa: E501 18631 18632 :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18633 :rtype: str 18634 """ 18635 return self._opt_out_auto_nav_text_and_tab_color_updates 18636 18637 @opt_out_auto_nav_text_and_tab_color_updates.setter 18638 def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_tab_color_updates): 18639 """Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. 18640 18641 # noqa: E501 18642 18643 :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 18644 :type: str 18645 """ 18646 18647 self._opt_out_auto_nav_text_and_tab_color_updates = opt_out_auto_nav_text_and_tab_color_updates 18648 18649 @property 18650 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self): 18651 """Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18652 18653 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 18654 18655 :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18656 :rtype: SettingsMetadata 18657 """ 18658 return self._opt_out_auto_nav_text_and_tab_color_updates_metadata 18659 18660 @opt_out_auto_nav_text_and_tab_color_updates_metadata.setter 18661 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_text_and_tab_color_updates_metadata): 18662 """Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. 18663 18664 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 18665 18666 :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 18667 :type: SettingsMetadata 18668 """ 18669 18670 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = opt_out_auto_nav_text_and_tab_color_updates_metadata 18671 18672 @property 18673 def opt_out_new_platform_seal(self): 18674 """Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18675 18676 # noqa: E501 18677 18678 :return: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18679 :rtype: str 18680 """ 18681 return self._opt_out_new_platform_seal 18682 18683 @opt_out_new_platform_seal.setter 18684 def opt_out_new_platform_seal(self, opt_out_new_platform_seal): 18685 """Sets the opt_out_new_platform_seal of this AccountSettingsInformation. 18686 18687 # noqa: E501 18688 18689 :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 18690 :type: str 18691 """ 18692 18693 self._opt_out_new_platform_seal = opt_out_new_platform_seal 18694 18695 @property 18696 def opt_out_new_platform_seal_platform_metadata(self): 18697 """Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18698 18699 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 18700 18701 :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18702 :rtype: SettingsMetadata 18703 """ 18704 return self._opt_out_new_platform_seal_platform_metadata 18705 18706 @opt_out_new_platform_seal_platform_metadata.setter 18707 def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_platform_metadata): 18708 """Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. 18709 18710 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 18711 18712 :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 18713 :type: SettingsMetadata 18714 """ 18715 18716 self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata 18717 18718 @property 18719 def original_account_site(self): 18720 """Gets the original_account_site of this AccountSettingsInformation. # noqa: E501 18721 18722 # noqa: E501 18723 18724 :return: The original_account_site of this AccountSettingsInformation. # noqa: E501 18725 :rtype: str 18726 """ 18727 return self._original_account_site 18728 18729 @original_account_site.setter 18730 def original_account_site(self, original_account_site): 18731 """Sets the original_account_site of this AccountSettingsInformation. 18732 18733 # noqa: E501 18734 18735 :param original_account_site: The original_account_site of this AccountSettingsInformation. # noqa: E501 18736 :type: str 18737 """ 18738 18739 self._original_account_site = original_account_site 18740 18741 @property 18742 def participant_copy_opt_out(self): 18743 """Gets the participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18744 18745 # noqa: E501 18746 18747 :return: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18748 :rtype: str 18749 """ 18750 return self._participant_copy_opt_out 18751 18752 @participant_copy_opt_out.setter 18753 def participant_copy_opt_out(self, participant_copy_opt_out): 18754 """Sets the participant_copy_opt_out of this AccountSettingsInformation. 18755 18756 # noqa: E501 18757 18758 :param participant_copy_opt_out: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501 18759 :type: str 18760 """ 18761 18762 self._participant_copy_opt_out = participant_copy_opt_out 18763 18764 @property 18765 def participant_copy_opt_out_metadata(self): 18766 """Gets the participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18767 18768 # noqa: E501 18769 18770 :return: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18771 :rtype: SettingsMetadata 18772 """ 18773 return self._participant_copy_opt_out_metadata 18774 18775 @participant_copy_opt_out_metadata.setter 18776 def participant_copy_opt_out_metadata(self, participant_copy_opt_out_metadata): 18777 """Sets the participant_copy_opt_out_metadata of this AccountSettingsInformation. 18778 18779 # noqa: E501 18780 18781 :param participant_copy_opt_out_metadata: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501 18782 :type: SettingsMetadata 18783 """ 18784 18785 self._participant_copy_opt_out_metadata = participant_copy_opt_out_metadata 18786 18787 @property 18788 def pdf_max_chunked_upload_part_size(self): 18789 """Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18790 18791 # noqa: E501 18792 18793 :return: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18794 :rtype: str 18795 """ 18796 return self._pdf_max_chunked_upload_part_size 18797 18798 @pdf_max_chunked_upload_part_size.setter 18799 def pdf_max_chunked_upload_part_size(self, pdf_max_chunked_upload_part_size): 18800 """Sets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. 18801 18802 # noqa: E501 18803 18804 :param pdf_max_chunked_upload_part_size: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 18805 :type: str 18806 """ 18807 18808 self._pdf_max_chunked_upload_part_size = pdf_max_chunked_upload_part_size 18809 18810 @property 18811 def pdf_max_chunked_upload_part_size_metadata(self): 18812 """Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18813 18814 # noqa: E501 18815 18816 :return: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18817 :rtype: SettingsMetadata 18818 """ 18819 return self._pdf_max_chunked_upload_part_size_metadata 18820 18821 @pdf_max_chunked_upload_part_size_metadata.setter 18822 def pdf_max_chunked_upload_part_size_metadata(self, pdf_max_chunked_upload_part_size_metadata): 18823 """Sets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. 18824 18825 # noqa: E501 18826 18827 :param pdf_max_chunked_upload_part_size_metadata: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 18828 :type: SettingsMetadata 18829 """ 18830 18831 self._pdf_max_chunked_upload_part_size_metadata = pdf_max_chunked_upload_part_size_metadata 18832 18833 @property 18834 def pdf_max_chunked_upload_total_size(self): 18835 """Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18836 18837 # noqa: E501 18838 18839 :return: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18840 :rtype: str 18841 """ 18842 return self._pdf_max_chunked_upload_total_size 18843 18844 @pdf_max_chunked_upload_total_size.setter 18845 def pdf_max_chunked_upload_total_size(self, pdf_max_chunked_upload_total_size): 18846 """Sets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. 18847 18848 # noqa: E501 18849 18850 :param pdf_max_chunked_upload_total_size: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 18851 :type: str 18852 """ 18853 18854 self._pdf_max_chunked_upload_total_size = pdf_max_chunked_upload_total_size 18855 18856 @property 18857 def pdf_max_chunked_upload_total_size_metadata(self): 18858 """Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18859 18860 # noqa: E501 18861 18862 :return: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18863 :rtype: SettingsMetadata 18864 """ 18865 return self._pdf_max_chunked_upload_total_size_metadata 18866 18867 @pdf_max_chunked_upload_total_size_metadata.setter 18868 def pdf_max_chunked_upload_total_size_metadata(self, pdf_max_chunked_upload_total_size_metadata): 18869 """Sets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. 18870 18871 # noqa: E501 18872 18873 :param pdf_max_chunked_upload_total_size_metadata: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 18874 :type: SettingsMetadata 18875 """ 18876 18877 self._pdf_max_chunked_upload_total_size_metadata = pdf_max_chunked_upload_total_size_metadata 18878 18879 @property 18880 def pdf_max_individual_upload_size(self): 18881 """Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18882 18883 # noqa: E501 18884 18885 :return: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18886 :rtype: str 18887 """ 18888 return self._pdf_max_individual_upload_size 18889 18890 @pdf_max_individual_upload_size.setter 18891 def pdf_max_individual_upload_size(self, pdf_max_individual_upload_size): 18892 """Sets the pdf_max_individual_upload_size of this AccountSettingsInformation. 18893 18894 # noqa: E501 18895 18896 :param pdf_max_individual_upload_size: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 18897 :type: str 18898 """ 18899 18900 self._pdf_max_individual_upload_size = pdf_max_individual_upload_size 18901 18902 @property 18903 def pdf_max_individual_upload_size_metadata(self): 18904 """Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18905 18906 # noqa: E501 18907 18908 :return: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18909 :rtype: SettingsMetadata 18910 """ 18911 return self._pdf_max_individual_upload_size_metadata 18912 18913 @pdf_max_individual_upload_size_metadata.setter 18914 def pdf_max_individual_upload_size_metadata(self, pdf_max_individual_upload_size_metadata): 18915 """Sets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. 18916 18917 # noqa: E501 18918 18919 :param pdf_max_individual_upload_size_metadata: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 18920 :type: SettingsMetadata 18921 """ 18922 18923 self._pdf_max_individual_upload_size_metadata = pdf_max_individual_upload_size_metadata 18924 18925 @property 18926 def phone_auth_recipient_may_provide_phone_number(self): 18927 """Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18928 18929 # noqa: E501 18930 18931 :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18932 :rtype: str 18933 """ 18934 return self._phone_auth_recipient_may_provide_phone_number 18935 18936 @phone_auth_recipient_may_provide_phone_number.setter 18937 def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may_provide_phone_number): 18938 """Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. 18939 18940 # noqa: E501 18941 18942 :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 18943 :type: str 18944 """ 18945 18946 self._phone_auth_recipient_may_provide_phone_number = phone_auth_recipient_may_provide_phone_number 18947 18948 @property 18949 def phone_auth_recipient_may_provide_phone_number_metadata(self): 18950 """Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18951 18952 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 18953 18954 :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18955 :rtype: SettingsMetadata 18956 """ 18957 return self._phone_auth_recipient_may_provide_phone_number_metadata 18958 18959 @phone_auth_recipient_may_provide_phone_number_metadata.setter 18960 def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_recipient_may_provide_phone_number_metadata): 18961 """Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 18962 18963 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 18964 18965 :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 18966 :type: SettingsMetadata 18967 """ 18968 18969 self._phone_auth_recipient_may_provide_phone_number_metadata = phone_auth_recipient_may_provide_phone_number_metadata 18970 18971 @property 18972 def pki_sign_downloaded_pdf_docs(self): 18973 """Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18974 18975 # noqa: E501 18976 18977 :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18978 :rtype: str 18979 """ 18980 return self._pki_sign_downloaded_pdf_docs 18981 18982 @pki_sign_downloaded_pdf_docs.setter 18983 def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): 18984 """Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. 18985 18986 # noqa: E501 18987 18988 :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 18989 :type: str 18990 """ 18991 18992 self._pki_sign_downloaded_pdf_docs = pki_sign_downloaded_pdf_docs 18993 18994 @property 18995 def pki_sign_downloaded_pdf_docs_metadata(self): 18996 """Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 18997 18998 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 18999 19000 :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 19001 :rtype: SettingsMetadata 19002 """ 19003 return self._pki_sign_downloaded_pdf_docs_metadata 19004 19005 @pki_sign_downloaded_pdf_docs_metadata.setter 19006 def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_metadata): 19007 """Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. 19008 19009 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 19010 19011 :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 19012 :type: SettingsMetadata 19013 """ 19014 19015 self._pki_sign_downloaded_pdf_docs_metadata = pki_sign_downloaded_pdf_docs_metadata 19016 19017 @property 19018 def read_only_mode(self): 19019 """Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501 19020 19021 # noqa: E501 19022 19023 :return: The read_only_mode of this AccountSettingsInformation. # noqa: E501 19024 :rtype: str 19025 """ 19026 return self._read_only_mode 19027 19028 @read_only_mode.setter 19029 def read_only_mode(self, read_only_mode): 19030 """Sets the read_only_mode of this AccountSettingsInformation. 19031 19032 # noqa: E501 19033 19034 :param read_only_mode: The read_only_mode of this AccountSettingsInformation. # noqa: E501 19035 :type: str 19036 """ 19037 19038 self._read_only_mode = read_only_mode 19039 19040 @property 19041 def read_only_mode_metadata(self): 19042 """Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19043 19044 # noqa: E501 19045 19046 :return: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19047 :rtype: SettingsMetadata 19048 """ 19049 return self._read_only_mode_metadata 19050 19051 @read_only_mode_metadata.setter 19052 def read_only_mode_metadata(self, read_only_mode_metadata): 19053 """Sets the read_only_mode_metadata of this AccountSettingsInformation. 19054 19055 # noqa: E501 19056 19057 :param read_only_mode_metadata: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 19058 :type: SettingsMetadata 19059 """ 19060 19061 self._read_only_mode_metadata = read_only_mode_metadata 19062 19063 @property 19064 def recipients_can_sign_offline(self): 19065 """Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19066 19067 # noqa: E501 19068 19069 :return: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19070 :rtype: str 19071 """ 19072 return self._recipients_can_sign_offline 19073 19074 @recipients_can_sign_offline.setter 19075 def recipients_can_sign_offline(self, recipients_can_sign_offline): 19076 """Sets the recipients_can_sign_offline of this AccountSettingsInformation. 19077 19078 # noqa: E501 19079 19080 :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 19081 :type: str 19082 """ 19083 19084 self._recipients_can_sign_offline = recipients_can_sign_offline 19085 19086 @property 19087 def recipients_can_sign_offline_metadata(self): 19088 """Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19089 19090 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 19091 19092 :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19093 :rtype: SettingsMetadata 19094 """ 19095 return self._recipients_can_sign_offline_metadata 19096 19097 @recipients_can_sign_offline_metadata.setter 19098 def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metadata): 19099 """Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. 19100 19101 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 19102 19103 :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 19104 :type: SettingsMetadata 19105 """ 19106 19107 self._recipients_can_sign_offline_metadata = recipients_can_sign_offline_metadata 19108 19109 @property 19110 def recipient_signing_auto_navigation_control(self): 19111 """Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19112 19113 # noqa: E501 19114 19115 :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19116 :rtype: str 19117 """ 19118 return self._recipient_signing_auto_navigation_control 19119 19120 @recipient_signing_auto_navigation_control.setter 19121 def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navigation_control): 19122 """Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. 19123 19124 # noqa: E501 19125 19126 :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 19127 :type: str 19128 """ 19129 19130 self._recipient_signing_auto_navigation_control = recipient_signing_auto_navigation_control 19131 19132 @property 19133 def recipient_signing_auto_navigation_control_metadata(self): 19134 """Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19135 19136 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 19137 19138 :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19139 :rtype: SettingsMetadata 19140 """ 19141 return self._recipient_signing_auto_navigation_control_metadata 19142 19143 @recipient_signing_auto_navigation_control_metadata.setter 19144 def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_auto_navigation_control_metadata): 19145 """Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. 19146 19147 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 19148 19149 :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 19150 :type: SettingsMetadata 19151 """ 19152 19153 self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata 19154 19155 @property 19156 def recycle_bin_envelope_retention(self): 19157 """Gets the recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19158 19159 # noqa: E501 19160 19161 :return: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19162 :rtype: str 19163 """ 19164 return self._recycle_bin_envelope_retention 19165 19166 @recycle_bin_envelope_retention.setter 19167 def recycle_bin_envelope_retention(self, recycle_bin_envelope_retention): 19168 """Sets the recycle_bin_envelope_retention of this AccountSettingsInformation. 19169 19170 # noqa: E501 19171 19172 :param recycle_bin_envelope_retention: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501 19173 :type: str 19174 """ 19175 19176 self._recycle_bin_envelope_retention = recycle_bin_envelope_retention 19177 19178 @property 19179 def recycle_bin_envelope_retention_metadata(self): 19180 """Gets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19181 19182 # noqa: E501 19183 19184 :return: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19185 :rtype: SettingsMetadata 19186 """ 19187 return self._recycle_bin_envelope_retention_metadata 19188 19189 @recycle_bin_envelope_retention_metadata.setter 19190 def recycle_bin_envelope_retention_metadata(self, recycle_bin_envelope_retention_metadata): 19191 """Sets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. 19192 19193 # noqa: E501 19194 19195 :param recycle_bin_envelope_retention_metadata: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501 19196 :type: SettingsMetadata 19197 """ 19198 19199 self._recycle_bin_envelope_retention_metadata = recycle_bin_envelope_retention_metadata 19200 19201 @property 19202 def require21_cf_rpt11_compliance(self): 19203 """Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19204 19205 # noqa: E501 19206 19207 :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19208 :rtype: str 19209 """ 19210 return self._require21_cf_rpt11_compliance 19211 19212 @require21_cf_rpt11_compliance.setter 19213 def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): 19214 """Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. 19215 19216 # noqa: E501 19217 19218 :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 19219 :type: str 19220 """ 19221 19222 self._require21_cf_rpt11_compliance = require21_cf_rpt11_compliance 19223 19224 @property 19225 def require21_cf_rpt11_compliance_metadata(self): 19226 """Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19227 19228 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 19229 19230 :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19231 :rtype: SettingsMetadata 19232 """ 19233 return self._require21_cf_rpt11_compliance_metadata 19234 19235 @require21_cf_rpt11_compliance_metadata.setter 19236 def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_metadata): 19237 """Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. 19238 19239 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 19240 19241 :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 19242 :type: SettingsMetadata 19243 """ 19244 19245 self._require21_cf_rpt11_compliance_metadata = require21_cf_rpt11_compliance_metadata 19246 19247 @property 19248 def require_decline_reason(self): 19249 """Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501 19250 19251 # noqa: E501 19252 19253 :return: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 19254 :rtype: str 19255 """ 19256 return self._require_decline_reason 19257 19258 @require_decline_reason.setter 19259 def require_decline_reason(self, require_decline_reason): 19260 """Sets the require_decline_reason of this AccountSettingsInformation. 19261 19262 # noqa: E501 19263 19264 :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 19265 :type: str 19266 """ 19267 19268 self._require_decline_reason = require_decline_reason 19269 19270 @property 19271 def require_decline_reason_metadata(self): 19272 """Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19273 19274 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 19275 19276 :return: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19277 :rtype: SettingsMetadata 19278 """ 19279 return self._require_decline_reason_metadata 19280 19281 @require_decline_reason_metadata.setter 19282 def require_decline_reason_metadata(self, require_decline_reason_metadata): 19283 """Sets the require_decline_reason_metadata of this AccountSettingsInformation. 19284 19285 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 19286 19287 :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 19288 :type: SettingsMetadata 19289 """ 19290 19291 self._require_decline_reason_metadata = require_decline_reason_metadata 19292 19293 @property 19294 def require_external_user_management(self): 19295 """Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501 19296 19297 # noqa: E501 19298 19299 :return: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 19300 :rtype: str 19301 """ 19302 return self._require_external_user_management 19303 19304 @require_external_user_management.setter 19305 def require_external_user_management(self, require_external_user_management): 19306 """Sets the require_external_user_management of this AccountSettingsInformation. 19307 19308 # noqa: E501 19309 19310 :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 19311 :type: str 19312 """ 19313 19314 self._require_external_user_management = require_external_user_management 19315 19316 @property 19317 def require_external_user_management_metadata(self): 19318 """Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19319 19320 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 19321 19322 :return: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19323 :rtype: SettingsMetadata 19324 """ 19325 return self._require_external_user_management_metadata 19326 19327 @require_external_user_management_metadata.setter 19328 def require_external_user_management_metadata(self, require_external_user_management_metadata): 19329 """Sets the require_external_user_management_metadata of this AccountSettingsInformation. 19330 19331 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 19332 19333 :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 19334 :type: SettingsMetadata 19335 """ 19336 19337 self._require_external_user_management_metadata = require_external_user_management_metadata 19338 19339 @property 19340 def require_signer_certificate_type(self): 19341 """Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19342 19343 # noqa: E501 19344 19345 :return: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19346 :rtype: str 19347 """ 19348 return self._require_signer_certificate_type 19349 19350 @require_signer_certificate_type.setter 19351 def require_signer_certificate_type(self, require_signer_certificate_type): 19352 """Sets the require_signer_certificate_type of this AccountSettingsInformation. 19353 19354 # noqa: E501 19355 19356 :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 19357 :type: str 19358 """ 19359 19360 self._require_signer_certificate_type = require_signer_certificate_type 19361 19362 @property 19363 def require_signer_certificate_type_metadata(self): 19364 """Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19365 19366 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 19367 19368 :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19369 :rtype: SettingsMetadata 19370 """ 19371 return self._require_signer_certificate_type_metadata 19372 19373 @require_signer_certificate_type_metadata.setter 19374 def require_signer_certificate_type_metadata(self, require_signer_certificate_type_metadata): 19375 """Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. 19376 19377 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 19378 19379 :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 19380 :type: SettingsMetadata 19381 """ 19382 19383 self._require_signer_certificate_type_metadata = require_signer_certificate_type_metadata 19384 19385 @property 19386 def rsa_verid_account_name(self): 19387 """Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19388 19389 # noqa: E501 19390 19391 :return: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19392 :rtype: str 19393 """ 19394 return self._rsa_verid_account_name 19395 19396 @rsa_verid_account_name.setter 19397 def rsa_verid_account_name(self, rsa_verid_account_name): 19398 """Sets the rsa_verid_account_name of this AccountSettingsInformation. 19399 19400 # noqa: E501 19401 19402 :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 19403 :type: str 19404 """ 19405 19406 self._rsa_verid_account_name = rsa_verid_account_name 19407 19408 @property 19409 def rsa_verid_password(self): 19410 """Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19411 19412 # noqa: E501 19413 19414 :return: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19415 :rtype: str 19416 """ 19417 return self._rsa_verid_password 19418 19419 @rsa_verid_password.setter 19420 def rsa_verid_password(self, rsa_verid_password): 19421 """Sets the rsa_verid_password of this AccountSettingsInformation. 19422 19423 # noqa: E501 19424 19425 :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 19426 :type: str 19427 """ 19428 19429 self._rsa_verid_password = rsa_verid_password 19430 19431 @property 19432 def rsa_verid_ruleset(self): 19433 """Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19434 19435 # noqa: E501 19436 19437 :return: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19438 :rtype: str 19439 """ 19440 return self._rsa_verid_ruleset 19441 19442 @rsa_verid_ruleset.setter 19443 def rsa_verid_ruleset(self, rsa_verid_ruleset): 19444 """Sets the rsa_verid_ruleset of this AccountSettingsInformation. 19445 19446 # noqa: E501 19447 19448 :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 19449 :type: str 19450 """ 19451 19452 self._rsa_verid_ruleset = rsa_verid_ruleset 19453 19454 @property 19455 def rsa_verid_user_id(self): 19456 """Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19457 19458 # noqa: E501 19459 19460 :return: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19461 :rtype: str 19462 """ 19463 return self._rsa_verid_user_id 19464 19465 @rsa_verid_user_id.setter 19466 def rsa_verid_user_id(self, rsa_verid_user_id): 19467 """Sets the rsa_verid_user_id of this AccountSettingsInformation. 19468 19469 # noqa: E501 19470 19471 :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 19472 :type: str 19473 """ 19474 19475 self._rsa_verid_user_id = rsa_verid_user_id 19476 19477 @property 19478 def self_signed_recipient_email_document(self): 19479 """Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19480 19481 # noqa: E501 19482 19483 :return: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19484 :rtype: str 19485 """ 19486 return self._self_signed_recipient_email_document 19487 19488 @self_signed_recipient_email_document.setter 19489 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 19490 """Sets the self_signed_recipient_email_document of this AccountSettingsInformation. 19491 19492 # noqa: E501 19493 19494 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 19495 :type: str 19496 """ 19497 19498 self._self_signed_recipient_email_document = self_signed_recipient_email_document 19499 19500 @property 19501 def self_signed_recipient_email_document_metadata(self): 19502 """Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19503 19504 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 19505 19506 :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19507 :rtype: SettingsMetadata 19508 """ 19509 return self._self_signed_recipient_email_document_metadata 19510 19511 @self_signed_recipient_email_document_metadata.setter 19512 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 19513 """Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. 19514 19515 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 19516 19517 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 19518 :type: SettingsMetadata 19519 """ 19520 19521 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 19522 19523 @property 19524 def self_signed_recipient_email_document_user_override(self): 19525 """Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19526 19527 # noqa: E501 19528 19529 :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19530 :rtype: str 19531 """ 19532 return self._self_signed_recipient_email_document_user_override 19533 19534 @self_signed_recipient_email_document_user_override.setter 19535 def self_signed_recipient_email_document_user_override(self, self_signed_recipient_email_document_user_override): 19536 """Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. 19537 19538 # noqa: E501 19539 19540 :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 19541 :type: str 19542 """ 19543 19544 self._self_signed_recipient_email_document_user_override = self_signed_recipient_email_document_user_override 19545 19546 @property 19547 def self_signed_recipient_email_document_user_override_metadata(self): 19548 """Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19549 19550 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 19551 19552 :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19553 :rtype: SettingsMetadata 19554 """ 19555 return self._self_signed_recipient_email_document_user_override_metadata 19556 19557 @self_signed_recipient_email_document_user_override_metadata.setter 19558 def self_signed_recipient_email_document_user_override_metadata(self, self_signed_recipient_email_document_user_override_metadata): 19559 """Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. 19560 19561 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 19562 19563 :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 19564 :type: SettingsMetadata 19565 """ 19566 19567 self._self_signed_recipient_email_document_user_override_metadata = self_signed_recipient_email_document_user_override_metadata 19568 19569 @property 19570 def sender_can_sign_in_each_location(self): 19571 """Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19572 19573 # noqa: E501 19574 19575 :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19576 :rtype: str 19577 """ 19578 return self._sender_can_sign_in_each_location 19579 19580 @sender_can_sign_in_each_location.setter 19581 def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): 19582 """Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. 19583 19584 # noqa: E501 19585 19586 :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 19587 :type: str 19588 """ 19589 19590 self._sender_can_sign_in_each_location = sender_can_sign_in_each_location 19591 19592 @property 19593 def sender_can_sign_in_each_location_metadata(self): 19594 """Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19595 19596 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 19597 19598 :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19599 :rtype: SettingsMetadata 19600 """ 19601 return self._sender_can_sign_in_each_location_metadata 19602 19603 @sender_can_sign_in_each_location_metadata.setter 19604 def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_location_metadata): 19605 """Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. 19606 19607 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 19608 19609 :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 19610 :type: SettingsMetadata 19611 """ 19612 19613 self._sender_can_sign_in_each_location_metadata = sender_can_sign_in_each_location_metadata 19614 19615 @property 19616 def sender_must_authenticate_signing(self): 19617 """Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19618 19619 # noqa: E501 19620 19621 :return: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19622 :rtype: str 19623 """ 19624 return self._sender_must_authenticate_signing 19625 19626 @sender_must_authenticate_signing.setter 19627 def sender_must_authenticate_signing(self, sender_must_authenticate_signing): 19628 """Sets the sender_must_authenticate_signing of this AccountSettingsInformation. 19629 19630 # noqa: E501 19631 19632 :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 19633 :type: str 19634 """ 19635 19636 self._sender_must_authenticate_signing = sender_must_authenticate_signing 19637 19638 @property 19639 def sender_must_authenticate_signing_metadata(self): 19640 """Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19641 19642 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 19643 19644 :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19645 :rtype: SettingsMetadata 19646 """ 19647 return self._sender_must_authenticate_signing_metadata 19648 19649 @sender_must_authenticate_signing_metadata.setter 19650 def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_signing_metadata): 19651 """Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. 19652 19653 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 19654 19655 :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 19656 :type: SettingsMetadata 19657 """ 19658 19659 self._sender_must_authenticate_signing_metadata = sender_must_authenticate_signing_metadata 19660 19661 @property 19662 def sending_tags_font_color(self): 19663 """Gets the sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19664 19665 # noqa: E501 19666 19667 :return: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19668 :rtype: str 19669 """ 19670 return self._sending_tags_font_color 19671 19672 @sending_tags_font_color.setter 19673 def sending_tags_font_color(self, sending_tags_font_color): 19674 """Sets the sending_tags_font_color of this AccountSettingsInformation. 19675 19676 # noqa: E501 19677 19678 :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 19679 :type: str 19680 """ 19681 19682 self._sending_tags_font_color = sending_tags_font_color 19683 19684 @property 19685 def sending_tags_font_color_metadata(self): 19686 """Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19687 19688 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 19689 19690 :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19691 :rtype: SettingsMetadata 19692 """ 19693 return self._sending_tags_font_color_metadata 19694 19695 @sending_tags_font_color_metadata.setter 19696 def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): 19697 """Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. 19698 19699 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 19700 19701 :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 19702 :type: SettingsMetadata 19703 """ 19704 19705 self._sending_tags_font_color_metadata = sending_tags_font_color_metadata 19706 19707 @property 19708 def sending_tags_font_name(self): 19709 """Gets the sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19710 19711 # noqa: E501 19712 19713 :return: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19714 :rtype: str 19715 """ 19716 return self._sending_tags_font_name 19717 19718 @sending_tags_font_name.setter 19719 def sending_tags_font_name(self, sending_tags_font_name): 19720 """Sets the sending_tags_font_name of this AccountSettingsInformation. 19721 19722 # noqa: E501 19723 19724 :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 19725 :type: str 19726 """ 19727 19728 self._sending_tags_font_name = sending_tags_font_name 19729 19730 @property 19731 def sending_tags_font_name_metadata(self): 19732 """Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19733 19734 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 19735 19736 :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19737 :rtype: SettingsMetadata 19738 """ 19739 return self._sending_tags_font_name_metadata 19740 19741 @sending_tags_font_name_metadata.setter 19742 def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): 19743 """Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. 19744 19745 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 19746 19747 :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 19748 :type: SettingsMetadata 19749 """ 19750 19751 self._sending_tags_font_name_metadata = sending_tags_font_name_metadata 19752 19753 @property 19754 def sending_tags_font_size(self): 19755 """Gets the sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19756 19757 # noqa: E501 19758 19759 :return: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19760 :rtype: str 19761 """ 19762 return self._sending_tags_font_size 19763 19764 @sending_tags_font_size.setter 19765 def sending_tags_font_size(self, sending_tags_font_size): 19766 """Sets the sending_tags_font_size of this AccountSettingsInformation. 19767 19768 # noqa: E501 19769 19770 :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 19771 :type: str 19772 """ 19773 19774 self._sending_tags_font_size = sending_tags_font_size 19775 19776 @property 19777 def sending_tags_font_size_metadata(self): 19778 """Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19779 19780 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 19781 19782 :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19783 :rtype: SettingsMetadata 19784 """ 19785 return self._sending_tags_font_size_metadata 19786 19787 @sending_tags_font_size_metadata.setter 19788 def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): 19789 """Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. 19790 19791 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 19792 19793 :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 19794 :type: SettingsMetadata 19795 """ 19796 19797 self._sending_tags_font_size_metadata = sending_tags_font_size_metadata 19798 19799 @property 19800 def send_lockout_recipient_notification(self): 19801 """Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19802 19803 # noqa: E501 19804 19805 :return: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19806 :rtype: str 19807 """ 19808 return self._send_lockout_recipient_notification 19809 19810 @send_lockout_recipient_notification.setter 19811 def send_lockout_recipient_notification(self, send_lockout_recipient_notification): 19812 """Sets the send_lockout_recipient_notification of this AccountSettingsInformation. 19813 19814 # noqa: E501 19815 19816 :param send_lockout_recipient_notification: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 19817 :type: str 19818 """ 19819 19820 self._send_lockout_recipient_notification = send_lockout_recipient_notification 19821 19822 @property 19823 def send_lockout_recipient_notification_metadata(self): 19824 """Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19825 19826 # noqa: E501 19827 19828 :return: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19829 :rtype: SettingsMetadata 19830 """ 19831 return self._send_lockout_recipient_notification_metadata 19832 19833 @send_lockout_recipient_notification_metadata.setter 19834 def send_lockout_recipient_notification_metadata(self, send_lockout_recipient_notification_metadata): 19835 """Sets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. 19836 19837 # noqa: E501 19838 19839 :param send_lockout_recipient_notification_metadata: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 19840 :type: SettingsMetadata 19841 """ 19842 19843 self._send_lockout_recipient_notification_metadata = send_lockout_recipient_notification_metadata 19844 19845 @property 19846 def send_to_certified_delivery_enabled(self): 19847 """Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19848 19849 # noqa: E501 19850 19851 :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19852 :rtype: str 19853 """ 19854 return self._send_to_certified_delivery_enabled 19855 19856 @send_to_certified_delivery_enabled.setter 19857 def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled): 19858 """Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. 19859 19860 # noqa: E501 19861 19862 :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 19863 :type: str 19864 """ 19865 19866 self._send_to_certified_delivery_enabled = send_to_certified_delivery_enabled 19867 19868 @property 19869 def send_to_certified_delivery_enabled_metadata(self): 19870 """Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19871 19872 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 19873 19874 :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19875 :rtype: SettingsMetadata 19876 """ 19877 return self._send_to_certified_delivery_enabled_metadata 19878 19879 @send_to_certified_delivery_enabled_metadata.setter 19880 def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery_enabled_metadata): 19881 """Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. 19882 19883 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 19884 19885 :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 19886 :type: SettingsMetadata 19887 """ 19888 19889 self._send_to_certified_delivery_enabled_metadata = send_to_certified_delivery_enabled_metadata 19890 19891 @property 19892 def session_timeout(self): 19893 """Gets the session_timeout of this AccountSettingsInformation. # noqa: E501 19894 19895 # noqa: E501 19896 19897 :return: The session_timeout of this AccountSettingsInformation. # noqa: E501 19898 :rtype: str 19899 """ 19900 return self._session_timeout 19901 19902 @session_timeout.setter 19903 def session_timeout(self, session_timeout): 19904 """Sets the session_timeout of this AccountSettingsInformation. 19905 19906 # noqa: E501 19907 19908 :param session_timeout: The session_timeout of this AccountSettingsInformation. # noqa: E501 19909 :type: str 19910 """ 19911 19912 self._session_timeout = session_timeout 19913 19914 @property 19915 def session_timeout_metadata(self): 19916 """Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19917 19918 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 19919 19920 :return: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19921 :rtype: SettingsMetadata 19922 """ 19923 return self._session_timeout_metadata 19924 19925 @session_timeout_metadata.setter 19926 def session_timeout_metadata(self, session_timeout_metadata): 19927 """Sets the session_timeout_metadata of this AccountSettingsInformation. 19928 19929 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 19930 19931 :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 19932 :type: SettingsMetadata 19933 """ 19934 19935 self._session_timeout_metadata = session_timeout_metadata 19936 19937 @property 19938 def set_recip_email_lang(self): 19939 """Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19940 19941 # noqa: E501 19942 19943 :return: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19944 :rtype: str 19945 """ 19946 return self._set_recip_email_lang 19947 19948 @set_recip_email_lang.setter 19949 def set_recip_email_lang(self, set_recip_email_lang): 19950 """Sets the set_recip_email_lang of this AccountSettingsInformation. 19951 19952 # noqa: E501 19953 19954 :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 19955 :type: str 19956 """ 19957 19958 self._set_recip_email_lang = set_recip_email_lang 19959 19960 @property 19961 def set_recip_email_lang_metadata(self): 19962 """Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19963 19964 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 19965 19966 :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19967 :rtype: SettingsMetadata 19968 """ 19969 return self._set_recip_email_lang_metadata 19970 19971 @set_recip_email_lang_metadata.setter 19972 def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): 19973 """Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. 19974 19975 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 19976 19977 :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 19978 :type: SettingsMetadata 19979 """ 19980 19981 self._set_recip_email_lang_metadata = set_recip_email_lang_metadata 19982 19983 @property 19984 def set_recip_sign_lang(self): 19985 """Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 19986 19987 # noqa: E501 19988 19989 :return: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 19990 :rtype: str 19991 """ 19992 return self._set_recip_sign_lang 19993 19994 @set_recip_sign_lang.setter 19995 def set_recip_sign_lang(self, set_recip_sign_lang): 19996 """Sets the set_recip_sign_lang of this AccountSettingsInformation. 19997 19998 # noqa: E501 19999 20000 :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 20001 :type: str 20002 """ 20003 20004 self._set_recip_sign_lang = set_recip_sign_lang 20005 20006 @property 20007 def set_recip_sign_lang_metadata(self): 20008 """Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20009 20010 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 20011 20012 :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20013 :rtype: SettingsMetadata 20014 """ 20015 return self._set_recip_sign_lang_metadata 20016 20017 @set_recip_sign_lang_metadata.setter 20018 def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): 20019 """Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. 20020 20021 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 20022 20023 :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 20024 :type: SettingsMetadata 20025 """ 20026 20027 self._set_recip_sign_lang_metadata = set_recip_sign_lang_metadata 20028 20029 @property 20030 def shared_template_folders(self): 20031 """Gets the shared_template_folders of this AccountSettingsInformation. # noqa: E501 20032 20033 # noqa: E501 20034 20035 :return: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 20036 :rtype: str 20037 """ 20038 return self._shared_template_folders 20039 20040 @shared_template_folders.setter 20041 def shared_template_folders(self, shared_template_folders): 20042 """Sets the shared_template_folders of this AccountSettingsInformation. 20043 20044 # noqa: E501 20045 20046 :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 20047 :type: str 20048 """ 20049 20050 self._shared_template_folders = shared_template_folders 20051 20052 @property 20053 def shared_template_folders_metadata(self): 20054 """Gets the shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20055 20056 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 20057 20058 :return: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20059 :rtype: SettingsMetadata 20060 """ 20061 return self._shared_template_folders_metadata 20062 20063 @shared_template_folders_metadata.setter 20064 def shared_template_folders_metadata(self, shared_template_folders_metadata): 20065 """Sets the shared_template_folders_metadata of this AccountSettingsInformation. 20066 20067 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 20068 20069 :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 20070 :type: SettingsMetadata 20071 """ 20072 20073 self._shared_template_folders_metadata = shared_template_folders_metadata 20074 20075 @property 20076 def show_complete_dialog_in_embedded_session(self): 20077 """Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20078 20079 # noqa: E501 20080 20081 :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20082 :rtype: str 20083 """ 20084 return self._show_complete_dialog_in_embedded_session 20085 20086 @show_complete_dialog_in_embedded_session.setter 20087 def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embedded_session): 20088 """Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. 20089 20090 # noqa: E501 20091 20092 :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 20093 :type: str 20094 """ 20095 20096 self._show_complete_dialog_in_embedded_session = show_complete_dialog_in_embedded_session 20097 20098 @property 20099 def show_complete_dialog_in_embedded_session_metadata(self): 20100 """Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20101 20102 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 20103 20104 :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20105 :rtype: SettingsMetadata 20106 """ 20107 return self._show_complete_dialog_in_embedded_session_metadata 20108 20109 @show_complete_dialog_in_embedded_session_metadata.setter 20110 def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog_in_embedded_session_metadata): 20111 """Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. 20112 20113 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 20114 20115 :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 20116 :type: SettingsMetadata 20117 """ 20118 20119 self._show_complete_dialog_in_embedded_session_metadata = show_complete_dialog_in_embedded_session_metadata 20120 20121 @property 20122 def show_conditional_routing_on_send(self): 20123 """Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20124 20125 # noqa: E501 20126 20127 :return: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20128 :rtype: str 20129 """ 20130 return self._show_conditional_routing_on_send 20131 20132 @show_conditional_routing_on_send.setter 20133 def show_conditional_routing_on_send(self, show_conditional_routing_on_send): 20134 """Sets the show_conditional_routing_on_send of this AccountSettingsInformation. 20135 20136 # noqa: E501 20137 20138 :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 20139 :type: str 20140 """ 20141 20142 self._show_conditional_routing_on_send = show_conditional_routing_on_send 20143 20144 @property 20145 def show_conditional_routing_on_send_metadata(self): 20146 """Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20147 20148 # noqa: E501 20149 20150 :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20151 :rtype: SettingsMetadata 20152 """ 20153 return self._show_conditional_routing_on_send_metadata 20154 20155 @show_conditional_routing_on_send_metadata.setter 20156 def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_send_metadata): 20157 """Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. 20158 20159 # noqa: E501 20160 20161 :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 20162 :type: SettingsMetadata 20163 """ 20164 20165 self._show_conditional_routing_on_send_metadata = show_conditional_routing_on_send_metadata 20166 20167 @property 20168 def show_initial_conditional_fields(self): 20169 """Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20170 20171 # noqa: E501 20172 20173 :return: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20174 :rtype: str 20175 """ 20176 return self._show_initial_conditional_fields 20177 20178 @show_initial_conditional_fields.setter 20179 def show_initial_conditional_fields(self, show_initial_conditional_fields): 20180 """Sets the show_initial_conditional_fields of this AccountSettingsInformation. 20181 20182 # noqa: E501 20183 20184 :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 20185 :type: str 20186 """ 20187 20188 self._show_initial_conditional_fields = show_initial_conditional_fields 20189 20190 @property 20191 def show_initial_conditional_fields_metadata(self): 20192 """Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20193 20194 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 20195 20196 :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20197 :rtype: SettingsMetadata 20198 """ 20199 return self._show_initial_conditional_fields_metadata 20200 20201 @show_initial_conditional_fields_metadata.setter 20202 def show_initial_conditional_fields_metadata(self, show_initial_conditional_fields_metadata): 20203 """Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. 20204 20205 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 20206 20207 :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 20208 :type: SettingsMetadata 20209 """ 20210 20211 self._show_initial_conditional_fields_metadata = show_initial_conditional_fields_metadata 20212 20213 @property 20214 def show_localized_watermarks(self): 20215 """Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20216 20217 # noqa: E501 20218 20219 :return: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20220 :rtype: str 20221 """ 20222 return self._show_localized_watermarks 20223 20224 @show_localized_watermarks.setter 20225 def show_localized_watermarks(self, show_localized_watermarks): 20226 """Sets the show_localized_watermarks of this AccountSettingsInformation. 20227 20228 # noqa: E501 20229 20230 :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 20231 :type: str 20232 """ 20233 20234 self._show_localized_watermarks = show_localized_watermarks 20235 20236 @property 20237 def show_localized_watermarks_metadata(self): 20238 """Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20239 20240 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 20241 20242 :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20243 :rtype: SettingsMetadata 20244 """ 20245 return self._show_localized_watermarks_metadata 20246 20247 @show_localized_watermarks_metadata.setter 20248 def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata): 20249 """Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. 20250 20251 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 20252 20253 :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 20254 :type: SettingsMetadata 20255 """ 20256 20257 self._show_localized_watermarks_metadata = show_localized_watermarks_metadata 20258 20259 @property 20260 def show_masked_fields_when_downloading_document_as_sender(self): 20261 """Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20262 20263 # noqa: E501 20264 20265 :return: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20266 :rtype: str 20267 """ 20268 return self._show_masked_fields_when_downloading_document_as_sender 20269 20270 @show_masked_fields_when_downloading_document_as_sender.setter 20271 def show_masked_fields_when_downloading_document_as_sender(self, show_masked_fields_when_downloading_document_as_sender): 20272 """Sets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. 20273 20274 # noqa: E501 20275 20276 :param show_masked_fields_when_downloading_document_as_sender: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 20277 :type: str 20278 """ 20279 20280 self._show_masked_fields_when_downloading_document_as_sender = show_masked_fields_when_downloading_document_as_sender 20281 20282 @property 20283 def show_masked_fields_when_downloading_document_as_sender_metadata(self): 20284 """Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20285 20286 # noqa: E501 20287 20288 :return: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20289 :rtype: SettingsMetadata 20290 """ 20291 return self._show_masked_fields_when_downloading_document_as_sender_metadata 20292 20293 @show_masked_fields_when_downloading_document_as_sender_metadata.setter 20294 def show_masked_fields_when_downloading_document_as_sender_metadata(self, show_masked_fields_when_downloading_document_as_sender_metadata): 20295 """Sets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. 20296 20297 # noqa: E501 20298 20299 :param show_masked_fields_when_downloading_document_as_sender_metadata: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 20300 :type: SettingsMetadata 20301 """ 20302 20303 self._show_masked_fields_when_downloading_document_as_sender_metadata = show_masked_fields_when_downloading_document_as_sender_metadata 20304 20305 @property 20306 def show_tutorials(self): 20307 """Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501 20308 20309 # noqa: E501 20310 20311 :return: The show_tutorials of this AccountSettingsInformation. # noqa: E501 20312 :rtype: str 20313 """ 20314 return self._show_tutorials 20315 20316 @show_tutorials.setter 20317 def show_tutorials(self, show_tutorials): 20318 """Sets the show_tutorials of this AccountSettingsInformation. 20319 20320 # noqa: E501 20321 20322 :param show_tutorials: The show_tutorials of this AccountSettingsInformation. # noqa: E501 20323 :type: str 20324 """ 20325 20326 self._show_tutorials = show_tutorials 20327 20328 @property 20329 def show_tutorials_metadata(self): 20330 """Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20331 20332 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 20333 20334 :return: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20335 :rtype: SettingsMetadata 20336 """ 20337 return self._show_tutorials_metadata 20338 20339 @show_tutorials_metadata.setter 20340 def show_tutorials_metadata(self, show_tutorials_metadata): 20341 """Sets the show_tutorials_metadata of this AccountSettingsInformation. 20342 20343 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 20344 20345 :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 20346 :type: SettingsMetadata 20347 """ 20348 20349 self._show_tutorials_metadata = show_tutorials_metadata 20350 20351 @property 20352 def signature_providers(self): 20353 """Gets the signature_providers of this AccountSettingsInformation. # noqa: E501 20354 20355 # noqa: E501 20356 20357 :return: The signature_providers of this AccountSettingsInformation. # noqa: E501 20358 :rtype: list[str] 20359 """ 20360 return self._signature_providers 20361 20362 @signature_providers.setter 20363 def signature_providers(self, signature_providers): 20364 """Sets the signature_providers of this AccountSettingsInformation. 20365 20366 # noqa: E501 20367 20368 :param signature_providers: The signature_providers of this AccountSettingsInformation. # noqa: E501 20369 :type: list[str] 20370 """ 20371 20372 self._signature_providers = signature_providers 20373 20374 @property 20375 def signature_providers_metadata(self): 20376 """Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20377 20378 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 20379 20380 :return: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20381 :rtype: SettingsMetadata 20382 """ 20383 return self._signature_providers_metadata 20384 20385 @signature_providers_metadata.setter 20386 def signature_providers_metadata(self, signature_providers_metadata): 20387 """Sets the signature_providers_metadata of this AccountSettingsInformation. 20388 20389 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 20390 20391 :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 20392 :type: SettingsMetadata 20393 """ 20394 20395 self._signature_providers_metadata = signature_providers_metadata 20396 20397 @property 20398 def sign_date_format(self): 20399 """Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501 20400 20401 # noqa: E501 20402 20403 :return: The sign_date_format of this AccountSettingsInformation. # noqa: E501 20404 :rtype: str 20405 """ 20406 return self._sign_date_format 20407 20408 @sign_date_format.setter 20409 def sign_date_format(self, sign_date_format): 20410 """Sets the sign_date_format of this AccountSettingsInformation. 20411 20412 # noqa: E501 20413 20414 :param sign_date_format: The sign_date_format of this AccountSettingsInformation. # noqa: E501 20415 :type: str 20416 """ 20417 20418 self._sign_date_format = sign_date_format 20419 20420 @property 20421 def sign_date_format_metadata(self): 20422 """Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20423 20424 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 20425 20426 :return: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20427 :rtype: SettingsMetadata 20428 """ 20429 return self._sign_date_format_metadata 20430 20431 @sign_date_format_metadata.setter 20432 def sign_date_format_metadata(self, sign_date_format_metadata): 20433 """Sets the sign_date_format_metadata of this AccountSettingsInformation. 20434 20435 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 20436 20437 :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 20438 :type: SettingsMetadata 20439 """ 20440 20441 self._sign_date_format_metadata = sign_date_format_metadata 20442 20443 @property 20444 def sign_date_time_account_language_override(self): 20445 """Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20446 20447 # noqa: E501 20448 20449 :return: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20450 :rtype: str 20451 """ 20452 return self._sign_date_time_account_language_override 20453 20454 @sign_date_time_account_language_override.setter 20455 def sign_date_time_account_language_override(self, sign_date_time_account_language_override): 20456 """Sets the sign_date_time_account_language_override of this AccountSettingsInformation. 20457 20458 # noqa: E501 20459 20460 :param sign_date_time_account_language_override: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 20461 :type: str 20462 """ 20463 20464 self._sign_date_time_account_language_override = sign_date_time_account_language_override 20465 20466 @property 20467 def sign_date_time_account_language_override_metadata(self): 20468 """Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20469 20470 # noqa: E501 20471 20472 :return: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20473 :rtype: SettingsMetadata 20474 """ 20475 return self._sign_date_time_account_language_override_metadata 20476 20477 @sign_date_time_account_language_override_metadata.setter 20478 def sign_date_time_account_language_override_metadata(self, sign_date_time_account_language_override_metadata): 20479 """Sets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. 20480 20481 # noqa: E501 20482 20483 :param sign_date_time_account_language_override_metadata: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 20484 :type: SettingsMetadata 20485 """ 20486 20487 self._sign_date_time_account_language_override_metadata = sign_date_time_account_language_override_metadata 20488 20489 @property 20490 def sign_date_time_account_timezone_override(self): 20491 """Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20492 20493 # noqa: E501 20494 20495 :return: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20496 :rtype: str 20497 """ 20498 return self._sign_date_time_account_timezone_override 20499 20500 @sign_date_time_account_timezone_override.setter 20501 def sign_date_time_account_timezone_override(self, sign_date_time_account_timezone_override): 20502 """Sets the sign_date_time_account_timezone_override of this AccountSettingsInformation. 20503 20504 # noqa: E501 20505 20506 :param sign_date_time_account_timezone_override: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 20507 :type: str 20508 """ 20509 20510 self._sign_date_time_account_timezone_override = sign_date_time_account_timezone_override 20511 20512 @property 20513 def sign_date_time_account_timezone_override_metadata(self): 20514 """Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20515 20516 # noqa: E501 20517 20518 :return: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20519 :rtype: SettingsMetadata 20520 """ 20521 return self._sign_date_time_account_timezone_override_metadata 20522 20523 @sign_date_time_account_timezone_override_metadata.setter 20524 def sign_date_time_account_timezone_override_metadata(self, sign_date_time_account_timezone_override_metadata): 20525 """Sets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. 20526 20527 # noqa: E501 20528 20529 :param sign_date_time_account_timezone_override_metadata: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 20530 :type: SettingsMetadata 20531 """ 20532 20533 self._sign_date_time_account_timezone_override_metadata = sign_date_time_account_timezone_override_metadata 20534 20535 @property 20536 def signer_attach_certificate_to_envelope_pdf(self): 20537 """Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20538 20539 # noqa: E501 20540 20541 :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20542 :rtype: str 20543 """ 20544 return self._signer_attach_certificate_to_envelope_pdf 20545 20546 @signer_attach_certificate_to_envelope_pdf.setter 20547 def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to_envelope_pdf): 20548 """Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. 20549 20550 # noqa: E501 20551 20552 :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 20553 :type: str 20554 """ 20555 20556 self._signer_attach_certificate_to_envelope_pdf = signer_attach_certificate_to_envelope_pdf 20557 20558 @property 20559 def signer_attach_certificate_to_envelope_pdf_metadata(self): 20560 """Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20561 20562 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 20563 20564 :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20565 :rtype: SettingsMetadata 20566 """ 20567 return self._signer_attach_certificate_to_envelope_pdf_metadata 20568 20569 @signer_attach_certificate_to_envelope_pdf_metadata.setter 20570 def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certificate_to_envelope_pdf_metadata): 20571 """Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. 20572 20573 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 20574 20575 :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 20576 :type: SettingsMetadata 20577 """ 20578 20579 self._signer_attach_certificate_to_envelope_pdf_metadata = signer_attach_certificate_to_envelope_pdf_metadata 20580 20581 @property 20582 def signer_attach_concat(self): 20583 """Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20584 20585 # noqa: E501 20586 20587 :return: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20588 :rtype: str 20589 """ 20590 return self._signer_attach_concat 20591 20592 @signer_attach_concat.setter 20593 def signer_attach_concat(self, signer_attach_concat): 20594 """Sets the signer_attach_concat of this AccountSettingsInformation. 20595 20596 # noqa: E501 20597 20598 :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 20599 :type: str 20600 """ 20601 20602 self._signer_attach_concat = signer_attach_concat 20603 20604 @property 20605 def signer_attach_concat_metadata(self): 20606 """Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20607 20608 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 20609 20610 :return: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20611 :rtype: SettingsMetadata 20612 """ 20613 return self._signer_attach_concat_metadata 20614 20615 @signer_attach_concat_metadata.setter 20616 def signer_attach_concat_metadata(self, signer_attach_concat_metadata): 20617 """Sets the signer_attach_concat_metadata of this AccountSettingsInformation. 20618 20619 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 20620 20621 :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 20622 :type: SettingsMetadata 20623 """ 20624 20625 self._signer_attach_concat_metadata = signer_attach_concat_metadata 20626 20627 @property 20628 def signer_can_create_account(self): 20629 """Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20630 20631 # noqa: E501 20632 20633 :return: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20634 :rtype: str 20635 """ 20636 return self._signer_can_create_account 20637 20638 @signer_can_create_account.setter 20639 def signer_can_create_account(self, signer_can_create_account): 20640 """Sets the signer_can_create_account of this AccountSettingsInformation. 20641 20642 # noqa: E501 20643 20644 :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 20645 :type: str 20646 """ 20647 20648 self._signer_can_create_account = signer_can_create_account 20649 20650 @property 20651 def signer_can_create_account_metadata(self): 20652 """Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20653 20654 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 20655 20656 :return: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20657 :rtype: SettingsMetadata 20658 """ 20659 return self._signer_can_create_account_metadata 20660 20661 @signer_can_create_account_metadata.setter 20662 def signer_can_create_account_metadata(self, signer_can_create_account_metadata): 20663 """Sets the signer_can_create_account_metadata of this AccountSettingsInformation. 20664 20665 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 20666 20667 :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 20668 :type: SettingsMetadata 20669 """ 20670 20671 self._signer_can_create_account_metadata = signer_can_create_account_metadata 20672 20673 @property 20674 def signer_can_sign_on_mobile(self): 20675 """Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20676 20677 # noqa: E501 20678 20679 :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20680 :rtype: str 20681 """ 20682 return self._signer_can_sign_on_mobile 20683 20684 @signer_can_sign_on_mobile.setter 20685 def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): 20686 """Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. 20687 20688 # noqa: E501 20689 20690 :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 20691 :type: str 20692 """ 20693 20694 self._signer_can_sign_on_mobile = signer_can_sign_on_mobile 20695 20696 @property 20697 def signer_can_sign_on_mobile_metadata(self): 20698 """Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20699 20700 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 20701 20702 :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20703 :rtype: SettingsMetadata 20704 """ 20705 return self._signer_can_sign_on_mobile_metadata 20706 20707 @signer_can_sign_on_mobile_metadata.setter 20708 def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata): 20709 """Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. 20710 20711 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 20712 20713 :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 20714 :type: SettingsMetadata 20715 """ 20716 20717 self._signer_can_sign_on_mobile_metadata = signer_can_sign_on_mobile_metadata 20718 20719 @property 20720 def signer_in_session_use_envelope_complete_email(self): 20721 """Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20722 20723 # noqa: E501 20724 20725 :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20726 :rtype: str 20727 """ 20728 return self._signer_in_session_use_envelope_complete_email 20729 20730 @signer_in_session_use_envelope_complete_email.setter 20731 def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_envelope_complete_email): 20732 """Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. 20733 20734 # noqa: E501 20735 20736 :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 20737 :type: str 20738 """ 20739 20740 self._signer_in_session_use_envelope_complete_email = signer_in_session_use_envelope_complete_email 20741 20742 @property 20743 def signer_in_session_use_envelope_complete_email_metadata(self): 20744 """Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20745 20746 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 20747 20748 :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20749 :rtype: SettingsMetadata 20750 """ 20751 return self._signer_in_session_use_envelope_complete_email_metadata 20752 20753 @signer_in_session_use_envelope_complete_email_metadata.setter 20754 def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_session_use_envelope_complete_email_metadata): 20755 """Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. 20756 20757 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 20758 20759 :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 20760 :type: SettingsMetadata 20761 """ 20762 20763 self._signer_in_session_use_envelope_complete_email_metadata = signer_in_session_use_envelope_complete_email_metadata 20764 20765 @property 20766 def signer_login_requirements(self): 20767 """Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20768 20769 # noqa: E501 20770 20771 :return: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20772 :rtype: str 20773 """ 20774 return self._signer_login_requirements 20775 20776 @signer_login_requirements.setter 20777 def signer_login_requirements(self, signer_login_requirements): 20778 """Sets the signer_login_requirements of this AccountSettingsInformation. 20779 20780 # noqa: E501 20781 20782 :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 20783 :type: str 20784 """ 20785 20786 self._signer_login_requirements = signer_login_requirements 20787 20788 @property 20789 def signer_login_requirements_metadata(self): 20790 """Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20791 20792 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 20793 20794 :return: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20795 :rtype: SettingsMetadata 20796 """ 20797 return self._signer_login_requirements_metadata 20798 20799 @signer_login_requirements_metadata.setter 20800 def signer_login_requirements_metadata(self, signer_login_requirements_metadata): 20801 """Sets the signer_login_requirements_metadata of this AccountSettingsInformation. 20802 20803 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 20804 20805 :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 20806 :type: SettingsMetadata 20807 """ 20808 20809 self._signer_login_requirements_metadata = signer_login_requirements_metadata 20810 20811 @property 20812 def signer_must_have_account(self): 20813 """Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20814 20815 # noqa: E501 20816 20817 :return: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20818 :rtype: str 20819 """ 20820 return self._signer_must_have_account 20821 20822 @signer_must_have_account.setter 20823 def signer_must_have_account(self, signer_must_have_account): 20824 """Sets the signer_must_have_account of this AccountSettingsInformation. 20825 20826 # noqa: E501 20827 20828 :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 20829 :type: str 20830 """ 20831 20832 self._signer_must_have_account = signer_must_have_account 20833 20834 @property 20835 def signer_must_have_account_metadata(self): 20836 """Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20837 20838 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 20839 20840 :return: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20841 :rtype: SettingsMetadata 20842 """ 20843 return self._signer_must_have_account_metadata 20844 20845 @signer_must_have_account_metadata.setter 20846 def signer_must_have_account_metadata(self, signer_must_have_account_metadata): 20847 """Sets the signer_must_have_account_metadata of this AccountSettingsInformation. 20848 20849 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 20850 20851 :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 20852 :type: SettingsMetadata 20853 """ 20854 20855 self._signer_must_have_account_metadata = signer_must_have_account_metadata 20856 20857 @property 20858 def signer_must_login_to_sign(self): 20859 """Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20860 20861 # noqa: E501 20862 20863 :return: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20864 :rtype: str 20865 """ 20866 return self._signer_must_login_to_sign 20867 20868 @signer_must_login_to_sign.setter 20869 def signer_must_login_to_sign(self, signer_must_login_to_sign): 20870 """Sets the signer_must_login_to_sign of this AccountSettingsInformation. 20871 20872 # noqa: E501 20873 20874 :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 20875 :type: str 20876 """ 20877 20878 self._signer_must_login_to_sign = signer_must_login_to_sign 20879 20880 @property 20881 def signer_must_login_to_sign_metadata(self): 20882 """Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20883 20884 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 20885 20886 :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20887 :rtype: SettingsMetadata 20888 """ 20889 return self._signer_must_login_to_sign_metadata 20890 20891 @signer_must_login_to_sign_metadata.setter 20892 def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata): 20893 """Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. 20894 20895 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 20896 20897 :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 20898 :type: SettingsMetadata 20899 """ 20900 20901 self._signer_must_login_to_sign_metadata = signer_must_login_to_sign_metadata 20902 20903 @property 20904 def signer_show_secure_field_initial_values(self): 20905 """Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20906 20907 # noqa: E501 20908 20909 :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20910 :rtype: str 20911 """ 20912 return self._signer_show_secure_field_initial_values 20913 20914 @signer_show_secure_field_initial_values.setter 20915 def signer_show_secure_field_initial_values(self, signer_show_secure_field_initial_values): 20916 """Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. 20917 20918 # noqa: E501 20919 20920 :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 20921 :type: str 20922 """ 20923 20924 self._signer_show_secure_field_initial_values = signer_show_secure_field_initial_values 20925 20926 @property 20927 def signer_show_secure_field_initial_values_metadata(self): 20928 """Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20929 20930 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 20931 20932 :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20933 :rtype: SettingsMetadata 20934 """ 20935 return self._signer_show_secure_field_initial_values_metadata 20936 20937 @signer_show_secure_field_initial_values_metadata.setter 20938 def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_field_initial_values_metadata): 20939 """Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. 20940 20941 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 20942 20943 :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 20944 :type: SettingsMetadata 20945 """ 20946 20947 self._signer_show_secure_field_initial_values_metadata = signer_show_secure_field_initial_values_metadata 20948 20949 @property 20950 def signing_session_timeout(self): 20951 """Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20952 20953 # noqa: E501 20954 20955 :return: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20956 :rtype: str 20957 """ 20958 return self._signing_session_timeout 20959 20960 @signing_session_timeout.setter 20961 def signing_session_timeout(self, signing_session_timeout): 20962 """Sets the signing_session_timeout of this AccountSettingsInformation. 20963 20964 # noqa: E501 20965 20966 :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 20967 :type: str 20968 """ 20969 20970 self._signing_session_timeout = signing_session_timeout 20971 20972 @property 20973 def signing_session_timeout_metadata(self): 20974 """Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20975 20976 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 20977 20978 :return: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20979 :rtype: SettingsMetadata 20980 """ 20981 return self._signing_session_timeout_metadata 20982 20983 @signing_session_timeout_metadata.setter 20984 def signing_session_timeout_metadata(self, signing_session_timeout_metadata): 20985 """Sets the signing_session_timeout_metadata of this AccountSettingsInformation. 20986 20987 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 20988 20989 :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 20990 :type: SettingsMetadata 20991 """ 20992 20993 self._signing_session_timeout_metadata = signing_session_timeout_metadata 20994 20995 @property 20996 def signing_ui_version(self): 20997 """Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501 20998 20999 # noqa: E501 21000 21001 :return: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 21002 :rtype: str 21003 """ 21004 return self._signing_ui_version 21005 21006 @signing_ui_version.setter 21007 def signing_ui_version(self, signing_ui_version): 21008 """Sets the signing_ui_version of this AccountSettingsInformation. 21009 21010 # noqa: E501 21011 21012 :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 21013 :type: str 21014 """ 21015 21016 self._signing_ui_version = signing_ui_version 21017 21018 @property 21019 def signing_ui_version_metadata(self): 21020 """Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21021 21022 Reserved for DocuSign. # noqa: E501 21023 21024 :return: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21025 :rtype: SettingsMetadata 21026 """ 21027 return self._signing_ui_version_metadata 21028 21029 @signing_ui_version_metadata.setter 21030 def signing_ui_version_metadata(self, signing_ui_version_metadata): 21031 """Sets the signing_ui_version_metadata of this AccountSettingsInformation. 21032 21033 Reserved for DocuSign. # noqa: E501 21034 21035 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 21036 :type: SettingsMetadata 21037 """ 21038 21039 self._signing_ui_version_metadata = signing_ui_version_metadata 21040 21041 @property 21042 def sign_time_format(self): 21043 """Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501 21044 21045 # noqa: E501 21046 21047 :return: The sign_time_format of this AccountSettingsInformation. # noqa: E501 21048 :rtype: str 21049 """ 21050 return self._sign_time_format 21051 21052 @sign_time_format.setter 21053 def sign_time_format(self, sign_time_format): 21054 """Sets the sign_time_format of this AccountSettingsInformation. 21055 21056 # noqa: E501 21057 21058 :param sign_time_format: The sign_time_format of this AccountSettingsInformation. # noqa: E501 21059 :type: str 21060 """ 21061 21062 self._sign_time_format = sign_time_format 21063 21064 @property 21065 def sign_time_format_metadata(self): 21066 """Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21067 21068 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 21069 21070 :return: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21071 :rtype: SettingsMetadata 21072 """ 21073 return self._sign_time_format_metadata 21074 21075 @sign_time_format_metadata.setter 21076 def sign_time_format_metadata(self, sign_time_format_metadata): 21077 """Sets the sign_time_format_metadata of this AccountSettingsInformation. 21078 21079 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 21080 21081 :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 21082 :type: SettingsMetadata 21083 """ 21084 21085 self._sign_time_format_metadata = sign_time_format_metadata 21086 21087 @property 21088 def sign_time_show_am_pm(self): 21089 """Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21090 21091 # noqa: E501 21092 21093 :return: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21094 :rtype: str 21095 """ 21096 return self._sign_time_show_am_pm 21097 21098 @sign_time_show_am_pm.setter 21099 def sign_time_show_am_pm(self, sign_time_show_am_pm): 21100 """Sets the sign_time_show_am_pm of this AccountSettingsInformation. 21101 21102 # noqa: E501 21103 21104 :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 21105 :type: str 21106 """ 21107 21108 self._sign_time_show_am_pm = sign_time_show_am_pm 21109 21110 @property 21111 def sign_time_show_am_pm_metadata(self): 21112 """Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21113 21114 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 21115 21116 :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21117 :rtype: SettingsMetadata 21118 """ 21119 return self._sign_time_show_am_pm_metadata 21120 21121 @sign_time_show_am_pm_metadata.setter 21122 def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): 21123 """Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. 21124 21125 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 21126 21127 :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 21128 :type: SettingsMetadata 21129 """ 21130 21131 self._sign_time_show_am_pm_metadata = sign_time_show_am_pm_metadata 21132 21133 @property 21134 def simplified_sending_enabled(self): 21135 """Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21136 21137 # noqa: E501 21138 21139 :return: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21140 :rtype: str 21141 """ 21142 return self._simplified_sending_enabled 21143 21144 @simplified_sending_enabled.setter 21145 def simplified_sending_enabled(self, simplified_sending_enabled): 21146 """Sets the simplified_sending_enabled of this AccountSettingsInformation. 21147 21148 # noqa: E501 21149 21150 :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 21151 :type: str 21152 """ 21153 21154 self._simplified_sending_enabled = simplified_sending_enabled 21155 21156 @property 21157 def simplified_sending_enabled_metadata(self): 21158 """Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21159 21160 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 21161 21162 :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21163 :rtype: SettingsMetadata 21164 """ 21165 return self._simplified_sending_enabled_metadata 21166 21167 @simplified_sending_enabled_metadata.setter 21168 def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadata): 21169 """Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. 21170 21171 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 21172 21173 :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21174 :type: SettingsMetadata 21175 """ 21176 21177 self._simplified_sending_enabled_metadata = simplified_sending_enabled_metadata 21178 21179 @property 21180 def single_sign_on_enabled(self): 21181 """Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21182 21183 # noqa: E501 21184 21185 :return: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21186 :rtype: str 21187 """ 21188 return self._single_sign_on_enabled 21189 21190 @single_sign_on_enabled.setter 21191 def single_sign_on_enabled(self, single_sign_on_enabled): 21192 """Sets the single_sign_on_enabled of this AccountSettingsInformation. 21193 21194 # noqa: E501 21195 21196 :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 21197 :type: str 21198 """ 21199 21200 self._single_sign_on_enabled = single_sign_on_enabled 21201 21202 @property 21203 def single_sign_on_enabled_metadata(self): 21204 """Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21205 21206 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 21207 21208 :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21209 :rtype: SettingsMetadata 21210 """ 21211 return self._single_sign_on_enabled_metadata 21212 21213 @single_sign_on_enabled_metadata.setter 21214 def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): 21215 """Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. 21216 21217 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 21218 21219 :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 21220 :type: SettingsMetadata 21221 """ 21222 21223 self._single_sign_on_enabled_metadata = single_sign_on_enabled_metadata 21224 21225 @property 21226 def skip_auth_completed_envelopes(self): 21227 """Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21228 21229 # noqa: E501 21230 21231 :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21232 :rtype: str 21233 """ 21234 return self._skip_auth_completed_envelopes 21235 21236 @skip_auth_completed_envelopes.setter 21237 def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): 21238 """Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. 21239 21240 # noqa: E501 21241 21242 :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 21243 :type: str 21244 """ 21245 21246 self._skip_auth_completed_envelopes = skip_auth_completed_envelopes 21247 21248 @property 21249 def skip_auth_completed_envelopes_metadata(self): 21250 """Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21251 21252 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 21253 21254 :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21255 :rtype: SettingsMetadata 21256 """ 21257 return self._skip_auth_completed_envelopes_metadata 21258 21259 @skip_auth_completed_envelopes_metadata.setter 21260 def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_metadata): 21261 """Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. 21262 21263 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 21264 21265 :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 21266 :type: SettingsMetadata 21267 """ 21268 21269 self._skip_auth_completed_envelopes_metadata = skip_auth_completed_envelopes_metadata 21270 21271 @property 21272 def social_id_recip_auth(self): 21273 """Gets the social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21274 21275 # noqa: E501 21276 21277 :return: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21278 :rtype: str 21279 """ 21280 return self._social_id_recip_auth 21281 21282 @social_id_recip_auth.setter 21283 def social_id_recip_auth(self, social_id_recip_auth): 21284 """Sets the social_id_recip_auth of this AccountSettingsInformation. 21285 21286 # noqa: E501 21287 21288 :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 21289 :type: str 21290 """ 21291 21292 self._social_id_recip_auth = social_id_recip_auth 21293 21294 @property 21295 def social_id_recip_auth_metadata(self): 21296 """Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21297 21298 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 21299 21300 :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21301 :rtype: SettingsMetadata 21302 """ 21303 return self._social_id_recip_auth_metadata 21304 21305 @social_id_recip_auth_metadata.setter 21306 def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): 21307 """Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. 21308 21309 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 21310 21311 :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 21312 :type: SettingsMetadata 21313 """ 21314 21315 self._social_id_recip_auth_metadata = social_id_recip_auth_metadata 21316 21317 @property 21318 def specify_document_visibility(self): 21319 """Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21320 21321 # noqa: E501 21322 21323 :return: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21324 :rtype: str 21325 """ 21326 return self._specify_document_visibility 21327 21328 @specify_document_visibility.setter 21329 def specify_document_visibility(self, specify_document_visibility): 21330 """Sets the specify_document_visibility of this AccountSettingsInformation. 21331 21332 # noqa: E501 21333 21334 :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 21335 :type: str 21336 """ 21337 21338 self._specify_document_visibility = specify_document_visibility 21339 21340 @property 21341 def specify_document_visibility_metadata(self): 21342 """Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21343 21344 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 21345 21346 :return: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21347 :rtype: SettingsMetadata 21348 """ 21349 return self._specify_document_visibility_metadata 21350 21351 @specify_document_visibility_metadata.setter 21352 def specify_document_visibility_metadata(self, specify_document_visibility_metadata): 21353 """Sets the specify_document_visibility_metadata of this AccountSettingsInformation. 21354 21355 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 21356 21357 :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 21358 :type: SettingsMetadata 21359 """ 21360 21361 self._specify_document_visibility_metadata = specify_document_visibility_metadata 21362 21363 @property 21364 def start_in_advanced_correct(self): 21365 """Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21366 21367 # noqa: E501 21368 21369 :return: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21370 :rtype: str 21371 """ 21372 return self._start_in_advanced_correct 21373 21374 @start_in_advanced_correct.setter 21375 def start_in_advanced_correct(self, start_in_advanced_correct): 21376 """Sets the start_in_advanced_correct of this AccountSettingsInformation. 21377 21378 # noqa: E501 21379 21380 :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 21381 :type: str 21382 """ 21383 21384 self._start_in_advanced_correct = start_in_advanced_correct 21385 21386 @property 21387 def start_in_advanced_correct_metadata(self): 21388 """Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21389 21390 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 21391 21392 :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21393 :rtype: SettingsMetadata 21394 """ 21395 return self._start_in_advanced_correct_metadata 21396 21397 @start_in_advanced_correct_metadata.setter 21398 def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata): 21399 """Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. 21400 21401 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 21402 21403 :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 21404 :type: SettingsMetadata 21405 """ 21406 21407 self._start_in_advanced_correct_metadata = start_in_advanced_correct_metadata 21408 21409 @property 21410 def supplemental_documents_must_accept(self): 21411 """Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21412 21413 # noqa: E501 21414 21415 :return: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21416 :rtype: str 21417 """ 21418 return self._supplemental_documents_must_accept 21419 21420 @supplemental_documents_must_accept.setter 21421 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 21422 """Sets the supplemental_documents_must_accept of this AccountSettingsInformation. 21423 21424 # noqa: E501 21425 21426 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 21427 :type: str 21428 """ 21429 21430 self._supplemental_documents_must_accept = supplemental_documents_must_accept 21431 21432 @property 21433 def supplemental_documents_must_accept_metadata(self): 21434 """Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21435 21436 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 21437 21438 :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21439 :rtype: SettingsMetadata 21440 """ 21441 return self._supplemental_documents_must_accept_metadata 21442 21443 @supplemental_documents_must_accept_metadata.setter 21444 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 21445 """Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. 21446 21447 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 21448 21449 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 21450 :type: SettingsMetadata 21451 """ 21452 21453 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 21454 21455 @property 21456 def supplemental_documents_must_read(self): 21457 """Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21458 21459 # noqa: E501 21460 21461 :return: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21462 :rtype: str 21463 """ 21464 return self._supplemental_documents_must_read 21465 21466 @supplemental_documents_must_read.setter 21467 def supplemental_documents_must_read(self, supplemental_documents_must_read): 21468 """Sets the supplemental_documents_must_read of this AccountSettingsInformation. 21469 21470 # noqa: E501 21471 21472 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 21473 :type: str 21474 """ 21475 21476 self._supplemental_documents_must_read = supplemental_documents_must_read 21477 21478 @property 21479 def supplemental_documents_must_read_metadata(self): 21480 """Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21481 21482 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 21483 21484 :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21485 :rtype: SettingsMetadata 21486 """ 21487 return self._supplemental_documents_must_read_metadata 21488 21489 @supplemental_documents_must_read_metadata.setter 21490 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 21491 """Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. 21492 21493 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 21494 21495 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 21496 :type: SettingsMetadata 21497 """ 21498 21499 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 21500 21501 @property 21502 def supplemental_documents_must_view(self): 21503 """Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21504 21505 # noqa: E501 21506 21507 :return: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21508 :rtype: str 21509 """ 21510 return self._supplemental_documents_must_view 21511 21512 @supplemental_documents_must_view.setter 21513 def supplemental_documents_must_view(self, supplemental_documents_must_view): 21514 """Sets the supplemental_documents_must_view of this AccountSettingsInformation. 21515 21516 # noqa: E501 21517 21518 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 21519 :type: str 21520 """ 21521 21522 self._supplemental_documents_must_view = supplemental_documents_must_view 21523 21524 @property 21525 def supplemental_documents_must_view_metadata(self): 21526 """Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21527 21528 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 21529 21530 :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21531 :rtype: SettingsMetadata 21532 """ 21533 return self._supplemental_documents_must_view_metadata 21534 21535 @supplemental_documents_must_view_metadata.setter 21536 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 21537 """Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. 21538 21539 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 21540 21541 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 21542 :type: SettingsMetadata 21543 """ 21544 21545 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 21546 21547 @property 21548 def suppress_certificate_enforcement(self): 21549 """Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21550 21551 # noqa: E501 21552 21553 :return: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21554 :rtype: str 21555 """ 21556 return self._suppress_certificate_enforcement 21557 21558 @suppress_certificate_enforcement.setter 21559 def suppress_certificate_enforcement(self, suppress_certificate_enforcement): 21560 """Sets the suppress_certificate_enforcement of this AccountSettingsInformation. 21561 21562 # noqa: E501 21563 21564 :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 21565 :type: str 21566 """ 21567 21568 self._suppress_certificate_enforcement = suppress_certificate_enforcement 21569 21570 @property 21571 def suppress_certificate_enforcement_metadata(self): 21572 """Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21573 21574 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 21575 21576 :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21577 :rtype: SettingsMetadata 21578 """ 21579 return self._suppress_certificate_enforcement_metadata 21580 21581 @suppress_certificate_enforcement_metadata.setter 21582 def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforcement_metadata): 21583 """Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. 21584 21585 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 21586 21587 :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 21588 :type: SettingsMetadata 21589 """ 21590 21591 self._suppress_certificate_enforcement_metadata = suppress_certificate_enforcement_metadata 21592 21593 @property 21594 def tab_account_settings(self): 21595 """Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501 21596 21597 Account-wide tab settings. # noqa: E501 21598 21599 :return: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 21600 :rtype: TabAccountSettings 21601 """ 21602 return self._tab_account_settings 21603 21604 @tab_account_settings.setter 21605 def tab_account_settings(self, tab_account_settings): 21606 """Sets the tab_account_settings of this AccountSettingsInformation. 21607 21608 Account-wide tab settings. # noqa: E501 21609 21610 :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 21611 :type: TabAccountSettings 21612 """ 21613 21614 self._tab_account_settings = tab_account_settings 21615 21616 @property 21617 def timezone_offset_api(self): 21618 """Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21619 21620 # noqa: E501 21621 21622 :return: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21623 :rtype: str 21624 """ 21625 return self._timezone_offset_api 21626 21627 @timezone_offset_api.setter 21628 def timezone_offset_api(self, timezone_offset_api): 21629 """Sets the timezone_offset_api of this AccountSettingsInformation. 21630 21631 # noqa: E501 21632 21633 :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 21634 :type: str 21635 """ 21636 21637 self._timezone_offset_api = timezone_offset_api 21638 21639 @property 21640 def timezone_offset_api_metadata(self): 21641 """Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21642 21643 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 21644 21645 :return: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21646 :rtype: SettingsMetadata 21647 """ 21648 return self._timezone_offset_api_metadata 21649 21650 @timezone_offset_api_metadata.setter 21651 def timezone_offset_api_metadata(self, timezone_offset_api_metadata): 21652 """Sets the timezone_offset_api_metadata of this AccountSettingsInformation. 21653 21654 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 21655 21656 :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 21657 :type: SettingsMetadata 21658 """ 21659 21660 self._timezone_offset_api_metadata = timezone_offset_api_metadata 21661 21662 @property 21663 def timezone_offset_ui(self): 21664 """Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21665 21666 # noqa: E501 21667 21668 :return: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21669 :rtype: str 21670 """ 21671 return self._timezone_offset_ui 21672 21673 @timezone_offset_ui.setter 21674 def timezone_offset_ui(self, timezone_offset_ui): 21675 """Sets the timezone_offset_ui of this AccountSettingsInformation. 21676 21677 # noqa: E501 21678 21679 :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 21680 :type: str 21681 """ 21682 21683 self._timezone_offset_ui = timezone_offset_ui 21684 21685 @property 21686 def timezone_offset_ui_metadata(self): 21687 """Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21688 21689 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 21690 21691 :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21692 :rtype: SettingsMetadata 21693 """ 21694 return self._timezone_offset_ui_metadata 21695 21696 @timezone_offset_ui_metadata.setter 21697 def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): 21698 """Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. 21699 21700 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 21701 21702 :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 21703 :type: SettingsMetadata 21704 """ 21705 21706 self._timezone_offset_ui_metadata = timezone_offset_ui_metadata 21707 21708 @property 21709 def universal_signature_opt_in(self): 21710 """Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21711 21712 # noqa: E501 21713 21714 :return: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21715 :rtype: str 21716 """ 21717 return self._universal_signature_opt_in 21718 21719 @universal_signature_opt_in.setter 21720 def universal_signature_opt_in(self, universal_signature_opt_in): 21721 """Sets the universal_signature_opt_in of this AccountSettingsInformation. 21722 21723 # noqa: E501 21724 21725 :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 21726 :type: str 21727 """ 21728 21729 self._universal_signature_opt_in = universal_signature_opt_in 21730 21731 @property 21732 def universal_signature_skip_platform_signature(self): 21733 """Gets the universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21734 21735 # noqa: E501 21736 21737 :return: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21738 :rtype: str 21739 """ 21740 return self._universal_signature_skip_platform_signature 21741 21742 @universal_signature_skip_platform_signature.setter 21743 def universal_signature_skip_platform_signature(self, universal_signature_skip_platform_signature): 21744 """Sets the universal_signature_skip_platform_signature of this AccountSettingsInformation. 21745 21746 # noqa: E501 21747 21748 :param universal_signature_skip_platform_signature: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501 21749 :type: str 21750 """ 21751 21752 self._universal_signature_skip_platform_signature = universal_signature_skip_platform_signature 21753 21754 @property 21755 def universal_signature_skip_platform_signature_metadata(self): 21756 """Gets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21757 21758 # noqa: E501 21759 21760 :return: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21761 :rtype: SettingsMetadata 21762 """ 21763 return self._universal_signature_skip_platform_signature_metadata 21764 21765 @universal_signature_skip_platform_signature_metadata.setter 21766 def universal_signature_skip_platform_signature_metadata(self, universal_signature_skip_platform_signature_metadata): 21767 """Sets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. 21768 21769 # noqa: E501 21770 21771 :param universal_signature_skip_platform_signature_metadata: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501 21772 :type: SettingsMetadata 21773 """ 21774 21775 self._universal_signature_skip_platform_signature_metadata = universal_signature_skip_platform_signature_metadata 21776 21777 @property 21778 def use_account_level_email(self): 21779 """Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501 21780 21781 # noqa: E501 21782 21783 :return: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 21784 :rtype: str 21785 """ 21786 return self._use_account_level_email 21787 21788 @use_account_level_email.setter 21789 def use_account_level_email(self, use_account_level_email): 21790 """Sets the use_account_level_email of this AccountSettingsInformation. 21791 21792 # noqa: E501 21793 21794 :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 21795 :type: str 21796 """ 21797 21798 self._use_account_level_email = use_account_level_email 21799 21800 @property 21801 def use_account_level_email_metadata(self): 21802 """Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21803 21804 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 21805 21806 :return: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21807 :rtype: SettingsMetadata 21808 """ 21809 return self._use_account_level_email_metadata 21810 21811 @use_account_level_email_metadata.setter 21812 def use_account_level_email_metadata(self, use_account_level_email_metadata): 21813 """Sets the use_account_level_email_metadata of this AccountSettingsInformation. 21814 21815 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 21816 21817 :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 21818 :type: SettingsMetadata 21819 """ 21820 21821 self._use_account_level_email_metadata = use_account_level_email_metadata 21822 21823 @property 21824 def use_consumer_disclosure(self): 21825 """Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21826 21827 # noqa: E501 21828 21829 :return: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21830 :rtype: str 21831 """ 21832 return self._use_consumer_disclosure 21833 21834 @use_consumer_disclosure.setter 21835 def use_consumer_disclosure(self, use_consumer_disclosure): 21836 """Sets the use_consumer_disclosure of this AccountSettingsInformation. 21837 21838 # noqa: E501 21839 21840 :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 21841 :type: str 21842 """ 21843 21844 self._use_consumer_disclosure = use_consumer_disclosure 21845 21846 @property 21847 def use_consumer_disclosure_metadata(self): 21848 """Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21849 21850 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 21851 21852 :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21853 :rtype: SettingsMetadata 21854 """ 21855 return self._use_consumer_disclosure_metadata 21856 21857 @use_consumer_disclosure_metadata.setter 21858 def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): 21859 """Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. 21860 21861 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 21862 21863 :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 21864 :type: SettingsMetadata 21865 """ 21866 21867 self._use_consumer_disclosure_metadata = use_consumer_disclosure_metadata 21868 21869 @property 21870 def use_consumer_disclosure_within_account(self): 21871 """Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21872 21873 # noqa: E501 21874 21875 :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21876 :rtype: str 21877 """ 21878 return self._use_consumer_disclosure_within_account 21879 21880 @use_consumer_disclosure_within_account.setter 21881 def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): 21882 """Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. 21883 21884 # noqa: E501 21885 21886 :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 21887 :type: str 21888 """ 21889 21890 self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account 21891 21892 @property 21893 def use_consumer_disclosure_within_account_metadata(self): 21894 """Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21895 21896 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 21897 21898 :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21899 :rtype: SettingsMetadata 21900 """ 21901 return self._use_consumer_disclosure_within_account_metadata 21902 21903 @use_consumer_disclosure_within_account_metadata.setter 21904 def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): 21905 """Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. 21906 21907 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 21908 21909 :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 21910 :type: SettingsMetadata 21911 """ 21912 21913 self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata 21914 21915 @property 21916 def use_derived_keys(self): 21917 """Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501 21918 21919 # noqa: E501 21920 21921 :return: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 21922 :rtype: str 21923 """ 21924 return self._use_derived_keys 21925 21926 @use_derived_keys.setter 21927 def use_derived_keys(self, use_derived_keys): 21928 """Sets the use_derived_keys of this AccountSettingsInformation. 21929 21930 # noqa: E501 21931 21932 :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 21933 :type: str 21934 """ 21935 21936 self._use_derived_keys = use_derived_keys 21937 21938 @property 21939 def use_derived_keys_metadata(self): 21940 """Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21941 21942 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 21943 21944 :return: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21945 :rtype: SettingsMetadata 21946 """ 21947 return self._use_derived_keys_metadata 21948 21949 @use_derived_keys_metadata.setter 21950 def use_derived_keys_metadata(self, use_derived_keys_metadata): 21951 """Sets the use_derived_keys_metadata of this AccountSettingsInformation. 21952 21953 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 21954 21955 :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 21956 :type: SettingsMetadata 21957 """ 21958 21959 self._use_derived_keys_metadata = use_derived_keys_metadata 21960 21961 @property 21962 def use_docu_sign_express_signer_certificate(self): 21963 """Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21964 21965 # noqa: E501 21966 21967 :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21968 :rtype: str 21969 """ 21970 return self._use_docu_sign_express_signer_certificate 21971 21972 @use_docu_sign_express_signer_certificate.setter 21973 def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_certificate): 21974 """Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. 21975 21976 # noqa: E501 21977 21978 :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 21979 :type: str 21980 """ 21981 21982 self._use_docu_sign_express_signer_certificate = use_docu_sign_express_signer_certificate 21983 21984 @property 21985 def use_docu_sign_express_signer_certificate_metadata(self): 21986 """Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 21987 21988 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 21989 21990 :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 21991 :rtype: SettingsMetadata 21992 """ 21993 return self._use_docu_sign_express_signer_certificate_metadata 21994 21995 @use_docu_sign_express_signer_certificate_metadata.setter 21996 def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_express_signer_certificate_metadata): 21997 """Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. 21998 21999 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 22000 22001 :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 22002 :type: SettingsMetadata 22003 """ 22004 22005 self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata 22006 22007 @property 22008 def use_envelope_search_mixed_mode(self): 22009 """Gets the use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22010 22011 # noqa: E501 22012 22013 :return: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22014 :rtype: str 22015 """ 22016 return self._use_envelope_search_mixed_mode 22017 22018 @use_envelope_search_mixed_mode.setter 22019 def use_envelope_search_mixed_mode(self, use_envelope_search_mixed_mode): 22020 """Sets the use_envelope_search_mixed_mode of this AccountSettingsInformation. 22021 22022 # noqa: E501 22023 22024 :param use_envelope_search_mixed_mode: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 22025 :type: str 22026 """ 22027 22028 self._use_envelope_search_mixed_mode = use_envelope_search_mixed_mode 22029 22030 @property 22031 def use_envelope_search_mixed_mode_metadata(self): 22032 """Gets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22033 22034 # noqa: E501 22035 22036 :return: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22037 :rtype: SettingsMetadata 22038 """ 22039 return self._use_envelope_search_mixed_mode_metadata 22040 22041 @use_envelope_search_mixed_mode_metadata.setter 22042 def use_envelope_search_mixed_mode_metadata(self, use_envelope_search_mixed_mode_metadata): 22043 """Sets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. 22044 22045 # noqa: E501 22046 22047 :param use_envelope_search_mixed_mode_metadata: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 22048 :type: SettingsMetadata 22049 """ 22050 22051 self._use_envelope_search_mixed_mode_metadata = use_envelope_search_mixed_mode_metadata 22052 22053 @property 22054 def use_multi_app_groups_data(self): 22055 """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22056 22057 # noqa: E501 22058 22059 :return: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22060 :rtype: str 22061 """ 22062 return self._use_multi_app_groups_data 22063 22064 @use_multi_app_groups_data.setter 22065 def use_multi_app_groups_data(self, use_multi_app_groups_data): 22066 """Sets the use_multi_app_groups_data of this AccountSettingsInformation. 22067 22068 # noqa: E501 22069 22070 :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 22071 :type: str 22072 """ 22073 22074 self._use_multi_app_groups_data = use_multi_app_groups_data 22075 22076 @property 22077 def use_multi_app_groups_data_metadata(self): 22078 """Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22079 22080 # noqa: E501 22081 22082 :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22083 :rtype: SettingsMetadata 22084 """ 22085 return self._use_multi_app_groups_data_metadata 22086 22087 @use_multi_app_groups_data_metadata.setter 22088 def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata): 22089 """Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. 22090 22091 # noqa: E501 22092 22093 :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 22094 :type: SettingsMetadata 22095 """ 22096 22097 self._use_multi_app_groups_data_metadata = use_multi_app_groups_data_metadata 22098 22099 @property 22100 def use_new_blob_for_pdf(self): 22101 """Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22102 22103 # noqa: E501 22104 22105 :return: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22106 :rtype: str 22107 """ 22108 return self._use_new_blob_for_pdf 22109 22110 @use_new_blob_for_pdf.setter 22111 def use_new_blob_for_pdf(self, use_new_blob_for_pdf): 22112 """Sets the use_new_blob_for_pdf of this AccountSettingsInformation. 22113 22114 # noqa: E501 22115 22116 :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 22117 :type: str 22118 """ 22119 22120 self._use_new_blob_for_pdf = use_new_blob_for_pdf 22121 22122 @property 22123 def use_new_blob_for_pdf_metadata(self): 22124 """Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22125 22126 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 22127 22128 :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22129 :rtype: SettingsMetadata 22130 """ 22131 return self._use_new_blob_for_pdf_metadata 22132 22133 @use_new_blob_for_pdf_metadata.setter 22134 def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): 22135 """Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. 22136 22137 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 22138 22139 :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 22140 :type: SettingsMetadata 22141 """ 22142 22143 self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata 22144 22145 @property 22146 def use_new_envelope_search(self): 22147 """Gets the use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22148 22149 # noqa: E501 22150 22151 :return: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22152 :rtype: str 22153 """ 22154 return self._use_new_envelope_search 22155 22156 @use_new_envelope_search.setter 22157 def use_new_envelope_search(self, use_new_envelope_search): 22158 """Sets the use_new_envelope_search of this AccountSettingsInformation. 22159 22160 # noqa: E501 22161 22162 :param use_new_envelope_search: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 22163 :type: str 22164 """ 22165 22166 self._use_new_envelope_search = use_new_envelope_search 22167 22168 @property 22169 def use_new_envelope_search_metadata(self): 22170 """Gets the use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22171 22172 # noqa: E501 22173 22174 :return: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22175 :rtype: SettingsMetadata 22176 """ 22177 return self._use_new_envelope_search_metadata 22178 22179 @use_new_envelope_search_metadata.setter 22180 def use_new_envelope_search_metadata(self, use_new_envelope_search_metadata): 22181 """Sets the use_new_envelope_search_metadata of this AccountSettingsInformation. 22182 22183 # noqa: E501 22184 22185 :param use_new_envelope_search_metadata: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 22186 :type: SettingsMetadata 22187 """ 22188 22189 self._use_new_envelope_search_metadata = use_new_envelope_search_metadata 22190 22191 @property 22192 def use_new_envelope_search_only_when_searching_after_date(self): 22193 """Gets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22194 22195 # noqa: E501 22196 22197 :return: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22198 :rtype: str 22199 """ 22200 return self._use_new_envelope_search_only_when_searching_after_date 22201 22202 @use_new_envelope_search_only_when_searching_after_date.setter 22203 def use_new_envelope_search_only_when_searching_after_date(self, use_new_envelope_search_only_when_searching_after_date): 22204 """Sets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. 22205 22206 # noqa: E501 22207 22208 :param use_new_envelope_search_only_when_searching_after_date: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 22209 :type: str 22210 """ 22211 22212 self._use_new_envelope_search_only_when_searching_after_date = use_new_envelope_search_only_when_searching_after_date 22213 22214 @property 22215 def use_new_envelope_search_only_when_searching_after_date_metadata(self): 22216 """Gets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22217 22218 # noqa: E501 22219 22220 :return: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22221 :rtype: SettingsMetadata 22222 """ 22223 return self._use_new_envelope_search_only_when_searching_after_date_metadata 22224 22225 @use_new_envelope_search_only_when_searching_after_date_metadata.setter 22226 def use_new_envelope_search_only_when_searching_after_date_metadata(self, use_new_envelope_search_only_when_searching_after_date_metadata): 22227 """Sets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. 22228 22229 # noqa: E501 22230 22231 :param use_new_envelope_search_only_when_searching_after_date_metadata: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 22232 :type: SettingsMetadata 22233 """ 22234 22235 self._use_new_envelope_search_only_when_searching_after_date_metadata = use_new_envelope_search_only_when_searching_after_date_metadata 22236 22237 @property 22238 def use_new_envelope_search_only_with_search_term(self): 22239 """Gets the use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22240 22241 # noqa: E501 22242 22243 :return: The use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22244 :rtype: str 22245 """ 22246 return self._use_new_envelope_search_only_with_search_term 22247 22248 @use_new_envelope_search_only_with_search_term.setter 22249 def use_new_envelope_search_only_with_search_term(self, use_new_envelope_search_only_with_search_term): 22250 """Sets the use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. 22251 22252 # noqa: E501 22253 22254 :param use_new_envelope_search_only_with_search_term: The use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501 22255 :type: str 22256 """ 22257 22258 self._use_new_envelope_search_only_with_search_term = use_new_envelope_search_only_with_search_term 22259 22260 @property 22261 def use_new_envelope_search_only_with_search_term_metadata(self): 22262 """Gets the use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22263 22264 # noqa: E501 22265 22266 :return: The use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22267 :rtype: SettingsMetadata 22268 """ 22269 return self._use_new_envelope_search_only_with_search_term_metadata 22270 22271 @use_new_envelope_search_only_with_search_term_metadata.setter 22272 def use_new_envelope_search_only_with_search_term_metadata(self, use_new_envelope_search_only_with_search_term_metadata): 22273 """Sets the use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. 22274 22275 # noqa: E501 22276 22277 :param use_new_envelope_search_only_with_search_term_metadata: The use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501 22278 :type: SettingsMetadata 22279 """ 22280 22281 self._use_new_envelope_search_only_with_search_term_metadata = use_new_envelope_search_only_with_search_term_metadata 22282 22283 @property 22284 def use_safe_signer_certificates(self): 22285 """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22286 22287 # noqa: E501 22288 22289 :return: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22290 :rtype: str 22291 """ 22292 return self._use_safe_signer_certificates 22293 22294 @use_safe_signer_certificates.setter 22295 def use_safe_signer_certificates(self, use_safe_signer_certificates): 22296 """Sets the use_safe_signer_certificates of this AccountSettingsInformation. 22297 22298 # noqa: E501 22299 22300 :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 22301 :type: str 22302 """ 22303 22304 self._use_safe_signer_certificates = use_safe_signer_certificates 22305 22306 @property 22307 def use_safe_signer_certificates_metadata(self): 22308 """Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22309 22310 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 22311 22312 :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22313 :rtype: SettingsMetadata 22314 """ 22315 return self._use_safe_signer_certificates_metadata 22316 22317 @use_safe_signer_certificates_metadata.setter 22318 def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_metadata): 22319 """Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. 22320 22321 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 22322 22323 :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 22324 :type: SettingsMetadata 22325 """ 22326 22327 self._use_safe_signer_certificates_metadata = use_safe_signer_certificates_metadata 22328 22329 @property 22330 def uses_api(self): 22331 """Gets the uses_api of this AccountSettingsInformation. # noqa: E501 22332 22333 # noqa: E501 22334 22335 :return: The uses_api of this AccountSettingsInformation. # noqa: E501 22336 :rtype: str 22337 """ 22338 return self._uses_api 22339 22340 @uses_api.setter 22341 def uses_api(self, uses_api): 22342 """Sets the uses_api of this AccountSettingsInformation. 22343 22344 # noqa: E501 22345 22346 :param uses_api: The uses_api of this AccountSettingsInformation. # noqa: E501 22347 :type: str 22348 """ 22349 22350 self._uses_api = uses_api 22351 22352 @property 22353 def uses_api_metadata(self): 22354 """Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22355 22356 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 22357 22358 :return: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22359 :rtype: SettingsMetadata 22360 """ 22361 return self._uses_api_metadata 22362 22363 @uses_api_metadata.setter 22364 def uses_api_metadata(self, uses_api_metadata): 22365 """Sets the uses_api_metadata of this AccountSettingsInformation. 22366 22367 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 22368 22369 :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 22370 :type: SettingsMetadata 22371 """ 22372 22373 self._uses_api_metadata = uses_api_metadata 22374 22375 @property 22376 def use_signature_provider_platform(self): 22377 """Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22378 22379 # noqa: E501 22380 22381 :return: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22382 :rtype: str 22383 """ 22384 return self._use_signature_provider_platform 22385 22386 @use_signature_provider_platform.setter 22387 def use_signature_provider_platform(self, use_signature_provider_platform): 22388 """Sets the use_signature_provider_platform of this AccountSettingsInformation. 22389 22390 # noqa: E501 22391 22392 :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 22393 :type: str 22394 """ 22395 22396 self._use_signature_provider_platform = use_signature_provider_platform 22397 22398 @property 22399 def use_signature_provider_platform_metadata(self): 22400 """Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22401 22402 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 22403 22404 :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22405 :rtype: SettingsMetadata 22406 """ 22407 return self._use_signature_provider_platform_metadata 22408 22409 @use_signature_provider_platform_metadata.setter 22410 def use_signature_provider_platform_metadata(self, use_signature_provider_platform_metadata): 22411 """Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. 22412 22413 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 22414 22415 :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 22416 :type: SettingsMetadata 22417 """ 22418 22419 self._use_signature_provider_platform_metadata = use_signature_provider_platform_metadata 22420 22421 @property 22422 def use_smart_contracts_v1(self): 22423 """Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22424 22425 # noqa: E501 22426 22427 :return: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22428 :rtype: str 22429 """ 22430 return self._use_smart_contracts_v1 22431 22432 @use_smart_contracts_v1.setter 22433 def use_smart_contracts_v1(self, use_smart_contracts_v1): 22434 """Sets the use_smart_contracts_v1 of this AccountSettingsInformation. 22435 22436 # noqa: E501 22437 22438 :param use_smart_contracts_v1: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 22439 :type: str 22440 """ 22441 22442 self._use_smart_contracts_v1 = use_smart_contracts_v1 22443 22444 @property 22445 def validations_allowed(self): 22446 """Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501 22447 22448 # noqa: E501 22449 22450 :return: The validations_allowed of this AccountSettingsInformation. # noqa: E501 22451 :rtype: str 22452 """ 22453 return self._validations_allowed 22454 22455 @validations_allowed.setter 22456 def validations_allowed(self, validations_allowed): 22457 """Sets the validations_allowed of this AccountSettingsInformation. 22458 22459 # noqa: E501 22460 22461 :param validations_allowed: The validations_allowed of this AccountSettingsInformation. # noqa: E501 22462 :type: str 22463 """ 22464 22465 self._validations_allowed = validations_allowed 22466 22467 @property 22468 def validations_allowed_metadata(self): 22469 """Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22470 22471 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 22472 22473 :return: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22474 :rtype: SettingsMetadata 22475 """ 22476 return self._validations_allowed_metadata 22477 22478 @validations_allowed_metadata.setter 22479 def validations_allowed_metadata(self, validations_allowed_metadata): 22480 """Sets the validations_allowed_metadata of this AccountSettingsInformation. 22481 22482 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 22483 22484 :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 22485 :type: SettingsMetadata 22486 """ 22487 22488 self._validations_allowed_metadata = validations_allowed_metadata 22489 22490 @property 22491 def validations_brand(self): 22492 """Gets the validations_brand of this AccountSettingsInformation. # noqa: E501 22493 22494 # noqa: E501 22495 22496 :return: The validations_brand of this AccountSettingsInformation. # noqa: E501 22497 :rtype: str 22498 """ 22499 return self._validations_brand 22500 22501 @validations_brand.setter 22502 def validations_brand(self, validations_brand): 22503 """Sets the validations_brand of this AccountSettingsInformation. 22504 22505 # noqa: E501 22506 22507 :param validations_brand: The validations_brand of this AccountSettingsInformation. # noqa: E501 22508 :type: str 22509 """ 22510 22511 self._validations_brand = validations_brand 22512 22513 @property 22514 def validations_brand_metadata(self): 22515 """Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22516 22517 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 22518 22519 :return: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22520 :rtype: SettingsMetadata 22521 """ 22522 return self._validations_brand_metadata 22523 22524 @validations_brand_metadata.setter 22525 def validations_brand_metadata(self, validations_brand_metadata): 22526 """Sets the validations_brand_metadata of this AccountSettingsInformation. 22527 22528 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 22529 22530 :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 22531 :type: SettingsMetadata 22532 """ 22533 22534 self._validations_brand_metadata = validations_brand_metadata 22535 22536 @property 22537 def validations_cadence(self): 22538 """Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501 22539 22540 # noqa: E501 22541 22542 :return: The validations_cadence of this AccountSettingsInformation. # noqa: E501 22543 :rtype: str 22544 """ 22545 return self._validations_cadence 22546 22547 @validations_cadence.setter 22548 def validations_cadence(self, validations_cadence): 22549 """Sets the validations_cadence of this AccountSettingsInformation. 22550 22551 # noqa: E501 22552 22553 :param validations_cadence: The validations_cadence of this AccountSettingsInformation. # noqa: E501 22554 :type: str 22555 """ 22556 22557 self._validations_cadence = validations_cadence 22558 22559 @property 22560 def validations_cadence_metadata(self): 22561 """Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22562 22563 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 22564 22565 :return: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22566 :rtype: SettingsMetadata 22567 """ 22568 return self._validations_cadence_metadata 22569 22570 @validations_cadence_metadata.setter 22571 def validations_cadence_metadata(self, validations_cadence_metadata): 22572 """Sets the validations_cadence_metadata of this AccountSettingsInformation. 22573 22574 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 22575 22576 :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 22577 :type: SettingsMetadata 22578 """ 22579 22580 self._validations_cadence_metadata = validations_cadence_metadata 22581 22582 @property 22583 def validations_enabled(self): 22584 """Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501 22585 22586 # noqa: E501 22587 22588 :return: The validations_enabled of this AccountSettingsInformation. # noqa: E501 22589 :rtype: str 22590 """ 22591 return self._validations_enabled 22592 22593 @validations_enabled.setter 22594 def validations_enabled(self, validations_enabled): 22595 """Sets the validations_enabled of this AccountSettingsInformation. 22596 22597 # noqa: E501 22598 22599 :param validations_enabled: The validations_enabled of this AccountSettingsInformation. # noqa: E501 22600 :type: str 22601 """ 22602 22603 self._validations_enabled = validations_enabled 22604 22605 @property 22606 def validations_enabled_metadata(self): 22607 """Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22608 22609 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 22610 22611 :return: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22612 :rtype: SettingsMetadata 22613 """ 22614 return self._validations_enabled_metadata 22615 22616 @validations_enabled_metadata.setter 22617 def validations_enabled_metadata(self, validations_enabled_metadata): 22618 """Sets the validations_enabled_metadata of this AccountSettingsInformation. 22619 22620 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 22621 22622 :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22623 :type: SettingsMetadata 22624 """ 22625 22626 self._validations_enabled_metadata = validations_enabled_metadata 22627 22628 @property 22629 def validations_report(self): 22630 """Gets the validations_report of this AccountSettingsInformation. # noqa: E501 22631 22632 # noqa: E501 22633 22634 :return: The validations_report of this AccountSettingsInformation. # noqa: E501 22635 :rtype: str 22636 """ 22637 return self._validations_report 22638 22639 @validations_report.setter 22640 def validations_report(self, validations_report): 22641 """Sets the validations_report of this AccountSettingsInformation. 22642 22643 # noqa: E501 22644 22645 :param validations_report: The validations_report of this AccountSettingsInformation. # noqa: E501 22646 :type: str 22647 """ 22648 22649 self._validations_report = validations_report 22650 22651 @property 22652 def validations_report_metadata(self): 22653 """Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22654 22655 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 22656 22657 :return: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22658 :rtype: SettingsMetadata 22659 """ 22660 return self._validations_report_metadata 22661 22662 @validations_report_metadata.setter 22663 def validations_report_metadata(self, validations_report_metadata): 22664 """Sets the validations_report_metadata of this AccountSettingsInformation. 22665 22666 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 22667 22668 :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 22669 :type: SettingsMetadata 22670 """ 22671 22672 self._validations_report_metadata = validations_report_metadata 22673 22674 @property 22675 def water_mark_enabled(self): 22676 """Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22677 22678 # noqa: E501 22679 22680 :return: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22681 :rtype: str 22682 """ 22683 return self._water_mark_enabled 22684 22685 @water_mark_enabled.setter 22686 def water_mark_enabled(self, water_mark_enabled): 22687 """Sets the water_mark_enabled of this AccountSettingsInformation. 22688 22689 # noqa: E501 22690 22691 :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 22692 :type: str 22693 """ 22694 22695 self._water_mark_enabled = water_mark_enabled 22696 22697 @property 22698 def water_mark_enabled_metadata(self): 22699 """Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22700 22701 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 22702 22703 :return: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22704 :rtype: SettingsMetadata 22705 """ 22706 return self._water_mark_enabled_metadata 22707 22708 @water_mark_enabled_metadata.setter 22709 def water_mark_enabled_metadata(self, water_mark_enabled_metadata): 22710 """Sets the water_mark_enabled_metadata of this AccountSettingsInformation. 22711 22712 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 22713 22714 :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 22715 :type: SettingsMetadata 22716 """ 22717 22718 self._water_mark_enabled_metadata = water_mark_enabled_metadata 22719 22720 @property 22721 def write_reminder_to_envelope_history(self): 22722 """Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22723 22724 # noqa: E501 22725 22726 :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22727 :rtype: str 22728 """ 22729 return self._write_reminder_to_envelope_history 22730 22731 @write_reminder_to_envelope_history.setter 22732 def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history): 22733 """Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. 22734 22735 # noqa: E501 22736 22737 :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 22738 :type: str 22739 """ 22740 22741 self._write_reminder_to_envelope_history = write_reminder_to_envelope_history 22742 22743 @property 22744 def write_reminder_to_envelope_history_metadata(self): 22745 """Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22746 22747 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 22748 22749 :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22750 :rtype: SettingsMetadata 22751 """ 22752 return self._write_reminder_to_envelope_history_metadata 22753 22754 @write_reminder_to_envelope_history_metadata.setter 22755 def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope_history_metadata): 22756 """Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. 22757 22758 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 22759 22760 :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 22761 :type: SettingsMetadata 22762 """ 22763 22764 self._write_reminder_to_envelope_history_metadata = write_reminder_to_envelope_history_metadata 22765 22766 @property 22767 def wurfl_min_allowable_screen_size(self): 22768 """Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22769 22770 # noqa: E501 22771 22772 :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22773 :rtype: str 22774 """ 22775 return self._wurfl_min_allowable_screen_size 22776 22777 @wurfl_min_allowable_screen_size.setter 22778 def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): 22779 """Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. 22780 22781 # noqa: E501 22782 22783 :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 22784 :type: str 22785 """ 22786 22787 self._wurfl_min_allowable_screen_size = wurfl_min_allowable_screen_size 22788 22789 @property 22790 def wurfl_min_allowable_screen_size_metadata(self): 22791 """Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22792 22793 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 22794 22795 :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22796 :rtype: SettingsMetadata 22797 """ 22798 return self._wurfl_min_allowable_screen_size_metadata 22799 22800 @wurfl_min_allowable_screen_size_metadata.setter 22801 def wurfl_min_allowable_screen_size_metadata(self, wurfl_min_allowable_screen_size_metadata): 22802 """Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. 22803 22804 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 22805 22806 :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 22807 :type: SettingsMetadata 22808 """ 22809 22810 self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata 22811 22812 def to_dict(self): 22813 """Returns the model properties as a dict""" 22814 result = {} 22815 22816 for attr, _ in six.iteritems(self.swagger_types): 22817 value = getattr(self, attr) 22818 if isinstance(value, list): 22819 result[attr] = list(map( 22820 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 22821 value 22822 )) 22823 elif hasattr(value, "to_dict"): 22824 result[attr] = value.to_dict() 22825 elif isinstance(value, dict): 22826 result[attr] = dict(map( 22827 lambda item: (item[0], item[1].to_dict()) 22828 if hasattr(item[1], "to_dict") else item, 22829 value.items() 22830 )) 22831 else: 22832 result[attr] = value 22833 if issubclass(AccountSettingsInformation, dict): 22834 for key, value in self.items(): 22835 result[key] = value 22836 22837 return result 22838 22839 def to_str(self): 22840 """Returns the string representation of the model""" 22841 return pprint.pformat(self.to_dict()) 22842 22843 def __repr__(self): 22844 """For `print` and `pprint`""" 22845 return self.to_str() 22846 22847 def __eq__(self, other): 22848 """Returns true if both objects are equal""" 22849 if not isinstance(other, AccountSettingsInformation): 22850 return False 22851 22852 return self.to_dict() == other.to_dict() 22853 22854 def __ne__(self, other): 22855 """Returns true if both objects are not equal""" 22856 if not isinstance(other, AccountSettingsInformation): 22857 return True 22858 22859 return self.to_dict() != other.to_dict()
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
1728 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1729 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1730 if _configuration is None: 1731 _configuration = Configuration() 1732 self._configuration = _configuration 1733 1734 self._access_code_format = None 1735 self._account_date_time_format = None 1736 self._account_date_time_format_metadata = None 1737 self._account_default_language = None 1738 self._account_default_language_metadata = None 1739 self._account_name = None 1740 self._account_name_metadata = None 1741 self._account_notification = None 1742 self._account_ui_settings = None 1743 self._adopt_sig_config = None 1744 self._adopt_sig_config_metadata = None 1745 self._advanced_correct = None 1746 self._advanced_correct_metadata = None 1747 self._advanced_search_enable_tab_field = None 1748 self._advanced_search_enable_tab_field_metadata = None 1749 self._advanced_search_enable_template_id_field = None 1750 self._advanced_search_enable_template_id_field_metadata = None 1751 self._advanced_search_enable_template_name_field = None 1752 self._advanced_search_enable_template_name_field_metadata = None 1753 self._allow_access_code_format = None 1754 self._allow_access_code_format_metadata = None 1755 self._allow_account_management_granular = None 1756 self._allow_account_management_granular_metadata = None 1757 self._allow_account_member_name_change = None 1758 self._allow_account_member_name_change_metadata = None 1759 self._allow_ace = None 1760 self._allow_ace_metadata = None 1761 self._allow_advanced_recipient_routing_conditional = None 1762 self._allow_advanced_recipient_routing_conditional_metadata = None 1763 self._allow_agent_name_email_edit = None 1764 self._allow_agent_name_email_edit_metadata = None 1765 self._allow_agreement_actions = None 1766 self._allow_agreement_actions_metadata = None 1767 self._allow_agreement_orchestrations = None 1768 self._allow_agreement_orchestrations_metadata = None 1769 self._allow_auto_nav_settings = None 1770 self._allow_auto_nav_settings_metadata = None 1771 self._allow_auto_tagging = None 1772 self._allow_auto_tagging_metadata = None 1773 self._allow_bulk_send = None 1774 self._allow_bulk_send_metadata = None 1775 self._allow_byoidv = None 1776 self._allow_byoidv_metadata = None 1777 self._allow_cd_withdraw = None 1778 self._allow_cd_withdraw_metadata = None 1779 self._allow_connect_agreement_ui = None 1780 self._allow_connect_agreement_ui_metadata = None 1781 self._allow_connect_authoritative_copy_ready_event_ui = None 1782 self._allow_connect_envelope_reminder_sent_event_ui = None 1783 self._allow_connect_envelope_removed_event = None 1784 self._allow_connect_extension_ui = None 1785 self._allow_connect_http_listener_configs = None 1786 self._allow_connect_identity_verification_ui = None 1787 self._allow_connect_o_auth_ui = None 1788 self._allow_connect_send_finish_later = None 1789 self._allow_connect_send_finish_later_metadata = None 1790 self._allow_connect_unified_payload_ui = None 1791 self._allow_consumer_disclosure_override = None 1792 self._allow_consumer_disclosure_override_metadata = None 1793 self._allow_data_download = None 1794 self._allow_data_download_metadata = None 1795 self._allow_delayed_routing = None 1796 self._allow_delayed_routing_metadata = None 1797 self._allow_delegated_signing = None 1798 self._allow_delegated_signing_metadata = None 1799 self._allow_doc_gen_documents = None 1800 self._allow_doc_gen_documents_metadata = None 1801 self._allow_document_disclosures = None 1802 self._allow_document_disclosures_metadata = None 1803 self._allow_documents_on_signed_envelopes = None 1804 self._allow_documents_on_signed_envelopes_metadata = None 1805 self._allow_document_visibility = None 1806 self._allow_document_visibility_metadata = None 1807 self._allow_editing_envelopes_on_behalf_of_others = None 1808 self._allow_editing_envelopes_on_behalf_of_others_metadata = None 1809 self._allow_e_hanko_stamps = None 1810 self._allow_e_hanko_stamps_metadata = None 1811 self._allow_e_note_e_original = None 1812 self._allow_e_note_e_original_metadata = None 1813 self._allow_envelope_correct = None 1814 self._allow_envelope_correct_metadata = None 1815 self._allow_envelope_custody_transfer = None 1816 self._allow_envelope_custody_transfer_metadata = None 1817 self._allow_envelope_custom_fields = None 1818 self._allow_envelope_custom_fields_metadata = None 1819 self._allow_envelope_publish_reporting = None 1820 self._allow_envelope_publish_reporting_metadata = None 1821 self._allow_envelope_reporting = None 1822 self._allow_envelope_reporting_metadata = None 1823 self._allow_expression = None 1824 self._allow_expression_metadata = None 1825 self._allow_express_signer_certificate = None 1826 self._allow_express_signer_certificate_metadata = None 1827 self._allow_extended_sending_resource_file = None 1828 self._allow_extended_sending_resource_file_metadata = None 1829 self._allow_external_linked_accounts = None 1830 self._allow_external_linked_accounts_metadata = None 1831 self._allow_external_signature_pad = None 1832 self._allow_external_signature_pad_metadata = None 1833 self._allow_fed_ramp_idv_level1 = None 1834 self._allow_fed_ramp_idv_level1_metadata = None 1835 self._allow_fed_ramp_idv_level2 = None 1836 self._allow_fed_ramp_idv_level2_metadata = None 1837 self._allow_idv_for_eu_qualified_signatures = None 1838 self._allow_idv_for_eu_qualified_signatures_metadata = None 1839 self._allow_idv_level1 = None 1840 self._allow_idv_level1_metadata = None 1841 self._allow_idv_level1_trial = None 1842 self._allow_idv_level1_trial_metadata = None 1843 self._allow_idv_level2 = None 1844 self._allow_idv_level2_metadata = None 1845 self._allow_idv_level3 = None 1846 self._allow_idv_level3_metadata = None 1847 self._allow_idv_platform = None 1848 self._allow_idv_platform_metadata = None 1849 self._allow_idv_risk_assessment = None 1850 self._allow_idv_risk_assessment_metadata = None 1851 self._allow_in_person = None 1852 self._allow_in_person_electronic_notary = None 1853 self._allow_in_person_electronic_notary_metadata = None 1854 self._allow_in_person_metadata = None 1855 self._allow_managed_stamps = None 1856 self._allow_managed_stamps_metadata = None 1857 self._allow_managing_envelopes_on_behalf_of_others = None 1858 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1859 self._allow_markup = None 1860 self._allow_markup_metadata = None 1861 self._allow_member_time_zone = None 1862 self._allow_member_time_zone_metadata = None 1863 self._allow_merge_fields = None 1864 self._allow_merge_fields_metadata = None 1865 self._allow_multiple_brand_profiles = None 1866 self._allow_multiple_brand_profiles_metadata = None 1867 self._allow_multiple_signer_attachments = None 1868 self._allow_multiple_signer_attachments_metadata = None 1869 self._allow_non_us_phone_auth = None 1870 self._allow_non_us_phone_auth_metadata = None 1871 self._allow_ocr_of_envelope_documents = None 1872 self._allow_ocr_of_envelope_documents_metadata = None 1873 self._allow_offline_signing = None 1874 self._allow_offline_signing_metadata = None 1875 self._allow_only_standalone_web_forms = None 1876 self._allow_only_standalone_web_forms_metadata = None 1877 self._allow_open_trust_signer_certificate = None 1878 self._allow_open_trust_signer_certificate_metadata = None 1879 self._allow_organization_branding = None 1880 self._allow_organization_branding_metadata = None 1881 self._allow_organization_docusign_monitor = None 1882 self._allow_organization_docusign_monitor_free = None 1883 self._allow_organization_docusign_monitor_free_metadata = None 1884 self._allow_organization_docusign_monitor_metadata = None 1885 self._allow_organization_domain_user_management = None 1886 self._allow_organization_domain_user_management_metadata = None 1887 self._allow_organizations = None 1888 self._allow_organizations_metadata = None 1889 self._allow_organization_sso_management = None 1890 self._allow_organization_sso_management_metadata = None 1891 self._allow_organization_to_use_in_person_electronic_notary = None 1892 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1893 self._allow_organization_to_use_remote_notary = None 1894 self._allow_organization_to_use_remote_notary_metadata = None 1895 self._allow_organization_to_use_third_party_electronic_notary = None 1896 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1897 self._allow_participant_recipient_type = None 1898 self._allow_participant_recipient_type_metadata = None 1899 self._allow_payment_processing = None 1900 self._allow_payment_processing_metadata = None 1901 self._allow_pending_destination_url_edition = None 1902 self._allow_pending_destination_url_edition_metadata = None 1903 self._allow_performance_analytics = None 1904 self._allow_performance_analytics_metadata = None 1905 self._allow_phone_authentication = None 1906 self._allow_phone_authentication_metadata = None 1907 self._allow_phone_auth_override = None 1908 self._allow_phone_auth_override_metadata = None 1909 self._allow_private_signing_groups = None 1910 self._allow_private_signing_groups_metadata = None 1911 self._allow_recipient_connect = None 1912 self._allow_recipient_connect_metadata = None 1913 self._allow_reminders = None 1914 self._allow_reminders_metadata = None 1915 self._allow_remote_notary = None 1916 self._allow_remote_notary_metadata = None 1917 self._allow_resource_file_branding = None 1918 self._allow_resource_file_branding_metadata = None 1919 self._allow_safe_bio_pharma_signer_certificate = None 1920 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1921 self._allow_scheduled_sending = None 1922 self._allow_scheduled_sending_metadata = None 1923 self._allow_security_appliance = None 1924 self._allow_security_appliance_metadata = None 1925 self._allow_sending_envelopes_on_behalf_of_others = None 1926 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1927 self._allow_send_to_certified_delivery = None 1928 self._allow_send_to_certified_delivery_metadata = None 1929 self._allow_send_to_intermediary = None 1930 self._allow_send_to_intermediary_metadata = None 1931 self._allow_server_templates = None 1932 self._allow_server_templates_metadata = None 1933 self._allow_set_embedded_recipient_start_url = None 1934 self._allow_set_embedded_recipient_start_url_metadata = None 1935 self._allow_shared_tabs = None 1936 self._allow_shared_tabs_metadata = None 1937 self._allow_signature_stamps = None 1938 self._allow_signature_stamps_metadata = None 1939 self._allow_sign_document_from_home_page = None 1940 self._allow_sign_document_from_home_page_metadata = None 1941 self._allow_signer_reassign = None 1942 self._allow_signer_reassign_metadata = None 1943 self._allow_signer_reassign_override = None 1944 self._allow_signer_reassign_override_metadata = None 1945 self._allow_signing_extensions = None 1946 self._allow_signing_extensions_metadata = None 1947 self._allow_signing_groups = None 1948 self._allow_signing_groups_metadata = None 1949 self._allow_signing_insights = None 1950 self._allow_signing_insights_metadata = None 1951 self._allow_signing_radio_deselect = None 1952 self._allow_signing_radio_deselect_metadata = None 1953 self._allow_sign_now = None 1954 self._allow_sign_now_metadata = None 1955 self._allow_sms_delivery = None 1956 self._allow_sms_delivery_metadata = None 1957 self._allow_social_id_login = None 1958 self._allow_social_id_login_metadata = None 1959 self._allow_supplemental_documents = None 1960 self._allow_supplemental_documents_metadata = None 1961 self._allow_third_party_electronic_notary = None 1962 self._allow_third_party_electronic_notary_metadata = None 1963 self._allow_transactions_workspace = None 1964 self._allow_transactions_workspace_metadata = None 1965 self._allow_transactions_workspace_original = None 1966 self._allow_transactions_workspace_original_metadata = None 1967 self._allow_users_to_access_directory = None 1968 self._allow_users_to_access_directory_metadata = None 1969 self._allow_value_insights = None 1970 self._allow_value_insights_metadata = None 1971 self._allow_web_forms = None 1972 self._allow_web_forms_metadata = None 1973 self._allow_whats_app_delivery = None 1974 self._allow_whats_app_delivery_metadata = None 1975 self._anchor_population_scope = None 1976 self._anchor_population_scope_metadata = None 1977 self._anchor_tag_versioned_placement_enabled = None 1978 self._anchor_tag_versioned_placement_metadata_enabled = None 1979 self._attach_completed_envelope = None 1980 self._attach_completed_envelope_metadata = None 1981 self._authentication_check = None 1982 self._authentication_check_metadata = None 1983 self._auto_nav_rule = None 1984 self._auto_nav_rule_metadata = None 1985 self._auto_provision_signer_account = None 1986 self._auto_provision_signer_account_metadata = None 1987 self._bcc_email_archive = None 1988 self._bcc_email_archive_metadata = None 1989 self._beta_switch_configuration = None 1990 self._beta_switch_configuration_metadata = None 1991 self._billing_address = None 1992 self._billing_address_metadata = None 1993 self._bulk_send = None 1994 self._bulk_send_action_resend_limit = None 1995 self._bulk_send_max_copies_in_batch = None 1996 self._bulk_send_max_unprocessed_envelopes_count = None 1997 self._bulk_send_metadata = None 1998 self._can_self_brand_send = None 1999 self._can_self_brand_send_metadata = None 2000 self._can_self_brand_sign = None 2001 self._can_self_brand_sign_metadata = None 2002 self._can_use_salesforce_o_auth = None 2003 self._can_use_salesforce_o_auth_metadata = None 2004 self._capture_voice_recording = None 2005 self._capture_voice_recording_metadata = None 2006 self._cfr21_simplified_signing_enabled = None 2007 self._cfr21_simplified_signing_enabled_metadata = None 2008 self._cfr_use_wide_image = None 2009 self._cfr_use_wide_image_metadata = None 2010 self._check_for_multiple_admins_on_account = None 2011 self._check_for_multiple_admins_on_account_metadata = None 2012 self._chrome_signature_enabled = None 2013 self._chrome_signature_enabled_metadata = None 2014 self._cloud_ready = None 2015 self._comment_email_show_message_text = None 2016 self._comment_email_show_message_text_metadata = None 2017 self._comments_allow_envelope_override = None 2018 self._comments_allow_envelope_override_metadata = None 2019 self._conditional_fields_enabled = None 2020 self._conditional_fields_enabled_metadata = None 2021 self._consumer_disclosure_frequency = None 2022 self._consumer_disclosure_frequency_metadata = None 2023 self._convert_pdf_fields = None 2024 self._convert_pdf_fields_metadata = None 2025 self._custom_extraction_plan_levels = None 2026 self._custom_extraction_plan_levels_metadata = None 2027 self._data_population_scope = None 2028 self._data_population_scope_metadata = None 2029 self._default_signing_responsive_view = None 2030 self._default_signing_responsive_view_metadata = None 2031 self._default_signing_responsive_view_use_grade = None 2032 self._default_signing_responsive_view_use_grade_metadata = None 2033 self._default_to_advanced_envelopes_filter_form = None 2034 self._default_to_advanced_envelopes_filter_form_metadata = None 2035 self._disable_auto_template_matching = None 2036 self._disable_auto_template_matching_metadata = None 2037 self._disable_legacy_kba = None 2038 self._disable_legacy_kba_metadata = None 2039 self._disable_legacy_shared_envelopes = None 2040 self._disable_legacy_shared_envelopes_metadata = None 2041 self._disable_mobile_app = None 2042 self._disable_mobile_app_metadata = None 2043 self._disable_mobile_push_notifications = None 2044 self._disable_mobile_push_notifications_metadata = None 2045 self._disable_mobile_sending = None 2046 self._disable_mobile_sending_metadata = None 2047 self._disable_multiple_sessions = None 2048 self._disable_multiple_sessions_metadata = None 2049 self._disable_purge_notifications_for_sender_metadata = None 2050 self._disable_signer_cert_view = None 2051 self._disable_signer_cert_view_metadata = None 2052 self._disable_signer_history_view = None 2053 self._disable_signer_history_view_metadata = None 2054 self._disable_style_signature = None 2055 self._disable_style_signature_metadata = None 2056 self._disable_upload_signature = None 2057 self._disable_upload_signature_metadata = None 2058 self._disable_user_sharing = None 2059 self._disable_user_sharing_metadata = None 2060 self._display_beta_switch = None 2061 self._display_beta_switch_metadata = None 2062 self._document_conversion_restrictions = None 2063 self._document_conversion_restrictions_metadata = None 2064 self._document_retention = None 2065 self._document_retention_metadata = None 2066 self._document_retention_purge_tabs = None 2067 self._document_visibility = None 2068 self._document_visibility_metadata = None 2069 self._draft_envelope_retention = None 2070 self._draft_envelope_retention_metadata = None 2071 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 2072 self._dss_sign_29182_slide_up_bar_radmin_option = None 2073 self._email_template_version = None 2074 self._email_template_version_metadata = None 2075 self._enable_access_code_generator = None 2076 self._enable_access_code_generator_metadata = None 2077 self._enable_account_wide_search = None 2078 self._enable_account_wide_search_metadata = None 2079 self._enable_additional_advanced_web_forms_features = None 2080 self._enable_additional_advanced_web_forms_features_metadata = None 2081 self._enable_adm_healthcare = None 2082 self._enable_adm_healthcare_metadata = None 2083 self._enable_advanced_envelopes_search = None 2084 self._enable_advanced_envelopes_search_metadata = None 2085 self._enable_advanced_payments = None 2086 self._enable_advanced_payments_metadata = None 2087 self._enable_advanced_power_forms = None 2088 self._enable_advanced_power_forms_metadata = None 2089 self._enable_advanced_search = None 2090 self._enable_advanced_search_metadata = None 2091 self._enable_agreement_actions_for_clm = None 2092 self._enable_agreement_actions_for_clm_metadata = None 2093 self._enable_agreement_actions_for_e_sign = None 2094 self._enable_agreement_actions_for_e_sign_metadata = None 2095 self._enable_agreement_desk_advanced = None 2096 self._enable_agreement_desk_advanced_meta_data = None 2097 self._enable_ai_contract_review = None 2098 self._enable_ai_contract_review_metadata = None 2099 self._enable_ai_sender_message = None 2100 self._enable_ai_sender_message_metadata = None 2101 self._enable_ai_suggested_fields = None 2102 self._enable_ai_suggested_fields_auto_place = None 2103 self._enable_ai_suggested_fields_auto_place_metadata = None 2104 self._enable_ai_suggested_fields_metadata = None 2105 self._enable_auto_nav = None 2106 self._enable_auto_nav_metadata = None 2107 self._enable_batch_update_envelope_types = None 2108 self._enable_batch_update_envelope_types_metadata = None 2109 self._enable_bcc_dummy_link = None 2110 self._enable_bcc_dummy_link_metadata = None 2111 self._enable_calculated_fields = None 2112 self._enable_calculated_fields_metadata = None 2113 self._enable_cfr_rapid_signing_embedded_auth = None 2114 self._enable_cfr_rapid_signing_embedded_auth_metadata = None 2115 self._enable_click_plus = None 2116 self._enable_click_plus_conditional_content = None 2117 self._enable_click_plus_conditional_content_meta_data = None 2118 self._enable_click_plus_custom_fields = None 2119 self._enable_click_plus_custom_fields_meta_data = None 2120 self._enable_click_plus_custom_style = None 2121 self._enable_click_plus_custom_style_meta_data = None 2122 self._enable_click_plus_dynamic_content = None 2123 self._enable_click_plus_dynamic_content_meta_data = None 2124 self._enable_click_plus_meta_data = None 2125 self._enable_clickwraps = None 2126 self._enable_clickwraps_metadata = None 2127 self._enable_combined_pdf_download_for_sbs = None 2128 self._enable_comments_history_download_in_signing = None 2129 self._enable_comments_history_download_in_signing_metadata = None 2130 self._enable_contact_suggestions = None 2131 self._enable_contact_suggestions_metadata = None 2132 self._enable_content_search = None 2133 self._enable_content_search_metadata = None 2134 self._enable_coupa_core_extension = None 2135 self._enable_coupa_core_extension_metadata = None 2136 self._enable_custom_data_verification_extensions = None 2137 self._enable_custom_data_verification_extensions_metadata = None 2138 self._enable_customer_satisfaction_metric_tracking = None 2139 self._enable_customer_satisfaction_metric_tracking_metadata = None 2140 self._enable_data_verification_extensions = None 2141 self._enable_data_verification_extensions_metadata = None 2142 self._enable_document_template_library = None 2143 self._enable_document_template_library_metadata = None 2144 self._enable_d_sig_eu_advanced_pens = None 2145 self._enable_d_sig_eu_advanced_pens_metadata = None 2146 self._enable_d_sig_express_pens = None 2147 self._enable_d_sig_express_pens_metadata = None 2148 self._enable_d_sig_id_check_for_aes_pens = None 2149 self._enable_d_sig_id_check_for_aes_pens_metadata = None 2150 self._enable_d_sig_id_check_in_person_for_qes_pens = None 2151 self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = None 2152 self._enable_d_sig_id_check_remote_for_qes_pens = None 2153 self._enable_d_sig_id_check_remote_for_qes_pens_metadata = None 2154 self._enable_d_sig_id_verification_pens = None 2155 self._enable_d_sig_id_verification_pens_metadata = None 2156 self._enable_d_sig_id_verification_premier_pens = None 2157 self._enable_d_sig_id_verification_premier_pens_metadata = None 2158 self._enable_d_sig_pen_group_eu_qes = None 2159 self._enable_d_sig_pen_group_eu_qes_metadata = None 2160 self._enable_d_sig_plg_eu_qes_pens = None 2161 self._enable_d_sig_plg_eu_qes_pens_metadata = None 2162 self._enable_ds_pro = None 2163 self._enable_ds_pro_metadata = None 2164 self._enable_enforce_tls_emails_setting_metadata = None 2165 self._enable_envelope_stamping_by_account_admin = None 2166 self._enable_envelope_stamping_by_account_admin_metadata = None 2167 self._enable_envelope_stamping_by_ds_admin = None 2168 self._enable_envelope_stamping_by_ds_admin_metadata = None 2169 self._enable_e_sign_api_hourly_limit_management = None 2170 self._enable_e_sign_api_hourly_limit_management_metadata = None 2171 self._enable_esign_communities = None 2172 self._enable_esign_communities_metadata = None 2173 self._enable_esign_task_list = None 2174 self._enable_esign_task_list_metadata = None 2175 self._enable_generation_with3_p_integration = None 2176 self._enable_generation_with3_p_integration_meta_data = None 2177 self._enable_id_fx_accountless_sms_auth_for_part11 = None 2178 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 2179 self._enable_id_fx_intuit_kba = None 2180 self._enable_id_fx_intuit_kba_metadata = None 2181 self._enable_id_fx_phone_authentication = None 2182 self._enable_id_fx_phone_authentication_metadata = None 2183 self._enable_idfx_phone_auth_signature_auth_status = None 2184 self._enable_idfx_phone_auth_signature_auth_status_metadata = None 2185 self._enable_inbox_browse_views_powered_by_elastic_search = None 2186 self._enable_inbox_browse_views_powered_by_elastic_search_metadata = None 2187 self._enable_inbox_relevance_sort = None 2188 self._enable_inbox_relevance_sort_metadata = None 2189 self._enable_in_browser_editor = None 2190 self._enable_in_browser_editor_metadata = None 2191 self._enable_key_terms_suggestions_by_document_type = None 2192 self._enable_key_terms_suggestions_by_document_type_metadata = None 2193 self._enable_large_file_support = None 2194 self._enable_large_file_support_metadata = None 2195 self._enable_legacy_shared_envelopes = None 2196 self._enable_legacy_shared_envelopes_metadata = None 2197 self._enable_license_management = None 2198 self._enable_license_management_metadata = None 2199 self._enable_microsoft_dynamics365_extension = None 2200 self._enable_microsoft_dynamics365_extension_metadata = None 2201 self._enable_multi_user_repository_features = None 2202 self._enable_multi_user_repository_features_metadata = None 2203 self._enable_navigator_api_data_in = None 2204 self._enable_navigator_api_data_in_metadata = None 2205 self._enable_navigator_api_data_out = None 2206 self._enable_navigator_api_data_out_metadata = None 2207 self._enable_navigator_api_utilities = None 2208 self._enable_navigator_api_utilities_metadata = None 2209 self._enable_navigator_for_hr = None 2210 self._enable_navigator_for_hr_metadata = None 2211 self._enable_navigator_hierarchy_ai = None 2212 self._enable_navigator_hierarchy_ai_metadata = None 2213 self._enable_navigator_partial_ingestion = None 2214 self._enable_navigator_partial_ingestion_metadata = None 2215 self._enable_navigator_trial = None 2216 self._enable_navigator_trial_metadata = None 2217 self._enable_notary_on_demand_witness = None 2218 self._enable_notary_on_demand_witness_metadata = None 2219 self._enable_obligation_management = None 2220 self._enable_obligation_management_metadata = None 2221 self._enable_participant_recipient_setting_metadata = None 2222 self._enable_payment_processing = None 2223 self._enable_payment_processing_metadata = None 2224 self._enable_pdfa_conversion = None 2225 self._enable_pdfa_conversion_metadata = None 2226 self._enable_power_form = None 2227 self._enable_power_form_direct = None 2228 self._enable_power_form_direct_metadata = None 2229 self._enable_power_form_metadata = None 2230 self._enable_premium_data_verification_extensions = None 2231 self._enable_premium_data_verification_extensions_metadata = None 2232 self._enable_recipient_domain_validation = None 2233 self._enable_recipient_domain_validation_metadata = None 2234 self._enable_recipient_may_provide_phone_number = None 2235 self._enable_recipient_may_provide_phone_number_metadata = None 2236 self._enable_report_links = None 2237 self._enable_report_links_metadata = None 2238 self._enable_require_sign_on_paper = None 2239 self._enable_require_sign_on_paper_metadata = None 2240 self._enable_reserved_domain = None 2241 self._enable_reserved_domain_metadata = None 2242 self._enable_responsive_signing = None 2243 self._enable_responsive_signing_metadata = None 2244 self._enable_sap_ariba_extension = None 2245 self._enable_sap_ariba_extension_meta_data = None 2246 self._enable_scheduled_release = None 2247 self._enable_scheduled_release_metadata = None 2248 self._enable_search_service_azure_uri = None 2249 self._enable_search_service_azure_uri_metadata = None 2250 self._enable_search_site_specific_api = None 2251 self._enable_search_site_specific_api_metadata = None 2252 self._enable_sending_tags_font_settings = None 2253 self._enable_sending_tags_font_settings_metadata = None 2254 self._enable_send_to_agent = None 2255 self._enable_send_to_agent_metadata = None 2256 self._enable_send_to_intermediary = None 2257 self._enable_send_to_intermediary_metadata = None 2258 self._enable_send_to_manage = None 2259 self._enable_send_to_manage_metadata = None 2260 self._enable_sequential_signing_api = None 2261 self._enable_sequential_signing_api_metadata = None 2262 self._enable_sequential_signing_ui = None 2263 self._enable_sequential_signing_ui_metadata = None 2264 self._enable_signer_attachments = None 2265 self._enable_signer_attachments_metadata = None 2266 self._enable_signing_ai_features_plan = None 2267 self._enable_signing_ai_features_plan_metadata = None 2268 self._enable_signing_extension_comments = None 2269 self._enable_signing_extension_comments_metadata = None 2270 self._enable_signing_extension_conversations = None 2271 self._enable_signing_extension_conversations_metadata = None 2272 self._enable_signing_group_continue_page_setting = None 2273 self._enable_signing_group_continue_page_setting_metadata = None 2274 self._enable_signing_order_settings_for_account = None 2275 self._enable_signing_order_settings_for_account_metadata = None 2276 self._enable_sign_on_paper = None 2277 self._enable_sign_on_paper_metadata = None 2278 self._enable_sign_on_paper_override = None 2279 self._enable_sign_on_paper_override_metadata = None 2280 self._enable_sign_with_notary = None 2281 self._enable_sign_with_notary_metadata = None 2282 self._enable_smart_contracts = None 2283 self._enable_smart_contracts_metadata = None 2284 self._enable_sms_authentication = None 2285 self._enable_sms_authentication_metadata = None 2286 self._enable_sms_delivery_additional_notification = None 2287 self._enable_sms_delivery_additional_notification_metadata = None 2288 self._enable_sms_delivery_primary = None 2289 self._enable_social_id_login = None 2290 self._enable_social_id_login_metadata = None 2291 self._enable_strike_through = None 2292 self._enable_strike_through_metadata = None 2293 self._enable_tickets = None 2294 self._enable_tickets_meta_data = None 2295 self._enable_transaction_point = None 2296 self._enable_transaction_point_metadata = None 2297 self._enable_unified_repository = None 2298 self._enable_unified_repository_metadata = None 2299 self._enable_vaulting = None 2300 self._enable_vaulting_metadata = None 2301 self._enable_web_forms_runtime_ap_is = None 2302 self._enable_web_forms_runtime_ap_is_metadata = None 2303 self._enable_web_forms_separate_user_permissions = None 2304 self._enable_web_forms_separate_user_permissions_metadata = None 2305 self._enable_witnessing = None 2306 self._enable_witnessing_metadata = None 2307 self._enable_workday_financials_extension = None 2308 self._enable_workday_financials_extension_meta_data = None 2309 self._enforce_template_name_uniqueness = None 2310 self._enforce_template_name_uniqueness_metadata = None 2311 self._enforce_tls_emails = None 2312 self._enforce_tls_emails_metadata = None 2313 self._envelope_integration_allowed = None 2314 self._envelope_integration_allowed_metadata = None 2315 self._envelope_integration_enabled = None 2316 self._envelope_integration_enabled_metadata = None 2317 self._envelope_limits_total_document_size_allowed_in_mb = None 2318 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 2319 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 2320 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 2321 self._envelope_search_mode = None 2322 self._envelope_search_mode_metadata = None 2323 self._envelope_stamping_default_value = None 2324 self._envelope_stamping_default_value_metadata = None 2325 self._exit_prompt = None 2326 self._exit_prompt_metadata = None 2327 self._express_send = None 2328 self._express_send_allow_tabs = None 2329 self._express_send_allow_tabs_metadata = None 2330 self._express_send_metadata = None 2331 self._external_document_sources = None 2332 self._external_signature_pad_type = None 2333 self._external_signature_pad_type_metadata = None 2334 self._fax_out_enabled = None 2335 self._fax_out_enabled_metadata = None 2336 self._finish_reminder = None 2337 self._finish_reminder_metadata = None 2338 self._forbid_adding_user_stamps = None 2339 self._forbid_adding_user_stamps_metadata = None 2340 self._guided_forms_html_allowed = None 2341 self._guided_forms_html_allowed_metadata = None 2342 self._guided_forms_html_conversion_policy = None 2343 self._guided_forms_html_conversion_policy_metadata = None 2344 self._has_recipient_connect_claimed_domain = None 2345 self._hide_account_address_in_co_c = None 2346 self._hide_account_address_in_co_c_metadata = None 2347 self._hide_pricing = None 2348 self._hide_pricing_metadata = None 2349 self._id_check_configurations = None 2350 self._id_check_expire = None 2351 self._id_check_expire_days = None 2352 self._id_check_expire_days_metadata = None 2353 self._id_check_expire_metadata = None 2354 self._id_check_expire_minutes = None 2355 self._id_check_expire_minutes_metadata = None 2356 self._id_check_required = None 2357 self._id_check_required_metadata = None 2358 self._identity_verification = None 2359 self._identity_verification_metadata = None 2360 self._idfx_kba_authentication_override = None 2361 self._idfx_kba_authentication_override_metadata = None 2362 self._idfx_phone_authentication_override = None 2363 self._idfx_phone_authentication_override_metadata = None 2364 self._ignore_error_if_anchor_tab_not_found = None 2365 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 2366 self._in_person_id_check_question = None 2367 self._in_person_id_check_question_metadata = None 2368 self._in_person_signing_enabled = None 2369 self._in_person_signing_enabled_metadata = None 2370 self._in_session_enabled = None 2371 self._in_session_enabled_metadata = None 2372 self._in_session_suppress_emails = None 2373 self._in_session_suppress_emails_metadata = None 2374 self._is_connect_document_fields_enabled = None 2375 self._isv_embed = None 2376 self._isv_embed_meta_data = None 2377 self._isv_oem_embed = None 2378 self._isv_oem_embed_meta_data = None 2379 self._linked_external_primary_accounts = None 2380 self._maestro_plan_levels = None 2381 self._maestro_plan_levels_metadata = None 2382 self._maximum_signing_groups = None 2383 self._maximum_signing_groups_metadata = None 2384 self._maximum_users_per_signing_group = None 2385 self._maximum_users_per_signing_group_metadata = None 2386 self._max_number_of_custom_stamps = None 2387 self._merge_mixed_mode_results = None 2388 self._merge_mixed_mode_results_metadata = None 2389 self._mobile_session_timeout = None 2390 self._mobile_session_timeout_metadata = None 2391 self._number_of_active_custom_stamps = None 2392 self._opt_in_mobile_signing_v02 = None 2393 self._opt_in_mobile_signing_v02_metadata = None 2394 self._opt_in_universal_signatures = None 2395 self._opt_out_auto_nav_text_and_tab_color_updates = None 2396 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 2397 self._opt_out_new_platform_seal = None 2398 self._opt_out_new_platform_seal_platform_metadata = None 2399 self._original_account_site = None 2400 self._participant_copy_opt_out = None 2401 self._participant_copy_opt_out_metadata = None 2402 self._pdf_max_chunked_upload_part_size = None 2403 self._pdf_max_chunked_upload_part_size_metadata = None 2404 self._pdf_max_chunked_upload_total_size = None 2405 self._pdf_max_chunked_upload_total_size_metadata = None 2406 self._pdf_max_individual_upload_size = None 2407 self._pdf_max_individual_upload_size_metadata = None 2408 self._phone_auth_recipient_may_provide_phone_number = None 2409 self._phone_auth_recipient_may_provide_phone_number_metadata = None 2410 self._pki_sign_downloaded_pdf_docs = None 2411 self._pki_sign_downloaded_pdf_docs_metadata = None 2412 self._read_only_mode = None 2413 self._read_only_mode_metadata = None 2414 self._recipients_can_sign_offline = None 2415 self._recipients_can_sign_offline_metadata = None 2416 self._recipient_signing_auto_navigation_control = None 2417 self._recipient_signing_auto_navigation_control_metadata = None 2418 self._recycle_bin_envelope_retention = None 2419 self._recycle_bin_envelope_retention_metadata = None 2420 self._require21_cf_rpt11_compliance = None 2421 self._require21_cf_rpt11_compliance_metadata = None 2422 self._require_decline_reason = None 2423 self._require_decline_reason_metadata = None 2424 self._require_external_user_management = None 2425 self._require_external_user_management_metadata = None 2426 self._require_signer_certificate_type = None 2427 self._require_signer_certificate_type_metadata = None 2428 self._rsa_verid_account_name = None 2429 self._rsa_verid_password = None 2430 self._rsa_verid_ruleset = None 2431 self._rsa_verid_user_id = None 2432 self._self_signed_recipient_email_document = None 2433 self._self_signed_recipient_email_document_metadata = None 2434 self._self_signed_recipient_email_document_user_override = None 2435 self._self_signed_recipient_email_document_user_override_metadata = None 2436 self._sender_can_sign_in_each_location = None 2437 self._sender_can_sign_in_each_location_metadata = None 2438 self._sender_must_authenticate_signing = None 2439 self._sender_must_authenticate_signing_metadata = None 2440 self._sending_tags_font_color = None 2441 self._sending_tags_font_color_metadata = None 2442 self._sending_tags_font_name = None 2443 self._sending_tags_font_name_metadata = None 2444 self._sending_tags_font_size = None 2445 self._sending_tags_font_size_metadata = None 2446 self._send_lockout_recipient_notification = None 2447 self._send_lockout_recipient_notification_metadata = None 2448 self._send_to_certified_delivery_enabled = None 2449 self._send_to_certified_delivery_enabled_metadata = None 2450 self._session_timeout = None 2451 self._session_timeout_metadata = None 2452 self._set_recip_email_lang = None 2453 self._set_recip_email_lang_metadata = None 2454 self._set_recip_sign_lang = None 2455 self._set_recip_sign_lang_metadata = None 2456 self._shared_template_folders = None 2457 self._shared_template_folders_metadata = None 2458 self._show_complete_dialog_in_embedded_session = None 2459 self._show_complete_dialog_in_embedded_session_metadata = None 2460 self._show_conditional_routing_on_send = None 2461 self._show_conditional_routing_on_send_metadata = None 2462 self._show_initial_conditional_fields = None 2463 self._show_initial_conditional_fields_metadata = None 2464 self._show_localized_watermarks = None 2465 self._show_localized_watermarks_metadata = None 2466 self._show_masked_fields_when_downloading_document_as_sender = None 2467 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 2468 self._show_tutorials = None 2469 self._show_tutorials_metadata = None 2470 self._signature_providers = None 2471 self._signature_providers_metadata = None 2472 self._sign_date_format = None 2473 self._sign_date_format_metadata = None 2474 self._sign_date_time_account_language_override = None 2475 self._sign_date_time_account_language_override_metadata = None 2476 self._sign_date_time_account_timezone_override = None 2477 self._sign_date_time_account_timezone_override_metadata = None 2478 self._signer_attach_certificate_to_envelope_pdf = None 2479 self._signer_attach_certificate_to_envelope_pdf_metadata = None 2480 self._signer_attach_concat = None 2481 self._signer_attach_concat_metadata = None 2482 self._signer_can_create_account = None 2483 self._signer_can_create_account_metadata = None 2484 self._signer_can_sign_on_mobile = None 2485 self._signer_can_sign_on_mobile_metadata = None 2486 self._signer_in_session_use_envelope_complete_email = None 2487 self._signer_in_session_use_envelope_complete_email_metadata = None 2488 self._signer_login_requirements = None 2489 self._signer_login_requirements_metadata = None 2490 self._signer_must_have_account = None 2491 self._signer_must_have_account_metadata = None 2492 self._signer_must_login_to_sign = None 2493 self._signer_must_login_to_sign_metadata = None 2494 self._signer_show_secure_field_initial_values = None 2495 self._signer_show_secure_field_initial_values_metadata = None 2496 self._signing_session_timeout = None 2497 self._signing_session_timeout_metadata = None 2498 self._signing_ui_version = None 2499 self._signing_ui_version_metadata = None 2500 self._sign_time_format = None 2501 self._sign_time_format_metadata = None 2502 self._sign_time_show_am_pm = None 2503 self._sign_time_show_am_pm_metadata = None 2504 self._simplified_sending_enabled = None 2505 self._simplified_sending_enabled_metadata = None 2506 self._single_sign_on_enabled = None 2507 self._single_sign_on_enabled_metadata = None 2508 self._skip_auth_completed_envelopes = None 2509 self._skip_auth_completed_envelopes_metadata = None 2510 self._social_id_recip_auth = None 2511 self._social_id_recip_auth_metadata = None 2512 self._specify_document_visibility = None 2513 self._specify_document_visibility_metadata = None 2514 self._start_in_advanced_correct = None 2515 self._start_in_advanced_correct_metadata = None 2516 self._supplemental_documents_must_accept = None 2517 self._supplemental_documents_must_accept_metadata = None 2518 self._supplemental_documents_must_read = None 2519 self._supplemental_documents_must_read_metadata = None 2520 self._supplemental_documents_must_view = None 2521 self._supplemental_documents_must_view_metadata = None 2522 self._suppress_certificate_enforcement = None 2523 self._suppress_certificate_enforcement_metadata = None 2524 self._tab_account_settings = None 2525 self._timezone_offset_api = None 2526 self._timezone_offset_api_metadata = None 2527 self._timezone_offset_ui = None 2528 self._timezone_offset_ui_metadata = None 2529 self._universal_signature_opt_in = None 2530 self._universal_signature_skip_platform_signature = None 2531 self._universal_signature_skip_platform_signature_metadata = None 2532 self._use_account_level_email = None 2533 self._use_account_level_email_metadata = None 2534 self._use_consumer_disclosure = None 2535 self._use_consumer_disclosure_metadata = None 2536 self._use_consumer_disclosure_within_account = None 2537 self._use_consumer_disclosure_within_account_metadata = None 2538 self._use_derived_keys = None 2539 self._use_derived_keys_metadata = None 2540 self._use_docu_sign_express_signer_certificate = None 2541 self._use_docu_sign_express_signer_certificate_metadata = None 2542 self._use_envelope_search_mixed_mode = None 2543 self._use_envelope_search_mixed_mode_metadata = None 2544 self._use_multi_app_groups_data = None 2545 self._use_multi_app_groups_data_metadata = None 2546 self._use_new_blob_for_pdf = None 2547 self._use_new_blob_for_pdf_metadata = None 2548 self._use_new_envelope_search = None 2549 self._use_new_envelope_search_metadata = None 2550 self._use_new_envelope_search_only_when_searching_after_date = None 2551 self._use_new_envelope_search_only_when_searching_after_date_metadata = None 2552 self._use_new_envelope_search_only_with_search_term = None 2553 self._use_new_envelope_search_only_with_search_term_metadata = None 2554 self._use_safe_signer_certificates = None 2555 self._use_safe_signer_certificates_metadata = None 2556 self._uses_api = None 2557 self._uses_api_metadata = None 2558 self._use_signature_provider_platform = None 2559 self._use_signature_provider_platform_metadata = None 2560 self._use_smart_contracts_v1 = None 2561 self._validations_allowed = None 2562 self._validations_allowed_metadata = None 2563 self._validations_brand = None 2564 self._validations_brand_metadata = None 2565 self._validations_cadence = None 2566 self._validations_cadence_metadata = None 2567 self._validations_enabled = None 2568 self._validations_enabled_metadata = None 2569 self._validations_report = None 2570 self._validations_report_metadata = None 2571 self._water_mark_enabled = None 2572 self._water_mark_enabled_metadata = None 2573 self._write_reminder_to_envelope_history = None 2574 self._write_reminder_to_envelope_history_metadata = None 2575 self._wurfl_min_allowable_screen_size = None 2576 self._wurfl_min_allowable_screen_size_metadata = None 2577 self.discriminator = None 2578 2579 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 2580 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 2581 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 2582 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 2583 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 2584 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 2585 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 2586 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 2587 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 2588 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 2589 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 2590 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 2591 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 2592 setattr(self, "_{}".format('advanced_search_enable_tab_field'), kwargs.get('advanced_search_enable_tab_field', None)) 2593 setattr(self, "_{}".format('advanced_search_enable_tab_field_metadata'), kwargs.get('advanced_search_enable_tab_field_metadata', None)) 2594 setattr(self, "_{}".format('advanced_search_enable_template_id_field'), kwargs.get('advanced_search_enable_template_id_field', None)) 2595 setattr(self, "_{}".format('advanced_search_enable_template_id_field_metadata'), kwargs.get('advanced_search_enable_template_id_field_metadata', None)) 2596 setattr(self, "_{}".format('advanced_search_enable_template_name_field'), kwargs.get('advanced_search_enable_template_name_field', None)) 2597 setattr(self, "_{}".format('advanced_search_enable_template_name_field_metadata'), kwargs.get('advanced_search_enable_template_name_field_metadata', None)) 2598 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 2599 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 2600 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 2601 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 2602 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 2603 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 2604 setattr(self, "_{}".format('allow_ace'), kwargs.get('allow_ace', None)) 2605 setattr(self, "_{}".format('allow_ace_metadata'), kwargs.get('allow_ace_metadata', None)) 2606 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 2607 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 2608 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 2609 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 2610 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 2611 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 2612 setattr(self, "_{}".format('allow_agreement_orchestrations'), kwargs.get('allow_agreement_orchestrations', None)) 2613 setattr(self, "_{}".format('allow_agreement_orchestrations_metadata'), kwargs.get('allow_agreement_orchestrations_metadata', None)) 2614 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 2615 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 2616 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 2617 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 2618 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 2619 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 2620 setattr(self, "_{}".format('allow_byoidv'), kwargs.get('allow_byoidv', None)) 2621 setattr(self, "_{}".format('allow_byoidv_metadata'), kwargs.get('allow_byoidv_metadata', None)) 2622 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 2623 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 2624 setattr(self, "_{}".format('allow_connect_agreement_ui'), kwargs.get('allow_connect_agreement_ui', None)) 2625 setattr(self, "_{}".format('allow_connect_agreement_ui_metadata'), kwargs.get('allow_connect_agreement_ui_metadata', None)) 2626 setattr(self, "_{}".format('allow_connect_authoritative_copy_ready_event_ui'), kwargs.get('allow_connect_authoritative_copy_ready_event_ui', None)) 2627 setattr(self, "_{}".format('allow_connect_envelope_reminder_sent_event_ui'), kwargs.get('allow_connect_envelope_reminder_sent_event_ui', None)) 2628 setattr(self, "_{}".format('allow_connect_envelope_removed_event'), kwargs.get('allow_connect_envelope_removed_event', None)) 2629 setattr(self, "_{}".format('allow_connect_extension_ui'), kwargs.get('allow_connect_extension_ui', None)) 2630 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 2631 setattr(self, "_{}".format('allow_connect_identity_verification_ui'), kwargs.get('allow_connect_identity_verification_ui', None)) 2632 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 2633 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 2634 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 2635 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 2636 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 2637 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 2638 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 2639 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 2640 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 2641 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2642 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2643 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2644 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2645 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2646 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2647 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2648 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2649 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2650 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2651 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2652 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others'), kwargs.get('allow_editing_envelopes_on_behalf_of_others', None)) 2653 setattr(self, "_{}".format('allow_editing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_editing_envelopes_on_behalf_of_others_metadata', None)) 2654 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2655 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2656 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2657 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2658 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2659 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2660 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2661 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2662 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2663 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2664 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2665 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2666 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2667 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2668 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2669 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2670 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2671 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2672 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2673 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2674 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2675 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2676 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2677 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2678 setattr(self, "_{}".format('allow_fed_ramp_idv_level1'), kwargs.get('allow_fed_ramp_idv_level1', None)) 2679 setattr(self, "_{}".format('allow_fed_ramp_idv_level1_metadata'), kwargs.get('allow_fed_ramp_idv_level1_metadata', None)) 2680 setattr(self, "_{}".format('allow_fed_ramp_idv_level2'), kwargs.get('allow_fed_ramp_idv_level2', None)) 2681 setattr(self, "_{}".format('allow_fed_ramp_idv_level2_metadata'), kwargs.get('allow_fed_ramp_idv_level2_metadata', None)) 2682 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2683 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2684 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2685 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2686 setattr(self, "_{}".format('allow_idv_level1_trial'), kwargs.get('allow_idv_level1_trial', None)) 2687 setattr(self, "_{}".format('allow_idv_level1_trial_metadata'), kwargs.get('allow_idv_level1_trial_metadata', None)) 2688 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2689 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2690 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2691 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2692 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2693 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2694 setattr(self, "_{}".format('allow_idv_risk_assessment'), kwargs.get('allow_idv_risk_assessment', None)) 2695 setattr(self, "_{}".format('allow_idv_risk_assessment_metadata'), kwargs.get('allow_idv_risk_assessment_metadata', None)) 2696 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2697 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2698 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2699 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2700 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2701 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2702 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2703 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2704 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2705 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2706 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2707 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2708 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2709 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2710 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2711 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2712 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2713 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2714 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2715 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2716 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2717 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2718 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2719 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2720 setattr(self, "_{}".format('allow_only_standalone_web_forms'), kwargs.get('allow_only_standalone_web_forms', None)) 2721 setattr(self, "_{}".format('allow_only_standalone_web_forms_metadata'), kwargs.get('allow_only_standalone_web_forms_metadata', None)) 2722 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2723 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2724 setattr(self, "_{}".format('allow_organization_branding'), kwargs.get('allow_organization_branding', None)) 2725 setattr(self, "_{}".format('allow_organization_branding_metadata'), kwargs.get('allow_organization_branding_metadata', None)) 2726 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2727 setattr(self, "_{}".format('allow_organization_docusign_monitor_free'), kwargs.get('allow_organization_docusign_monitor_free', None)) 2728 setattr(self, "_{}".format('allow_organization_docusign_monitor_free_metadata'), kwargs.get('allow_organization_docusign_monitor_free_metadata', None)) 2729 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2730 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2731 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2732 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2733 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2734 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2735 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2736 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2737 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2738 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2739 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2740 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2741 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2742 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2743 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2744 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2745 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2746 setattr(self, "_{}".format('allow_pending_destination_url_edition'), kwargs.get('allow_pending_destination_url_edition', None)) 2747 setattr(self, "_{}".format('allow_pending_destination_url_edition_metadata'), kwargs.get('allow_pending_destination_url_edition_metadata', None)) 2748 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2749 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2750 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2751 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2752 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2753 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2754 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2755 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2756 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2757 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2758 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2759 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2760 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2761 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2762 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2763 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2764 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2765 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2766 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2767 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2768 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2769 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2770 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2771 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2772 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2773 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2774 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2775 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2776 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2777 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2778 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2779 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2780 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2781 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2782 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2783 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2784 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2785 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2786 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2787 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2788 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2789 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2790 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2791 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2792 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2793 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2794 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2795 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2796 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2797 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2798 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2799 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2800 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2801 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2802 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2803 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2804 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2805 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2806 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2807 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2808 setattr(self, "_{}".format('allow_transactions_workspace'), kwargs.get('allow_transactions_workspace', None)) 2809 setattr(self, "_{}".format('allow_transactions_workspace_metadata'), kwargs.get('allow_transactions_workspace_metadata', None)) 2810 setattr(self, "_{}".format('allow_transactions_workspace_original'), kwargs.get('allow_transactions_workspace_original', None)) 2811 setattr(self, "_{}".format('allow_transactions_workspace_original_metadata'), kwargs.get('allow_transactions_workspace_original_metadata', None)) 2812 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2813 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2814 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2815 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2816 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2817 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2818 setattr(self, "_{}".format('allow_whats_app_delivery'), kwargs.get('allow_whats_app_delivery', None)) 2819 setattr(self, "_{}".format('allow_whats_app_delivery_metadata'), kwargs.get('allow_whats_app_delivery_metadata', None)) 2820 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2821 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2822 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2823 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2824 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2825 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2826 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2827 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2828 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2829 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2830 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2831 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2832 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2833 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2834 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2835 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2836 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2837 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2838 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2839 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2840 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2841 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2842 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2843 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2844 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2845 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2846 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2847 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2848 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2849 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2850 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2851 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2852 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2853 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2854 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2855 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2856 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2857 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2858 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2859 setattr(self, "_{}".format('cloud_ready'), kwargs.get('cloud_ready', None)) 2860 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2861 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2862 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2863 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2864 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2865 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2866 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2867 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2868 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2869 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2870 setattr(self, "_{}".format('custom_extraction_plan_levels'), kwargs.get('custom_extraction_plan_levels', None)) 2871 setattr(self, "_{}".format('custom_extraction_plan_levels_metadata'), kwargs.get('custom_extraction_plan_levels_metadata', None)) 2872 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2873 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2874 setattr(self, "_{}".format('default_signing_responsive_view'), kwargs.get('default_signing_responsive_view', None)) 2875 setattr(self, "_{}".format('default_signing_responsive_view_metadata'), kwargs.get('default_signing_responsive_view_metadata', None)) 2876 setattr(self, "_{}".format('default_signing_responsive_view_use_grade'), kwargs.get('default_signing_responsive_view_use_grade', None)) 2877 setattr(self, "_{}".format('default_signing_responsive_view_use_grade_metadata'), kwargs.get('default_signing_responsive_view_use_grade_metadata', None)) 2878 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form'), kwargs.get('default_to_advanced_envelopes_filter_form', None)) 2879 setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form_metadata'), kwargs.get('default_to_advanced_envelopes_filter_form_metadata', None)) 2880 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2881 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2882 setattr(self, "_{}".format('disable_legacy_kba'), kwargs.get('disable_legacy_kba', None)) 2883 setattr(self, "_{}".format('disable_legacy_kba_metadata'), kwargs.get('disable_legacy_kba_metadata', None)) 2884 setattr(self, "_{}".format('disable_legacy_shared_envelopes'), kwargs.get('disable_legacy_shared_envelopes', None)) 2885 setattr(self, "_{}".format('disable_legacy_shared_envelopes_metadata'), kwargs.get('disable_legacy_shared_envelopes_metadata', None)) 2886 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2887 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2888 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2889 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2890 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2891 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2892 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2893 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2894 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2895 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2896 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2897 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2898 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2899 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2900 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2901 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2902 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2903 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2904 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2905 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2906 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2907 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2908 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2909 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2910 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2911 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2912 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2913 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2914 setattr(self, "_{}".format('draft_envelope_retention'), kwargs.get('draft_envelope_retention', None)) 2915 setattr(self, "_{}".format('draft_envelope_retention_metadata'), kwargs.get('draft_envelope_retention_metadata', None)) 2916 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2917 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2918 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2919 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2920 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2921 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2922 setattr(self, "_{}".format('enable_account_wide_search'), kwargs.get('enable_account_wide_search', None)) 2923 setattr(self, "_{}".format('enable_account_wide_search_metadata'), kwargs.get('enable_account_wide_search_metadata', None)) 2924 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features'), kwargs.get('enable_additional_advanced_web_forms_features', None)) 2925 setattr(self, "_{}".format('enable_additional_advanced_web_forms_features_metadata'), kwargs.get('enable_additional_advanced_web_forms_features_metadata', None)) 2926 setattr(self, "_{}".format('enable_adm_healthcare'), kwargs.get('enable_adm_healthcare', None)) 2927 setattr(self, "_{}".format('enable_adm_healthcare_metadata'), kwargs.get('enable_adm_healthcare_metadata', None)) 2928 setattr(self, "_{}".format('enable_advanced_envelopes_search'), kwargs.get('enable_advanced_envelopes_search', None)) 2929 setattr(self, "_{}".format('enable_advanced_envelopes_search_metadata'), kwargs.get('enable_advanced_envelopes_search_metadata', None)) 2930 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2931 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2932 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2933 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2934 setattr(self, "_{}".format('enable_advanced_search'), kwargs.get('enable_advanced_search', None)) 2935 setattr(self, "_{}".format('enable_advanced_search_metadata'), kwargs.get('enable_advanced_search_metadata', None)) 2936 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2937 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2938 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2939 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2940 setattr(self, "_{}".format('enable_agreement_desk_advanced'), kwargs.get('enable_agreement_desk_advanced', None)) 2941 setattr(self, "_{}".format('enable_agreement_desk_advanced_meta_data'), kwargs.get('enable_agreement_desk_advanced_meta_data', None)) 2942 setattr(self, "_{}".format('enable_ai_contract_review'), kwargs.get('enable_ai_contract_review', None)) 2943 setattr(self, "_{}".format('enable_ai_contract_review_metadata'), kwargs.get('enable_ai_contract_review_metadata', None)) 2944 setattr(self, "_{}".format('enable_ai_sender_message'), kwargs.get('enable_ai_sender_message', None)) 2945 setattr(self, "_{}".format('enable_ai_sender_message_metadata'), kwargs.get('enable_ai_sender_message_metadata', None)) 2946 setattr(self, "_{}".format('enable_ai_suggested_fields'), kwargs.get('enable_ai_suggested_fields', None)) 2947 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place'), kwargs.get('enable_ai_suggested_fields_auto_place', None)) 2948 setattr(self, "_{}".format('enable_ai_suggested_fields_auto_place_metadata'), kwargs.get('enable_ai_suggested_fields_auto_place_metadata', None)) 2949 setattr(self, "_{}".format('enable_ai_suggested_fields_metadata'), kwargs.get('enable_ai_suggested_fields_metadata', None)) 2950 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2951 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2952 setattr(self, "_{}".format('enable_batch_update_envelope_types'), kwargs.get('enable_batch_update_envelope_types', None)) 2953 setattr(self, "_{}".format('enable_batch_update_envelope_types_metadata'), kwargs.get('enable_batch_update_envelope_types_metadata', None)) 2954 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2955 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2956 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2957 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2958 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth'), kwargs.get('enable_cfr_rapid_signing_embedded_auth', None)) 2959 setattr(self, "_{}".format('enable_cfr_rapid_signing_embedded_auth_metadata'), kwargs.get('enable_cfr_rapid_signing_embedded_auth_metadata', None)) 2960 setattr(self, "_{}".format('enable_click_plus'), kwargs.get('enable_click_plus', None)) 2961 setattr(self, "_{}".format('enable_click_plus_conditional_content'), kwargs.get('enable_click_plus_conditional_content', None)) 2962 setattr(self, "_{}".format('enable_click_plus_conditional_content_meta_data'), kwargs.get('enable_click_plus_conditional_content_meta_data', None)) 2963 setattr(self, "_{}".format('enable_click_plus_custom_fields'), kwargs.get('enable_click_plus_custom_fields', None)) 2964 setattr(self, "_{}".format('enable_click_plus_custom_fields_meta_data'), kwargs.get('enable_click_plus_custom_fields_meta_data', None)) 2965 setattr(self, "_{}".format('enable_click_plus_custom_style'), kwargs.get('enable_click_plus_custom_style', None)) 2966 setattr(self, "_{}".format('enable_click_plus_custom_style_meta_data'), kwargs.get('enable_click_plus_custom_style_meta_data', None)) 2967 setattr(self, "_{}".format('enable_click_plus_dynamic_content'), kwargs.get('enable_click_plus_dynamic_content', None)) 2968 setattr(self, "_{}".format('enable_click_plus_dynamic_content_meta_data'), kwargs.get('enable_click_plus_dynamic_content_meta_data', None)) 2969 setattr(self, "_{}".format('enable_click_plus_meta_data'), kwargs.get('enable_click_plus_meta_data', None)) 2970 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2971 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2972 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2973 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2974 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2975 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2976 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2977 setattr(self, "_{}".format('enable_content_search'), kwargs.get('enable_content_search', None)) 2978 setattr(self, "_{}".format('enable_content_search_metadata'), kwargs.get('enable_content_search_metadata', None)) 2979 setattr(self, "_{}".format('enable_coupa_core_extension'), kwargs.get('enable_coupa_core_extension', None)) 2980 setattr(self, "_{}".format('enable_coupa_core_extension_metadata'), kwargs.get('enable_coupa_core_extension_metadata', None)) 2981 setattr(self, "_{}".format('enable_custom_data_verification_extensions'), kwargs.get('enable_custom_data_verification_extensions', None)) 2982 setattr(self, "_{}".format('enable_custom_data_verification_extensions_metadata'), kwargs.get('enable_custom_data_verification_extensions_metadata', None)) 2983 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2984 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2985 setattr(self, "_{}".format('enable_data_verification_extensions'), kwargs.get('enable_data_verification_extensions', None)) 2986 setattr(self, "_{}".format('enable_data_verification_extensions_metadata'), kwargs.get('enable_data_verification_extensions_metadata', None)) 2987 setattr(self, "_{}".format('enable_document_template_library'), kwargs.get('enable_document_template_library', None)) 2988 setattr(self, "_{}".format('enable_document_template_library_metadata'), kwargs.get('enable_document_template_library_metadata', None)) 2989 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens'), kwargs.get('enable_d_sig_eu_advanced_pens', None)) 2990 setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens_metadata'), kwargs.get('enable_d_sig_eu_advanced_pens_metadata', None)) 2991 setattr(self, "_{}".format('enable_d_sig_express_pens'), kwargs.get('enable_d_sig_express_pens', None)) 2992 setattr(self, "_{}".format('enable_d_sig_express_pens_metadata'), kwargs.get('enable_d_sig_express_pens_metadata', None)) 2993 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens'), kwargs.get('enable_d_sig_id_check_for_aes_pens', None)) 2994 setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens_metadata'), kwargs.get('enable_d_sig_id_check_for_aes_pens_metadata', None)) 2995 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens', None)) 2996 setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens_metadata', None)) 2997 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens', None)) 2998 setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens_metadata', None)) 2999 setattr(self, "_{}".format('enable_d_sig_id_verification_pens'), kwargs.get('enable_d_sig_id_verification_pens', None)) 3000 setattr(self, "_{}".format('enable_d_sig_id_verification_pens_metadata'), kwargs.get('enable_d_sig_id_verification_pens_metadata', None)) 3001 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens'), kwargs.get('enable_d_sig_id_verification_premier_pens', None)) 3002 setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens_metadata'), kwargs.get('enable_d_sig_id_verification_premier_pens_metadata', None)) 3003 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes'), kwargs.get('enable_d_sig_pen_group_eu_qes', None)) 3004 setattr(self, "_{}".format('enable_d_sig_pen_group_eu_qes_metadata'), kwargs.get('enable_d_sig_pen_group_eu_qes_metadata', None)) 3005 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens'), kwargs.get('enable_d_sig_plg_eu_qes_pens', None)) 3006 setattr(self, "_{}".format('enable_d_sig_plg_eu_qes_pens_metadata'), kwargs.get('enable_d_sig_plg_eu_qes_pens_metadata', None)) 3007 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 3008 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 3009 setattr(self, "_{}".format('enable_enforce_tls_emails_setting_metadata'), kwargs.get('enable_enforce_tls_emails_setting_metadata', None)) 3010 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 3011 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 3012 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 3013 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 3014 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 3015 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 3016 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 3017 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 3018 setattr(self, "_{}".format('enable_esign_task_list'), kwargs.get('enable_esign_task_list', None)) 3019 setattr(self, "_{}".format('enable_esign_task_list_metadata'), kwargs.get('enable_esign_task_list_metadata', None)) 3020 setattr(self, "_{}".format('enable_generation_with3_p_integration'), kwargs.get('enable_generation_with3_p_integration', None)) 3021 setattr(self, "_{}".format('enable_generation_with3_p_integration_meta_data'), kwargs.get('enable_generation_with3_p_integration_meta_data', None)) 3022 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 3023 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 3024 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 3025 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 3026 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 3027 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 3028 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status'), kwargs.get('enable_idfx_phone_auth_signature_auth_status', None)) 3029 setattr(self, "_{}".format('enable_idfx_phone_auth_signature_auth_status_metadata'), kwargs.get('enable_idfx_phone_auth_signature_auth_status_metadata', None)) 3030 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search', None)) 3031 setattr(self, "_{}".format('enable_inbox_browse_views_powered_by_elastic_search_metadata'), kwargs.get('enable_inbox_browse_views_powered_by_elastic_search_metadata', None)) 3032 setattr(self, "_{}".format('enable_inbox_relevance_sort'), kwargs.get('enable_inbox_relevance_sort', None)) 3033 setattr(self, "_{}".format('enable_inbox_relevance_sort_metadata'), kwargs.get('enable_inbox_relevance_sort_metadata', None)) 3034 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 3035 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 3036 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 3037 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 3038 setattr(self, "_{}".format('enable_large_file_support'), kwargs.get('enable_large_file_support', None)) 3039 setattr(self, "_{}".format('enable_large_file_support_metadata'), kwargs.get('enable_large_file_support_metadata', None)) 3040 setattr(self, "_{}".format('enable_legacy_shared_envelopes'), kwargs.get('enable_legacy_shared_envelopes', None)) 3041 setattr(self, "_{}".format('enable_legacy_shared_envelopes_metadata'), kwargs.get('enable_legacy_shared_envelopes_metadata', None)) 3042 setattr(self, "_{}".format('enable_license_management'), kwargs.get('enable_license_management', None)) 3043 setattr(self, "_{}".format('enable_license_management_metadata'), kwargs.get('enable_license_management_metadata', None)) 3044 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension'), kwargs.get('enable_microsoft_dynamics365_extension', None)) 3045 setattr(self, "_{}".format('enable_microsoft_dynamics365_extension_metadata'), kwargs.get('enable_microsoft_dynamics365_extension_metadata', None)) 3046 setattr(self, "_{}".format('enable_multi_user_repository_features'), kwargs.get('enable_multi_user_repository_features', None)) 3047 setattr(self, "_{}".format('enable_multi_user_repository_features_metadata'), kwargs.get('enable_multi_user_repository_features_metadata', None)) 3048 setattr(self, "_{}".format('enable_navigator_api_data_in'), kwargs.get('enable_navigator_api_data_in', None)) 3049 setattr(self, "_{}".format('enable_navigator_api_data_in_metadata'), kwargs.get('enable_navigator_api_data_in_metadata', None)) 3050 setattr(self, "_{}".format('enable_navigator_api_data_out'), kwargs.get('enable_navigator_api_data_out', None)) 3051 setattr(self, "_{}".format('enable_navigator_api_data_out_metadata'), kwargs.get('enable_navigator_api_data_out_metadata', None)) 3052 setattr(self, "_{}".format('enable_navigator_api_utilities'), kwargs.get('enable_navigator_api_utilities', None)) 3053 setattr(self, "_{}".format('enable_navigator_api_utilities_metadata'), kwargs.get('enable_navigator_api_utilities_metadata', None)) 3054 setattr(self, "_{}".format('enable_navigator_for_hr'), kwargs.get('enable_navigator_for_hr', None)) 3055 setattr(self, "_{}".format('enable_navigator_for_hr_metadata'), kwargs.get('enable_navigator_for_hr_metadata', None)) 3056 setattr(self, "_{}".format('enable_navigator_hierarchy_ai'), kwargs.get('enable_navigator_hierarchy_ai', None)) 3057 setattr(self, "_{}".format('enable_navigator_hierarchy_ai_metadata'), kwargs.get('enable_navigator_hierarchy_ai_metadata', None)) 3058 setattr(self, "_{}".format('enable_navigator_partial_ingestion'), kwargs.get('enable_navigator_partial_ingestion', None)) 3059 setattr(self, "_{}".format('enable_navigator_partial_ingestion_metadata'), kwargs.get('enable_navigator_partial_ingestion_metadata', None)) 3060 setattr(self, "_{}".format('enable_navigator_trial'), kwargs.get('enable_navigator_trial', None)) 3061 setattr(self, "_{}".format('enable_navigator_trial_metadata'), kwargs.get('enable_navigator_trial_metadata', None)) 3062 setattr(self, "_{}".format('enable_notary_on_demand_witness'), kwargs.get('enable_notary_on_demand_witness', None)) 3063 setattr(self, "_{}".format('enable_notary_on_demand_witness_metadata'), kwargs.get('enable_notary_on_demand_witness_metadata', None)) 3064 setattr(self, "_{}".format('enable_obligation_management'), kwargs.get('enable_obligation_management', None)) 3065 setattr(self, "_{}".format('enable_obligation_management_metadata'), kwargs.get('enable_obligation_management_metadata', None)) 3066 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 3067 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 3068 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 3069 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 3070 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 3071 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 3072 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 3073 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 3074 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 3075 setattr(self, "_{}".format('enable_premium_data_verification_extensions'), kwargs.get('enable_premium_data_verification_extensions', None)) 3076 setattr(self, "_{}".format('enable_premium_data_verification_extensions_metadata'), kwargs.get('enable_premium_data_verification_extensions_metadata', None)) 3077 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 3078 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 3079 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 3080 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 3081 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 3082 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 3083 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 3084 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 3085 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 3086 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 3087 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 3088 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 3089 setattr(self, "_{}".format('enable_sap_ariba_extension'), kwargs.get('enable_sap_ariba_extension', None)) 3090 setattr(self, "_{}".format('enable_sap_ariba_extension_meta_data'), kwargs.get('enable_sap_ariba_extension_meta_data', None)) 3091 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 3092 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 3093 setattr(self, "_{}".format('enable_search_service_azure_uri'), kwargs.get('enable_search_service_azure_uri', None)) 3094 setattr(self, "_{}".format('enable_search_service_azure_uri_metadata'), kwargs.get('enable_search_service_azure_uri_metadata', None)) 3095 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 3096 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 3097 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 3098 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 3099 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 3100 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 3101 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 3102 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 3103 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 3104 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 3105 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 3106 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 3107 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 3108 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 3109 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 3110 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 3111 setattr(self, "_{}".format('enable_signing_ai_features_plan'), kwargs.get('enable_signing_ai_features_plan', None)) 3112 setattr(self, "_{}".format('enable_signing_ai_features_plan_metadata'), kwargs.get('enable_signing_ai_features_plan_metadata', None)) 3113 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 3114 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 3115 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 3116 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 3117 setattr(self, "_{}".format('enable_signing_group_continue_page_setting'), kwargs.get('enable_signing_group_continue_page_setting', None)) 3118 setattr(self, "_{}".format('enable_signing_group_continue_page_setting_metadata'), kwargs.get('enable_signing_group_continue_page_setting_metadata', None)) 3119 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 3120 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 3121 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 3122 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 3123 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 3124 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 3125 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 3126 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 3127 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 3128 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 3129 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 3130 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 3131 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 3132 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 3133 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 3134 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 3135 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 3136 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 3137 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 3138 setattr(self, "_{}".format('enable_tickets'), kwargs.get('enable_tickets', None)) 3139 setattr(self, "_{}".format('enable_tickets_meta_data'), kwargs.get('enable_tickets_meta_data', None)) 3140 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 3141 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 3142 setattr(self, "_{}".format('enable_unified_repository'), kwargs.get('enable_unified_repository', None)) 3143 setattr(self, "_{}".format('enable_unified_repository_metadata'), kwargs.get('enable_unified_repository_metadata', None)) 3144 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 3145 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 3146 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is'), kwargs.get('enable_web_forms_runtime_ap_is', None)) 3147 setattr(self, "_{}".format('enable_web_forms_runtime_ap_is_metadata'), kwargs.get('enable_web_forms_runtime_ap_is_metadata', None)) 3148 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions'), kwargs.get('enable_web_forms_separate_user_permissions', None)) 3149 setattr(self, "_{}".format('enable_web_forms_separate_user_permissions_metadata'), kwargs.get('enable_web_forms_separate_user_permissions_metadata', None)) 3150 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 3151 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 3152 setattr(self, "_{}".format('enable_workday_financials_extension'), kwargs.get('enable_workday_financials_extension', None)) 3153 setattr(self, "_{}".format('enable_workday_financials_extension_meta_data'), kwargs.get('enable_workday_financials_extension_meta_data', None)) 3154 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 3155 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 3156 setattr(self, "_{}".format('enforce_tls_emails'), kwargs.get('enforce_tls_emails', None)) 3157 setattr(self, "_{}".format('enforce_tls_emails_metadata'), kwargs.get('enforce_tls_emails_metadata', None)) 3158 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 3159 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 3160 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 3161 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 3162 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 3163 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 3164 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 3165 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 3166 setattr(self, "_{}".format('envelope_search_mode'), kwargs.get('envelope_search_mode', None)) 3167 setattr(self, "_{}".format('envelope_search_mode_metadata'), kwargs.get('envelope_search_mode_metadata', None)) 3168 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 3169 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 3170 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 3171 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 3172 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 3173 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 3174 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 3175 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 3176 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 3177 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 3178 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 3179 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 3180 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 3181 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 3182 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 3183 setattr(self, "_{}".format('forbid_adding_user_stamps'), kwargs.get('forbid_adding_user_stamps', None)) 3184 setattr(self, "_{}".format('forbid_adding_user_stamps_metadata'), kwargs.get('forbid_adding_user_stamps_metadata', None)) 3185 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 3186 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 3187 setattr(self, "_{}".format('guided_forms_html_conversion_policy'), kwargs.get('guided_forms_html_conversion_policy', None)) 3188 setattr(self, "_{}".format('guided_forms_html_conversion_policy_metadata'), kwargs.get('guided_forms_html_conversion_policy_metadata', None)) 3189 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 3190 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 3191 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 3192 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 3193 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 3194 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 3195 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 3196 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 3197 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 3198 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 3199 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 3200 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 3201 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 3202 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 3203 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 3204 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 3205 setattr(self, "_{}".format('idfx_kba_authentication_override'), kwargs.get('idfx_kba_authentication_override', None)) 3206 setattr(self, "_{}".format('idfx_kba_authentication_override_metadata'), kwargs.get('idfx_kba_authentication_override_metadata', None)) 3207 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 3208 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 3209 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 3210 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 3211 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 3212 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 3213 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 3214 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 3215 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 3216 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 3217 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 3218 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 3219 setattr(self, "_{}".format('is_connect_document_fields_enabled'), kwargs.get('is_connect_document_fields_enabled', None)) 3220 setattr(self, "_{}".format('isv_embed'), kwargs.get('isv_embed', None)) 3221 setattr(self, "_{}".format('isv_embed_meta_data'), kwargs.get('isv_embed_meta_data', None)) 3222 setattr(self, "_{}".format('isv_oem_embed'), kwargs.get('isv_oem_embed', None)) 3223 setattr(self, "_{}".format('isv_oem_embed_meta_data'), kwargs.get('isv_oem_embed_meta_data', None)) 3224 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 3225 setattr(self, "_{}".format('maestro_plan_levels'), kwargs.get('maestro_plan_levels', None)) 3226 setattr(self, "_{}".format('maestro_plan_levels_metadata'), kwargs.get('maestro_plan_levels_metadata', None)) 3227 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 3228 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 3229 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 3230 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 3231 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 3232 setattr(self, "_{}".format('merge_mixed_mode_results'), kwargs.get('merge_mixed_mode_results', None)) 3233 setattr(self, "_{}".format('merge_mixed_mode_results_metadata'), kwargs.get('merge_mixed_mode_results_metadata', None)) 3234 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 3235 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 3236 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 3237 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 3238 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 3239 setattr(self, "_{}".format('opt_in_universal_signatures'), kwargs.get('opt_in_universal_signatures', None)) 3240 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 3241 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 3242 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 3243 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 3244 setattr(self, "_{}".format('original_account_site'), kwargs.get('original_account_site', None)) 3245 setattr(self, "_{}".format('participant_copy_opt_out'), kwargs.get('participant_copy_opt_out', None)) 3246 setattr(self, "_{}".format('participant_copy_opt_out_metadata'), kwargs.get('participant_copy_opt_out_metadata', None)) 3247 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 3248 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 3249 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 3250 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 3251 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 3252 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 3253 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 3254 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 3255 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 3256 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 3257 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 3258 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 3259 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 3260 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 3261 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 3262 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 3263 setattr(self, "_{}".format('recycle_bin_envelope_retention'), kwargs.get('recycle_bin_envelope_retention', None)) 3264 setattr(self, "_{}".format('recycle_bin_envelope_retention_metadata'), kwargs.get('recycle_bin_envelope_retention_metadata', None)) 3265 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 3266 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 3267 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 3268 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 3269 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 3270 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 3271 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 3272 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 3273 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 3274 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 3275 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 3276 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 3277 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 3278 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 3279 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 3280 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 3281 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 3282 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 3283 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 3284 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 3285 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 3286 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 3287 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 3288 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 3289 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 3290 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 3291 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 3292 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 3293 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 3294 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 3295 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 3296 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 3297 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 3298 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 3299 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 3300 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 3301 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 3302 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 3303 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 3304 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 3305 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 3306 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 3307 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 3308 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 3309 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 3310 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 3311 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 3312 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 3313 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 3314 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 3315 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 3316 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 3317 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 3318 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 3319 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 3320 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 3321 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 3322 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 3323 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 3324 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 3325 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 3326 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 3327 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 3328 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 3329 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 3330 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 3331 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 3332 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 3333 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 3334 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 3335 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 3336 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 3337 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 3338 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 3339 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 3340 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 3341 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 3342 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 3343 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 3344 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 3345 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 3346 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 3347 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 3348 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 3349 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 3350 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 3351 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 3352 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 3353 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 3354 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 3355 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 3356 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 3357 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 3358 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 3359 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 3360 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 3361 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 3362 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 3363 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 3364 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 3365 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 3366 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 3367 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 3368 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 3369 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 3370 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 3371 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 3372 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 3373 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 3374 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 3375 setattr(self, "_{}".format('universal_signature_skip_platform_signature'), kwargs.get('universal_signature_skip_platform_signature', None)) 3376 setattr(self, "_{}".format('universal_signature_skip_platform_signature_metadata'), kwargs.get('universal_signature_skip_platform_signature_metadata', None)) 3377 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 3378 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 3379 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 3380 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 3381 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 3382 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 3383 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 3384 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 3385 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 3386 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 3387 setattr(self, "_{}".format('use_envelope_search_mixed_mode'), kwargs.get('use_envelope_search_mixed_mode', None)) 3388 setattr(self, "_{}".format('use_envelope_search_mixed_mode_metadata'), kwargs.get('use_envelope_search_mixed_mode_metadata', None)) 3389 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 3390 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 3391 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 3392 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 3393 setattr(self, "_{}".format('use_new_envelope_search'), kwargs.get('use_new_envelope_search', None)) 3394 setattr(self, "_{}".format('use_new_envelope_search_metadata'), kwargs.get('use_new_envelope_search_metadata', None)) 3395 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date'), kwargs.get('use_new_envelope_search_only_when_searching_after_date', None)) 3396 setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date_metadata'), kwargs.get('use_new_envelope_search_only_when_searching_after_date_metadata', None)) 3397 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term'), kwargs.get('use_new_envelope_search_only_with_search_term', None)) 3398 setattr(self, "_{}".format('use_new_envelope_search_only_with_search_term_metadata'), kwargs.get('use_new_envelope_search_only_with_search_term_metadata', None)) 3399 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 3400 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 3401 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 3402 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 3403 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 3404 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 3405 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 3406 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 3407 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 3408 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 3409 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 3410 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 3411 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 3412 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 3413 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 3414 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 3415 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 3416 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 3417 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 3418 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 3419 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 3420 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 3421 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None))
AccountSettingsInformation - a model defined in Swagger
Gets the access_code_format of this AccountSettingsInformation. # noqa: E501
Format of the string provided to a recipient in order to access an envelope. # noqa: E501
Returns
The access_code_format of this AccountSettingsInformation. # noqa: E501
Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_date_time_format of this AccountSettingsInformation. # noqa: E501
Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the accountDateTimeFormat property is editable. # noqa: E501
Returns
The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_default_language of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_default_language of this AccountSettingsInformation. # noqa: E501
Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_name of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_name of this AccountSettingsInformation. # noqa: E501
Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the accountName property is editable. # noqa: E501
Returns
The account_name_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_notification of this AccountSettingsInformation. # noqa: E501
An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501
Returns
The account_notification of this AccountSettingsInformation. # noqa: E501
Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501
An object that defines the settings to use in the UI. # noqa: E501
Returns
The account_ui_settings of this AccountSettingsInformation. # noqa: E501
Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The adopt_sig_config of this AccountSettingsInformation. # noqa: E501
Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the adoptSigConfig property is editable. # noqa: E501
Returns
The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501
Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_correct of this AccountSettingsInformation. # noqa: E501
Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the advancedCorrect property is editable. # noqa: E501
Returns
The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501
Gets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_access_code_format of this AccountSettingsInformation. # noqa: E501
Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccessCodeFormat property is editable. # noqa: E501
Returns
The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccountManagementGranular property is editable. # noqa: E501
Returns
The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccountMemberNameChange property is editable. # noqa: E501
Returns
The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_ace of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ace of this AccountSettingsInformation. # noqa: E501
Gets the allow_ace_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ace_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501
Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAdvancedRecipientRoutingConditional property is editable. # noqa: E501
Returns
The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501
Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAgentNameEmailEdit property is editable. # noqa: E501
Returns
The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata about the allowAgreementActions property. # noqa: E501
Returns
The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agreement_orchestrations of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agreement_orchestrations_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501
Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAutoTagging property is editable. # noqa: E501
Returns
The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_bulk_send of this AccountSettingsInformation. # noqa: E501
Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowBulkSend property is editable. # noqa: E501
Returns
The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_byoidv of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_byoidv of this AccountSettingsInformation. # noqa: E501
Gets the allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_byoidv_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501
Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowCDWithdraw property is editable. # noqa: E501
Returns
The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_agreement_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_agreement_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_envelope_reminder_sent_event_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_identity_verification_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowConnectSendFinishLater property is editable. # noqa: E501
Returns
The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowConsumerDisclosureOverride property is editable. # noqa: E501
Returns
The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_data_download of this AccountSettingsInformation. # noqa: E501
Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDataDownload property is editable. # noqa: E501
Returns
The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501
\"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501
Returns
The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501
Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501
Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentDisclosures property is editable. # noqa: E501
Returns
The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501
Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentsOnSignedEnvelopes property is editable. # noqa: E501
Returns
The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentVisibility property is editable. # noqa: E501
Returns
The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_editing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
Gets the allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_editing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEHankoStamps property is editable. # noqa: E501
Returns
The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowENoteEOriginal property is editable. # noqa: E501
Returns
The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCorrect property is editable. # noqa: E501
Returns
The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCustodyTransfer property is editable. # noqa: E501
Returns
The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCustomFields property is editable. # noqa: E501
Returns
The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopePublishReporting property is editable. # noqa: E501
Returns
The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeReporting property is editable. # noqa: E501
Returns
The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_expression of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_expression of this AccountSettingsInformation. # noqa: E501
Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExpression property is editable. # noqa: E501
Returns
The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExpressSignerCertificate property is editable. # noqa: E501
Returns
The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501
Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExtendedSendingResourceFile property is editable. # noqa: E501
Returns
The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExternalSignaturePad property is editable. # noqa: E501
Returns
The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_fed_ramp_idv_level1 of this AccountSettingsInformation. # noqa: E501
Gets the allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_fed_ramp_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_fed_ramp_idv_level2 of this AccountSettingsInformation. # noqa: E501
Gets the allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_fed_ramp_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowIDVLevel1 property is editable. # noqa: E501
Returns
The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level1_trial of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level1_trial_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_platform of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowIDVPlatform property is editable. # noqa: E501
Returns
The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_risk_assessment of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_risk_assessment_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_in_person of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
MetaData for the Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowInPerson property is editable. # noqa: E501
Returns
The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowManagedStamps property is editable. # noqa: E501
Returns
The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_markup of this AccountSettingsInformation. # noqa: E501
When set to true, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501
Returns
The allow_markup of this AccountSettingsInformation. # noqa: E501
Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMarkup property is editable. # noqa: E501
Returns
The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501
Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMemberTimeZone property is editable. # noqa: E501
Returns
The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_merge_fields of this AccountSettingsInformation. # noqa: E501
Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMergeFields property is editable. # noqa: E501
Returns
The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMultipleBrandProfiles property is editable. # noqa: E501
Returns
The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMultipleSignerAttachments property is editable. # noqa: E501
Returns
The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501
Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowNonUSPhoneAuth property is editable. # noqa: E501
Returns
The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_offline_signing of this AccountSettingsInformation. # noqa: E501
Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOfflineSigning property is editable. # noqa: E501
Returns
The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501
Gets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOpenTrustSignerCertificate property is editable. # noqa: E501
Returns
The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_branding of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_branding of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_branding_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor_free of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor_free_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organizations of this AccountSettingsInformation. # noqa: E501
Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOrganizations property is editable. # noqa: E501
Returns
The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
MetaData for the Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501
Returns
The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501
Returns
The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501
Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_payment_processing of this AccountSettingsInformation. # noqa: E501
Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPaymentProcessing property is editable. # noqa: E501
Returns
The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_pending_destination_url_edition of this AccountSettingsInformation. # noqa: E501
Gets the allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_pending_destination_url_edition_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501
Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPhoneAuthentication property is editable. # noqa: E501
Returns
The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPhoneAuthOverride property is editable. # noqa: E501
Returns
The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPrivateSigningGroups property is editable. # noqa: E501
Returns
The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501
Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_reminders of this AccountSettingsInformation. # noqa: E501
Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowReminders property is editable. # noqa: E501
Returns
The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_remote_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501
Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowResourceFileBranding property is editable. # noqa: E501
Returns
The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSafeBioPharmaSignerCertificate property is editable. # noqa: E501
Returns
The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501
\"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501
Returns
The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501
Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_security_appliance of this AccountSettingsInformation. # noqa: E501
Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSecurityAppliance property is editable. # noqa: E501
Returns
The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSendToCertifiedDelivery property is editable. # noqa: E501
Returns
The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSendToIntermediary property is editable. # noqa: E501
Returns
The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_server_templates of this AccountSettingsInformation. # noqa: E501
Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowServerTemplates property is editable. # noqa: E501
Returns
The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501
Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignatureStamps property is editable. # noqa: E501
Returns
The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignDocumentFromHomePage property is editable. # noqa: E501
Returns
The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignerReassign property is editable. # noqa: E501
Returns
The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignerReassignOverride property is editable. # noqa: E501
Returns
The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningExtensions property is editable. # noqa: E501
Returns
The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningGroups property is editable. # noqa: E501
Returns
The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_insights of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningRadioDeselect property is editable. # noqa: E501
Returns
The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_now of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501
Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSupplementalDocuments property is editable. # noqa: E501
Returns
The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501
Returns
The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions_workspace of this AccountSettingsInformation. # noqa: E501
Gets the allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions_workspace_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions_workspace_original of this AccountSettingsInformation. # noqa: E501
Gets the allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions_workspace_original_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501
Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_value_insights of this AccountSettingsInformation. # noqa: E501
Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_web_forms of this AccountSettingsInformation. # noqa: E501
Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_whats_app_delivery of this AccountSettingsInformation. # noqa: E501
Gets the allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_whats_app_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_population_scope of this AccountSettingsInformation. # noqa: E501
Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the anchorPopulationScope property is editable. # noqa: E501
Returns
The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501
Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501
Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the attachCompletedEnvelope property is editable. # noqa: E501
Returns
The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the authentication_check of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The authentication_check of this AccountSettingsInformation. # noqa: E501
Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the authenticationCheck property is editable. # noqa: E501
Returns
The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501
Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501
Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the autoProvisionSignerAccount property is editable. # noqa: E501
Returns
The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bcc_email_archive of this AccountSettingsInformation. # noqa: E501
Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the bccEmailArchive property is editable. # noqa: E501
Returns
The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501
Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501
Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501
Gets the billing_address of this AccountSettingsInformation. # noqa: E501
The billing address for the account. # noqa: E501
Returns
The billing_address of this AccountSettingsInformation. # noqa: E501
Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the billingAddress property is editable. # noqa: E501
Returns
The billing_address_metadata of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the bulkSend property is editable. # noqa: E501
Returns
The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_self_brand_send of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the canSelfBrandSend property is editable. # noqa: E501
Returns
The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the canSelfBrandSign property is editable. # noqa: E501
Returns
The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501
Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501
Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The capture_voice_recording of this AccountSettingsInformation. # noqa: E501
Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501
Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501
Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501
Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the cfrUseWideImage property is editable. # noqa: E501
Returns
The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501
Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501
Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the checkForMultipleAdminsOnAccount property is editable. # noqa: E501
Returns
The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501
Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the chromeSignatureEnabled property is editable. # noqa: E501
Returns
The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the cloud_ready of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cloud_ready of this AccountSettingsInformation. # noqa: E501
Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501
Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the commentEmailShowMessageText property is editable. # noqa: E501
Returns
The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501
Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501
Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the commentsAllowEnvelopeOverride property is editable. # noqa: E501
Returns
The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501
Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the conditionalFieldsEnabled property is editable. # noqa: E501
Returns
The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501
Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the consumerDisclosureFrequency property is editable. # noqa: E501
Returns
The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501
Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501
Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the convertPdfFields property is editable. # noqa: E501
Returns
The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The custom_extraction_plan_levels of this AccountSettingsInformation. # noqa: E501
Gets the custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The custom_extraction_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501
Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The data_population_scope of this AccountSettingsInformation. # noqa: E501
Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the dataPopulationScope property is editable. # noqa: E501
Returns
The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_signing_responsive_view of this AccountSettingsInformation. # noqa: E501
Gets the default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_signing_responsive_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_signing_responsive_view_use_grade of this AccountSettingsInformation. # noqa: E501
Gets the default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_signing_responsive_view_use_grade_metadata of this AccountSettingsInformation. # noqa: E501
Gets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501
Gets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501
Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_legacy_kba of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_legacy_kba of this AccountSettingsInformation. # noqa: E501
Gets the disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_legacy_kba_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_app of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobileApp property is editable. # noqa: E501
Returns
The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobilePushNotifications property is editable. # noqa: E501
Returns
The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobileSending property is editable. # noqa: E501
Returns
The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501
Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMultipleSessions property is editable. # noqa: E501
Returns
The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableSignerCertView property is editable. # noqa: E501
Returns
The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableSignerHistoryView property is editable. # noqa: E501
Returns
The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_style_signature of this AccountSettingsInformation. # noqa: E501
Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableStyleSignature property is editable. # noqa: E501
Returns
The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_upload_signature of this AccountSettingsInformation. # noqa: E501
Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableUploadSignature property is editable. # noqa: E501
Returns
The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_user_sharing of this AccountSettingsInformation. # noqa: E501
Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableUserSharing property is editable. # noqa: E501
Returns
The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The display_beta_switch of this AccountSettingsInformation. # noqa: E501
Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the displayBetaSwitch property is editable. # noqa: E501
Returns
The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501
Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentConversionRestrictions property is editable. # noqa: E501
Returns
The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_retention of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_retention of this AccountSettingsInformation. # noqa: E501
Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentRetention property is editable. # noqa: E501
Returns
The document_retention_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501
Gets the document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentVisibility property is editable. # noqa: E501
Returns
The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the draft_envelope_retention of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The draft_envelope_retention of this AccountSettingsInformation. # noqa: E501
Gets the draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The draft_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501
Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501
Gets the email_template_version of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The email_template_version of this AccountSettingsInformation. # noqa: E501
Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the emailTemplateVersion property is editable. # noqa: E501
Returns
The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501
Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAccessCodeGenerator property is editable. # noqa: E501
Returns
The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_account_wide_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_additional_advanced_web_forms_features of this AccountSettingsInformation. # noqa: E501
Gets the enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_additional_advanced_web_forms_features_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501
Account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501
Returns
The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501
Gets the enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501
Metadata for account Level Flag that determines the availability to use ADM Healthcare fields # noqa: E501
Returns
The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAdvancedPayments property is editable. # noqa: E501
Returns
The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAdvancedPowerForms property is editable. # noqa: E501
Returns
The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_desk_advanced of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_desk_advanced_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_sender_message of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_sender_message_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_suggested_fields of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_suggested_fields_auto_place of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_suggested_fields_auto_place_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ai_suggested_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501
Gets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501
Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501
Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableCalculatedFields property is editable. # noqa: E501
Returns
The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_cfr_rapid_signing_embedded_auth of this AccountSettingsInformation. # noqa: E501
Gets the enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_cfr_rapid_signing_embedded_auth_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_clickwraps of this AccountSettingsInformation. # noqa: E501
Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableClickwraps property is editable. # noqa: E501
Returns
The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501
Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501
Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501
Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_content_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_content_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_content_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_coupa_core_extension of this AccountSettingsInformation. # noqa: E501
Gets the enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_coupa_core_extension_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
Gets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501
Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableCustomerSatisfactionMetricTracking property is editable. # noqa: E501
Returns
The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
Gets the enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_document_template_library of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_document_template_library of this AccountSettingsInformation. # noqa: E501
Gets the enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_pen_group_eu_qes of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_pen_group_eu_qes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_plg_eu_qes_pens of this AccountSettingsInformation. # noqa: E501
Gets the enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_d_sig_plg_eu_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ds_pro of this AccountSettingsInformation. # noqa: E501
Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableDSPro property is editable. # noqa: E501
Returns
The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_enforce_tls_emails_setting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableEnvelopeStampingByAccountAdmin property is editable. # noqa: E501
Returns
The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableEnvelopeStampingByDSAdmin property is editable. # noqa: E501
Returns
The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501
Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_communities of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_task_list of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_task_list of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_task_list_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_generation_with3_p_integration of this AccountSettingsInformation. # noqa: E501
Gets the enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_generation_with3_p_integration_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_idfx_phone_auth_signature_auth_status of this AccountSettingsInformation. # noqa: E501
Gets the enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_idfx_phone_auth_signature_auth_status_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_inbox_browse_views_powered_by_elastic_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_inbox_browse_views_powered_by_elastic_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_inbox_relevance_sort of this AccountSettingsInformation. # noqa: E501
Gets the enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_inbox_relevance_sort_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501
Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_large_file_support of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_large_file_support of this AccountSettingsInformation. # noqa: E501
Gets the enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_large_file_support_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_license_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_license_management of this AccountSettingsInformation. # noqa: E501
Gets the enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_microsoft_dynamics365_extension of this AccountSettingsInformation. # noqa: E501
Gets the enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_microsoft_dynamics365_extension_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501
Gets the enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_multi_user_repository_features_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_notary_on_demand_witness of this AccountSettingsInformation. # noqa: E501
Gets the enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_notary_on_demand_witness_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_obligation_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_obligation_management of this AccountSettingsInformation. # noqa: E501
Gets the enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_payment_processing of this AccountSettingsInformation. # noqa: E501
Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePaymentProcessing property is editable. # noqa: E501
Returns
The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501
Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_power_form of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePowerFormDirect property is editable. # noqa: E501
Returns
The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePowerForm property is editable. # noqa: E501
Returns
The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableRecipientDomainValidation property is editable. # noqa: E501
Returns
The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_report_links of this AccountSettingsInformation. # noqa: E501
Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableReportLinks property is editable. # noqa: E501
Returns
The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501
Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableRequireSignOnPaper property is editable. # noqa: E501
Returns
The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501
Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableReservedDomain property is editable. # noqa: E501
Returns
The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501
Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableResponsiveSigning property is editable. # noqa: E501
Returns
The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501
Gets the enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sap_ariba_extension_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501
Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableScheduledRelease property is editable. # noqa: E501
Returns
The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_service_azure_uri of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_service_azure_uri_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToAgent property is editable. # noqa: E501
Returns
The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToIntermediary property is editable. # noqa: E501
Returns
The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToManage property is editable. # noqa: E501
Returns
The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningAPI property is editable. # noqa: E501
Returns
The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningUI property is editable. # noqa: E501
Returns
The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501
Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignerAttachments property is editable. # noqa: E501
Returns
The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_ai_features_plan of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_ai_features_plan_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningExtensionComments property is editable. # noqa: E501
Returns
The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningExtensionConversations property is editable. # noqa: E501
Returns
The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningOrderSettingsForAccount property is editable. # noqa: E501
Returns
The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignOnPaper property is editable. # noqa: E501
Returns
The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignOnPaperOverride property is editable. # noqa: E501
Returns
The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignWithNotary property is editable. # noqa: E501
Returns
The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501
Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSmartContracts property is editable. # noqa: E501
Returns
The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSMSAuthentication property is editable. # noqa: E501
Returns
The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501
Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_strike_through of this AccountSettingsInformation. # noqa: E501
Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableStrikeThrough property is editable. # noqa: E501
Returns
The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_tickets of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_tickets of this AccountSettingsInformation. # noqa: E501
Gets the enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_tickets_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_transaction_point of this AccountSettingsInformation. # noqa: E501
Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_unified_repository of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_unified_repository of this AccountSettingsInformation. # noqa: E501
Gets the enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_unified_repository_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_vaulting of this AccountSettingsInformation. # noqa: E501
Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableVaulting property is editable. # noqa: E501
Returns
The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_web_forms_runtime_ap_is of this AccountSettingsInformation. # noqa: E501
Gets the enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_web_forms_runtime_ap_is_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_web_forms_separate_user_permissions of this AccountSettingsInformation. # noqa: E501
Gets the enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_web_forms_separate_user_permissions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_witnessing of this AccountSettingsInformation. # noqa: E501
Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableWitnessing property is editable. # noqa: E501
Returns
The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501
Gets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501
Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enforceTemplateNameUniqueness property is editable. # noqa: E501
Returns
The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enforce_tls_emails of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enforce_tls_emails of this AccountSettingsInformation. # noqa: E501
Gets the enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enforce_tls_emails_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeIntegrationAllowed property is editable. # noqa: E501
Returns
The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeIntegrationEnabled property is editable. # noqa: E501
Returns
The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_search_mode of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_search_mode of this AccountSettingsInformation. # noqa: E501
Gets the envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501
Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeStampingDefaultValue property is editable. # noqa: E501
Returns
The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501
Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The exit_prompt of this AccountSettingsInformation. # noqa: E501
Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501
Gets the express_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The express_send of this AccountSettingsInformation. # noqa: E501
Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501
Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the expressSendAllowTabs property is editable. # noqa: E501
Returns
The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501
Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the expressSend property is editable. # noqa: E501
Returns
The express_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501
A list of external document sources such as DropBox and OneDrive. # noqa: E501
Returns
The external_document_sources of this AccountSettingsInformation. # noqa: E501
Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501
Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the externalSignaturePadType property is editable. # noqa: E501
Returns
The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The fax_out_enabled of this AccountSettingsInformation. # noqa: E501
Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the faxOutEnabled property is editable. # noqa: E501
Returns
The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The finish_reminder of this AccountSettingsInformation. # noqa: E501
Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501
Gets the forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The forbid_adding_user_stamps of this AccountSettingsInformation. # noqa: E501
Gets the forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The forbid_adding_user_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_conversion_policy of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_conversion_policy_metadata of this AccountSettingsInformation. # noqa: E501
Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501
Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501
Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the hideAccountAddressInCoC property is editable. # noqa: E501
Returns
The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501
Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The hide_pricing of this AccountSettingsInformation. # noqa: E501
Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the hidePricing property is editable. # noqa: E501
Returns
The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_configurations of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire_days of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpireDays property is editable. # noqa: E501
Returns
The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpire property is editable. # noqa: E501
Returns
The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpireMinutes property is editable. # noqa: E501
Returns
The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_required of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_required of this AccountSettingsInformation. # noqa: E501
Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckRequired property is editable. # noqa: E501
Returns
The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501
Gets the identity_verification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The identity_verification of this AccountSettingsInformation. # noqa: E501
Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the identityVerification property is editable. # noqa: E501
Returns
The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501
Gets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501
Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501
Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501
Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inPersonIDCheckQuestion property is editable. # noqa: E501
Returns
The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inPersonSigningEnabled property is editable. # noqa: E501
Returns
The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_session_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inSessionEnabled property is editable. # noqa: E501
Returns
The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501
Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inSessionSuppressEmails property is editable. # noqa: E501
Returns
The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501
Gets the is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The is_connect_document_fields_enabled of this AccountSettingsInformation. # noqa: E501
Gets the isv_embed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The isv_embed of this AccountSettingsInformation. # noqa: E501
Gets the isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the isv_oem_embed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The isv_oem_embed of this AccountSettingsInformation. # noqa: E501
Gets the isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The isv_oem_embed_meta_data of this AccountSettingsInformation. # noqa: E501
Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501
Gets the maestro_plan_levels of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maestro_plan_levels of this AccountSettingsInformation. # noqa: E501
Gets the maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maestro_plan_levels_metadata of this AccountSettingsInformation. # noqa: E501
Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the maximumSigningGroups property is editable. # noqa: E501
Returns
The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501
Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the maximumUsersPerSigningGroup property is editable. # noqa: E501
Returns
The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501
Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501
Gets the merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501
Gets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501
Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the mobileSessionTimeout property is editable. # noqa: E501
Returns
The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501
Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501
Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the optInMobileSigningV02 property is editable. # noqa: E501
Returns
The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501
Gets the opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The opt_in_universal_signatures of this AccountSettingsInformation. # noqa: E501
Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501
Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the optOutNewPlatformSealPlatform property is editable. # noqa: E501
Returns
The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the original_account_site of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The original_account_site of this AccountSettingsInformation. # noqa: E501
Gets the participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501
Gets the participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the phoneAuthRecipientMayProvidePhoneNumber property is editable. # noqa: E501
Returns
The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501
Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the pkiSignDownloadedPDFDocs property is editable. # noqa: E501
Returns
The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501
Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The read_only_mode of this AccountSettingsInformation. # noqa: E501
Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501
Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501
Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the recipientsCanSignOffline property is editable. # noqa: E501
Returns
The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501
Gets the recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501
Gets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501
Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the require21CFRpt11Compliance property is editable. # noqa: E501
Returns
The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_decline_reason of this AccountSettingsInformation. # noqa: E501
Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireDeclineReason property is editable. # noqa: E501
Returns
The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_external_user_management of this AccountSettingsInformation. # noqa: E501
Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireExternalUserManagement property is editable. # noqa: E501
Returns
The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501
Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireSignerCertificateType property is editable. # noqa: E501
Returns
The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_password of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the selfSignedRecipientEmailDocument property is editable. # noqa: E501
Returns
The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the selfSignedRecipientEmailDocumentUserOverride property is editable. # noqa: E501
Returns
The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501
Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the senderCanSignInEachLocation property is editable. # noqa: E501
Returns
The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501
Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the senderMustAuthenticateSigning property is editable. # noqa: E501
Returns
The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501
Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501
Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the sendToCertifiedDeliveryEnabled property is editable. # noqa: E501
Returns
The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the sessionTimeout property is editable. # noqa: E501
Returns
The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the setRecipEmailLang property is editable. # noqa: E501
Returns
The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the setRecipSignLang property is editable. # noqa: E501
Returns
The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501
Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showCompleteDialogInEmbeddedSession property is editable. # noqa: E501
Returns
The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501
Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501
Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showInitialConditionalFields property is editable. # noqa: E501
Returns
The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501
Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showLocalizedWatermarks property is editable. # noqa: E501
Returns
The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501
Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_tutorials of this AccountSettingsInformation. # noqa: E501
Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showTutorials property is editable. # noqa: E501
Returns
The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signature_providers of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signature_providers of this AccountSettingsInformation. # noqa: E501
Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signatureProviders property is editable. # noqa: E501
Returns
The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_format of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signDateFormat property is editable. # noqa: E501
Returns
The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerAttachCertificateToEnvelopePDF property is editable. # noqa: E501
Returns
The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_attach_concat of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerAttachConcat property is editable. # noqa: E501
Returns
The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_can_create_account of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerCanCreateAccount property is editable. # noqa: E501
Returns
The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerCanSignOnMobile property is editable. # noqa: E501
Returns
The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501
Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerInSessionUseEnvelopeCompleteEmail property is editable. # noqa: E501
Returns
The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_login_requirements of this AccountSettingsInformation. # noqa: E501
Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerLoginRequirements property is editable. # noqa: E501
Returns
The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_must_have_account of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerMustHaveAccount property is editable. # noqa: E501
Returns
The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerMustLoginToSign property is editable. # noqa: E501
Returns
The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501
Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerShowSecureFieldInitialValues property is editable. # noqa: E501
Returns
The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signing_session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signingSessionTimeout property is editable. # noqa: E501
Returns
The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signing_ui_version of this AccountSettingsInformation. # noqa: E501
Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_time_format of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signTimeFormat property is editable. # noqa: E501
Returns
The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signTimeShowAmPm property is editable. # noqa: E501
Returns
The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501
Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501
Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the simplifiedSendingEnabled property is editable. # noqa: E501
Returns
The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501
Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the singleSignOnEnabled property is editable. # noqa: E501
Returns
The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501
Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the skipAuthCompletedEnvelopes property is editable. # noqa: E501
Returns
The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The specify_document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the specifyDocumentVisibility property is editable. # noqa: E501
Returns
The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501
Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the startInAdvancedCorrect property is editable. # noqa: E501
Returns
The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustAccept property is editable. # noqa: E501
Returns
The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustRead property is editable. # noqa: E501
Returns
The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustView property is editable. # noqa: E501
Returns
The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501
Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the suppressCertificateEnforcement property is editable. # noqa: E501
Returns
The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501
Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501
Account-wide tab settings. # noqa: E501
Returns
The tab_account_settings of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_offset_api of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the timezoneOffsetAPI property is editable. # noqa: E501
Returns
The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the timezoneOffsetUI property is editable. # noqa: E501
Returns
The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501
Gets the universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501
Gets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_account_level_email of this AccountSettingsInformation. # noqa: E501
Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useAccountLevelEmail property is editable. # noqa: E501
Returns
The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useConsumerDisclosure property is editable. # noqa: E501
Returns
The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useConsumerDisclosureWithinAccount property is editable. # noqa: E501
Returns
The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_derived_keys of this AccountSettingsInformation. # noqa: E501
Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useDerivedKeys property is editable. # noqa: E501
Returns
The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useDocuSignExpressSignerCertificate property is editable. # noqa: E501
Returns
The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501
Gets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501
Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501
Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useNewBlobForPdf property is editable. # noqa: E501
Returns
The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search_only_with_search_term of this AccountSettingsInformation. # noqa: E501
Gets the use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_envelope_search_only_with_search_term_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501
Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useSAFESignerCertificates property is editable. # noqa: E501
Returns
The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501
Gets the uses_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The uses_api of this AccountSettingsInformation. # noqa: E501
Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the usesAPI property is editable. # noqa: E501
Returns
The uses_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501
Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useSignatureProviderPlatform property is editable. # noqa: E501
Returns
The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501
Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_allowed of this AccountSettingsInformation. # noqa: E501
Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsAllowed property is editable. # noqa: E501
Returns
The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_brand of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_brand of this AccountSettingsInformation. # noqa: E501
Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsBrand property is editable. # noqa: E501
Returns
The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_cadence of this AccountSettingsInformation. # noqa: E501
Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsCadence property is editable. # noqa: E501
Returns
The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_enabled of this AccountSettingsInformation. # noqa: E501
Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsEnabled property is editable. # noqa: E501
Returns
The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_report of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_report of this AccountSettingsInformation. # noqa: E501
Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsReport property is editable. # noqa: E501
Returns
The validations_report_metadata of this AccountSettingsInformation. # noqa: E501
Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The water_mark_enabled of this AccountSettingsInformation. # noqa: E501
Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the waterMarkEnabled property is editable. # noqa: E501
Returns
The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501
Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the writeReminderToEnvelopeHistory property is editable. # noqa: E501
Returns
The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501
Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501
Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the wurflMinAllowableScreenSize property is editable. # noqa: E501
Returns
The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501
22812 def to_dict(self): 22813 """Returns the model properties as a dict""" 22814 result = {} 22815 22816 for attr, _ in six.iteritems(self.swagger_types): 22817 value = getattr(self, attr) 22818 if isinstance(value, list): 22819 result[attr] = list(map( 22820 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 22821 value 22822 )) 22823 elif hasattr(value, "to_dict"): 22824 result[attr] = value.to_dict() 22825 elif isinstance(value, dict): 22826 result[attr] = dict(map( 22827 lambda item: (item[0], item[1].to_dict()) 22828 if hasattr(item[1], "to_dict") else item, 22829 value.items() 22830 )) 22831 else: 22832 result[attr] = value 22833 if issubclass(AccountSettingsInformation, dict): 22834 for key, value in self.items(): 22835 result[key] = value 22836 22837 return result
Returns the model properties as a dict