docusign_esign.models.user_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 UserSettingsInformation(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 'account_agreements_access_type': 'str', 37 'account_agreements_access_type_metadata': 'SettingsMetadata', 38 'account_management_granular': 'UserAccountManagementGranularInformation', 39 'admin_only': 'str', 40 'admin_only_metadata': 'SettingsMetadata', 41 'allow_access_to_all_account_agreements': 'str', 42 'allow_access_to_all_account_agreements_metadata': 'SettingsMetadata', 43 'allow_auto_tagging': 'str', 44 'allowed_document_template_library_access': 'str', 45 'allowed_document_template_library_access_metadata': 'SettingsMetadata', 46 'allowed_orchestration_access': 'str', 47 'allowed_orchestration_access_metadata': 'SettingsMetadata', 48 'allow_envelope_transfer_to': 'str', 49 'allow_envelope_transfer_to_metadata': 'SettingsMetadata', 50 'allow_eseal_recipients': 'str', 51 'allow_eseal_recipients_metadata': 'SettingsMetadata', 52 'allow_power_forms_admin_to_access_all_power_form_envelope': 'str', 53 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata', 54 'allow_recipient_language_selection': 'str', 55 'allow_recipient_language_selection_metadata': 'SettingsMetadata', 56 'allow_send_on_behalf_of': 'str', 57 'allow_send_on_behalf_of_metadata': 'SettingsMetadata', 58 'allow_supplemental_documents': 'str', 59 'allow_supplemental_documents_metadata': 'SettingsMetadata', 60 'allow_transactions': 'str', 61 'allow_transactions_metadata': 'SettingsMetadata', 62 'anchor_tag_versioned_placement_enabled': 'str', 63 'api_account_wide_access': 'str', 64 'api_account_wide_access_metadata': 'SettingsMetadata', 65 'api_can_export_ac': 'str', 66 'api_can_export_ac_metadata': 'SettingsMetadata', 67 'bulk_send': 'str', 68 'bulk_send_metadata': 'SettingsMetadata', 69 'can_bulk_upload_agreements': 'str', 70 'can_bulk_upload_agreements_metadata': 'SettingsMetadata', 71 'can_charge_account': 'str', 72 'can_charge_account_metadata': 'SettingsMetadata', 73 'can_create_transaction': 'str', 74 'can_create_transaction_metadata': 'SettingsMetadata', 75 'can_delete_documents_in_transaction': 'str', 76 'can_delete_documents_in_transaction_metadata': 'SettingsMetadata', 77 'can_delete_transaction': 'str', 78 'can_delete_transaction_metadata': 'SettingsMetadata', 79 'can_edit_shared_addressbook': 'str', 80 'can_edit_shared_addressbook_metadata': 'SettingsMetadata', 81 'can_lock_envelopes': 'str', 82 'can_lock_envelopes_metadata': 'SettingsMetadata', 83 'can_manage_account': 'str', 84 'can_manage_account_metadata': 'SettingsMetadata', 85 'can_manage_agreement_parties': 'str', 86 'can_manage_agreement_parties_metadata': 'SettingsMetadata', 87 'can_manage_distributor': 'str', 88 'can_manage_distributor_metadata': 'SettingsMetadata', 89 'can_manage_templates': 'str', 90 'can_manage_templates_metadata': 'SettingsMetadata', 91 'can_send_api_requests': 'str', 92 'can_send_api_requests_metadata': 'SettingsMetadata', 93 'can_send_envelope': 'str', 94 'can_send_envelope_metadata': 'SettingsMetadata', 95 'can_send_envelopes_via_sms': 'str', 96 'can_send_envelopes_via_sms_metadata': 'SettingsMetadata', 97 'can_sign_envelope': 'str', 98 'can_sign_envelope_metadata': 'SettingsMetadata', 99 'can_use_scratchpad': 'str', 100 'can_use_scratchpad_metadata': 'SettingsMetadata', 101 'can_use_smart_contracts': 'str', 102 'can_use_smart_contracts_metadata': 'SettingsMetadata', 103 'disable_document_upload': 'str', 104 'disable_document_upload_metadata': 'SettingsMetadata', 105 'disable_other_actions': 'str', 106 'disable_other_actions_metadata': 'SettingsMetadata', 107 'enable_ds_pro': 'str', 108 'enable_ds_pro_metadata': 'SettingsMetadata', 109 'enable_key_terms_suggestions_by_document_type': 'str', 110 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 111 'enable_sequential_signing_api': 'str', 112 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 113 'enable_sequential_signing_ui': 'str', 114 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 115 'enable_signer_attachments': 'str', 116 'enable_signer_attachments_metadata': 'SettingsMetadata', 117 'enable_sign_on_paper_override': 'str', 118 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 119 'enable_transaction_point': 'str', 120 'enable_transaction_point_metadata': 'SettingsMetadata', 121 'enable_vaulting': 'str', 122 'enable_vaulting_metadata': 'SettingsMetadata', 123 'express_send_only': 'str', 124 'is_managed_by_scim': 'str', 125 'is_managed_by_scim_metadata': 'SettingsMetadata', 126 'is_membership_managed_by_scim': 'str', 127 'is_membership_managed_by_scim_metadata': 'SettingsMetadata', 128 'locale': 'str', 129 'locale_metadata': 'SettingsMetadata', 130 'locale_policy': 'LocalePolicy', 131 'manage_clickwraps_mode': 'str', 132 'manage_clickwraps_mode_metadata': 'SettingsMetadata', 133 'modified_by': 'str', 134 'modified_by_metadata': 'SettingsMetadata', 135 'modified_date': 'str', 136 'modified_date_metadata': 'SettingsMetadata', 137 'modified_page': 'str', 138 'modified_page_metadata': 'SettingsMetadata', 139 'new_send_ui': 'str', 140 'new_send_ui_metadata': 'SettingsMetadata', 141 'power_form_mode': 'str', 142 'power_form_mode_metadata': 'SettingsMetadata', 143 'recipient_viewed_notification': 'str', 144 'recipient_viewed_notification_metadata': 'SettingsMetadata', 145 'seal_identifiers': 'list[SealIdentifier]', 146 'self_signed_recipient_email_document': 'str', 147 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 148 'sender_email_notifications': 'SenderEmailNotifications', 149 'signer_email_notifications': 'SignerEmailNotifications', 150 'supplemental_document_include_in_download': 'str', 151 'supplemental_documents_must_accept': 'str', 152 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 153 'supplemental_documents_must_read': 'str', 154 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 155 'supplemental_documents_must_view': 'str', 156 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 157 'template_active_creation': 'str', 158 'template_active_creation_metadata': 'SettingsMetadata', 159 'template_apply_notify': 'str', 160 'template_apply_notify_metadata': 'SettingsMetadata', 161 'template_auto_matching': 'str', 162 'template_auto_matching_metadata': 'SettingsMetadata', 163 'template_matching_sensitivity': 'str', 164 'template_matching_sensitivity_metadata': 'SettingsMetadata', 165 'template_page_level_matching': 'str', 166 'template_page_level_matching_metadata': 'SettingsMetadata', 167 'timezone_dst': 'str', 168 'timezone_dst_metadata': 'SettingsMetadata', 169 'timezone_mask': 'str', 170 'timezone_mask_metadata': 'SettingsMetadata', 171 'timezone_offset': 'str', 172 'timezone_offset_metadata': 'SettingsMetadata', 173 'timezone_sending_pref': 'str', 174 'timezone_sending_pref_metadata': 'SettingsMetadata', 175 'timezone_signing_pref': 'str', 176 'timezone_signing_pref_metadata': 'SettingsMetadata', 177 'transaction_point_site_name_url': 'str', 178 'transaction_point_site_name_url_metadata': 'SettingsMetadata', 179 'transaction_point_user_name': 'str', 180 'transaction_point_user_name_metadata': 'SettingsMetadata', 181 'vaulting_mode': 'str', 182 'vaulting_mode_metadata': 'SettingsMetadata', 183 'web_forms': 'str', 184 'web_forms_metadata': 'SettingsMetadata' 185 } 186 187 attribute_map = { 188 'account_agreements_access_type': 'accountAgreementsAccessType', 189 'account_agreements_access_type_metadata': 'accountAgreementsAccessTypeMetadata', 190 'account_management_granular': 'accountManagementGranular', 191 'admin_only': 'adminOnly', 192 'admin_only_metadata': 'adminOnlyMetadata', 193 'allow_access_to_all_account_agreements': 'allowAccessToAllAccountAgreements', 194 'allow_access_to_all_account_agreements_metadata': 'allowAccessToAllAccountAgreementsMetadata', 195 'allow_auto_tagging': 'allowAutoTagging', 196 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess', 197 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata', 198 'allowed_orchestration_access': 'allowedOrchestrationAccess', 199 'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata', 200 'allow_envelope_transfer_to': 'allowEnvelopeTransferTo', 201 'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata', 202 'allow_eseal_recipients': 'allowEsealRecipients', 203 'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata', 204 'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope', 205 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata', 206 'allow_recipient_language_selection': 'allowRecipientLanguageSelection', 207 'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata', 208 'allow_send_on_behalf_of': 'allowSendOnBehalfOf', 209 'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata', 210 'allow_supplemental_documents': 'allowSupplementalDocuments', 211 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 212 'allow_transactions': 'allowTransactions', 213 'allow_transactions_metadata': 'allowTransactionsMetadata', 214 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 215 'api_account_wide_access': 'apiAccountWideAccess', 216 'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata', 217 'api_can_export_ac': 'apiCanExportAC', 218 'api_can_export_ac_metadata': 'apiCanExportACMetadata', 219 'bulk_send': 'bulkSend', 220 'bulk_send_metadata': 'bulkSendMetadata', 221 'can_bulk_upload_agreements': 'canBulkUploadAgreements', 222 'can_bulk_upload_agreements_metadata': 'canBulkUploadAgreementsMetadata', 223 'can_charge_account': 'canChargeAccount', 224 'can_charge_account_metadata': 'canChargeAccountMetadata', 225 'can_create_transaction': 'canCreateTransaction', 226 'can_create_transaction_metadata': 'canCreateTransactionMetadata', 227 'can_delete_documents_in_transaction': 'canDeleteDocumentsInTransaction', 228 'can_delete_documents_in_transaction_metadata': 'canDeleteDocumentsInTransactionMetadata', 229 'can_delete_transaction': 'canDeleteTransaction', 230 'can_delete_transaction_metadata': 'canDeleteTransactionMetadata', 231 'can_edit_shared_addressbook': 'canEditSharedAddressbook', 232 'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata', 233 'can_lock_envelopes': 'canLockEnvelopes', 234 'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata', 235 'can_manage_account': 'canManageAccount', 236 'can_manage_account_metadata': 'canManageAccountMetadata', 237 'can_manage_agreement_parties': 'canManageAgreementParties', 238 'can_manage_agreement_parties_metadata': 'canManageAgreementPartiesMetadata', 239 'can_manage_distributor': 'canManageDistributor', 240 'can_manage_distributor_metadata': 'canManageDistributorMetadata', 241 'can_manage_templates': 'canManageTemplates', 242 'can_manage_templates_metadata': 'canManageTemplatesMetadata', 243 'can_send_api_requests': 'canSendAPIRequests', 244 'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata', 245 'can_send_envelope': 'canSendEnvelope', 246 'can_send_envelope_metadata': 'canSendEnvelopeMetadata', 247 'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS', 248 'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata', 249 'can_sign_envelope': 'canSignEnvelope', 250 'can_sign_envelope_metadata': 'canSignEnvelopeMetadata', 251 'can_use_scratchpad': 'canUseScratchpad', 252 'can_use_scratchpad_metadata': 'canUseScratchpadMetadata', 253 'can_use_smart_contracts': 'canUseSmartContracts', 254 'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata', 255 'disable_document_upload': 'disableDocumentUpload', 256 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', 257 'disable_other_actions': 'disableOtherActions', 258 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 259 'enable_ds_pro': 'enableDSPro', 260 'enable_ds_pro_metadata': 'enableDSProMetadata', 261 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 262 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 263 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 264 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 265 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 266 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 267 'enable_signer_attachments': 'enableSignerAttachments', 268 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 269 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 270 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 271 'enable_transaction_point': 'enableTransactionPoint', 272 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 273 'enable_vaulting': 'enableVaulting', 274 'enable_vaulting_metadata': 'enableVaultingMetadata', 275 'express_send_only': 'expressSendOnly', 276 'is_managed_by_scim': 'isManagedByScim', 277 'is_managed_by_scim_metadata': 'isManagedByScimMetadata', 278 'is_membership_managed_by_scim': 'isMembershipManagedByScim', 279 'is_membership_managed_by_scim_metadata': 'isMembershipManagedByScimMetadata', 280 'locale': 'locale', 281 'locale_metadata': 'localeMetadata', 282 'locale_policy': 'localePolicy', 283 'manage_clickwraps_mode': 'manageClickwrapsMode', 284 'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata', 285 'modified_by': 'modifiedBy', 286 'modified_by_metadata': 'modifiedByMetadata', 287 'modified_date': 'modifiedDate', 288 'modified_date_metadata': 'modifiedDateMetadata', 289 'modified_page': 'modifiedPage', 290 'modified_page_metadata': 'modifiedPageMetadata', 291 'new_send_ui': 'newSendUI', 292 'new_send_ui_metadata': 'newSendUIMetadata', 293 'power_form_mode': 'powerFormMode', 294 'power_form_mode_metadata': 'powerFormModeMetadata', 295 'recipient_viewed_notification': 'recipientViewedNotification', 296 'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata', 297 'seal_identifiers': 'sealIdentifiers', 298 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 299 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 300 'sender_email_notifications': 'senderEmailNotifications', 301 'signer_email_notifications': 'signerEmailNotifications', 302 'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload', 303 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 304 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 305 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 306 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 307 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 308 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 309 'template_active_creation': 'templateActiveCreation', 310 'template_active_creation_metadata': 'templateActiveCreationMetadata', 311 'template_apply_notify': 'templateApplyNotify', 312 'template_apply_notify_metadata': 'templateApplyNotifyMetadata', 313 'template_auto_matching': 'templateAutoMatching', 314 'template_auto_matching_metadata': 'templateAutoMatchingMetadata', 315 'template_matching_sensitivity': 'templateMatchingSensitivity', 316 'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata', 317 'template_page_level_matching': 'templatePageLevelMatching', 318 'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata', 319 'timezone_dst': 'timezoneDST', 320 'timezone_dst_metadata': 'timezoneDSTMetadata', 321 'timezone_mask': 'timezoneMask', 322 'timezone_mask_metadata': 'timezoneMaskMetadata', 323 'timezone_offset': 'timezoneOffset', 324 'timezone_offset_metadata': 'timezoneOffsetMetadata', 325 'timezone_sending_pref': 'timezoneSendingPref', 326 'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata', 327 'timezone_signing_pref': 'timezoneSigningPref', 328 'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata', 329 'transaction_point_site_name_url': 'transactionPointSiteNameURL', 330 'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata', 331 'transaction_point_user_name': 'transactionPointUserName', 332 'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata', 333 'vaulting_mode': 'vaultingMode', 334 'vaulting_mode_metadata': 'vaultingModeMetadata', 335 'web_forms': 'webForms', 336 'web_forms_metadata': 'webFormsMetadata' 337 } 338 339 def __init__(self, _configuration=None, **kwargs): # noqa: E501 340 """UserSettingsInformation - a model defined in Swagger""" # noqa: E501 341 if _configuration is None: 342 _configuration = Configuration() 343 self._configuration = _configuration 344 345 self._account_agreements_access_type = None 346 self._account_agreements_access_type_metadata = None 347 self._account_management_granular = None 348 self._admin_only = None 349 self._admin_only_metadata = None 350 self._allow_access_to_all_account_agreements = None 351 self._allow_access_to_all_account_agreements_metadata = None 352 self._allow_auto_tagging = None 353 self._allowed_document_template_library_access = None 354 self._allowed_document_template_library_access_metadata = None 355 self._allowed_orchestration_access = None 356 self._allowed_orchestration_access_metadata = None 357 self._allow_envelope_transfer_to = None 358 self._allow_envelope_transfer_to_metadata = None 359 self._allow_eseal_recipients = None 360 self._allow_eseal_recipients_metadata = None 361 self._allow_power_forms_admin_to_access_all_power_form_envelope = None 362 self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None 363 self._allow_recipient_language_selection = None 364 self._allow_recipient_language_selection_metadata = None 365 self._allow_send_on_behalf_of = None 366 self._allow_send_on_behalf_of_metadata = None 367 self._allow_supplemental_documents = None 368 self._allow_supplemental_documents_metadata = None 369 self._allow_transactions = None 370 self._allow_transactions_metadata = None 371 self._anchor_tag_versioned_placement_enabled = None 372 self._api_account_wide_access = None 373 self._api_account_wide_access_metadata = None 374 self._api_can_export_ac = None 375 self._api_can_export_ac_metadata = None 376 self._bulk_send = None 377 self._bulk_send_metadata = None 378 self._can_bulk_upload_agreements = None 379 self._can_bulk_upload_agreements_metadata = None 380 self._can_charge_account = None 381 self._can_charge_account_metadata = None 382 self._can_create_transaction = None 383 self._can_create_transaction_metadata = None 384 self._can_delete_documents_in_transaction = None 385 self._can_delete_documents_in_transaction_metadata = None 386 self._can_delete_transaction = None 387 self._can_delete_transaction_metadata = None 388 self._can_edit_shared_addressbook = None 389 self._can_edit_shared_addressbook_metadata = None 390 self._can_lock_envelopes = None 391 self._can_lock_envelopes_metadata = None 392 self._can_manage_account = None 393 self._can_manage_account_metadata = None 394 self._can_manage_agreement_parties = None 395 self._can_manage_agreement_parties_metadata = None 396 self._can_manage_distributor = None 397 self._can_manage_distributor_metadata = None 398 self._can_manage_templates = None 399 self._can_manage_templates_metadata = None 400 self._can_send_api_requests = None 401 self._can_send_api_requests_metadata = None 402 self._can_send_envelope = None 403 self._can_send_envelope_metadata = None 404 self._can_send_envelopes_via_sms = None 405 self._can_send_envelopes_via_sms_metadata = None 406 self._can_sign_envelope = None 407 self._can_sign_envelope_metadata = None 408 self._can_use_scratchpad = None 409 self._can_use_scratchpad_metadata = None 410 self._can_use_smart_contracts = None 411 self._can_use_smart_contracts_metadata = None 412 self._disable_document_upload = None 413 self._disable_document_upload_metadata = None 414 self._disable_other_actions = None 415 self._disable_other_actions_metadata = None 416 self._enable_ds_pro = None 417 self._enable_ds_pro_metadata = None 418 self._enable_key_terms_suggestions_by_document_type = None 419 self._enable_key_terms_suggestions_by_document_type_metadata = None 420 self._enable_sequential_signing_api = None 421 self._enable_sequential_signing_api_metadata = None 422 self._enable_sequential_signing_ui = None 423 self._enable_sequential_signing_ui_metadata = None 424 self._enable_signer_attachments = None 425 self._enable_signer_attachments_metadata = None 426 self._enable_sign_on_paper_override = None 427 self._enable_sign_on_paper_override_metadata = None 428 self._enable_transaction_point = None 429 self._enable_transaction_point_metadata = None 430 self._enable_vaulting = None 431 self._enable_vaulting_metadata = None 432 self._express_send_only = None 433 self._is_managed_by_scim = None 434 self._is_managed_by_scim_metadata = None 435 self._is_membership_managed_by_scim = None 436 self._is_membership_managed_by_scim_metadata = None 437 self._locale = None 438 self._locale_metadata = None 439 self._locale_policy = None 440 self._manage_clickwraps_mode = None 441 self._manage_clickwraps_mode_metadata = None 442 self._modified_by = None 443 self._modified_by_metadata = None 444 self._modified_date = None 445 self._modified_date_metadata = None 446 self._modified_page = None 447 self._modified_page_metadata = None 448 self._new_send_ui = None 449 self._new_send_ui_metadata = None 450 self._power_form_mode = None 451 self._power_form_mode_metadata = None 452 self._recipient_viewed_notification = None 453 self._recipient_viewed_notification_metadata = None 454 self._seal_identifiers = None 455 self._self_signed_recipient_email_document = None 456 self._self_signed_recipient_email_document_metadata = None 457 self._sender_email_notifications = None 458 self._signer_email_notifications = None 459 self._supplemental_document_include_in_download = None 460 self._supplemental_documents_must_accept = None 461 self._supplemental_documents_must_accept_metadata = None 462 self._supplemental_documents_must_read = None 463 self._supplemental_documents_must_read_metadata = None 464 self._supplemental_documents_must_view = None 465 self._supplemental_documents_must_view_metadata = None 466 self._template_active_creation = None 467 self._template_active_creation_metadata = None 468 self._template_apply_notify = None 469 self._template_apply_notify_metadata = None 470 self._template_auto_matching = None 471 self._template_auto_matching_metadata = None 472 self._template_matching_sensitivity = None 473 self._template_matching_sensitivity_metadata = None 474 self._template_page_level_matching = None 475 self._template_page_level_matching_metadata = None 476 self._timezone_dst = None 477 self._timezone_dst_metadata = None 478 self._timezone_mask = None 479 self._timezone_mask_metadata = None 480 self._timezone_offset = None 481 self._timezone_offset_metadata = None 482 self._timezone_sending_pref = None 483 self._timezone_sending_pref_metadata = None 484 self._timezone_signing_pref = None 485 self._timezone_signing_pref_metadata = None 486 self._transaction_point_site_name_url = None 487 self._transaction_point_site_name_url_metadata = None 488 self._transaction_point_user_name = None 489 self._transaction_point_user_name_metadata = None 490 self._vaulting_mode = None 491 self._vaulting_mode_metadata = None 492 self._web_forms = None 493 self._web_forms_metadata = None 494 self.discriminator = None 495 496 setattr(self, "_{}".format('account_agreements_access_type'), kwargs.get('account_agreements_access_type', None)) 497 setattr(self, "_{}".format('account_agreements_access_type_metadata'), kwargs.get('account_agreements_access_type_metadata', None)) 498 setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None)) 499 setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None)) 500 setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None)) 501 setattr(self, "_{}".format('allow_access_to_all_account_agreements'), kwargs.get('allow_access_to_all_account_agreements', None)) 502 setattr(self, "_{}".format('allow_access_to_all_account_agreements_metadata'), kwargs.get('allow_access_to_all_account_agreements_metadata', None)) 503 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 504 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 505 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 506 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 507 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 508 setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None)) 509 setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None)) 510 setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None)) 511 setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None)) 512 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None)) 513 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None)) 514 setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None)) 515 setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None)) 516 setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None)) 517 setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None)) 518 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 519 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 520 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 521 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 522 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 523 setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None)) 524 setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None)) 525 setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None)) 526 setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None)) 527 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 528 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 529 setattr(self, "_{}".format('can_bulk_upload_agreements'), kwargs.get('can_bulk_upload_agreements', None)) 530 setattr(self, "_{}".format('can_bulk_upload_agreements_metadata'), kwargs.get('can_bulk_upload_agreements_metadata', None)) 531 setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None)) 532 setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None)) 533 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 534 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 535 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 536 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 537 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 538 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 539 setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None)) 540 setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None)) 541 setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None)) 542 setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None)) 543 setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None)) 544 setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None)) 545 setattr(self, "_{}".format('can_manage_agreement_parties'), kwargs.get('can_manage_agreement_parties', None)) 546 setattr(self, "_{}".format('can_manage_agreement_parties_metadata'), kwargs.get('can_manage_agreement_parties_metadata', None)) 547 setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None)) 548 setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None)) 549 setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None)) 550 setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None)) 551 setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None)) 552 setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None)) 553 setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None)) 554 setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None)) 555 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 556 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 557 setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None)) 558 setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None)) 559 setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None)) 560 setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None)) 561 setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None)) 562 setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None)) 563 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 564 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 565 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 566 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 567 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 568 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 569 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 570 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 571 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 572 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 573 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 574 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 575 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 576 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 577 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 578 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 579 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 580 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 581 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 582 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 583 setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None)) 584 setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None)) 585 setattr(self, "_{}".format('is_managed_by_scim_metadata'), kwargs.get('is_managed_by_scim_metadata', None)) 586 setattr(self, "_{}".format('is_membership_managed_by_scim'), kwargs.get('is_membership_managed_by_scim', None)) 587 setattr(self, "_{}".format('is_membership_managed_by_scim_metadata'), kwargs.get('is_membership_managed_by_scim_metadata', None)) 588 setattr(self, "_{}".format('locale'), kwargs.get('locale', None)) 589 setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None)) 590 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 591 setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None)) 592 setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None)) 593 setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None)) 594 setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None)) 595 setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None)) 596 setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None)) 597 setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None)) 598 setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None)) 599 setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None)) 600 setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None)) 601 setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None)) 602 setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None)) 603 setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None)) 604 setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None)) 605 setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None)) 606 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 607 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 608 setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None)) 609 setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None)) 610 setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None)) 611 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 612 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 613 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 614 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 615 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 616 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 617 setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None)) 618 setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None)) 619 setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None)) 620 setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None)) 621 setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None)) 622 setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None)) 623 setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None)) 624 setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None)) 625 setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None)) 626 setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None)) 627 setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None)) 628 setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None)) 629 setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None)) 630 setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None)) 631 setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None)) 632 setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None)) 633 setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None)) 634 setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None)) 635 setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None)) 636 setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None)) 637 setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None)) 638 setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None)) 639 setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None)) 640 setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None)) 641 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 642 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 643 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 644 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None)) 645 646 @property 647 def account_agreements_access_type(self): 648 """Gets the account_agreements_access_type of this UserSettingsInformation. # noqa: E501 649 650 # noqa: E501 651 652 :return: The account_agreements_access_type of this UserSettingsInformation. # noqa: E501 653 :rtype: str 654 """ 655 return self._account_agreements_access_type 656 657 @account_agreements_access_type.setter 658 def account_agreements_access_type(self, account_agreements_access_type): 659 """Sets the account_agreements_access_type of this UserSettingsInformation. 660 661 # noqa: E501 662 663 :param account_agreements_access_type: The account_agreements_access_type of this UserSettingsInformation. # noqa: E501 664 :type: str 665 """ 666 667 self._account_agreements_access_type = account_agreements_access_type 668 669 @property 670 def account_agreements_access_type_metadata(self): 671 """Gets the account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 672 673 # noqa: E501 674 675 :return: The account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 676 :rtype: SettingsMetadata 677 """ 678 return self._account_agreements_access_type_metadata 679 680 @account_agreements_access_type_metadata.setter 681 def account_agreements_access_type_metadata(self, account_agreements_access_type_metadata): 682 """Sets the account_agreements_access_type_metadata of this UserSettingsInformation. 683 684 # noqa: E501 685 686 :param account_agreements_access_type_metadata: The account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 687 :type: SettingsMetadata 688 """ 689 690 self._account_agreements_access_type_metadata = account_agreements_access_type_metadata 691 692 @property 693 def account_management_granular(self): 694 """Gets the account_management_granular of this UserSettingsInformation. # noqa: E501 695 696 Describes which account management capabilities a user has. # noqa: E501 697 698 :return: The account_management_granular of this UserSettingsInformation. # noqa: E501 699 :rtype: UserAccountManagementGranularInformation 700 """ 701 return self._account_management_granular 702 703 @account_management_granular.setter 704 def account_management_granular(self, account_management_granular): 705 """Sets the account_management_granular of this UserSettingsInformation. 706 707 Describes which account management capabilities a user has. # noqa: E501 708 709 :param account_management_granular: The account_management_granular of this UserSettingsInformation. # noqa: E501 710 :type: UserAccountManagementGranularInformation 711 """ 712 713 self._account_management_granular = account_management_granular 714 715 @property 716 def admin_only(self): 717 """Gets the admin_only of this UserSettingsInformation. # noqa: E501 718 719 # noqa: E501 720 721 :return: The admin_only of this UserSettingsInformation. # noqa: E501 722 :rtype: str 723 """ 724 return self._admin_only 725 726 @admin_only.setter 727 def admin_only(self, admin_only): 728 """Sets the admin_only of this UserSettingsInformation. 729 730 # noqa: E501 731 732 :param admin_only: The admin_only of this UserSettingsInformation. # noqa: E501 733 :type: str 734 """ 735 736 self._admin_only = admin_only 737 738 @property 739 def admin_only_metadata(self): 740 """Gets the admin_only_metadata of this UserSettingsInformation. # noqa: E501 741 742 Reserved for DocuSign. # noqa: E501 743 744 :return: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 745 :rtype: SettingsMetadata 746 """ 747 return self._admin_only_metadata 748 749 @admin_only_metadata.setter 750 def admin_only_metadata(self, admin_only_metadata): 751 """Sets the admin_only_metadata of this UserSettingsInformation. 752 753 Reserved for DocuSign. # noqa: E501 754 755 :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 756 :type: SettingsMetadata 757 """ 758 759 self._admin_only_metadata = admin_only_metadata 760 761 @property 762 def allow_access_to_all_account_agreements(self): 763 """Gets the allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 764 765 # noqa: E501 766 767 :return: The allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 768 :rtype: str 769 """ 770 return self._allow_access_to_all_account_agreements 771 772 @allow_access_to_all_account_agreements.setter 773 def allow_access_to_all_account_agreements(self, allow_access_to_all_account_agreements): 774 """Sets the allow_access_to_all_account_agreements of this UserSettingsInformation. 775 776 # noqa: E501 777 778 :param allow_access_to_all_account_agreements: The allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 779 :type: str 780 """ 781 782 self._allow_access_to_all_account_agreements = allow_access_to_all_account_agreements 783 784 @property 785 def allow_access_to_all_account_agreements_metadata(self): 786 """Gets the allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 787 788 # noqa: E501 789 790 :return: The allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 791 :rtype: SettingsMetadata 792 """ 793 return self._allow_access_to_all_account_agreements_metadata 794 795 @allow_access_to_all_account_agreements_metadata.setter 796 def allow_access_to_all_account_agreements_metadata(self, allow_access_to_all_account_agreements_metadata): 797 """Sets the allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. 798 799 # noqa: E501 800 801 :param allow_access_to_all_account_agreements_metadata: The allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 802 :type: SettingsMetadata 803 """ 804 805 self._allow_access_to_all_account_agreements_metadata = allow_access_to_all_account_agreements_metadata 806 807 @property 808 def allow_auto_tagging(self): 809 """Gets the allow_auto_tagging of this UserSettingsInformation. # noqa: E501 810 811 # noqa: E501 812 813 :return: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 814 :rtype: str 815 """ 816 return self._allow_auto_tagging 817 818 @allow_auto_tagging.setter 819 def allow_auto_tagging(self, allow_auto_tagging): 820 """Sets the allow_auto_tagging of this UserSettingsInformation. 821 822 # noqa: E501 823 824 :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 825 :type: str 826 """ 827 828 self._allow_auto_tagging = allow_auto_tagging 829 830 @property 831 def allowed_document_template_library_access(self): 832 """Gets the allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 833 834 # noqa: E501 835 836 :return: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 837 :rtype: str 838 """ 839 return self._allowed_document_template_library_access 840 841 @allowed_document_template_library_access.setter 842 def allowed_document_template_library_access(self, allowed_document_template_library_access): 843 """Sets the allowed_document_template_library_access of this UserSettingsInformation. 844 845 # noqa: E501 846 847 :param allowed_document_template_library_access: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 848 :type: str 849 """ 850 851 self._allowed_document_template_library_access = allowed_document_template_library_access 852 853 @property 854 def allowed_document_template_library_access_metadata(self): 855 """Gets the allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 856 857 # noqa: E501 858 859 :return: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 860 :rtype: SettingsMetadata 861 """ 862 return self._allowed_document_template_library_access_metadata 863 864 @allowed_document_template_library_access_metadata.setter 865 def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata): 866 """Sets the allowed_document_template_library_access_metadata of this UserSettingsInformation. 867 868 # noqa: E501 869 870 :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 871 :type: SettingsMetadata 872 """ 873 874 self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata 875 876 @property 877 def allowed_orchestration_access(self): 878 """Gets the allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 879 880 # noqa: E501 881 882 :return: The allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 883 :rtype: str 884 """ 885 return self._allowed_orchestration_access 886 887 @allowed_orchestration_access.setter 888 def allowed_orchestration_access(self, allowed_orchestration_access): 889 """Sets the allowed_orchestration_access of this UserSettingsInformation. 890 891 # noqa: E501 892 893 :param allowed_orchestration_access: The allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 894 :type: str 895 """ 896 897 self._allowed_orchestration_access = allowed_orchestration_access 898 899 @property 900 def allowed_orchestration_access_metadata(self): 901 """Gets the allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 902 903 # noqa: E501 904 905 :return: The allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 906 :rtype: SettingsMetadata 907 """ 908 return self._allowed_orchestration_access_metadata 909 910 @allowed_orchestration_access_metadata.setter 911 def allowed_orchestration_access_metadata(self, allowed_orchestration_access_metadata): 912 """Sets the allowed_orchestration_access_metadata of this UserSettingsInformation. 913 914 # noqa: E501 915 916 :param allowed_orchestration_access_metadata: The allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 917 :type: SettingsMetadata 918 """ 919 920 self._allowed_orchestration_access_metadata = allowed_orchestration_access_metadata 921 922 @property 923 def allow_envelope_transfer_to(self): 924 """Gets the allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 925 926 # noqa: E501 927 928 :return: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 929 :rtype: str 930 """ 931 return self._allow_envelope_transfer_to 932 933 @allow_envelope_transfer_to.setter 934 def allow_envelope_transfer_to(self, allow_envelope_transfer_to): 935 """Sets the allow_envelope_transfer_to of this UserSettingsInformation. 936 937 # noqa: E501 938 939 :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 940 :type: str 941 """ 942 943 self._allow_envelope_transfer_to = allow_envelope_transfer_to 944 945 @property 946 def allow_envelope_transfer_to_metadata(self): 947 """Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 948 949 Reserved for DocuSign. # noqa: E501 950 951 :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 952 :rtype: SettingsMetadata 953 """ 954 return self._allow_envelope_transfer_to_metadata 955 956 @allow_envelope_transfer_to_metadata.setter 957 def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadata): 958 """Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. 959 960 Reserved for DocuSign. # noqa: E501 961 962 :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 963 :type: SettingsMetadata 964 """ 965 966 self._allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata 967 968 @property 969 def allow_eseal_recipients(self): 970 """Gets the allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 971 972 # noqa: E501 973 974 :return: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 975 :rtype: str 976 """ 977 return self._allow_eseal_recipients 978 979 @allow_eseal_recipients.setter 980 def allow_eseal_recipients(self, allow_eseal_recipients): 981 """Sets the allow_eseal_recipients of this UserSettingsInformation. 982 983 # noqa: E501 984 985 :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 986 :type: str 987 """ 988 989 self._allow_eseal_recipients = allow_eseal_recipients 990 991 @property 992 def allow_eseal_recipients_metadata(self): 993 """Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 994 995 Metadata about the `allowEsealRecipientsMetadata` property. # noqa: E501 996 997 :return: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 998 :rtype: SettingsMetadata 999 """ 1000 return self._allow_eseal_recipients_metadata 1001 1002 @allow_eseal_recipients_metadata.setter 1003 def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata): 1004 """Sets the allow_eseal_recipients_metadata of this UserSettingsInformation. 1005 1006 Metadata about the `allowEsealRecipientsMetadata` property. # noqa: E501 1007 1008 :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 1009 :type: SettingsMetadata 1010 """ 1011 1012 self._allow_eseal_recipients_metadata = allow_eseal_recipients_metadata 1013 1014 @property 1015 def allow_power_forms_admin_to_access_all_power_form_envelope(self): 1016 """Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1017 1018 # noqa: E501 1019 1020 :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1021 :rtype: str 1022 """ 1023 return self._allow_power_forms_admin_to_access_all_power_form_envelope 1024 1025 @allow_power_forms_admin_to_access_all_power_form_envelope.setter 1026 def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_forms_admin_to_access_all_power_form_envelope): 1027 """Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. 1028 1029 # noqa: E501 1030 1031 :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1032 :type: str 1033 """ 1034 1035 self._allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope 1036 1037 @property 1038 def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self): 1039 """Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1040 1041 Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property. # noqa: E501 1042 1043 :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1044 :rtype: SettingsMetadata 1045 """ 1046 return self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata 1047 1048 @allow_power_forms_admin_to_access_all_power_form_envelope_metadata.setter 1049 def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelope_metadata): 1050 """Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. 1051 1052 Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property. # noqa: E501 1053 1054 :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1055 :type: SettingsMetadata 1056 """ 1057 1058 self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata 1059 1060 @property 1061 def allow_recipient_language_selection(self): 1062 """Gets the allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1063 1064 # noqa: E501 1065 1066 :return: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1067 :rtype: str 1068 """ 1069 return self._allow_recipient_language_selection 1070 1071 @allow_recipient_language_selection.setter 1072 def allow_recipient_language_selection(self, allow_recipient_language_selection): 1073 """Sets the allow_recipient_language_selection of this UserSettingsInformation. 1074 1075 # noqa: E501 1076 1077 :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1078 :type: str 1079 """ 1080 1081 self._allow_recipient_language_selection = allow_recipient_language_selection 1082 1083 @property 1084 def allow_recipient_language_selection_metadata(self): 1085 """Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1086 1087 Metadata for allowRecipientLanguageSelection. # noqa: E501 1088 1089 :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1090 :rtype: SettingsMetadata 1091 """ 1092 return self._allow_recipient_language_selection_metadata 1093 1094 @allow_recipient_language_selection_metadata.setter 1095 def allow_recipient_language_selection_metadata(self, allow_recipient_language_selection_metadata): 1096 """Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation. 1097 1098 Metadata for allowRecipientLanguageSelection. # noqa: E501 1099 1100 :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1101 :type: SettingsMetadata 1102 """ 1103 1104 self._allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata 1105 1106 @property 1107 def allow_send_on_behalf_of(self): 1108 """Gets the allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1109 1110 # noqa: E501 1111 1112 :return: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1113 :rtype: str 1114 """ 1115 return self._allow_send_on_behalf_of 1116 1117 @allow_send_on_behalf_of.setter 1118 def allow_send_on_behalf_of(self, allow_send_on_behalf_of): 1119 """Sets the allow_send_on_behalf_of of this UserSettingsInformation. 1120 1121 # noqa: E501 1122 1123 :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1124 :type: str 1125 """ 1126 1127 self._allow_send_on_behalf_of = allow_send_on_behalf_of 1128 1129 @property 1130 def allow_send_on_behalf_of_metadata(self): 1131 """Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1132 1133 Metadata for allowSendOnBehalfOf. # noqa: E501 1134 1135 :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1136 :rtype: SettingsMetadata 1137 """ 1138 return self._allow_send_on_behalf_of_metadata 1139 1140 @allow_send_on_behalf_of_metadata.setter 1141 def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata): 1142 """Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. 1143 1144 Metadata for allowSendOnBehalfOf. # noqa: E501 1145 1146 :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1147 :type: SettingsMetadata 1148 """ 1149 1150 self._allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata 1151 1152 @property 1153 def allow_supplemental_documents(self): 1154 """Gets the allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1155 1156 # noqa: E501 1157 1158 :return: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1159 :rtype: str 1160 """ 1161 return self._allow_supplemental_documents 1162 1163 @allow_supplemental_documents.setter 1164 def allow_supplemental_documents(self, allow_supplemental_documents): 1165 """Sets the allow_supplemental_documents of this UserSettingsInformation. 1166 1167 # noqa: E501 1168 1169 :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1170 :type: str 1171 """ 1172 1173 self._allow_supplemental_documents = allow_supplemental_documents 1174 1175 @property 1176 def allow_supplemental_documents_metadata(self): 1177 """Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1178 1179 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1180 1181 :return: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1182 :rtype: SettingsMetadata 1183 """ 1184 return self._allow_supplemental_documents_metadata 1185 1186 @allow_supplemental_documents_metadata.setter 1187 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 1188 """Sets the allow_supplemental_documents_metadata of this UserSettingsInformation. 1189 1190 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1191 1192 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1193 :type: SettingsMetadata 1194 """ 1195 1196 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 1197 1198 @property 1199 def allow_transactions(self): 1200 """Gets the allow_transactions of this UserSettingsInformation. # noqa: E501 1201 1202 # noqa: E501 1203 1204 :return: The allow_transactions of this UserSettingsInformation. # noqa: E501 1205 :rtype: str 1206 """ 1207 return self._allow_transactions 1208 1209 @allow_transactions.setter 1210 def allow_transactions(self, allow_transactions): 1211 """Sets the allow_transactions of this UserSettingsInformation. 1212 1213 # noqa: E501 1214 1215 :param allow_transactions: The allow_transactions of this UserSettingsInformation. # noqa: E501 1216 :type: str 1217 """ 1218 1219 self._allow_transactions = allow_transactions 1220 1221 @property 1222 def allow_transactions_metadata(self): 1223 """Gets the allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1224 1225 # noqa: E501 1226 1227 :return: The allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1228 :rtype: SettingsMetadata 1229 """ 1230 return self._allow_transactions_metadata 1231 1232 @allow_transactions_metadata.setter 1233 def allow_transactions_metadata(self, allow_transactions_metadata): 1234 """Sets the allow_transactions_metadata of this UserSettingsInformation. 1235 1236 # noqa: E501 1237 1238 :param allow_transactions_metadata: The allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1239 :type: SettingsMetadata 1240 """ 1241 1242 self._allow_transactions_metadata = allow_transactions_metadata 1243 1244 @property 1245 def anchor_tag_versioned_placement_enabled(self): 1246 """Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1247 1248 # noqa: E501 1249 1250 :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1251 :rtype: str 1252 """ 1253 return self._anchor_tag_versioned_placement_enabled 1254 1255 @anchor_tag_versioned_placement_enabled.setter 1256 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 1257 """Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. 1258 1259 # noqa: E501 1260 1261 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1262 :type: str 1263 """ 1264 1265 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 1266 1267 @property 1268 def api_account_wide_access(self): 1269 """Gets the api_account_wide_access of this UserSettingsInformation. # noqa: E501 1270 1271 # noqa: E501 1272 1273 :return: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 1274 :rtype: str 1275 """ 1276 return self._api_account_wide_access 1277 1278 @api_account_wide_access.setter 1279 def api_account_wide_access(self, api_account_wide_access): 1280 """Sets the api_account_wide_access of this UserSettingsInformation. 1281 1282 # noqa: E501 1283 1284 :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 1285 :type: str 1286 """ 1287 1288 self._api_account_wide_access = api_account_wide_access 1289 1290 @property 1291 def api_account_wide_access_metadata(self): 1292 """Gets the api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1293 1294 Metadata for apiAccountWideAccess. # noqa: E501 1295 1296 :return: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1297 :rtype: SettingsMetadata 1298 """ 1299 return self._api_account_wide_access_metadata 1300 1301 @api_account_wide_access_metadata.setter 1302 def api_account_wide_access_metadata(self, api_account_wide_access_metadata): 1303 """Sets the api_account_wide_access_metadata of this UserSettingsInformation. 1304 1305 Metadata for apiAccountWideAccess. # noqa: E501 1306 1307 :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1308 :type: SettingsMetadata 1309 """ 1310 1311 self._api_account_wide_access_metadata = api_account_wide_access_metadata 1312 1313 @property 1314 def api_can_export_ac(self): 1315 """Gets the api_can_export_ac of this UserSettingsInformation. # noqa: E501 1316 1317 # noqa: E501 1318 1319 :return: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 1320 :rtype: str 1321 """ 1322 return self._api_can_export_ac 1323 1324 @api_can_export_ac.setter 1325 def api_can_export_ac(self, api_can_export_ac): 1326 """Sets the api_can_export_ac of this UserSettingsInformation. 1327 1328 # noqa: E501 1329 1330 :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 1331 :type: str 1332 """ 1333 1334 self._api_can_export_ac = api_can_export_ac 1335 1336 @property 1337 def api_can_export_ac_metadata(self): 1338 """Gets the api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1339 1340 Metadata about the `apiCanExportACMetadata` property. # noqa: E501 1341 1342 :return: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1343 :rtype: SettingsMetadata 1344 """ 1345 return self._api_can_export_ac_metadata 1346 1347 @api_can_export_ac_metadata.setter 1348 def api_can_export_ac_metadata(self, api_can_export_ac_metadata): 1349 """Sets the api_can_export_ac_metadata of this UserSettingsInformation. 1350 1351 Metadata about the `apiCanExportACMetadata` property. # noqa: E501 1352 1353 :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1354 :type: SettingsMetadata 1355 """ 1356 1357 self._api_can_export_ac_metadata = api_can_export_ac_metadata 1358 1359 @property 1360 def bulk_send(self): 1361 """Gets the bulk_send of this UserSettingsInformation. # noqa: E501 1362 1363 # noqa: E501 1364 1365 :return: The bulk_send of this UserSettingsInformation. # noqa: E501 1366 :rtype: str 1367 """ 1368 return self._bulk_send 1369 1370 @bulk_send.setter 1371 def bulk_send(self, bulk_send): 1372 """Sets the bulk_send of this UserSettingsInformation. 1373 1374 # noqa: E501 1375 1376 :param bulk_send: The bulk_send of this UserSettingsInformation. # noqa: E501 1377 :type: str 1378 """ 1379 1380 self._bulk_send = bulk_send 1381 1382 @property 1383 def bulk_send_metadata(self): 1384 """Gets the bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1385 1386 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 1387 1388 :return: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1389 :rtype: SettingsMetadata 1390 """ 1391 return self._bulk_send_metadata 1392 1393 @bulk_send_metadata.setter 1394 def bulk_send_metadata(self, bulk_send_metadata): 1395 """Sets the bulk_send_metadata of this UserSettingsInformation. 1396 1397 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 1398 1399 :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1400 :type: SettingsMetadata 1401 """ 1402 1403 self._bulk_send_metadata = bulk_send_metadata 1404 1405 @property 1406 def can_bulk_upload_agreements(self): 1407 """Gets the can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1408 1409 # noqa: E501 1410 1411 :return: The can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1412 :rtype: str 1413 """ 1414 return self._can_bulk_upload_agreements 1415 1416 @can_bulk_upload_agreements.setter 1417 def can_bulk_upload_agreements(self, can_bulk_upload_agreements): 1418 """Sets the can_bulk_upload_agreements of this UserSettingsInformation. 1419 1420 # noqa: E501 1421 1422 :param can_bulk_upload_agreements: The can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1423 :type: str 1424 """ 1425 1426 self._can_bulk_upload_agreements = can_bulk_upload_agreements 1427 1428 @property 1429 def can_bulk_upload_agreements_metadata(self): 1430 """Gets the can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1431 1432 # noqa: E501 1433 1434 :return: The can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1435 :rtype: SettingsMetadata 1436 """ 1437 return self._can_bulk_upload_agreements_metadata 1438 1439 @can_bulk_upload_agreements_metadata.setter 1440 def can_bulk_upload_agreements_metadata(self, can_bulk_upload_agreements_metadata): 1441 """Sets the can_bulk_upload_agreements_metadata of this UserSettingsInformation. 1442 1443 # noqa: E501 1444 1445 :param can_bulk_upload_agreements_metadata: The can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1446 :type: SettingsMetadata 1447 """ 1448 1449 self._can_bulk_upload_agreements_metadata = can_bulk_upload_agreements_metadata 1450 1451 @property 1452 def can_charge_account(self): 1453 """Gets the can_charge_account of this UserSettingsInformation. # noqa: E501 1454 1455 # noqa: E501 1456 1457 :return: The can_charge_account of this UserSettingsInformation. # noqa: E501 1458 :rtype: str 1459 """ 1460 return self._can_charge_account 1461 1462 @can_charge_account.setter 1463 def can_charge_account(self, can_charge_account): 1464 """Sets the can_charge_account of this UserSettingsInformation. 1465 1466 # noqa: E501 1467 1468 :param can_charge_account: The can_charge_account of this UserSettingsInformation. # noqa: E501 1469 :type: str 1470 """ 1471 1472 self._can_charge_account = can_charge_account 1473 1474 @property 1475 def can_charge_account_metadata(self): 1476 """Gets the can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1477 1478 Reserved for DocuSign. # noqa: E501 1479 1480 :return: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1481 :rtype: SettingsMetadata 1482 """ 1483 return self._can_charge_account_metadata 1484 1485 @can_charge_account_metadata.setter 1486 def can_charge_account_metadata(self, can_charge_account_metadata): 1487 """Sets the can_charge_account_metadata of this UserSettingsInformation. 1488 1489 Reserved for DocuSign. # noqa: E501 1490 1491 :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1492 :type: SettingsMetadata 1493 """ 1494 1495 self._can_charge_account_metadata = can_charge_account_metadata 1496 1497 @property 1498 def can_create_transaction(self): 1499 """Gets the can_create_transaction of this UserSettingsInformation. # noqa: E501 1500 1501 # noqa: E501 1502 1503 :return: The can_create_transaction of this UserSettingsInformation. # noqa: E501 1504 :rtype: str 1505 """ 1506 return self._can_create_transaction 1507 1508 @can_create_transaction.setter 1509 def can_create_transaction(self, can_create_transaction): 1510 """Sets the can_create_transaction of this UserSettingsInformation. 1511 1512 # noqa: E501 1513 1514 :param can_create_transaction: The can_create_transaction of this UserSettingsInformation. # noqa: E501 1515 :type: str 1516 """ 1517 1518 self._can_create_transaction = can_create_transaction 1519 1520 @property 1521 def can_create_transaction_metadata(self): 1522 """Gets the can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1523 1524 # noqa: E501 1525 1526 :return: The can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1527 :rtype: SettingsMetadata 1528 """ 1529 return self._can_create_transaction_metadata 1530 1531 @can_create_transaction_metadata.setter 1532 def can_create_transaction_metadata(self, can_create_transaction_metadata): 1533 """Sets the can_create_transaction_metadata of this UserSettingsInformation. 1534 1535 # noqa: E501 1536 1537 :param can_create_transaction_metadata: The can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1538 :type: SettingsMetadata 1539 """ 1540 1541 self._can_create_transaction_metadata = can_create_transaction_metadata 1542 1543 @property 1544 def can_delete_documents_in_transaction(self): 1545 """Gets the can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1546 1547 # noqa: E501 1548 1549 :return: The can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1550 :rtype: str 1551 """ 1552 return self._can_delete_documents_in_transaction 1553 1554 @can_delete_documents_in_transaction.setter 1555 def can_delete_documents_in_transaction(self, can_delete_documents_in_transaction): 1556 """Sets the can_delete_documents_in_transaction of this UserSettingsInformation. 1557 1558 # noqa: E501 1559 1560 :param can_delete_documents_in_transaction: The can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1561 :type: str 1562 """ 1563 1564 self._can_delete_documents_in_transaction = can_delete_documents_in_transaction 1565 1566 @property 1567 def can_delete_documents_in_transaction_metadata(self): 1568 """Gets the can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1569 1570 # noqa: E501 1571 1572 :return: The can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1573 :rtype: SettingsMetadata 1574 """ 1575 return self._can_delete_documents_in_transaction_metadata 1576 1577 @can_delete_documents_in_transaction_metadata.setter 1578 def can_delete_documents_in_transaction_metadata(self, can_delete_documents_in_transaction_metadata): 1579 """Sets the can_delete_documents_in_transaction_metadata of this UserSettingsInformation. 1580 1581 # noqa: E501 1582 1583 :param can_delete_documents_in_transaction_metadata: The can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1584 :type: SettingsMetadata 1585 """ 1586 1587 self._can_delete_documents_in_transaction_metadata = can_delete_documents_in_transaction_metadata 1588 1589 @property 1590 def can_delete_transaction(self): 1591 """Gets the can_delete_transaction of this UserSettingsInformation. # noqa: E501 1592 1593 # noqa: E501 1594 1595 :return: The can_delete_transaction of this UserSettingsInformation. # noqa: E501 1596 :rtype: str 1597 """ 1598 return self._can_delete_transaction 1599 1600 @can_delete_transaction.setter 1601 def can_delete_transaction(self, can_delete_transaction): 1602 """Sets the can_delete_transaction of this UserSettingsInformation. 1603 1604 # noqa: E501 1605 1606 :param can_delete_transaction: The can_delete_transaction of this UserSettingsInformation. # noqa: E501 1607 :type: str 1608 """ 1609 1610 self._can_delete_transaction = can_delete_transaction 1611 1612 @property 1613 def can_delete_transaction_metadata(self): 1614 """Gets the can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1615 1616 # noqa: E501 1617 1618 :return: The can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1619 :rtype: SettingsMetadata 1620 """ 1621 return self._can_delete_transaction_metadata 1622 1623 @can_delete_transaction_metadata.setter 1624 def can_delete_transaction_metadata(self, can_delete_transaction_metadata): 1625 """Sets the can_delete_transaction_metadata of this UserSettingsInformation. 1626 1627 # noqa: E501 1628 1629 :param can_delete_transaction_metadata: The can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1630 :type: SettingsMetadata 1631 """ 1632 1633 self._can_delete_transaction_metadata = can_delete_transaction_metadata 1634 1635 @property 1636 def can_edit_shared_addressbook(self): 1637 """Gets the can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1638 1639 # noqa: E501 1640 1641 :return: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1642 :rtype: str 1643 """ 1644 return self._can_edit_shared_addressbook 1645 1646 @can_edit_shared_addressbook.setter 1647 def can_edit_shared_addressbook(self, can_edit_shared_addressbook): 1648 """Sets the can_edit_shared_addressbook of this UserSettingsInformation. 1649 1650 # noqa: E501 1651 1652 :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1653 :type: str 1654 """ 1655 1656 self._can_edit_shared_addressbook = can_edit_shared_addressbook 1657 1658 @property 1659 def can_edit_shared_addressbook_metadata(self): 1660 """Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1661 1662 Metadata about the `canEditSharedAddressbookMetadata` property. # noqa: E501 1663 1664 :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1665 :rtype: SettingsMetadata 1666 """ 1667 return self._can_edit_shared_addressbook_metadata 1668 1669 @can_edit_shared_addressbook_metadata.setter 1670 def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metadata): 1671 """Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. 1672 1673 Metadata about the `canEditSharedAddressbookMetadata` property. # noqa: E501 1674 1675 :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1676 :type: SettingsMetadata 1677 """ 1678 1679 self._can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata 1680 1681 @property 1682 def can_lock_envelopes(self): 1683 """Gets the can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1684 1685 # noqa: E501 1686 1687 :return: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1688 :rtype: str 1689 """ 1690 return self._can_lock_envelopes 1691 1692 @can_lock_envelopes.setter 1693 def can_lock_envelopes(self, can_lock_envelopes): 1694 """Sets the can_lock_envelopes of this UserSettingsInformation. 1695 1696 # noqa: E501 1697 1698 :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1699 :type: str 1700 """ 1701 1702 self._can_lock_envelopes = can_lock_envelopes 1703 1704 @property 1705 def can_lock_envelopes_metadata(self): 1706 """Gets the can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1707 1708 Metadata about the `canLockEnvelopes` property. # noqa: E501 1709 1710 :return: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1711 :rtype: SettingsMetadata 1712 """ 1713 return self._can_lock_envelopes_metadata 1714 1715 @can_lock_envelopes_metadata.setter 1716 def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata): 1717 """Sets the can_lock_envelopes_metadata of this UserSettingsInformation. 1718 1719 Metadata about the `canLockEnvelopes` property. # noqa: E501 1720 1721 :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1722 :type: SettingsMetadata 1723 """ 1724 1725 self._can_lock_envelopes_metadata = can_lock_envelopes_metadata 1726 1727 @property 1728 def can_manage_account(self): 1729 """Gets the can_manage_account of this UserSettingsInformation. # noqa: E501 1730 1731 # noqa: E501 1732 1733 :return: The can_manage_account of this UserSettingsInformation. # noqa: E501 1734 :rtype: str 1735 """ 1736 return self._can_manage_account 1737 1738 @can_manage_account.setter 1739 def can_manage_account(self, can_manage_account): 1740 """Sets the can_manage_account of this UserSettingsInformation. 1741 1742 # noqa: E501 1743 1744 :param can_manage_account: The can_manage_account of this UserSettingsInformation. # noqa: E501 1745 :type: str 1746 """ 1747 1748 self._can_manage_account = can_manage_account 1749 1750 @property 1751 def can_manage_account_metadata(self): 1752 """Gets the can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1753 1754 Metadata about the `canManageAccountMetadata` property. # noqa: E501 1755 1756 :return: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1757 :rtype: SettingsMetadata 1758 """ 1759 return self._can_manage_account_metadata 1760 1761 @can_manage_account_metadata.setter 1762 def can_manage_account_metadata(self, can_manage_account_metadata): 1763 """Sets the can_manage_account_metadata of this UserSettingsInformation. 1764 1765 Metadata about the `canManageAccountMetadata` property. # noqa: E501 1766 1767 :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1768 :type: SettingsMetadata 1769 """ 1770 1771 self._can_manage_account_metadata = can_manage_account_metadata 1772 1773 @property 1774 def can_manage_agreement_parties(self): 1775 """Gets the can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1776 1777 # noqa: E501 1778 1779 :return: The can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1780 :rtype: str 1781 """ 1782 return self._can_manage_agreement_parties 1783 1784 @can_manage_agreement_parties.setter 1785 def can_manage_agreement_parties(self, can_manage_agreement_parties): 1786 """Sets the can_manage_agreement_parties of this UserSettingsInformation. 1787 1788 # noqa: E501 1789 1790 :param can_manage_agreement_parties: The can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1791 :type: str 1792 """ 1793 1794 self._can_manage_agreement_parties = can_manage_agreement_parties 1795 1796 @property 1797 def can_manage_agreement_parties_metadata(self): 1798 """Gets the can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1799 1800 # noqa: E501 1801 1802 :return: The can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1803 :rtype: SettingsMetadata 1804 """ 1805 return self._can_manage_agreement_parties_metadata 1806 1807 @can_manage_agreement_parties_metadata.setter 1808 def can_manage_agreement_parties_metadata(self, can_manage_agreement_parties_metadata): 1809 """Sets the can_manage_agreement_parties_metadata of this UserSettingsInformation. 1810 1811 # noqa: E501 1812 1813 :param can_manage_agreement_parties_metadata: The can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1814 :type: SettingsMetadata 1815 """ 1816 1817 self._can_manage_agreement_parties_metadata = can_manage_agreement_parties_metadata 1818 1819 @property 1820 def can_manage_distributor(self): 1821 """Gets the can_manage_distributor of this UserSettingsInformation. # noqa: E501 1822 1823 # noqa: E501 1824 1825 :return: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 1826 :rtype: str 1827 """ 1828 return self._can_manage_distributor 1829 1830 @can_manage_distributor.setter 1831 def can_manage_distributor(self, can_manage_distributor): 1832 """Sets the can_manage_distributor of this UserSettingsInformation. 1833 1834 # noqa: E501 1835 1836 :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 1837 :type: str 1838 """ 1839 1840 self._can_manage_distributor = can_manage_distributor 1841 1842 @property 1843 def can_manage_distributor_metadata(self): 1844 """Gets the can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1845 1846 Metadata about the `canManageDistributor` property. # noqa: E501 1847 1848 :return: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1849 :rtype: SettingsMetadata 1850 """ 1851 return self._can_manage_distributor_metadata 1852 1853 @can_manage_distributor_metadata.setter 1854 def can_manage_distributor_metadata(self, can_manage_distributor_metadata): 1855 """Sets the can_manage_distributor_metadata of this UserSettingsInformation. 1856 1857 Metadata about the `canManageDistributor` property. # noqa: E501 1858 1859 :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1860 :type: SettingsMetadata 1861 """ 1862 1863 self._can_manage_distributor_metadata = can_manage_distributor_metadata 1864 1865 @property 1866 def can_manage_templates(self): 1867 """Gets the can_manage_templates of this UserSettingsInformation. # noqa: E501 1868 1869 # noqa: E501 1870 1871 :return: The can_manage_templates of this UserSettingsInformation. # noqa: E501 1872 :rtype: str 1873 """ 1874 return self._can_manage_templates 1875 1876 @can_manage_templates.setter 1877 def can_manage_templates(self, can_manage_templates): 1878 """Sets the can_manage_templates of this UserSettingsInformation. 1879 1880 # noqa: E501 1881 1882 :param can_manage_templates: The can_manage_templates of this UserSettingsInformation. # noqa: E501 1883 :type: str 1884 """ 1885 1886 self._can_manage_templates = can_manage_templates 1887 1888 @property 1889 def can_manage_templates_metadata(self): 1890 """Gets the can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1891 1892 Metadata about the `canManageTemplates` property. # noqa: E501 1893 1894 :return: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1895 :rtype: SettingsMetadata 1896 """ 1897 return self._can_manage_templates_metadata 1898 1899 @can_manage_templates_metadata.setter 1900 def can_manage_templates_metadata(self, can_manage_templates_metadata): 1901 """Sets the can_manage_templates_metadata of this UserSettingsInformation. 1902 1903 Metadata about the `canManageTemplates` property. # noqa: E501 1904 1905 :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1906 :type: SettingsMetadata 1907 """ 1908 1909 self._can_manage_templates_metadata = can_manage_templates_metadata 1910 1911 @property 1912 def can_send_api_requests(self): 1913 """Gets the can_send_api_requests of this UserSettingsInformation. # noqa: E501 1914 1915 # noqa: E501 1916 1917 :return: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 1918 :rtype: str 1919 """ 1920 return self._can_send_api_requests 1921 1922 @can_send_api_requests.setter 1923 def can_send_api_requests(self, can_send_api_requests): 1924 """Sets the can_send_api_requests of this UserSettingsInformation. 1925 1926 # noqa: E501 1927 1928 :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 1929 :type: str 1930 """ 1931 1932 self._can_send_api_requests = can_send_api_requests 1933 1934 @property 1935 def can_send_api_requests_metadata(self): 1936 """Gets the can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1937 1938 Metadata about the `canSendAPIRequests` property. # noqa: E501 1939 1940 :return: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1941 :rtype: SettingsMetadata 1942 """ 1943 return self._can_send_api_requests_metadata 1944 1945 @can_send_api_requests_metadata.setter 1946 def can_send_api_requests_metadata(self, can_send_api_requests_metadata): 1947 """Sets the can_send_api_requests_metadata of this UserSettingsInformation. 1948 1949 Metadata about the `canSendAPIRequests` property. # noqa: E501 1950 1951 :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1952 :type: SettingsMetadata 1953 """ 1954 1955 self._can_send_api_requests_metadata = can_send_api_requests_metadata 1956 1957 @property 1958 def can_send_envelope(self): 1959 """Gets the can_send_envelope of this UserSettingsInformation. # noqa: E501 1960 1961 # noqa: E501 1962 1963 :return: The can_send_envelope of this UserSettingsInformation. # noqa: E501 1964 :rtype: str 1965 """ 1966 return self._can_send_envelope 1967 1968 @can_send_envelope.setter 1969 def can_send_envelope(self, can_send_envelope): 1970 """Sets the can_send_envelope of this UserSettingsInformation. 1971 1972 # noqa: E501 1973 1974 :param can_send_envelope: The can_send_envelope of this UserSettingsInformation. # noqa: E501 1975 :type: str 1976 """ 1977 1978 self._can_send_envelope = can_send_envelope 1979 1980 @property 1981 def can_send_envelope_metadata(self): 1982 """Gets the can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1983 1984 Metadata about the `canSendEnvelope` property. # noqa: E501 1985 1986 :return: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1987 :rtype: SettingsMetadata 1988 """ 1989 return self._can_send_envelope_metadata 1990 1991 @can_send_envelope_metadata.setter 1992 def can_send_envelope_metadata(self, can_send_envelope_metadata): 1993 """Sets the can_send_envelope_metadata of this UserSettingsInformation. 1994 1995 Metadata about the `canSendEnvelope` property. # noqa: E501 1996 1997 :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1998 :type: SettingsMetadata 1999 """ 2000 2001 self._can_send_envelope_metadata = can_send_envelope_metadata 2002 2003 @property 2004 def can_send_envelopes_via_sms(self): 2005 """Gets the can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2006 2007 # noqa: E501 2008 2009 :return: The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2010 :rtype: str 2011 """ 2012 return self._can_send_envelopes_via_sms 2013 2014 @can_send_envelopes_via_sms.setter 2015 def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms): 2016 """Sets the can_send_envelopes_via_sms of this UserSettingsInformation. 2017 2018 # noqa: E501 2019 2020 :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2021 :type: str 2022 """ 2023 2024 self._can_send_envelopes_via_sms = can_send_envelopes_via_sms 2025 2026 @property 2027 def can_send_envelopes_via_sms_metadata(self): 2028 """Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2029 2030 # noqa: E501 2031 2032 :return: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2033 :rtype: SettingsMetadata 2034 """ 2035 return self._can_send_envelopes_via_sms_metadata 2036 2037 @can_send_envelopes_via_sms_metadata.setter 2038 def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata): 2039 """Sets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. 2040 2041 # noqa: E501 2042 2043 :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2044 :type: SettingsMetadata 2045 """ 2046 2047 self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata 2048 2049 @property 2050 def can_sign_envelope(self): 2051 """Gets the can_sign_envelope of this UserSettingsInformation. # noqa: E501 2052 2053 # noqa: E501 2054 2055 :return: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 2056 :rtype: str 2057 """ 2058 return self._can_sign_envelope 2059 2060 @can_sign_envelope.setter 2061 def can_sign_envelope(self, can_sign_envelope): 2062 """Sets the can_sign_envelope of this UserSettingsInformation. 2063 2064 # noqa: E501 2065 2066 :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 2067 :type: str 2068 """ 2069 2070 self._can_sign_envelope = can_sign_envelope 2071 2072 @property 2073 def can_sign_envelope_metadata(self): 2074 """Gets the can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2075 2076 Metadata about the `canSignEnvelope` property. # noqa: E501 2077 2078 :return: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2079 :rtype: SettingsMetadata 2080 """ 2081 return self._can_sign_envelope_metadata 2082 2083 @can_sign_envelope_metadata.setter 2084 def can_sign_envelope_metadata(self, can_sign_envelope_metadata): 2085 """Sets the can_sign_envelope_metadata of this UserSettingsInformation. 2086 2087 Metadata about the `canSignEnvelope` property. # noqa: E501 2088 2089 :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2090 :type: SettingsMetadata 2091 """ 2092 2093 self._can_sign_envelope_metadata = can_sign_envelope_metadata 2094 2095 @property 2096 def can_use_scratchpad(self): 2097 """Gets the can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2098 2099 # noqa: E501 2100 2101 :return: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2102 :rtype: str 2103 """ 2104 return self._can_use_scratchpad 2105 2106 @can_use_scratchpad.setter 2107 def can_use_scratchpad(self, can_use_scratchpad): 2108 """Sets the can_use_scratchpad of this UserSettingsInformation. 2109 2110 # noqa: E501 2111 2112 :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2113 :type: str 2114 """ 2115 2116 self._can_use_scratchpad = can_use_scratchpad 2117 2118 @property 2119 def can_use_scratchpad_metadata(self): 2120 """Gets the can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2121 2122 Metadata about the `canUseScratchpad` property. # noqa: E501 2123 2124 :return: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2125 :rtype: SettingsMetadata 2126 """ 2127 return self._can_use_scratchpad_metadata 2128 2129 @can_use_scratchpad_metadata.setter 2130 def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata): 2131 """Sets the can_use_scratchpad_metadata of this UserSettingsInformation. 2132 2133 Metadata about the `canUseScratchpad` property. # noqa: E501 2134 2135 :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2136 :type: SettingsMetadata 2137 """ 2138 2139 self._can_use_scratchpad_metadata = can_use_scratchpad_metadata 2140 2141 @property 2142 def can_use_smart_contracts(self): 2143 """Gets the can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2144 2145 # noqa: E501 2146 2147 :return: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2148 :rtype: str 2149 """ 2150 return self._can_use_smart_contracts 2151 2152 @can_use_smart_contracts.setter 2153 def can_use_smart_contracts(self, can_use_smart_contracts): 2154 """Sets the can_use_smart_contracts of this UserSettingsInformation. 2155 2156 # noqa: E501 2157 2158 :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2159 :type: str 2160 """ 2161 2162 self._can_use_smart_contracts = can_use_smart_contracts 2163 2164 @property 2165 def can_use_smart_contracts_metadata(self): 2166 """Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2167 2168 Reserved for DocuSign. # noqa: E501 2169 2170 :return: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2171 :rtype: SettingsMetadata 2172 """ 2173 return self._can_use_smart_contracts_metadata 2174 2175 @can_use_smart_contracts_metadata.setter 2176 def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata): 2177 """Sets the can_use_smart_contracts_metadata of this UserSettingsInformation. 2178 2179 Reserved for DocuSign. # noqa: E501 2180 2181 :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2182 :type: SettingsMetadata 2183 """ 2184 2185 self._can_use_smart_contracts_metadata = can_use_smart_contracts_metadata 2186 2187 @property 2188 def disable_document_upload(self): 2189 """Gets the disable_document_upload of this UserSettingsInformation. # noqa: E501 2190 2191 # noqa: E501 2192 2193 :return: The disable_document_upload of this UserSettingsInformation. # noqa: E501 2194 :rtype: str 2195 """ 2196 return self._disable_document_upload 2197 2198 @disable_document_upload.setter 2199 def disable_document_upload(self, disable_document_upload): 2200 """Sets the disable_document_upload of this UserSettingsInformation. 2201 2202 # noqa: E501 2203 2204 :param disable_document_upload: The disable_document_upload of this UserSettingsInformation. # noqa: E501 2205 :type: str 2206 """ 2207 2208 self._disable_document_upload = disable_document_upload 2209 2210 @property 2211 def disable_document_upload_metadata(self): 2212 """Gets the disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2213 2214 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 2215 2216 :return: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2217 :rtype: SettingsMetadata 2218 """ 2219 return self._disable_document_upload_metadata 2220 2221 @disable_document_upload_metadata.setter 2222 def disable_document_upload_metadata(self, disable_document_upload_metadata): 2223 """Sets the disable_document_upload_metadata of this UserSettingsInformation. 2224 2225 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 2226 2227 :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2228 :type: SettingsMetadata 2229 """ 2230 2231 self._disable_document_upload_metadata = disable_document_upload_metadata 2232 2233 @property 2234 def disable_other_actions(self): 2235 """Gets the disable_other_actions of this UserSettingsInformation. # noqa: E501 2236 2237 # noqa: E501 2238 2239 :return: The disable_other_actions of this UserSettingsInformation. # noqa: E501 2240 :rtype: str 2241 """ 2242 return self._disable_other_actions 2243 2244 @disable_other_actions.setter 2245 def disable_other_actions(self, disable_other_actions): 2246 """Sets the disable_other_actions of this UserSettingsInformation. 2247 2248 # noqa: E501 2249 2250 :param disable_other_actions: The disable_other_actions of this UserSettingsInformation. # noqa: E501 2251 :type: str 2252 """ 2253 2254 self._disable_other_actions = disable_other_actions 2255 2256 @property 2257 def disable_other_actions_metadata(self): 2258 """Gets the disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2259 2260 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 2261 2262 :return: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2263 :rtype: SettingsMetadata 2264 """ 2265 return self._disable_other_actions_metadata 2266 2267 @disable_other_actions_metadata.setter 2268 def disable_other_actions_metadata(self, disable_other_actions_metadata): 2269 """Sets the disable_other_actions_metadata of this UserSettingsInformation. 2270 2271 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 2272 2273 :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2274 :type: SettingsMetadata 2275 """ 2276 2277 self._disable_other_actions_metadata = disable_other_actions_metadata 2278 2279 @property 2280 def enable_ds_pro(self): 2281 """Gets the enable_ds_pro of this UserSettingsInformation. # noqa: E501 2282 2283 # noqa: E501 2284 2285 :return: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 2286 :rtype: str 2287 """ 2288 return self._enable_ds_pro 2289 2290 @enable_ds_pro.setter 2291 def enable_ds_pro(self, enable_ds_pro): 2292 """Sets the enable_ds_pro of this UserSettingsInformation. 2293 2294 # noqa: E501 2295 2296 :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 2297 :type: str 2298 """ 2299 2300 self._enable_ds_pro = enable_ds_pro 2301 2302 @property 2303 def enable_ds_pro_metadata(self): 2304 """Gets the enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2305 2306 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 2307 2308 :return: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2309 :rtype: SettingsMetadata 2310 """ 2311 return self._enable_ds_pro_metadata 2312 2313 @enable_ds_pro_metadata.setter 2314 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 2315 """Sets the enable_ds_pro_metadata of this UserSettingsInformation. 2316 2317 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 2318 2319 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2320 :type: SettingsMetadata 2321 """ 2322 2323 self._enable_ds_pro_metadata = enable_ds_pro_metadata 2324 2325 @property 2326 def enable_key_terms_suggestions_by_document_type(self): 2327 """Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2328 2329 # noqa: E501 2330 2331 :return: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2332 :rtype: str 2333 """ 2334 return self._enable_key_terms_suggestions_by_document_type 2335 2336 @enable_key_terms_suggestions_by_document_type.setter 2337 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 2338 """Sets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. 2339 2340 # noqa: E501 2341 2342 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2343 :type: str 2344 """ 2345 2346 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 2347 2348 @property 2349 def enable_key_terms_suggestions_by_document_type_metadata(self): 2350 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2351 2352 # noqa: E501 2353 2354 :return: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2355 :rtype: SettingsMetadata 2356 """ 2357 return self._enable_key_terms_suggestions_by_document_type_metadata 2358 2359 @enable_key_terms_suggestions_by_document_type_metadata.setter 2360 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 2361 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. 2362 2363 # noqa: E501 2364 2365 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2366 :type: SettingsMetadata 2367 """ 2368 2369 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 2370 2371 @property 2372 def enable_sequential_signing_api(self): 2373 """Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2374 2375 # noqa: E501 2376 2377 :return: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2378 :rtype: str 2379 """ 2380 return self._enable_sequential_signing_api 2381 2382 @enable_sequential_signing_api.setter 2383 def enable_sequential_signing_api(self, enable_sequential_signing_api): 2384 """Sets the enable_sequential_signing_api of this UserSettingsInformation. 2385 2386 # noqa: E501 2387 2388 :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2389 :type: str 2390 """ 2391 2392 self._enable_sequential_signing_api = enable_sequential_signing_api 2393 2394 @property 2395 def enable_sequential_signing_api_metadata(self): 2396 """Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2397 2398 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 2399 2400 :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2401 :rtype: SettingsMetadata 2402 """ 2403 return self._enable_sequential_signing_api_metadata 2404 2405 @enable_sequential_signing_api_metadata.setter 2406 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 2407 """Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation. 2408 2409 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 2410 2411 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2412 :type: SettingsMetadata 2413 """ 2414 2415 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 2416 2417 @property 2418 def enable_sequential_signing_ui(self): 2419 """Gets the enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2420 2421 # noqa: E501 2422 2423 :return: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2424 :rtype: str 2425 """ 2426 return self._enable_sequential_signing_ui 2427 2428 @enable_sequential_signing_ui.setter 2429 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 2430 """Sets the enable_sequential_signing_ui of this UserSettingsInformation. 2431 2432 # noqa: E501 2433 2434 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2435 :type: str 2436 """ 2437 2438 self._enable_sequential_signing_ui = enable_sequential_signing_ui 2439 2440 @property 2441 def enable_sequential_signing_ui_metadata(self): 2442 """Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2443 2444 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 2445 2446 :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2447 :rtype: SettingsMetadata 2448 """ 2449 return self._enable_sequential_signing_ui_metadata 2450 2451 @enable_sequential_signing_ui_metadata.setter 2452 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 2453 """Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. 2454 2455 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 2456 2457 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2458 :type: SettingsMetadata 2459 """ 2460 2461 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 2462 2463 @property 2464 def enable_signer_attachments(self): 2465 """Gets the enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2466 2467 # noqa: E501 2468 2469 :return: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2470 :rtype: str 2471 """ 2472 return self._enable_signer_attachments 2473 2474 @enable_signer_attachments.setter 2475 def enable_signer_attachments(self, enable_signer_attachments): 2476 """Sets the enable_signer_attachments of this UserSettingsInformation. 2477 2478 # noqa: E501 2479 2480 :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2481 :type: str 2482 """ 2483 2484 self._enable_signer_attachments = enable_signer_attachments 2485 2486 @property 2487 def enable_signer_attachments_metadata(self): 2488 """Gets the enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2489 2490 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 2491 2492 :return: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2493 :rtype: SettingsMetadata 2494 """ 2495 return self._enable_signer_attachments_metadata 2496 2497 @enable_signer_attachments_metadata.setter 2498 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 2499 """Sets the enable_signer_attachments_metadata of this UserSettingsInformation. 2500 2501 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 2502 2503 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2504 :type: SettingsMetadata 2505 """ 2506 2507 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 2508 2509 @property 2510 def enable_sign_on_paper_override(self): 2511 """Gets the enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2512 2513 # noqa: E501 2514 2515 :return: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2516 :rtype: str 2517 """ 2518 return self._enable_sign_on_paper_override 2519 2520 @enable_sign_on_paper_override.setter 2521 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 2522 """Sets the enable_sign_on_paper_override of this UserSettingsInformation. 2523 2524 # noqa: E501 2525 2526 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2527 :type: str 2528 """ 2529 2530 self._enable_sign_on_paper_override = enable_sign_on_paper_override 2531 2532 @property 2533 def enable_sign_on_paper_override_metadata(self): 2534 """Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2535 2536 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 2537 2538 :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2539 :rtype: SettingsMetadata 2540 """ 2541 return self._enable_sign_on_paper_override_metadata 2542 2543 @enable_sign_on_paper_override_metadata.setter 2544 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 2545 """Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. 2546 2547 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 2548 2549 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2550 :type: SettingsMetadata 2551 """ 2552 2553 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 2554 2555 @property 2556 def enable_transaction_point(self): 2557 """Gets the enable_transaction_point of this UserSettingsInformation. # noqa: E501 2558 2559 # noqa: E501 2560 2561 :return: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 2562 :rtype: str 2563 """ 2564 return self._enable_transaction_point 2565 2566 @enable_transaction_point.setter 2567 def enable_transaction_point(self, enable_transaction_point): 2568 """Sets the enable_transaction_point of this UserSettingsInformation. 2569 2570 # noqa: E501 2571 2572 :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 2573 :type: str 2574 """ 2575 2576 self._enable_transaction_point = enable_transaction_point 2577 2578 @property 2579 def enable_transaction_point_metadata(self): 2580 """Gets the enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2581 2582 Reserved for DocuSign. # noqa: E501 2583 2584 :return: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2585 :rtype: SettingsMetadata 2586 """ 2587 return self._enable_transaction_point_metadata 2588 2589 @enable_transaction_point_metadata.setter 2590 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 2591 """Sets the enable_transaction_point_metadata of this UserSettingsInformation. 2592 2593 Reserved for DocuSign. # noqa: E501 2594 2595 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2596 :type: SettingsMetadata 2597 """ 2598 2599 self._enable_transaction_point_metadata = enable_transaction_point_metadata 2600 2601 @property 2602 def enable_vaulting(self): 2603 """Gets the enable_vaulting of this UserSettingsInformation. # noqa: E501 2604 2605 # noqa: E501 2606 2607 :return: The enable_vaulting of this UserSettingsInformation. # noqa: E501 2608 :rtype: str 2609 """ 2610 return self._enable_vaulting 2611 2612 @enable_vaulting.setter 2613 def enable_vaulting(self, enable_vaulting): 2614 """Sets the enable_vaulting of this UserSettingsInformation. 2615 2616 # noqa: E501 2617 2618 :param enable_vaulting: The enable_vaulting of this UserSettingsInformation. # noqa: E501 2619 :type: str 2620 """ 2621 2622 self._enable_vaulting = enable_vaulting 2623 2624 @property 2625 def enable_vaulting_metadata(self): 2626 """Gets the enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2627 2628 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 2629 2630 :return: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2631 :rtype: SettingsMetadata 2632 """ 2633 return self._enable_vaulting_metadata 2634 2635 @enable_vaulting_metadata.setter 2636 def enable_vaulting_metadata(self, enable_vaulting_metadata): 2637 """Sets the enable_vaulting_metadata of this UserSettingsInformation. 2638 2639 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 2640 2641 :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2642 :type: SettingsMetadata 2643 """ 2644 2645 self._enable_vaulting_metadata = enable_vaulting_metadata 2646 2647 @property 2648 def express_send_only(self): 2649 """Gets the express_send_only of this UserSettingsInformation. # noqa: E501 2650 2651 # noqa: E501 2652 2653 :return: The express_send_only of this UserSettingsInformation. # noqa: E501 2654 :rtype: str 2655 """ 2656 return self._express_send_only 2657 2658 @express_send_only.setter 2659 def express_send_only(self, express_send_only): 2660 """Sets the express_send_only of this UserSettingsInformation. 2661 2662 # noqa: E501 2663 2664 :param express_send_only: The express_send_only of this UserSettingsInformation. # noqa: E501 2665 :type: str 2666 """ 2667 2668 self._express_send_only = express_send_only 2669 2670 @property 2671 def is_managed_by_scim(self): 2672 """Gets the is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2673 2674 # noqa: E501 2675 2676 :return: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2677 :rtype: str 2678 """ 2679 return self._is_managed_by_scim 2680 2681 @is_managed_by_scim.setter 2682 def is_managed_by_scim(self, is_managed_by_scim): 2683 """Sets the is_managed_by_scim of this UserSettingsInformation. 2684 2685 # noqa: E501 2686 2687 :param is_managed_by_scim: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2688 :type: str 2689 """ 2690 2691 self._is_managed_by_scim = is_managed_by_scim 2692 2693 @property 2694 def is_managed_by_scim_metadata(self): 2695 """Gets the is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2696 2697 # noqa: E501 2698 2699 :return: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2700 :rtype: SettingsMetadata 2701 """ 2702 return self._is_managed_by_scim_metadata 2703 2704 @is_managed_by_scim_metadata.setter 2705 def is_managed_by_scim_metadata(self, is_managed_by_scim_metadata): 2706 """Sets the is_managed_by_scim_metadata of this UserSettingsInformation. 2707 2708 # noqa: E501 2709 2710 :param is_managed_by_scim_metadata: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2711 :type: SettingsMetadata 2712 """ 2713 2714 self._is_managed_by_scim_metadata = is_managed_by_scim_metadata 2715 2716 @property 2717 def is_membership_managed_by_scim(self): 2718 """Gets the is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2719 2720 # noqa: E501 2721 2722 :return: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2723 :rtype: str 2724 """ 2725 return self._is_membership_managed_by_scim 2726 2727 @is_membership_managed_by_scim.setter 2728 def is_membership_managed_by_scim(self, is_membership_managed_by_scim): 2729 """Sets the is_membership_managed_by_scim of this UserSettingsInformation. 2730 2731 # noqa: E501 2732 2733 :param is_membership_managed_by_scim: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2734 :type: str 2735 """ 2736 2737 self._is_membership_managed_by_scim = is_membership_managed_by_scim 2738 2739 @property 2740 def is_membership_managed_by_scim_metadata(self): 2741 """Gets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2742 2743 # noqa: E501 2744 2745 :return: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2746 :rtype: SettingsMetadata 2747 """ 2748 return self._is_membership_managed_by_scim_metadata 2749 2750 @is_membership_managed_by_scim_metadata.setter 2751 def is_membership_managed_by_scim_metadata(self, is_membership_managed_by_scim_metadata): 2752 """Sets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. 2753 2754 # noqa: E501 2755 2756 :param is_membership_managed_by_scim_metadata: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2757 :type: SettingsMetadata 2758 """ 2759 2760 self._is_membership_managed_by_scim_metadata = is_membership_managed_by_scim_metadata 2761 2762 @property 2763 def locale(self): 2764 """Gets the locale of this UserSettingsInformation. # noqa: E501 2765 2766 # noqa: E501 2767 2768 :return: The locale of this UserSettingsInformation. # noqa: E501 2769 :rtype: str 2770 """ 2771 return self._locale 2772 2773 @locale.setter 2774 def locale(self, locale): 2775 """Sets the locale of this UserSettingsInformation. 2776 2777 # noqa: E501 2778 2779 :param locale: The locale of this UserSettingsInformation. # noqa: E501 2780 :type: str 2781 """ 2782 2783 self._locale = locale 2784 2785 @property 2786 def locale_metadata(self): 2787 """Gets the locale_metadata of this UserSettingsInformation. # noqa: E501 2788 2789 Metadata about the `locale` property. # noqa: E501 2790 2791 :return: The locale_metadata of this UserSettingsInformation. # noqa: E501 2792 :rtype: SettingsMetadata 2793 """ 2794 return self._locale_metadata 2795 2796 @locale_metadata.setter 2797 def locale_metadata(self, locale_metadata): 2798 """Sets the locale_metadata of this UserSettingsInformation. 2799 2800 Metadata about the `locale` property. # noqa: E501 2801 2802 :param locale_metadata: The locale_metadata of this UserSettingsInformation. # noqa: E501 2803 :type: SettingsMetadata 2804 """ 2805 2806 self._locale_metadata = locale_metadata 2807 2808 @property 2809 def locale_policy(self): 2810 """Gets the locale_policy of this UserSettingsInformation. # noqa: E501 2811 2812 Reserved for DocuSign. # noqa: E501 2813 2814 :return: The locale_policy of this UserSettingsInformation. # noqa: E501 2815 :rtype: LocalePolicy 2816 """ 2817 return self._locale_policy 2818 2819 @locale_policy.setter 2820 def locale_policy(self, locale_policy): 2821 """Sets the locale_policy of this UserSettingsInformation. 2822 2823 Reserved for DocuSign. # noqa: E501 2824 2825 :param locale_policy: The locale_policy of this UserSettingsInformation. # noqa: E501 2826 :type: LocalePolicy 2827 """ 2828 2829 self._locale_policy = locale_policy 2830 2831 @property 2832 def manage_clickwraps_mode(self): 2833 """Gets the manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2834 2835 # noqa: E501 2836 2837 :return: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2838 :rtype: str 2839 """ 2840 return self._manage_clickwraps_mode 2841 2842 @manage_clickwraps_mode.setter 2843 def manage_clickwraps_mode(self, manage_clickwraps_mode): 2844 """Sets the manage_clickwraps_mode of this UserSettingsInformation. 2845 2846 # noqa: E501 2847 2848 :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2849 :type: str 2850 """ 2851 2852 self._manage_clickwraps_mode = manage_clickwraps_mode 2853 2854 @property 2855 def manage_clickwraps_mode_metadata(self): 2856 """Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2857 2858 Metadata about the `manageClickwrapsMode` property. # noqa: E501 2859 2860 :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2861 :rtype: SettingsMetadata 2862 """ 2863 return self._manage_clickwraps_mode_metadata 2864 2865 @manage_clickwraps_mode_metadata.setter 2866 def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata): 2867 """Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation. 2868 2869 Metadata about the `manageClickwrapsMode` property. # noqa: E501 2870 2871 :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2872 :type: SettingsMetadata 2873 """ 2874 2875 self._manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata 2876 2877 @property 2878 def modified_by(self): 2879 """Gets the modified_by of this UserSettingsInformation. # noqa: E501 2880 2881 # noqa: E501 2882 2883 :return: The modified_by of this UserSettingsInformation. # noqa: E501 2884 :rtype: str 2885 """ 2886 return self._modified_by 2887 2888 @modified_by.setter 2889 def modified_by(self, modified_by): 2890 """Sets the modified_by of this UserSettingsInformation. 2891 2892 # noqa: E501 2893 2894 :param modified_by: The modified_by of this UserSettingsInformation. # noqa: E501 2895 :type: str 2896 """ 2897 2898 self._modified_by = modified_by 2899 2900 @property 2901 def modified_by_metadata(self): 2902 """Gets the modified_by_metadata of this UserSettingsInformation. # noqa: E501 2903 2904 Metadata about the `modifiedBy` property. # noqa: E501 2905 2906 :return: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 2907 :rtype: SettingsMetadata 2908 """ 2909 return self._modified_by_metadata 2910 2911 @modified_by_metadata.setter 2912 def modified_by_metadata(self, modified_by_metadata): 2913 """Sets the modified_by_metadata of this UserSettingsInformation. 2914 2915 Metadata about the `modifiedBy` property. # noqa: E501 2916 2917 :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 2918 :type: SettingsMetadata 2919 """ 2920 2921 self._modified_by_metadata = modified_by_metadata 2922 2923 @property 2924 def modified_date(self): 2925 """Gets the modified_date of this UserSettingsInformation. # noqa: E501 2926 2927 # noqa: E501 2928 2929 :return: The modified_date of this UserSettingsInformation. # noqa: E501 2930 :rtype: str 2931 """ 2932 return self._modified_date 2933 2934 @modified_date.setter 2935 def modified_date(self, modified_date): 2936 """Sets the modified_date of this UserSettingsInformation. 2937 2938 # noqa: E501 2939 2940 :param modified_date: The modified_date of this UserSettingsInformation. # noqa: E501 2941 :type: str 2942 """ 2943 2944 self._modified_date = modified_date 2945 2946 @property 2947 def modified_date_metadata(self): 2948 """Gets the modified_date_metadata of this UserSettingsInformation. # noqa: E501 2949 2950 Metadata about the `modifiedDate` property. # noqa: E501 2951 2952 :return: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 2953 :rtype: SettingsMetadata 2954 """ 2955 return self._modified_date_metadata 2956 2957 @modified_date_metadata.setter 2958 def modified_date_metadata(self, modified_date_metadata): 2959 """Sets the modified_date_metadata of this UserSettingsInformation. 2960 2961 Metadata about the `modifiedDate` property. # noqa: E501 2962 2963 :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 2964 :type: SettingsMetadata 2965 """ 2966 2967 self._modified_date_metadata = modified_date_metadata 2968 2969 @property 2970 def modified_page(self): 2971 """Gets the modified_page of this UserSettingsInformation. # noqa: E501 2972 2973 # noqa: E501 2974 2975 :return: The modified_page of this UserSettingsInformation. # noqa: E501 2976 :rtype: str 2977 """ 2978 return self._modified_page 2979 2980 @modified_page.setter 2981 def modified_page(self, modified_page): 2982 """Sets the modified_page of this UserSettingsInformation. 2983 2984 # noqa: E501 2985 2986 :param modified_page: The modified_page of this UserSettingsInformation. # noqa: E501 2987 :type: str 2988 """ 2989 2990 self._modified_page = modified_page 2991 2992 @property 2993 def modified_page_metadata(self): 2994 """Gets the modified_page_metadata of this UserSettingsInformation. # noqa: E501 2995 2996 Metadata about the `modifiedPage` property. # noqa: E501 2997 2998 :return: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 2999 :rtype: SettingsMetadata 3000 """ 3001 return self._modified_page_metadata 3002 3003 @modified_page_metadata.setter 3004 def modified_page_metadata(self, modified_page_metadata): 3005 """Sets the modified_page_metadata of this UserSettingsInformation. 3006 3007 Metadata about the `modifiedPage` property. # noqa: E501 3008 3009 :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 3010 :type: SettingsMetadata 3011 """ 3012 3013 self._modified_page_metadata = modified_page_metadata 3014 3015 @property 3016 def new_send_ui(self): 3017 """Gets the new_send_ui of this UserSettingsInformation. # noqa: E501 3018 3019 # noqa: E501 3020 3021 :return: The new_send_ui of this UserSettingsInformation. # noqa: E501 3022 :rtype: str 3023 """ 3024 return self._new_send_ui 3025 3026 @new_send_ui.setter 3027 def new_send_ui(self, new_send_ui): 3028 """Sets the new_send_ui of this UserSettingsInformation. 3029 3030 # noqa: E501 3031 3032 :param new_send_ui: The new_send_ui of this UserSettingsInformation. # noqa: E501 3033 :type: str 3034 """ 3035 3036 self._new_send_ui = new_send_ui 3037 3038 @property 3039 def new_send_ui_metadata(self): 3040 """Gets the new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3041 3042 Metadata about the `newSendUI` property. # noqa: E501 3043 3044 :return: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3045 :rtype: SettingsMetadata 3046 """ 3047 return self._new_send_ui_metadata 3048 3049 @new_send_ui_metadata.setter 3050 def new_send_ui_metadata(self, new_send_ui_metadata): 3051 """Sets the new_send_ui_metadata of this UserSettingsInformation. 3052 3053 Metadata about the `newSendUI` property. # noqa: E501 3054 3055 :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3056 :type: SettingsMetadata 3057 """ 3058 3059 self._new_send_ui_metadata = new_send_ui_metadata 3060 3061 @property 3062 def power_form_mode(self): 3063 """Gets the power_form_mode of this UserSettingsInformation. # noqa: E501 3064 3065 # noqa: E501 3066 3067 :return: The power_form_mode of this UserSettingsInformation. # noqa: E501 3068 :rtype: str 3069 """ 3070 return self._power_form_mode 3071 3072 @power_form_mode.setter 3073 def power_form_mode(self, power_form_mode): 3074 """Sets the power_form_mode of this UserSettingsInformation. 3075 3076 # noqa: E501 3077 3078 :param power_form_mode: The power_form_mode of this UserSettingsInformation. # noqa: E501 3079 :type: str 3080 """ 3081 3082 self._power_form_mode = power_form_mode 3083 3084 @property 3085 def power_form_mode_metadata(self): 3086 """Gets the power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3087 3088 Metadata about the `powerFormMode` property. # noqa: E501 3089 3090 :return: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3091 :rtype: SettingsMetadata 3092 """ 3093 return self._power_form_mode_metadata 3094 3095 @power_form_mode_metadata.setter 3096 def power_form_mode_metadata(self, power_form_mode_metadata): 3097 """Sets the power_form_mode_metadata of this UserSettingsInformation. 3098 3099 Metadata about the `powerFormMode` property. # noqa: E501 3100 3101 :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3102 :type: SettingsMetadata 3103 """ 3104 3105 self._power_form_mode_metadata = power_form_mode_metadata 3106 3107 @property 3108 def recipient_viewed_notification(self): 3109 """Gets the recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3110 3111 # noqa: E501 3112 3113 :return: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3114 :rtype: str 3115 """ 3116 return self._recipient_viewed_notification 3117 3118 @recipient_viewed_notification.setter 3119 def recipient_viewed_notification(self, recipient_viewed_notification): 3120 """Sets the recipient_viewed_notification of this UserSettingsInformation. 3121 3122 # noqa: E501 3123 3124 :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3125 :type: str 3126 """ 3127 3128 self._recipient_viewed_notification = recipient_viewed_notification 3129 3130 @property 3131 def recipient_viewed_notification_metadata(self): 3132 """Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3133 3134 Metadata about the `recipientViewedNotification` property. # noqa: E501 3135 3136 :return: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3137 :rtype: SettingsMetadata 3138 """ 3139 return self._recipient_viewed_notification_metadata 3140 3141 @recipient_viewed_notification_metadata.setter 3142 def recipient_viewed_notification_metadata(self, recipient_viewed_notification_metadata): 3143 """Sets the recipient_viewed_notification_metadata of this UserSettingsInformation. 3144 3145 Metadata about the `recipientViewedNotification` property. # noqa: E501 3146 3147 :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3148 :type: SettingsMetadata 3149 """ 3150 3151 self._recipient_viewed_notification_metadata = recipient_viewed_notification_metadata 3152 3153 @property 3154 def seal_identifiers(self): 3155 """Gets the seal_identifiers of this UserSettingsInformation. # noqa: E501 3156 3157 # noqa: E501 3158 3159 :return: The seal_identifiers of this UserSettingsInformation. # noqa: E501 3160 :rtype: list[SealIdentifier] 3161 """ 3162 return self._seal_identifiers 3163 3164 @seal_identifiers.setter 3165 def seal_identifiers(self, seal_identifiers): 3166 """Sets the seal_identifiers of this UserSettingsInformation. 3167 3168 # noqa: E501 3169 3170 :param seal_identifiers: The seal_identifiers of this UserSettingsInformation. # noqa: E501 3171 :type: list[SealIdentifier] 3172 """ 3173 3174 self._seal_identifiers = seal_identifiers 3175 3176 @property 3177 def self_signed_recipient_email_document(self): 3178 """Gets the self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3179 3180 # noqa: E501 3181 3182 :return: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3183 :rtype: str 3184 """ 3185 return self._self_signed_recipient_email_document 3186 3187 @self_signed_recipient_email_document.setter 3188 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 3189 """Sets the self_signed_recipient_email_document of this UserSettingsInformation. 3190 3191 # noqa: E501 3192 3193 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3194 :type: str 3195 """ 3196 3197 self._self_signed_recipient_email_document = self_signed_recipient_email_document 3198 3199 @property 3200 def self_signed_recipient_email_document_metadata(self): 3201 """Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3202 3203 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 3204 3205 :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3206 :rtype: SettingsMetadata 3207 """ 3208 return self._self_signed_recipient_email_document_metadata 3209 3210 @self_signed_recipient_email_document_metadata.setter 3211 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 3212 """Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. 3213 3214 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 3215 3216 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3217 :type: SettingsMetadata 3218 """ 3219 3220 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 3221 3222 @property 3223 def sender_email_notifications(self): 3224 """Gets the sender_email_notifications of this UserSettingsInformation. # noqa: E501 3225 3226 An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501 3227 3228 :return: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 3229 :rtype: SenderEmailNotifications 3230 """ 3231 return self._sender_email_notifications 3232 3233 @sender_email_notifications.setter 3234 def sender_email_notifications(self, sender_email_notifications): 3235 """Sets the sender_email_notifications of this UserSettingsInformation. 3236 3237 An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501 3238 3239 :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 3240 :type: SenderEmailNotifications 3241 """ 3242 3243 self._sender_email_notifications = sender_email_notifications 3244 3245 @property 3246 def signer_email_notifications(self): 3247 """Gets the signer_email_notifications of this UserSettingsInformation. # noqa: E501 3248 3249 An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501 3250 3251 :return: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 3252 :rtype: SignerEmailNotifications 3253 """ 3254 return self._signer_email_notifications 3255 3256 @signer_email_notifications.setter 3257 def signer_email_notifications(self, signer_email_notifications): 3258 """Sets the signer_email_notifications of this UserSettingsInformation. 3259 3260 An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501 3261 3262 :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 3263 :type: SignerEmailNotifications 3264 """ 3265 3266 self._signer_email_notifications = signer_email_notifications 3267 3268 @property 3269 def supplemental_document_include_in_download(self): 3270 """Gets the supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3271 3272 # noqa: E501 3273 3274 :return: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3275 :rtype: str 3276 """ 3277 return self._supplemental_document_include_in_download 3278 3279 @supplemental_document_include_in_download.setter 3280 def supplemental_document_include_in_download(self, supplemental_document_include_in_download): 3281 """Sets the supplemental_document_include_in_download of this UserSettingsInformation. 3282 3283 # noqa: E501 3284 3285 :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3286 :type: str 3287 """ 3288 3289 self._supplemental_document_include_in_download = supplemental_document_include_in_download 3290 3291 @property 3292 def supplemental_documents_must_accept(self): 3293 """Gets the supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3294 3295 # noqa: E501 3296 3297 :return: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3298 :rtype: str 3299 """ 3300 return self._supplemental_documents_must_accept 3301 3302 @supplemental_documents_must_accept.setter 3303 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 3304 """Sets the supplemental_documents_must_accept of this UserSettingsInformation. 3305 3306 # noqa: E501 3307 3308 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3309 :type: str 3310 """ 3311 3312 self._supplemental_documents_must_accept = supplemental_documents_must_accept 3313 3314 @property 3315 def supplemental_documents_must_accept_metadata(self): 3316 """Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3317 3318 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 3319 3320 :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3321 :rtype: SettingsMetadata 3322 """ 3323 return self._supplemental_documents_must_accept_metadata 3324 3325 @supplemental_documents_must_accept_metadata.setter 3326 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 3327 """Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. 3328 3329 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 3330 3331 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3332 :type: SettingsMetadata 3333 """ 3334 3335 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 3336 3337 @property 3338 def supplemental_documents_must_read(self): 3339 """Gets the supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3340 3341 # noqa: E501 3342 3343 :return: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3344 :rtype: str 3345 """ 3346 return self._supplemental_documents_must_read 3347 3348 @supplemental_documents_must_read.setter 3349 def supplemental_documents_must_read(self, supplemental_documents_must_read): 3350 """Sets the supplemental_documents_must_read of this UserSettingsInformation. 3351 3352 # noqa: E501 3353 3354 :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3355 :type: str 3356 """ 3357 3358 self._supplemental_documents_must_read = supplemental_documents_must_read 3359 3360 @property 3361 def supplemental_documents_must_read_metadata(self): 3362 """Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3363 3364 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 3365 3366 :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3367 :rtype: SettingsMetadata 3368 """ 3369 return self._supplemental_documents_must_read_metadata 3370 3371 @supplemental_documents_must_read_metadata.setter 3372 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 3373 """Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation. 3374 3375 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 3376 3377 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3378 :type: SettingsMetadata 3379 """ 3380 3381 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 3382 3383 @property 3384 def supplemental_documents_must_view(self): 3385 """Gets the supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3386 3387 # noqa: E501 3388 3389 :return: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3390 :rtype: str 3391 """ 3392 return self._supplemental_documents_must_view 3393 3394 @supplemental_documents_must_view.setter 3395 def supplemental_documents_must_view(self, supplemental_documents_must_view): 3396 """Sets the supplemental_documents_must_view of this UserSettingsInformation. 3397 3398 # noqa: E501 3399 3400 :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3401 :type: str 3402 """ 3403 3404 self._supplemental_documents_must_view = supplemental_documents_must_view 3405 3406 @property 3407 def supplemental_documents_must_view_metadata(self): 3408 """Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3409 3410 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 3411 3412 :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3413 :rtype: SettingsMetadata 3414 """ 3415 return self._supplemental_documents_must_view_metadata 3416 3417 @supplemental_documents_must_view_metadata.setter 3418 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 3419 """Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation. 3420 3421 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 3422 3423 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3424 :type: SettingsMetadata 3425 """ 3426 3427 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 3428 3429 @property 3430 def template_active_creation(self): 3431 """Gets the template_active_creation of this UserSettingsInformation. # noqa: E501 3432 3433 # noqa: E501 3434 3435 :return: The template_active_creation of this UserSettingsInformation. # noqa: E501 3436 :rtype: str 3437 """ 3438 return self._template_active_creation 3439 3440 @template_active_creation.setter 3441 def template_active_creation(self, template_active_creation): 3442 """Sets the template_active_creation of this UserSettingsInformation. 3443 3444 # noqa: E501 3445 3446 :param template_active_creation: The template_active_creation of this UserSettingsInformation. # noqa: E501 3447 :type: str 3448 """ 3449 3450 self._template_active_creation = template_active_creation 3451 3452 @property 3453 def template_active_creation_metadata(self): 3454 """Gets the template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3455 3456 Metadata about the `templateActiveCreation` property. # noqa: E501 3457 3458 :return: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3459 :rtype: SettingsMetadata 3460 """ 3461 return self._template_active_creation_metadata 3462 3463 @template_active_creation_metadata.setter 3464 def template_active_creation_metadata(self, template_active_creation_metadata): 3465 """Sets the template_active_creation_metadata of this UserSettingsInformation. 3466 3467 Metadata about the `templateActiveCreation` property. # noqa: E501 3468 3469 :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3470 :type: SettingsMetadata 3471 """ 3472 3473 self._template_active_creation_metadata = template_active_creation_metadata 3474 3475 @property 3476 def template_apply_notify(self): 3477 """Gets the template_apply_notify of this UserSettingsInformation. # noqa: E501 3478 3479 # noqa: E501 3480 3481 :return: The template_apply_notify of this UserSettingsInformation. # noqa: E501 3482 :rtype: str 3483 """ 3484 return self._template_apply_notify 3485 3486 @template_apply_notify.setter 3487 def template_apply_notify(self, template_apply_notify): 3488 """Sets the template_apply_notify of this UserSettingsInformation. 3489 3490 # noqa: E501 3491 3492 :param template_apply_notify: The template_apply_notify of this UserSettingsInformation. # noqa: E501 3493 :type: str 3494 """ 3495 3496 self._template_apply_notify = template_apply_notify 3497 3498 @property 3499 def template_apply_notify_metadata(self): 3500 """Gets the template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3501 3502 Metadata about the `templateApplyNotify` property. # noqa: E501 3503 3504 :return: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3505 :rtype: SettingsMetadata 3506 """ 3507 return self._template_apply_notify_metadata 3508 3509 @template_apply_notify_metadata.setter 3510 def template_apply_notify_metadata(self, template_apply_notify_metadata): 3511 """Sets the template_apply_notify_metadata of this UserSettingsInformation. 3512 3513 Metadata about the `templateApplyNotify` property. # noqa: E501 3514 3515 :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3516 :type: SettingsMetadata 3517 """ 3518 3519 self._template_apply_notify_metadata = template_apply_notify_metadata 3520 3521 @property 3522 def template_auto_matching(self): 3523 """Gets the template_auto_matching of this UserSettingsInformation. # noqa: E501 3524 3525 # noqa: E501 3526 3527 :return: The template_auto_matching of this UserSettingsInformation. # noqa: E501 3528 :rtype: str 3529 """ 3530 return self._template_auto_matching 3531 3532 @template_auto_matching.setter 3533 def template_auto_matching(self, template_auto_matching): 3534 """Sets the template_auto_matching of this UserSettingsInformation. 3535 3536 # noqa: E501 3537 3538 :param template_auto_matching: The template_auto_matching of this UserSettingsInformation. # noqa: E501 3539 :type: str 3540 """ 3541 3542 self._template_auto_matching = template_auto_matching 3543 3544 @property 3545 def template_auto_matching_metadata(self): 3546 """Gets the template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3547 3548 Metadata about the `templateAutoMatching` property. # noqa: E501 3549 3550 :return: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3551 :rtype: SettingsMetadata 3552 """ 3553 return self._template_auto_matching_metadata 3554 3555 @template_auto_matching_metadata.setter 3556 def template_auto_matching_metadata(self, template_auto_matching_metadata): 3557 """Sets the template_auto_matching_metadata of this UserSettingsInformation. 3558 3559 Metadata about the `templateAutoMatching` property. # noqa: E501 3560 3561 :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3562 :type: SettingsMetadata 3563 """ 3564 3565 self._template_auto_matching_metadata = template_auto_matching_metadata 3566 3567 @property 3568 def template_matching_sensitivity(self): 3569 """Gets the template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3570 3571 # noqa: E501 3572 3573 :return: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3574 :rtype: str 3575 """ 3576 return self._template_matching_sensitivity 3577 3578 @template_matching_sensitivity.setter 3579 def template_matching_sensitivity(self, template_matching_sensitivity): 3580 """Sets the template_matching_sensitivity of this UserSettingsInformation. 3581 3582 # noqa: E501 3583 3584 :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3585 :type: str 3586 """ 3587 3588 self._template_matching_sensitivity = template_matching_sensitivity 3589 3590 @property 3591 def template_matching_sensitivity_metadata(self): 3592 """Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3593 3594 Metadata about the `tempalteMatchingSensitivity` property. # noqa: E501 3595 3596 :return: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3597 :rtype: SettingsMetadata 3598 """ 3599 return self._template_matching_sensitivity_metadata 3600 3601 @template_matching_sensitivity_metadata.setter 3602 def template_matching_sensitivity_metadata(self, template_matching_sensitivity_metadata): 3603 """Sets the template_matching_sensitivity_metadata of this UserSettingsInformation. 3604 3605 Metadata about the `tempalteMatchingSensitivity` property. # noqa: E501 3606 3607 :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3608 :type: SettingsMetadata 3609 """ 3610 3611 self._template_matching_sensitivity_metadata = template_matching_sensitivity_metadata 3612 3613 @property 3614 def template_page_level_matching(self): 3615 """Gets the template_page_level_matching of this UserSettingsInformation. # noqa: E501 3616 3617 # noqa: E501 3618 3619 :return: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 3620 :rtype: str 3621 """ 3622 return self._template_page_level_matching 3623 3624 @template_page_level_matching.setter 3625 def template_page_level_matching(self, template_page_level_matching): 3626 """Sets the template_page_level_matching of this UserSettingsInformation. 3627 3628 # noqa: E501 3629 3630 :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 3631 :type: str 3632 """ 3633 3634 self._template_page_level_matching = template_page_level_matching 3635 3636 @property 3637 def template_page_level_matching_metadata(self): 3638 """Gets the template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3639 3640 Metadata about the `templatePageLevelMatching` property. # noqa: E501 3641 3642 :return: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3643 :rtype: SettingsMetadata 3644 """ 3645 return self._template_page_level_matching_metadata 3646 3647 @template_page_level_matching_metadata.setter 3648 def template_page_level_matching_metadata(self, template_page_level_matching_metadata): 3649 """Sets the template_page_level_matching_metadata of this UserSettingsInformation. 3650 3651 Metadata about the `templatePageLevelMatching` property. # noqa: E501 3652 3653 :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3654 :type: SettingsMetadata 3655 """ 3656 3657 self._template_page_level_matching_metadata = template_page_level_matching_metadata 3658 3659 @property 3660 def timezone_dst(self): 3661 """Gets the timezone_dst of this UserSettingsInformation. # noqa: E501 3662 3663 # noqa: E501 3664 3665 :return: The timezone_dst of this UserSettingsInformation. # noqa: E501 3666 :rtype: str 3667 """ 3668 return self._timezone_dst 3669 3670 @timezone_dst.setter 3671 def timezone_dst(self, timezone_dst): 3672 """Sets the timezone_dst of this UserSettingsInformation. 3673 3674 # noqa: E501 3675 3676 :param timezone_dst: The timezone_dst of this UserSettingsInformation. # noqa: E501 3677 :type: str 3678 """ 3679 3680 self._timezone_dst = timezone_dst 3681 3682 @property 3683 def timezone_dst_metadata(self): 3684 """Gets the timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3685 3686 Metadata about the `timezoneDST` property. # noqa: E501 3687 3688 :return: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3689 :rtype: SettingsMetadata 3690 """ 3691 return self._timezone_dst_metadata 3692 3693 @timezone_dst_metadata.setter 3694 def timezone_dst_metadata(self, timezone_dst_metadata): 3695 """Sets the timezone_dst_metadata of this UserSettingsInformation. 3696 3697 Metadata about the `timezoneDST` property. # noqa: E501 3698 3699 :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3700 :type: SettingsMetadata 3701 """ 3702 3703 self._timezone_dst_metadata = timezone_dst_metadata 3704 3705 @property 3706 def timezone_mask(self): 3707 """Gets the timezone_mask of this UserSettingsInformation. # noqa: E501 3708 3709 # noqa: E501 3710 3711 :return: The timezone_mask of this UserSettingsInformation. # noqa: E501 3712 :rtype: str 3713 """ 3714 return self._timezone_mask 3715 3716 @timezone_mask.setter 3717 def timezone_mask(self, timezone_mask): 3718 """Sets the timezone_mask of this UserSettingsInformation. 3719 3720 # noqa: E501 3721 3722 :param timezone_mask: The timezone_mask of this UserSettingsInformation. # noqa: E501 3723 :type: str 3724 """ 3725 3726 self._timezone_mask = timezone_mask 3727 3728 @property 3729 def timezone_mask_metadata(self): 3730 """Gets the timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3731 3732 Metadata about the `timezoneMask` property. # noqa: E501 3733 3734 :return: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3735 :rtype: SettingsMetadata 3736 """ 3737 return self._timezone_mask_metadata 3738 3739 @timezone_mask_metadata.setter 3740 def timezone_mask_metadata(self, timezone_mask_metadata): 3741 """Sets the timezone_mask_metadata of this UserSettingsInformation. 3742 3743 Metadata about the `timezoneMask` property. # noqa: E501 3744 3745 :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3746 :type: SettingsMetadata 3747 """ 3748 3749 self._timezone_mask_metadata = timezone_mask_metadata 3750 3751 @property 3752 def timezone_offset(self): 3753 """Gets the timezone_offset of this UserSettingsInformation. # noqa: E501 3754 3755 # noqa: E501 3756 3757 :return: The timezone_offset of this UserSettingsInformation. # noqa: E501 3758 :rtype: str 3759 """ 3760 return self._timezone_offset 3761 3762 @timezone_offset.setter 3763 def timezone_offset(self, timezone_offset): 3764 """Sets the timezone_offset of this UserSettingsInformation. 3765 3766 # noqa: E501 3767 3768 :param timezone_offset: The timezone_offset of this UserSettingsInformation. # noqa: E501 3769 :type: str 3770 """ 3771 3772 self._timezone_offset = timezone_offset 3773 3774 @property 3775 def timezone_offset_metadata(self): 3776 """Gets the timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3777 3778 Metadata about the `timezoneOffset` property. # noqa: E501 3779 3780 :return: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3781 :rtype: SettingsMetadata 3782 """ 3783 return self._timezone_offset_metadata 3784 3785 @timezone_offset_metadata.setter 3786 def timezone_offset_metadata(self, timezone_offset_metadata): 3787 """Sets the timezone_offset_metadata of this UserSettingsInformation. 3788 3789 Metadata about the `timezoneOffset` property. # noqa: E501 3790 3791 :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3792 :type: SettingsMetadata 3793 """ 3794 3795 self._timezone_offset_metadata = timezone_offset_metadata 3796 3797 @property 3798 def timezone_sending_pref(self): 3799 """Gets the timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3800 3801 # noqa: E501 3802 3803 :return: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3804 :rtype: str 3805 """ 3806 return self._timezone_sending_pref 3807 3808 @timezone_sending_pref.setter 3809 def timezone_sending_pref(self, timezone_sending_pref): 3810 """Sets the timezone_sending_pref of this UserSettingsInformation. 3811 3812 # noqa: E501 3813 3814 :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3815 :type: str 3816 """ 3817 3818 self._timezone_sending_pref = timezone_sending_pref 3819 3820 @property 3821 def timezone_sending_pref_metadata(self): 3822 """Gets the timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3823 3824 Reserved for DocuSign. # noqa: E501 3825 3826 :return: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3827 :rtype: SettingsMetadata 3828 """ 3829 return self._timezone_sending_pref_metadata 3830 3831 @timezone_sending_pref_metadata.setter 3832 def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata): 3833 """Sets the timezone_sending_pref_metadata of this UserSettingsInformation. 3834 3835 Reserved for DocuSign. # noqa: E501 3836 3837 :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3838 :type: SettingsMetadata 3839 """ 3840 3841 self._timezone_sending_pref_metadata = timezone_sending_pref_metadata 3842 3843 @property 3844 def timezone_signing_pref(self): 3845 """Gets the timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3846 3847 # noqa: E501 3848 3849 :return: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3850 :rtype: str 3851 """ 3852 return self._timezone_signing_pref 3853 3854 @timezone_signing_pref.setter 3855 def timezone_signing_pref(self, timezone_signing_pref): 3856 """Sets the timezone_signing_pref of this UserSettingsInformation. 3857 3858 # noqa: E501 3859 3860 :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3861 :type: str 3862 """ 3863 3864 self._timezone_signing_pref = timezone_signing_pref 3865 3866 @property 3867 def timezone_signing_pref_metadata(self): 3868 """Gets the timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3869 3870 Reserved for DocuSign. # noqa: E501 3871 3872 :return: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3873 :rtype: SettingsMetadata 3874 """ 3875 return self._timezone_signing_pref_metadata 3876 3877 @timezone_signing_pref_metadata.setter 3878 def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata): 3879 """Sets the timezone_signing_pref_metadata of this UserSettingsInformation. 3880 3881 Reserved for DocuSign. # noqa: E501 3882 3883 :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3884 :type: SettingsMetadata 3885 """ 3886 3887 self._timezone_signing_pref_metadata = timezone_signing_pref_metadata 3888 3889 @property 3890 def transaction_point_site_name_url(self): 3891 """Gets the transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3892 3893 # noqa: E501 3894 3895 :return: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3896 :rtype: str 3897 """ 3898 return self._transaction_point_site_name_url 3899 3900 @transaction_point_site_name_url.setter 3901 def transaction_point_site_name_url(self, transaction_point_site_name_url): 3902 """Sets the transaction_point_site_name_url of this UserSettingsInformation. 3903 3904 # noqa: E501 3905 3906 :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3907 :type: str 3908 """ 3909 3910 self._transaction_point_site_name_url = transaction_point_site_name_url 3911 3912 @property 3913 def transaction_point_site_name_url_metadata(self): 3914 """Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3915 3916 Reserved for DocuSign. # noqa: E501 3917 3918 :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3919 :rtype: SettingsMetadata 3920 """ 3921 return self._transaction_point_site_name_url_metadata 3922 3923 @transaction_point_site_name_url_metadata.setter 3924 def transaction_point_site_name_url_metadata(self, transaction_point_site_name_url_metadata): 3925 """Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation. 3926 3927 Reserved for DocuSign. # noqa: E501 3928 3929 :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3930 :type: SettingsMetadata 3931 """ 3932 3933 self._transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata 3934 3935 @property 3936 def transaction_point_user_name(self): 3937 """Gets the transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3938 3939 # noqa: E501 3940 3941 :return: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3942 :rtype: str 3943 """ 3944 return self._transaction_point_user_name 3945 3946 @transaction_point_user_name.setter 3947 def transaction_point_user_name(self, transaction_point_user_name): 3948 """Sets the transaction_point_user_name of this UserSettingsInformation. 3949 3950 # noqa: E501 3951 3952 :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3953 :type: str 3954 """ 3955 3956 self._transaction_point_user_name = transaction_point_user_name 3957 3958 @property 3959 def transaction_point_user_name_metadata(self): 3960 """Gets the transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3961 3962 Reserved for DocuSign. # noqa: E501 3963 3964 :return: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3965 :rtype: SettingsMetadata 3966 """ 3967 return self._transaction_point_user_name_metadata 3968 3969 @transaction_point_user_name_metadata.setter 3970 def transaction_point_user_name_metadata(self, transaction_point_user_name_metadata): 3971 """Sets the transaction_point_user_name_metadata of this UserSettingsInformation. 3972 3973 Reserved for DocuSign. # noqa: E501 3974 3975 :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3976 :type: SettingsMetadata 3977 """ 3978 3979 self._transaction_point_user_name_metadata = transaction_point_user_name_metadata 3980 3981 @property 3982 def vaulting_mode(self): 3983 """Gets the vaulting_mode of this UserSettingsInformation. # noqa: E501 3984 3985 # noqa: E501 3986 3987 :return: The vaulting_mode of this UserSettingsInformation. # noqa: E501 3988 :rtype: str 3989 """ 3990 return self._vaulting_mode 3991 3992 @vaulting_mode.setter 3993 def vaulting_mode(self, vaulting_mode): 3994 """Sets the vaulting_mode of this UserSettingsInformation. 3995 3996 # noqa: E501 3997 3998 :param vaulting_mode: The vaulting_mode of this UserSettingsInformation. # noqa: E501 3999 :type: str 4000 """ 4001 4002 self._vaulting_mode = vaulting_mode 4003 4004 @property 4005 def vaulting_mode_metadata(self): 4006 """Gets the vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4007 4008 Metadata about the `vaultingMode` property. # noqa: E501 4009 4010 :return: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4011 :rtype: SettingsMetadata 4012 """ 4013 return self._vaulting_mode_metadata 4014 4015 @vaulting_mode_metadata.setter 4016 def vaulting_mode_metadata(self, vaulting_mode_metadata): 4017 """Sets the vaulting_mode_metadata of this UserSettingsInformation. 4018 4019 Metadata about the `vaultingMode` property. # noqa: E501 4020 4021 :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4022 :type: SettingsMetadata 4023 """ 4024 4025 self._vaulting_mode_metadata = vaulting_mode_metadata 4026 4027 @property 4028 def web_forms(self): 4029 """Gets the web_forms of this UserSettingsInformation. # noqa: E501 4030 4031 # noqa: E501 4032 4033 :return: The web_forms of this UserSettingsInformation. # noqa: E501 4034 :rtype: str 4035 """ 4036 return self._web_forms 4037 4038 @web_forms.setter 4039 def web_forms(self, web_forms): 4040 """Sets the web_forms of this UserSettingsInformation. 4041 4042 # noqa: E501 4043 4044 :param web_forms: The web_forms of this UserSettingsInformation. # noqa: E501 4045 :type: str 4046 """ 4047 4048 self._web_forms = web_forms 4049 4050 @property 4051 def web_forms_metadata(self): 4052 """Gets the web_forms_metadata of this UserSettingsInformation. # noqa: E501 4053 4054 # noqa: E501 4055 4056 :return: The web_forms_metadata of this UserSettingsInformation. # noqa: E501 4057 :rtype: SettingsMetadata 4058 """ 4059 return self._web_forms_metadata 4060 4061 @web_forms_metadata.setter 4062 def web_forms_metadata(self, web_forms_metadata): 4063 """Sets the web_forms_metadata of this UserSettingsInformation. 4064 4065 # noqa: E501 4066 4067 :param web_forms_metadata: The web_forms_metadata of this UserSettingsInformation. # noqa: E501 4068 :type: SettingsMetadata 4069 """ 4070 4071 self._web_forms_metadata = web_forms_metadata 4072 4073 def to_dict(self): 4074 """Returns the model properties as a dict""" 4075 result = {} 4076 4077 for attr, _ in six.iteritems(self.swagger_types): 4078 value = getattr(self, attr) 4079 if isinstance(value, list): 4080 result[attr] = list(map( 4081 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 4082 value 4083 )) 4084 elif hasattr(value, "to_dict"): 4085 result[attr] = value.to_dict() 4086 elif isinstance(value, dict): 4087 result[attr] = dict(map( 4088 lambda item: (item[0], item[1].to_dict()) 4089 if hasattr(item[1], "to_dict") else item, 4090 value.items() 4091 )) 4092 else: 4093 result[attr] = value 4094 if issubclass(UserSettingsInformation, dict): 4095 for key, value in self.items(): 4096 result[key] = value 4097 4098 return result 4099 4100 def to_str(self): 4101 """Returns the string representation of the model""" 4102 return pprint.pformat(self.to_dict()) 4103 4104 def __repr__(self): 4105 """For `print` and `pprint`""" 4106 return self.to_str() 4107 4108 def __eq__(self, other): 4109 """Returns true if both objects are equal""" 4110 if not isinstance(other, UserSettingsInformation): 4111 return False 4112 4113 return self.to_dict() == other.to_dict() 4114 4115 def __ne__(self, other): 4116 """Returns true if both objects are not equal""" 4117 if not isinstance(other, UserSettingsInformation): 4118 return True 4119 4120 return self.to_dict() != other.to_dict()
23class UserSettingsInformation(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 'account_agreements_access_type': 'str', 38 'account_agreements_access_type_metadata': 'SettingsMetadata', 39 'account_management_granular': 'UserAccountManagementGranularInformation', 40 'admin_only': 'str', 41 'admin_only_metadata': 'SettingsMetadata', 42 'allow_access_to_all_account_agreements': 'str', 43 'allow_access_to_all_account_agreements_metadata': 'SettingsMetadata', 44 'allow_auto_tagging': 'str', 45 'allowed_document_template_library_access': 'str', 46 'allowed_document_template_library_access_metadata': 'SettingsMetadata', 47 'allowed_orchestration_access': 'str', 48 'allowed_orchestration_access_metadata': 'SettingsMetadata', 49 'allow_envelope_transfer_to': 'str', 50 'allow_envelope_transfer_to_metadata': 'SettingsMetadata', 51 'allow_eseal_recipients': 'str', 52 'allow_eseal_recipients_metadata': 'SettingsMetadata', 53 'allow_power_forms_admin_to_access_all_power_form_envelope': 'str', 54 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata', 55 'allow_recipient_language_selection': 'str', 56 'allow_recipient_language_selection_metadata': 'SettingsMetadata', 57 'allow_send_on_behalf_of': 'str', 58 'allow_send_on_behalf_of_metadata': 'SettingsMetadata', 59 'allow_supplemental_documents': 'str', 60 'allow_supplemental_documents_metadata': 'SettingsMetadata', 61 'allow_transactions': 'str', 62 'allow_transactions_metadata': 'SettingsMetadata', 63 'anchor_tag_versioned_placement_enabled': 'str', 64 'api_account_wide_access': 'str', 65 'api_account_wide_access_metadata': 'SettingsMetadata', 66 'api_can_export_ac': 'str', 67 'api_can_export_ac_metadata': 'SettingsMetadata', 68 'bulk_send': 'str', 69 'bulk_send_metadata': 'SettingsMetadata', 70 'can_bulk_upload_agreements': 'str', 71 'can_bulk_upload_agreements_metadata': 'SettingsMetadata', 72 'can_charge_account': 'str', 73 'can_charge_account_metadata': 'SettingsMetadata', 74 'can_create_transaction': 'str', 75 'can_create_transaction_metadata': 'SettingsMetadata', 76 'can_delete_documents_in_transaction': 'str', 77 'can_delete_documents_in_transaction_metadata': 'SettingsMetadata', 78 'can_delete_transaction': 'str', 79 'can_delete_transaction_metadata': 'SettingsMetadata', 80 'can_edit_shared_addressbook': 'str', 81 'can_edit_shared_addressbook_metadata': 'SettingsMetadata', 82 'can_lock_envelopes': 'str', 83 'can_lock_envelopes_metadata': 'SettingsMetadata', 84 'can_manage_account': 'str', 85 'can_manage_account_metadata': 'SettingsMetadata', 86 'can_manage_agreement_parties': 'str', 87 'can_manage_agreement_parties_metadata': 'SettingsMetadata', 88 'can_manage_distributor': 'str', 89 'can_manage_distributor_metadata': 'SettingsMetadata', 90 'can_manage_templates': 'str', 91 'can_manage_templates_metadata': 'SettingsMetadata', 92 'can_send_api_requests': 'str', 93 'can_send_api_requests_metadata': 'SettingsMetadata', 94 'can_send_envelope': 'str', 95 'can_send_envelope_metadata': 'SettingsMetadata', 96 'can_send_envelopes_via_sms': 'str', 97 'can_send_envelopes_via_sms_metadata': 'SettingsMetadata', 98 'can_sign_envelope': 'str', 99 'can_sign_envelope_metadata': 'SettingsMetadata', 100 'can_use_scratchpad': 'str', 101 'can_use_scratchpad_metadata': 'SettingsMetadata', 102 'can_use_smart_contracts': 'str', 103 'can_use_smart_contracts_metadata': 'SettingsMetadata', 104 'disable_document_upload': 'str', 105 'disable_document_upload_metadata': 'SettingsMetadata', 106 'disable_other_actions': 'str', 107 'disable_other_actions_metadata': 'SettingsMetadata', 108 'enable_ds_pro': 'str', 109 'enable_ds_pro_metadata': 'SettingsMetadata', 110 'enable_key_terms_suggestions_by_document_type': 'str', 111 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 112 'enable_sequential_signing_api': 'str', 113 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 114 'enable_sequential_signing_ui': 'str', 115 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 116 'enable_signer_attachments': 'str', 117 'enable_signer_attachments_metadata': 'SettingsMetadata', 118 'enable_sign_on_paper_override': 'str', 119 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 120 'enable_transaction_point': 'str', 121 'enable_transaction_point_metadata': 'SettingsMetadata', 122 'enable_vaulting': 'str', 123 'enable_vaulting_metadata': 'SettingsMetadata', 124 'express_send_only': 'str', 125 'is_managed_by_scim': 'str', 126 'is_managed_by_scim_metadata': 'SettingsMetadata', 127 'is_membership_managed_by_scim': 'str', 128 'is_membership_managed_by_scim_metadata': 'SettingsMetadata', 129 'locale': 'str', 130 'locale_metadata': 'SettingsMetadata', 131 'locale_policy': 'LocalePolicy', 132 'manage_clickwraps_mode': 'str', 133 'manage_clickwraps_mode_metadata': 'SettingsMetadata', 134 'modified_by': 'str', 135 'modified_by_metadata': 'SettingsMetadata', 136 'modified_date': 'str', 137 'modified_date_metadata': 'SettingsMetadata', 138 'modified_page': 'str', 139 'modified_page_metadata': 'SettingsMetadata', 140 'new_send_ui': 'str', 141 'new_send_ui_metadata': 'SettingsMetadata', 142 'power_form_mode': 'str', 143 'power_form_mode_metadata': 'SettingsMetadata', 144 'recipient_viewed_notification': 'str', 145 'recipient_viewed_notification_metadata': 'SettingsMetadata', 146 'seal_identifiers': 'list[SealIdentifier]', 147 'self_signed_recipient_email_document': 'str', 148 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 149 'sender_email_notifications': 'SenderEmailNotifications', 150 'signer_email_notifications': 'SignerEmailNotifications', 151 'supplemental_document_include_in_download': 'str', 152 'supplemental_documents_must_accept': 'str', 153 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 154 'supplemental_documents_must_read': 'str', 155 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 156 'supplemental_documents_must_view': 'str', 157 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 158 'template_active_creation': 'str', 159 'template_active_creation_metadata': 'SettingsMetadata', 160 'template_apply_notify': 'str', 161 'template_apply_notify_metadata': 'SettingsMetadata', 162 'template_auto_matching': 'str', 163 'template_auto_matching_metadata': 'SettingsMetadata', 164 'template_matching_sensitivity': 'str', 165 'template_matching_sensitivity_metadata': 'SettingsMetadata', 166 'template_page_level_matching': 'str', 167 'template_page_level_matching_metadata': 'SettingsMetadata', 168 'timezone_dst': 'str', 169 'timezone_dst_metadata': 'SettingsMetadata', 170 'timezone_mask': 'str', 171 'timezone_mask_metadata': 'SettingsMetadata', 172 'timezone_offset': 'str', 173 'timezone_offset_metadata': 'SettingsMetadata', 174 'timezone_sending_pref': 'str', 175 'timezone_sending_pref_metadata': 'SettingsMetadata', 176 'timezone_signing_pref': 'str', 177 'timezone_signing_pref_metadata': 'SettingsMetadata', 178 'transaction_point_site_name_url': 'str', 179 'transaction_point_site_name_url_metadata': 'SettingsMetadata', 180 'transaction_point_user_name': 'str', 181 'transaction_point_user_name_metadata': 'SettingsMetadata', 182 'vaulting_mode': 'str', 183 'vaulting_mode_metadata': 'SettingsMetadata', 184 'web_forms': 'str', 185 'web_forms_metadata': 'SettingsMetadata' 186 } 187 188 attribute_map = { 189 'account_agreements_access_type': 'accountAgreementsAccessType', 190 'account_agreements_access_type_metadata': 'accountAgreementsAccessTypeMetadata', 191 'account_management_granular': 'accountManagementGranular', 192 'admin_only': 'adminOnly', 193 'admin_only_metadata': 'adminOnlyMetadata', 194 'allow_access_to_all_account_agreements': 'allowAccessToAllAccountAgreements', 195 'allow_access_to_all_account_agreements_metadata': 'allowAccessToAllAccountAgreementsMetadata', 196 'allow_auto_tagging': 'allowAutoTagging', 197 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess', 198 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata', 199 'allowed_orchestration_access': 'allowedOrchestrationAccess', 200 'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata', 201 'allow_envelope_transfer_to': 'allowEnvelopeTransferTo', 202 'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata', 203 'allow_eseal_recipients': 'allowEsealRecipients', 204 'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata', 205 'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope', 206 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata', 207 'allow_recipient_language_selection': 'allowRecipientLanguageSelection', 208 'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata', 209 'allow_send_on_behalf_of': 'allowSendOnBehalfOf', 210 'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata', 211 'allow_supplemental_documents': 'allowSupplementalDocuments', 212 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 213 'allow_transactions': 'allowTransactions', 214 'allow_transactions_metadata': 'allowTransactionsMetadata', 215 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 216 'api_account_wide_access': 'apiAccountWideAccess', 217 'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata', 218 'api_can_export_ac': 'apiCanExportAC', 219 'api_can_export_ac_metadata': 'apiCanExportACMetadata', 220 'bulk_send': 'bulkSend', 221 'bulk_send_metadata': 'bulkSendMetadata', 222 'can_bulk_upload_agreements': 'canBulkUploadAgreements', 223 'can_bulk_upload_agreements_metadata': 'canBulkUploadAgreementsMetadata', 224 'can_charge_account': 'canChargeAccount', 225 'can_charge_account_metadata': 'canChargeAccountMetadata', 226 'can_create_transaction': 'canCreateTransaction', 227 'can_create_transaction_metadata': 'canCreateTransactionMetadata', 228 'can_delete_documents_in_transaction': 'canDeleteDocumentsInTransaction', 229 'can_delete_documents_in_transaction_metadata': 'canDeleteDocumentsInTransactionMetadata', 230 'can_delete_transaction': 'canDeleteTransaction', 231 'can_delete_transaction_metadata': 'canDeleteTransactionMetadata', 232 'can_edit_shared_addressbook': 'canEditSharedAddressbook', 233 'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata', 234 'can_lock_envelopes': 'canLockEnvelopes', 235 'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata', 236 'can_manage_account': 'canManageAccount', 237 'can_manage_account_metadata': 'canManageAccountMetadata', 238 'can_manage_agreement_parties': 'canManageAgreementParties', 239 'can_manage_agreement_parties_metadata': 'canManageAgreementPartiesMetadata', 240 'can_manage_distributor': 'canManageDistributor', 241 'can_manage_distributor_metadata': 'canManageDistributorMetadata', 242 'can_manage_templates': 'canManageTemplates', 243 'can_manage_templates_metadata': 'canManageTemplatesMetadata', 244 'can_send_api_requests': 'canSendAPIRequests', 245 'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata', 246 'can_send_envelope': 'canSendEnvelope', 247 'can_send_envelope_metadata': 'canSendEnvelopeMetadata', 248 'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS', 249 'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata', 250 'can_sign_envelope': 'canSignEnvelope', 251 'can_sign_envelope_metadata': 'canSignEnvelopeMetadata', 252 'can_use_scratchpad': 'canUseScratchpad', 253 'can_use_scratchpad_metadata': 'canUseScratchpadMetadata', 254 'can_use_smart_contracts': 'canUseSmartContracts', 255 'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata', 256 'disable_document_upload': 'disableDocumentUpload', 257 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', 258 'disable_other_actions': 'disableOtherActions', 259 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 260 'enable_ds_pro': 'enableDSPro', 261 'enable_ds_pro_metadata': 'enableDSProMetadata', 262 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 263 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 264 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 265 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 266 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 267 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 268 'enable_signer_attachments': 'enableSignerAttachments', 269 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 270 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 271 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 272 'enable_transaction_point': 'enableTransactionPoint', 273 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 274 'enable_vaulting': 'enableVaulting', 275 'enable_vaulting_metadata': 'enableVaultingMetadata', 276 'express_send_only': 'expressSendOnly', 277 'is_managed_by_scim': 'isManagedByScim', 278 'is_managed_by_scim_metadata': 'isManagedByScimMetadata', 279 'is_membership_managed_by_scim': 'isMembershipManagedByScim', 280 'is_membership_managed_by_scim_metadata': 'isMembershipManagedByScimMetadata', 281 'locale': 'locale', 282 'locale_metadata': 'localeMetadata', 283 'locale_policy': 'localePolicy', 284 'manage_clickwraps_mode': 'manageClickwrapsMode', 285 'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata', 286 'modified_by': 'modifiedBy', 287 'modified_by_metadata': 'modifiedByMetadata', 288 'modified_date': 'modifiedDate', 289 'modified_date_metadata': 'modifiedDateMetadata', 290 'modified_page': 'modifiedPage', 291 'modified_page_metadata': 'modifiedPageMetadata', 292 'new_send_ui': 'newSendUI', 293 'new_send_ui_metadata': 'newSendUIMetadata', 294 'power_form_mode': 'powerFormMode', 295 'power_form_mode_metadata': 'powerFormModeMetadata', 296 'recipient_viewed_notification': 'recipientViewedNotification', 297 'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata', 298 'seal_identifiers': 'sealIdentifiers', 299 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 300 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 301 'sender_email_notifications': 'senderEmailNotifications', 302 'signer_email_notifications': 'signerEmailNotifications', 303 'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload', 304 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 305 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 306 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 307 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 308 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 309 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 310 'template_active_creation': 'templateActiveCreation', 311 'template_active_creation_metadata': 'templateActiveCreationMetadata', 312 'template_apply_notify': 'templateApplyNotify', 313 'template_apply_notify_metadata': 'templateApplyNotifyMetadata', 314 'template_auto_matching': 'templateAutoMatching', 315 'template_auto_matching_metadata': 'templateAutoMatchingMetadata', 316 'template_matching_sensitivity': 'templateMatchingSensitivity', 317 'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata', 318 'template_page_level_matching': 'templatePageLevelMatching', 319 'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata', 320 'timezone_dst': 'timezoneDST', 321 'timezone_dst_metadata': 'timezoneDSTMetadata', 322 'timezone_mask': 'timezoneMask', 323 'timezone_mask_metadata': 'timezoneMaskMetadata', 324 'timezone_offset': 'timezoneOffset', 325 'timezone_offset_metadata': 'timezoneOffsetMetadata', 326 'timezone_sending_pref': 'timezoneSendingPref', 327 'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata', 328 'timezone_signing_pref': 'timezoneSigningPref', 329 'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata', 330 'transaction_point_site_name_url': 'transactionPointSiteNameURL', 331 'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata', 332 'transaction_point_user_name': 'transactionPointUserName', 333 'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata', 334 'vaulting_mode': 'vaultingMode', 335 'vaulting_mode_metadata': 'vaultingModeMetadata', 336 'web_forms': 'webForms', 337 'web_forms_metadata': 'webFormsMetadata' 338 } 339 340 def __init__(self, _configuration=None, **kwargs): # noqa: E501 341 """UserSettingsInformation - a model defined in Swagger""" # noqa: E501 342 if _configuration is None: 343 _configuration = Configuration() 344 self._configuration = _configuration 345 346 self._account_agreements_access_type = None 347 self._account_agreements_access_type_metadata = None 348 self._account_management_granular = None 349 self._admin_only = None 350 self._admin_only_metadata = None 351 self._allow_access_to_all_account_agreements = None 352 self._allow_access_to_all_account_agreements_metadata = None 353 self._allow_auto_tagging = None 354 self._allowed_document_template_library_access = None 355 self._allowed_document_template_library_access_metadata = None 356 self._allowed_orchestration_access = None 357 self._allowed_orchestration_access_metadata = None 358 self._allow_envelope_transfer_to = None 359 self._allow_envelope_transfer_to_metadata = None 360 self._allow_eseal_recipients = None 361 self._allow_eseal_recipients_metadata = None 362 self._allow_power_forms_admin_to_access_all_power_form_envelope = None 363 self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None 364 self._allow_recipient_language_selection = None 365 self._allow_recipient_language_selection_metadata = None 366 self._allow_send_on_behalf_of = None 367 self._allow_send_on_behalf_of_metadata = None 368 self._allow_supplemental_documents = None 369 self._allow_supplemental_documents_metadata = None 370 self._allow_transactions = None 371 self._allow_transactions_metadata = None 372 self._anchor_tag_versioned_placement_enabled = None 373 self._api_account_wide_access = None 374 self._api_account_wide_access_metadata = None 375 self._api_can_export_ac = None 376 self._api_can_export_ac_metadata = None 377 self._bulk_send = None 378 self._bulk_send_metadata = None 379 self._can_bulk_upload_agreements = None 380 self._can_bulk_upload_agreements_metadata = None 381 self._can_charge_account = None 382 self._can_charge_account_metadata = None 383 self._can_create_transaction = None 384 self._can_create_transaction_metadata = None 385 self._can_delete_documents_in_transaction = None 386 self._can_delete_documents_in_transaction_metadata = None 387 self._can_delete_transaction = None 388 self._can_delete_transaction_metadata = None 389 self._can_edit_shared_addressbook = None 390 self._can_edit_shared_addressbook_metadata = None 391 self._can_lock_envelopes = None 392 self._can_lock_envelopes_metadata = None 393 self._can_manage_account = None 394 self._can_manage_account_metadata = None 395 self._can_manage_agreement_parties = None 396 self._can_manage_agreement_parties_metadata = None 397 self._can_manage_distributor = None 398 self._can_manage_distributor_metadata = None 399 self._can_manage_templates = None 400 self._can_manage_templates_metadata = None 401 self._can_send_api_requests = None 402 self._can_send_api_requests_metadata = None 403 self._can_send_envelope = None 404 self._can_send_envelope_metadata = None 405 self._can_send_envelopes_via_sms = None 406 self._can_send_envelopes_via_sms_metadata = None 407 self._can_sign_envelope = None 408 self._can_sign_envelope_metadata = None 409 self._can_use_scratchpad = None 410 self._can_use_scratchpad_metadata = None 411 self._can_use_smart_contracts = None 412 self._can_use_smart_contracts_metadata = None 413 self._disable_document_upload = None 414 self._disable_document_upload_metadata = None 415 self._disable_other_actions = None 416 self._disable_other_actions_metadata = None 417 self._enable_ds_pro = None 418 self._enable_ds_pro_metadata = None 419 self._enable_key_terms_suggestions_by_document_type = None 420 self._enable_key_terms_suggestions_by_document_type_metadata = None 421 self._enable_sequential_signing_api = None 422 self._enable_sequential_signing_api_metadata = None 423 self._enable_sequential_signing_ui = None 424 self._enable_sequential_signing_ui_metadata = None 425 self._enable_signer_attachments = None 426 self._enable_signer_attachments_metadata = None 427 self._enable_sign_on_paper_override = None 428 self._enable_sign_on_paper_override_metadata = None 429 self._enable_transaction_point = None 430 self._enable_transaction_point_metadata = None 431 self._enable_vaulting = None 432 self._enable_vaulting_metadata = None 433 self._express_send_only = None 434 self._is_managed_by_scim = None 435 self._is_managed_by_scim_metadata = None 436 self._is_membership_managed_by_scim = None 437 self._is_membership_managed_by_scim_metadata = None 438 self._locale = None 439 self._locale_metadata = None 440 self._locale_policy = None 441 self._manage_clickwraps_mode = None 442 self._manage_clickwraps_mode_metadata = None 443 self._modified_by = None 444 self._modified_by_metadata = None 445 self._modified_date = None 446 self._modified_date_metadata = None 447 self._modified_page = None 448 self._modified_page_metadata = None 449 self._new_send_ui = None 450 self._new_send_ui_metadata = None 451 self._power_form_mode = None 452 self._power_form_mode_metadata = None 453 self._recipient_viewed_notification = None 454 self._recipient_viewed_notification_metadata = None 455 self._seal_identifiers = None 456 self._self_signed_recipient_email_document = None 457 self._self_signed_recipient_email_document_metadata = None 458 self._sender_email_notifications = None 459 self._signer_email_notifications = None 460 self._supplemental_document_include_in_download = None 461 self._supplemental_documents_must_accept = None 462 self._supplemental_documents_must_accept_metadata = None 463 self._supplemental_documents_must_read = None 464 self._supplemental_documents_must_read_metadata = None 465 self._supplemental_documents_must_view = None 466 self._supplemental_documents_must_view_metadata = None 467 self._template_active_creation = None 468 self._template_active_creation_metadata = None 469 self._template_apply_notify = None 470 self._template_apply_notify_metadata = None 471 self._template_auto_matching = None 472 self._template_auto_matching_metadata = None 473 self._template_matching_sensitivity = None 474 self._template_matching_sensitivity_metadata = None 475 self._template_page_level_matching = None 476 self._template_page_level_matching_metadata = None 477 self._timezone_dst = None 478 self._timezone_dst_metadata = None 479 self._timezone_mask = None 480 self._timezone_mask_metadata = None 481 self._timezone_offset = None 482 self._timezone_offset_metadata = None 483 self._timezone_sending_pref = None 484 self._timezone_sending_pref_metadata = None 485 self._timezone_signing_pref = None 486 self._timezone_signing_pref_metadata = None 487 self._transaction_point_site_name_url = None 488 self._transaction_point_site_name_url_metadata = None 489 self._transaction_point_user_name = None 490 self._transaction_point_user_name_metadata = None 491 self._vaulting_mode = None 492 self._vaulting_mode_metadata = None 493 self._web_forms = None 494 self._web_forms_metadata = None 495 self.discriminator = None 496 497 setattr(self, "_{}".format('account_agreements_access_type'), kwargs.get('account_agreements_access_type', None)) 498 setattr(self, "_{}".format('account_agreements_access_type_metadata'), kwargs.get('account_agreements_access_type_metadata', None)) 499 setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None)) 500 setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None)) 501 setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None)) 502 setattr(self, "_{}".format('allow_access_to_all_account_agreements'), kwargs.get('allow_access_to_all_account_agreements', None)) 503 setattr(self, "_{}".format('allow_access_to_all_account_agreements_metadata'), kwargs.get('allow_access_to_all_account_agreements_metadata', None)) 504 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 505 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 506 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 507 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 508 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 509 setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None)) 510 setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None)) 511 setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None)) 512 setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None)) 513 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None)) 514 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None)) 515 setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None)) 516 setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None)) 517 setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None)) 518 setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None)) 519 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 520 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 521 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 522 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 523 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 524 setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None)) 525 setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None)) 526 setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None)) 527 setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None)) 528 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 529 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 530 setattr(self, "_{}".format('can_bulk_upload_agreements'), kwargs.get('can_bulk_upload_agreements', None)) 531 setattr(self, "_{}".format('can_bulk_upload_agreements_metadata'), kwargs.get('can_bulk_upload_agreements_metadata', None)) 532 setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None)) 533 setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None)) 534 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 535 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 536 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 537 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 538 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 539 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 540 setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None)) 541 setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None)) 542 setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None)) 543 setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None)) 544 setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None)) 545 setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None)) 546 setattr(self, "_{}".format('can_manage_agreement_parties'), kwargs.get('can_manage_agreement_parties', None)) 547 setattr(self, "_{}".format('can_manage_agreement_parties_metadata'), kwargs.get('can_manage_agreement_parties_metadata', None)) 548 setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None)) 549 setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None)) 550 setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None)) 551 setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None)) 552 setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None)) 553 setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None)) 554 setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None)) 555 setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None)) 556 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 557 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 558 setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None)) 559 setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None)) 560 setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None)) 561 setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None)) 562 setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None)) 563 setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None)) 564 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 565 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 566 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 567 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 568 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 569 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 570 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 571 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 572 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 573 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 574 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 575 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 576 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 577 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 578 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 579 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 580 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 581 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 582 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 583 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 584 setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None)) 585 setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None)) 586 setattr(self, "_{}".format('is_managed_by_scim_metadata'), kwargs.get('is_managed_by_scim_metadata', None)) 587 setattr(self, "_{}".format('is_membership_managed_by_scim'), kwargs.get('is_membership_managed_by_scim', None)) 588 setattr(self, "_{}".format('is_membership_managed_by_scim_metadata'), kwargs.get('is_membership_managed_by_scim_metadata', None)) 589 setattr(self, "_{}".format('locale'), kwargs.get('locale', None)) 590 setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None)) 591 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 592 setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None)) 593 setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None)) 594 setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None)) 595 setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None)) 596 setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None)) 597 setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None)) 598 setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None)) 599 setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None)) 600 setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None)) 601 setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None)) 602 setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None)) 603 setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None)) 604 setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None)) 605 setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None)) 606 setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None)) 607 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 608 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 609 setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None)) 610 setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None)) 611 setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None)) 612 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 613 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 614 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 615 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 616 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 617 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 618 setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None)) 619 setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None)) 620 setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None)) 621 setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None)) 622 setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None)) 623 setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None)) 624 setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None)) 625 setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None)) 626 setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None)) 627 setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None)) 628 setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None)) 629 setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None)) 630 setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None)) 631 setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None)) 632 setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None)) 633 setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None)) 634 setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None)) 635 setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None)) 636 setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None)) 637 setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None)) 638 setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None)) 639 setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None)) 640 setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None)) 641 setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None)) 642 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 643 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 644 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 645 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None)) 646 647 @property 648 def account_agreements_access_type(self): 649 """Gets the account_agreements_access_type of this UserSettingsInformation. # noqa: E501 650 651 # noqa: E501 652 653 :return: The account_agreements_access_type of this UserSettingsInformation. # noqa: E501 654 :rtype: str 655 """ 656 return self._account_agreements_access_type 657 658 @account_agreements_access_type.setter 659 def account_agreements_access_type(self, account_agreements_access_type): 660 """Sets the account_agreements_access_type of this UserSettingsInformation. 661 662 # noqa: E501 663 664 :param account_agreements_access_type: The account_agreements_access_type of this UserSettingsInformation. # noqa: E501 665 :type: str 666 """ 667 668 self._account_agreements_access_type = account_agreements_access_type 669 670 @property 671 def account_agreements_access_type_metadata(self): 672 """Gets the account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 673 674 # noqa: E501 675 676 :return: The account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 677 :rtype: SettingsMetadata 678 """ 679 return self._account_agreements_access_type_metadata 680 681 @account_agreements_access_type_metadata.setter 682 def account_agreements_access_type_metadata(self, account_agreements_access_type_metadata): 683 """Sets the account_agreements_access_type_metadata of this UserSettingsInformation. 684 685 # noqa: E501 686 687 :param account_agreements_access_type_metadata: The account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501 688 :type: SettingsMetadata 689 """ 690 691 self._account_agreements_access_type_metadata = account_agreements_access_type_metadata 692 693 @property 694 def account_management_granular(self): 695 """Gets the account_management_granular of this UserSettingsInformation. # noqa: E501 696 697 Describes which account management capabilities a user has. # noqa: E501 698 699 :return: The account_management_granular of this UserSettingsInformation. # noqa: E501 700 :rtype: UserAccountManagementGranularInformation 701 """ 702 return self._account_management_granular 703 704 @account_management_granular.setter 705 def account_management_granular(self, account_management_granular): 706 """Sets the account_management_granular of this UserSettingsInformation. 707 708 Describes which account management capabilities a user has. # noqa: E501 709 710 :param account_management_granular: The account_management_granular of this UserSettingsInformation. # noqa: E501 711 :type: UserAccountManagementGranularInformation 712 """ 713 714 self._account_management_granular = account_management_granular 715 716 @property 717 def admin_only(self): 718 """Gets the admin_only of this UserSettingsInformation. # noqa: E501 719 720 # noqa: E501 721 722 :return: The admin_only of this UserSettingsInformation. # noqa: E501 723 :rtype: str 724 """ 725 return self._admin_only 726 727 @admin_only.setter 728 def admin_only(self, admin_only): 729 """Sets the admin_only of this UserSettingsInformation. 730 731 # noqa: E501 732 733 :param admin_only: The admin_only of this UserSettingsInformation. # noqa: E501 734 :type: str 735 """ 736 737 self._admin_only = admin_only 738 739 @property 740 def admin_only_metadata(self): 741 """Gets the admin_only_metadata of this UserSettingsInformation. # noqa: E501 742 743 Reserved for DocuSign. # noqa: E501 744 745 :return: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 746 :rtype: SettingsMetadata 747 """ 748 return self._admin_only_metadata 749 750 @admin_only_metadata.setter 751 def admin_only_metadata(self, admin_only_metadata): 752 """Sets the admin_only_metadata of this UserSettingsInformation. 753 754 Reserved for DocuSign. # noqa: E501 755 756 :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 757 :type: SettingsMetadata 758 """ 759 760 self._admin_only_metadata = admin_only_metadata 761 762 @property 763 def allow_access_to_all_account_agreements(self): 764 """Gets the allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 765 766 # noqa: E501 767 768 :return: The allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 769 :rtype: str 770 """ 771 return self._allow_access_to_all_account_agreements 772 773 @allow_access_to_all_account_agreements.setter 774 def allow_access_to_all_account_agreements(self, allow_access_to_all_account_agreements): 775 """Sets the allow_access_to_all_account_agreements of this UserSettingsInformation. 776 777 # noqa: E501 778 779 :param allow_access_to_all_account_agreements: The allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501 780 :type: str 781 """ 782 783 self._allow_access_to_all_account_agreements = allow_access_to_all_account_agreements 784 785 @property 786 def allow_access_to_all_account_agreements_metadata(self): 787 """Gets the allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 788 789 # noqa: E501 790 791 :return: The allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 792 :rtype: SettingsMetadata 793 """ 794 return self._allow_access_to_all_account_agreements_metadata 795 796 @allow_access_to_all_account_agreements_metadata.setter 797 def allow_access_to_all_account_agreements_metadata(self, allow_access_to_all_account_agreements_metadata): 798 """Sets the allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. 799 800 # noqa: E501 801 802 :param allow_access_to_all_account_agreements_metadata: The allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501 803 :type: SettingsMetadata 804 """ 805 806 self._allow_access_to_all_account_agreements_metadata = allow_access_to_all_account_agreements_metadata 807 808 @property 809 def allow_auto_tagging(self): 810 """Gets the allow_auto_tagging of this UserSettingsInformation. # noqa: E501 811 812 # noqa: E501 813 814 :return: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 815 :rtype: str 816 """ 817 return self._allow_auto_tagging 818 819 @allow_auto_tagging.setter 820 def allow_auto_tagging(self, allow_auto_tagging): 821 """Sets the allow_auto_tagging of this UserSettingsInformation. 822 823 # noqa: E501 824 825 :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 826 :type: str 827 """ 828 829 self._allow_auto_tagging = allow_auto_tagging 830 831 @property 832 def allowed_document_template_library_access(self): 833 """Gets the allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 834 835 # noqa: E501 836 837 :return: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 838 :rtype: str 839 """ 840 return self._allowed_document_template_library_access 841 842 @allowed_document_template_library_access.setter 843 def allowed_document_template_library_access(self, allowed_document_template_library_access): 844 """Sets the allowed_document_template_library_access of this UserSettingsInformation. 845 846 # noqa: E501 847 848 :param allowed_document_template_library_access: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501 849 :type: str 850 """ 851 852 self._allowed_document_template_library_access = allowed_document_template_library_access 853 854 @property 855 def allowed_document_template_library_access_metadata(self): 856 """Gets the allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 857 858 # noqa: E501 859 860 :return: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 861 :rtype: SettingsMetadata 862 """ 863 return self._allowed_document_template_library_access_metadata 864 865 @allowed_document_template_library_access_metadata.setter 866 def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata): 867 """Sets the allowed_document_template_library_access_metadata of this UserSettingsInformation. 868 869 # noqa: E501 870 871 :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501 872 :type: SettingsMetadata 873 """ 874 875 self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata 876 877 @property 878 def allowed_orchestration_access(self): 879 """Gets the allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 880 881 # noqa: E501 882 883 :return: The allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 884 :rtype: str 885 """ 886 return self._allowed_orchestration_access 887 888 @allowed_orchestration_access.setter 889 def allowed_orchestration_access(self, allowed_orchestration_access): 890 """Sets the allowed_orchestration_access of this UserSettingsInformation. 891 892 # noqa: E501 893 894 :param allowed_orchestration_access: The allowed_orchestration_access of this UserSettingsInformation. # noqa: E501 895 :type: str 896 """ 897 898 self._allowed_orchestration_access = allowed_orchestration_access 899 900 @property 901 def allowed_orchestration_access_metadata(self): 902 """Gets the allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 903 904 # noqa: E501 905 906 :return: The allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 907 :rtype: SettingsMetadata 908 """ 909 return self._allowed_orchestration_access_metadata 910 911 @allowed_orchestration_access_metadata.setter 912 def allowed_orchestration_access_metadata(self, allowed_orchestration_access_metadata): 913 """Sets the allowed_orchestration_access_metadata of this UserSettingsInformation. 914 915 # noqa: E501 916 917 :param allowed_orchestration_access_metadata: The allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501 918 :type: SettingsMetadata 919 """ 920 921 self._allowed_orchestration_access_metadata = allowed_orchestration_access_metadata 922 923 @property 924 def allow_envelope_transfer_to(self): 925 """Gets the allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 926 927 # noqa: E501 928 929 :return: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 930 :rtype: str 931 """ 932 return self._allow_envelope_transfer_to 933 934 @allow_envelope_transfer_to.setter 935 def allow_envelope_transfer_to(self, allow_envelope_transfer_to): 936 """Sets the allow_envelope_transfer_to of this UserSettingsInformation. 937 938 # noqa: E501 939 940 :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 941 :type: str 942 """ 943 944 self._allow_envelope_transfer_to = allow_envelope_transfer_to 945 946 @property 947 def allow_envelope_transfer_to_metadata(self): 948 """Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 949 950 Reserved for DocuSign. # noqa: E501 951 952 :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 953 :rtype: SettingsMetadata 954 """ 955 return self._allow_envelope_transfer_to_metadata 956 957 @allow_envelope_transfer_to_metadata.setter 958 def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadata): 959 """Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. 960 961 Reserved for DocuSign. # noqa: E501 962 963 :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 964 :type: SettingsMetadata 965 """ 966 967 self._allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata 968 969 @property 970 def allow_eseal_recipients(self): 971 """Gets the allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 972 973 # noqa: E501 974 975 :return: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 976 :rtype: str 977 """ 978 return self._allow_eseal_recipients 979 980 @allow_eseal_recipients.setter 981 def allow_eseal_recipients(self, allow_eseal_recipients): 982 """Sets the allow_eseal_recipients of this UserSettingsInformation. 983 984 # noqa: E501 985 986 :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 987 :type: str 988 """ 989 990 self._allow_eseal_recipients = allow_eseal_recipients 991 992 @property 993 def allow_eseal_recipients_metadata(self): 994 """Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 995 996 Metadata about the `allowEsealRecipientsMetadata` property. # noqa: E501 997 998 :return: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 999 :rtype: SettingsMetadata 1000 """ 1001 return self._allow_eseal_recipients_metadata 1002 1003 @allow_eseal_recipients_metadata.setter 1004 def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata): 1005 """Sets the allow_eseal_recipients_metadata of this UserSettingsInformation. 1006 1007 Metadata about the `allowEsealRecipientsMetadata` property. # noqa: E501 1008 1009 :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 1010 :type: SettingsMetadata 1011 """ 1012 1013 self._allow_eseal_recipients_metadata = allow_eseal_recipients_metadata 1014 1015 @property 1016 def allow_power_forms_admin_to_access_all_power_form_envelope(self): 1017 """Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1018 1019 # noqa: E501 1020 1021 :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1022 :rtype: str 1023 """ 1024 return self._allow_power_forms_admin_to_access_all_power_form_envelope 1025 1026 @allow_power_forms_admin_to_access_all_power_form_envelope.setter 1027 def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_forms_admin_to_access_all_power_form_envelope): 1028 """Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. 1029 1030 # noqa: E501 1031 1032 :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 1033 :type: str 1034 """ 1035 1036 self._allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope 1037 1038 @property 1039 def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self): 1040 """Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1041 1042 Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property. # noqa: E501 1043 1044 :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1045 :rtype: SettingsMetadata 1046 """ 1047 return self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata 1048 1049 @allow_power_forms_admin_to_access_all_power_form_envelope_metadata.setter 1050 def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelope_metadata): 1051 """Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. 1052 1053 Metadata about the `allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata` property. # noqa: E501 1054 1055 :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 1056 :type: SettingsMetadata 1057 """ 1058 1059 self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata 1060 1061 @property 1062 def allow_recipient_language_selection(self): 1063 """Gets the allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1064 1065 # noqa: E501 1066 1067 :return: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1068 :rtype: str 1069 """ 1070 return self._allow_recipient_language_selection 1071 1072 @allow_recipient_language_selection.setter 1073 def allow_recipient_language_selection(self, allow_recipient_language_selection): 1074 """Sets the allow_recipient_language_selection of this UserSettingsInformation. 1075 1076 # noqa: E501 1077 1078 :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 1079 :type: str 1080 """ 1081 1082 self._allow_recipient_language_selection = allow_recipient_language_selection 1083 1084 @property 1085 def allow_recipient_language_selection_metadata(self): 1086 """Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1087 1088 Metadata for allowRecipientLanguageSelection. # noqa: E501 1089 1090 :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1091 :rtype: SettingsMetadata 1092 """ 1093 return self._allow_recipient_language_selection_metadata 1094 1095 @allow_recipient_language_selection_metadata.setter 1096 def allow_recipient_language_selection_metadata(self, allow_recipient_language_selection_metadata): 1097 """Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation. 1098 1099 Metadata for allowRecipientLanguageSelection. # noqa: E501 1100 1101 :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 1102 :type: SettingsMetadata 1103 """ 1104 1105 self._allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata 1106 1107 @property 1108 def allow_send_on_behalf_of(self): 1109 """Gets the allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1110 1111 # noqa: E501 1112 1113 :return: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1114 :rtype: str 1115 """ 1116 return self._allow_send_on_behalf_of 1117 1118 @allow_send_on_behalf_of.setter 1119 def allow_send_on_behalf_of(self, allow_send_on_behalf_of): 1120 """Sets the allow_send_on_behalf_of of this UserSettingsInformation. 1121 1122 # noqa: E501 1123 1124 :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 1125 :type: str 1126 """ 1127 1128 self._allow_send_on_behalf_of = allow_send_on_behalf_of 1129 1130 @property 1131 def allow_send_on_behalf_of_metadata(self): 1132 """Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1133 1134 Metadata for allowSendOnBehalfOf. # noqa: E501 1135 1136 :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1137 :rtype: SettingsMetadata 1138 """ 1139 return self._allow_send_on_behalf_of_metadata 1140 1141 @allow_send_on_behalf_of_metadata.setter 1142 def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata): 1143 """Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. 1144 1145 Metadata for allowSendOnBehalfOf. # noqa: E501 1146 1147 :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 1148 :type: SettingsMetadata 1149 """ 1150 1151 self._allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata 1152 1153 @property 1154 def allow_supplemental_documents(self): 1155 """Gets the allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1156 1157 # noqa: E501 1158 1159 :return: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1160 :rtype: str 1161 """ 1162 return self._allow_supplemental_documents 1163 1164 @allow_supplemental_documents.setter 1165 def allow_supplemental_documents(self, allow_supplemental_documents): 1166 """Sets the allow_supplemental_documents of this UserSettingsInformation. 1167 1168 # noqa: E501 1169 1170 :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 1171 :type: str 1172 """ 1173 1174 self._allow_supplemental_documents = allow_supplemental_documents 1175 1176 @property 1177 def allow_supplemental_documents_metadata(self): 1178 """Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1179 1180 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1181 1182 :return: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1183 :rtype: SettingsMetadata 1184 """ 1185 return self._allow_supplemental_documents_metadata 1186 1187 @allow_supplemental_documents_metadata.setter 1188 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 1189 """Sets the allow_supplemental_documents_metadata of this UserSettingsInformation. 1190 1191 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1192 1193 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 1194 :type: SettingsMetadata 1195 """ 1196 1197 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 1198 1199 @property 1200 def allow_transactions(self): 1201 """Gets the allow_transactions of this UserSettingsInformation. # noqa: E501 1202 1203 # noqa: E501 1204 1205 :return: The allow_transactions of this UserSettingsInformation. # noqa: E501 1206 :rtype: str 1207 """ 1208 return self._allow_transactions 1209 1210 @allow_transactions.setter 1211 def allow_transactions(self, allow_transactions): 1212 """Sets the allow_transactions of this UserSettingsInformation. 1213 1214 # noqa: E501 1215 1216 :param allow_transactions: The allow_transactions of this UserSettingsInformation. # noqa: E501 1217 :type: str 1218 """ 1219 1220 self._allow_transactions = allow_transactions 1221 1222 @property 1223 def allow_transactions_metadata(self): 1224 """Gets the allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1225 1226 # noqa: E501 1227 1228 :return: The allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1229 :rtype: SettingsMetadata 1230 """ 1231 return self._allow_transactions_metadata 1232 1233 @allow_transactions_metadata.setter 1234 def allow_transactions_metadata(self, allow_transactions_metadata): 1235 """Sets the allow_transactions_metadata of this UserSettingsInformation. 1236 1237 # noqa: E501 1238 1239 :param allow_transactions_metadata: The allow_transactions_metadata of this UserSettingsInformation. # noqa: E501 1240 :type: SettingsMetadata 1241 """ 1242 1243 self._allow_transactions_metadata = allow_transactions_metadata 1244 1245 @property 1246 def anchor_tag_versioned_placement_enabled(self): 1247 """Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1248 1249 # noqa: E501 1250 1251 :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1252 :rtype: str 1253 """ 1254 return self._anchor_tag_versioned_placement_enabled 1255 1256 @anchor_tag_versioned_placement_enabled.setter 1257 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 1258 """Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. 1259 1260 # noqa: E501 1261 1262 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 1263 :type: str 1264 """ 1265 1266 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 1267 1268 @property 1269 def api_account_wide_access(self): 1270 """Gets the api_account_wide_access of this UserSettingsInformation. # noqa: E501 1271 1272 # noqa: E501 1273 1274 :return: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 1275 :rtype: str 1276 """ 1277 return self._api_account_wide_access 1278 1279 @api_account_wide_access.setter 1280 def api_account_wide_access(self, api_account_wide_access): 1281 """Sets the api_account_wide_access of this UserSettingsInformation. 1282 1283 # noqa: E501 1284 1285 :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 1286 :type: str 1287 """ 1288 1289 self._api_account_wide_access = api_account_wide_access 1290 1291 @property 1292 def api_account_wide_access_metadata(self): 1293 """Gets the api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1294 1295 Metadata for apiAccountWideAccess. # noqa: E501 1296 1297 :return: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1298 :rtype: SettingsMetadata 1299 """ 1300 return self._api_account_wide_access_metadata 1301 1302 @api_account_wide_access_metadata.setter 1303 def api_account_wide_access_metadata(self, api_account_wide_access_metadata): 1304 """Sets the api_account_wide_access_metadata of this UserSettingsInformation. 1305 1306 Metadata for apiAccountWideAccess. # noqa: E501 1307 1308 :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 1309 :type: SettingsMetadata 1310 """ 1311 1312 self._api_account_wide_access_metadata = api_account_wide_access_metadata 1313 1314 @property 1315 def api_can_export_ac(self): 1316 """Gets the api_can_export_ac of this UserSettingsInformation. # noqa: E501 1317 1318 # noqa: E501 1319 1320 :return: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 1321 :rtype: str 1322 """ 1323 return self._api_can_export_ac 1324 1325 @api_can_export_ac.setter 1326 def api_can_export_ac(self, api_can_export_ac): 1327 """Sets the api_can_export_ac of this UserSettingsInformation. 1328 1329 # noqa: E501 1330 1331 :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 1332 :type: str 1333 """ 1334 1335 self._api_can_export_ac = api_can_export_ac 1336 1337 @property 1338 def api_can_export_ac_metadata(self): 1339 """Gets the api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1340 1341 Metadata about the `apiCanExportACMetadata` property. # noqa: E501 1342 1343 :return: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1344 :rtype: SettingsMetadata 1345 """ 1346 return self._api_can_export_ac_metadata 1347 1348 @api_can_export_ac_metadata.setter 1349 def api_can_export_ac_metadata(self, api_can_export_ac_metadata): 1350 """Sets the api_can_export_ac_metadata of this UserSettingsInformation. 1351 1352 Metadata about the `apiCanExportACMetadata` property. # noqa: E501 1353 1354 :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 1355 :type: SettingsMetadata 1356 """ 1357 1358 self._api_can_export_ac_metadata = api_can_export_ac_metadata 1359 1360 @property 1361 def bulk_send(self): 1362 """Gets the bulk_send of this UserSettingsInformation. # noqa: E501 1363 1364 # noqa: E501 1365 1366 :return: The bulk_send of this UserSettingsInformation. # noqa: E501 1367 :rtype: str 1368 """ 1369 return self._bulk_send 1370 1371 @bulk_send.setter 1372 def bulk_send(self, bulk_send): 1373 """Sets the bulk_send of this UserSettingsInformation. 1374 1375 # noqa: E501 1376 1377 :param bulk_send: The bulk_send of this UserSettingsInformation. # noqa: E501 1378 :type: str 1379 """ 1380 1381 self._bulk_send = bulk_send 1382 1383 @property 1384 def bulk_send_metadata(self): 1385 """Gets the bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1386 1387 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 1388 1389 :return: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1390 :rtype: SettingsMetadata 1391 """ 1392 return self._bulk_send_metadata 1393 1394 @bulk_send_metadata.setter 1395 def bulk_send_metadata(self, bulk_send_metadata): 1396 """Sets the bulk_send_metadata of this UserSettingsInformation. 1397 1398 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 1399 1400 :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 1401 :type: SettingsMetadata 1402 """ 1403 1404 self._bulk_send_metadata = bulk_send_metadata 1405 1406 @property 1407 def can_bulk_upload_agreements(self): 1408 """Gets the can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1409 1410 # noqa: E501 1411 1412 :return: The can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1413 :rtype: str 1414 """ 1415 return self._can_bulk_upload_agreements 1416 1417 @can_bulk_upload_agreements.setter 1418 def can_bulk_upload_agreements(self, can_bulk_upload_agreements): 1419 """Sets the can_bulk_upload_agreements of this UserSettingsInformation. 1420 1421 # noqa: E501 1422 1423 :param can_bulk_upload_agreements: The can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501 1424 :type: str 1425 """ 1426 1427 self._can_bulk_upload_agreements = can_bulk_upload_agreements 1428 1429 @property 1430 def can_bulk_upload_agreements_metadata(self): 1431 """Gets the can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1432 1433 # noqa: E501 1434 1435 :return: The can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1436 :rtype: SettingsMetadata 1437 """ 1438 return self._can_bulk_upload_agreements_metadata 1439 1440 @can_bulk_upload_agreements_metadata.setter 1441 def can_bulk_upload_agreements_metadata(self, can_bulk_upload_agreements_metadata): 1442 """Sets the can_bulk_upload_agreements_metadata of this UserSettingsInformation. 1443 1444 # noqa: E501 1445 1446 :param can_bulk_upload_agreements_metadata: The can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501 1447 :type: SettingsMetadata 1448 """ 1449 1450 self._can_bulk_upload_agreements_metadata = can_bulk_upload_agreements_metadata 1451 1452 @property 1453 def can_charge_account(self): 1454 """Gets the can_charge_account of this UserSettingsInformation. # noqa: E501 1455 1456 # noqa: E501 1457 1458 :return: The can_charge_account of this UserSettingsInformation. # noqa: E501 1459 :rtype: str 1460 """ 1461 return self._can_charge_account 1462 1463 @can_charge_account.setter 1464 def can_charge_account(self, can_charge_account): 1465 """Sets the can_charge_account of this UserSettingsInformation. 1466 1467 # noqa: E501 1468 1469 :param can_charge_account: The can_charge_account of this UserSettingsInformation. # noqa: E501 1470 :type: str 1471 """ 1472 1473 self._can_charge_account = can_charge_account 1474 1475 @property 1476 def can_charge_account_metadata(self): 1477 """Gets the can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1478 1479 Reserved for DocuSign. # noqa: E501 1480 1481 :return: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1482 :rtype: SettingsMetadata 1483 """ 1484 return self._can_charge_account_metadata 1485 1486 @can_charge_account_metadata.setter 1487 def can_charge_account_metadata(self, can_charge_account_metadata): 1488 """Sets the can_charge_account_metadata of this UserSettingsInformation. 1489 1490 Reserved for DocuSign. # noqa: E501 1491 1492 :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 1493 :type: SettingsMetadata 1494 """ 1495 1496 self._can_charge_account_metadata = can_charge_account_metadata 1497 1498 @property 1499 def can_create_transaction(self): 1500 """Gets the can_create_transaction of this UserSettingsInformation. # noqa: E501 1501 1502 # noqa: E501 1503 1504 :return: The can_create_transaction of this UserSettingsInformation. # noqa: E501 1505 :rtype: str 1506 """ 1507 return self._can_create_transaction 1508 1509 @can_create_transaction.setter 1510 def can_create_transaction(self, can_create_transaction): 1511 """Sets the can_create_transaction of this UserSettingsInformation. 1512 1513 # noqa: E501 1514 1515 :param can_create_transaction: The can_create_transaction of this UserSettingsInformation. # noqa: E501 1516 :type: str 1517 """ 1518 1519 self._can_create_transaction = can_create_transaction 1520 1521 @property 1522 def can_create_transaction_metadata(self): 1523 """Gets the can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1524 1525 # noqa: E501 1526 1527 :return: The can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1528 :rtype: SettingsMetadata 1529 """ 1530 return self._can_create_transaction_metadata 1531 1532 @can_create_transaction_metadata.setter 1533 def can_create_transaction_metadata(self, can_create_transaction_metadata): 1534 """Sets the can_create_transaction_metadata of this UserSettingsInformation. 1535 1536 # noqa: E501 1537 1538 :param can_create_transaction_metadata: The can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501 1539 :type: SettingsMetadata 1540 """ 1541 1542 self._can_create_transaction_metadata = can_create_transaction_metadata 1543 1544 @property 1545 def can_delete_documents_in_transaction(self): 1546 """Gets the can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1547 1548 # noqa: E501 1549 1550 :return: The can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1551 :rtype: str 1552 """ 1553 return self._can_delete_documents_in_transaction 1554 1555 @can_delete_documents_in_transaction.setter 1556 def can_delete_documents_in_transaction(self, can_delete_documents_in_transaction): 1557 """Sets the can_delete_documents_in_transaction of this UserSettingsInformation. 1558 1559 # noqa: E501 1560 1561 :param can_delete_documents_in_transaction: The can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501 1562 :type: str 1563 """ 1564 1565 self._can_delete_documents_in_transaction = can_delete_documents_in_transaction 1566 1567 @property 1568 def can_delete_documents_in_transaction_metadata(self): 1569 """Gets the can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1570 1571 # noqa: E501 1572 1573 :return: The can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1574 :rtype: SettingsMetadata 1575 """ 1576 return self._can_delete_documents_in_transaction_metadata 1577 1578 @can_delete_documents_in_transaction_metadata.setter 1579 def can_delete_documents_in_transaction_metadata(self, can_delete_documents_in_transaction_metadata): 1580 """Sets the can_delete_documents_in_transaction_metadata of this UserSettingsInformation. 1581 1582 # noqa: E501 1583 1584 :param can_delete_documents_in_transaction_metadata: The can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501 1585 :type: SettingsMetadata 1586 """ 1587 1588 self._can_delete_documents_in_transaction_metadata = can_delete_documents_in_transaction_metadata 1589 1590 @property 1591 def can_delete_transaction(self): 1592 """Gets the can_delete_transaction of this UserSettingsInformation. # noqa: E501 1593 1594 # noqa: E501 1595 1596 :return: The can_delete_transaction of this UserSettingsInformation. # noqa: E501 1597 :rtype: str 1598 """ 1599 return self._can_delete_transaction 1600 1601 @can_delete_transaction.setter 1602 def can_delete_transaction(self, can_delete_transaction): 1603 """Sets the can_delete_transaction of this UserSettingsInformation. 1604 1605 # noqa: E501 1606 1607 :param can_delete_transaction: The can_delete_transaction of this UserSettingsInformation. # noqa: E501 1608 :type: str 1609 """ 1610 1611 self._can_delete_transaction = can_delete_transaction 1612 1613 @property 1614 def can_delete_transaction_metadata(self): 1615 """Gets the can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1616 1617 # noqa: E501 1618 1619 :return: The can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1620 :rtype: SettingsMetadata 1621 """ 1622 return self._can_delete_transaction_metadata 1623 1624 @can_delete_transaction_metadata.setter 1625 def can_delete_transaction_metadata(self, can_delete_transaction_metadata): 1626 """Sets the can_delete_transaction_metadata of this UserSettingsInformation. 1627 1628 # noqa: E501 1629 1630 :param can_delete_transaction_metadata: The can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501 1631 :type: SettingsMetadata 1632 """ 1633 1634 self._can_delete_transaction_metadata = can_delete_transaction_metadata 1635 1636 @property 1637 def can_edit_shared_addressbook(self): 1638 """Gets the can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1639 1640 # noqa: E501 1641 1642 :return: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1643 :rtype: str 1644 """ 1645 return self._can_edit_shared_addressbook 1646 1647 @can_edit_shared_addressbook.setter 1648 def can_edit_shared_addressbook(self, can_edit_shared_addressbook): 1649 """Sets the can_edit_shared_addressbook of this UserSettingsInformation. 1650 1651 # noqa: E501 1652 1653 :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 1654 :type: str 1655 """ 1656 1657 self._can_edit_shared_addressbook = can_edit_shared_addressbook 1658 1659 @property 1660 def can_edit_shared_addressbook_metadata(self): 1661 """Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1662 1663 Metadata about the `canEditSharedAddressbookMetadata` property. # noqa: E501 1664 1665 :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1666 :rtype: SettingsMetadata 1667 """ 1668 return self._can_edit_shared_addressbook_metadata 1669 1670 @can_edit_shared_addressbook_metadata.setter 1671 def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metadata): 1672 """Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. 1673 1674 Metadata about the `canEditSharedAddressbookMetadata` property. # noqa: E501 1675 1676 :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 1677 :type: SettingsMetadata 1678 """ 1679 1680 self._can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata 1681 1682 @property 1683 def can_lock_envelopes(self): 1684 """Gets the can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1685 1686 # noqa: E501 1687 1688 :return: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1689 :rtype: str 1690 """ 1691 return self._can_lock_envelopes 1692 1693 @can_lock_envelopes.setter 1694 def can_lock_envelopes(self, can_lock_envelopes): 1695 """Sets the can_lock_envelopes of this UserSettingsInformation. 1696 1697 # noqa: E501 1698 1699 :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 1700 :type: str 1701 """ 1702 1703 self._can_lock_envelopes = can_lock_envelopes 1704 1705 @property 1706 def can_lock_envelopes_metadata(self): 1707 """Gets the can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1708 1709 Metadata about the `canLockEnvelopes` property. # noqa: E501 1710 1711 :return: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1712 :rtype: SettingsMetadata 1713 """ 1714 return self._can_lock_envelopes_metadata 1715 1716 @can_lock_envelopes_metadata.setter 1717 def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata): 1718 """Sets the can_lock_envelopes_metadata of this UserSettingsInformation. 1719 1720 Metadata about the `canLockEnvelopes` property. # noqa: E501 1721 1722 :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 1723 :type: SettingsMetadata 1724 """ 1725 1726 self._can_lock_envelopes_metadata = can_lock_envelopes_metadata 1727 1728 @property 1729 def can_manage_account(self): 1730 """Gets the can_manage_account of this UserSettingsInformation. # noqa: E501 1731 1732 # noqa: E501 1733 1734 :return: The can_manage_account of this UserSettingsInformation. # noqa: E501 1735 :rtype: str 1736 """ 1737 return self._can_manage_account 1738 1739 @can_manage_account.setter 1740 def can_manage_account(self, can_manage_account): 1741 """Sets the can_manage_account of this UserSettingsInformation. 1742 1743 # noqa: E501 1744 1745 :param can_manage_account: The can_manage_account of this UserSettingsInformation. # noqa: E501 1746 :type: str 1747 """ 1748 1749 self._can_manage_account = can_manage_account 1750 1751 @property 1752 def can_manage_account_metadata(self): 1753 """Gets the can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1754 1755 Metadata about the `canManageAccountMetadata` property. # noqa: E501 1756 1757 :return: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1758 :rtype: SettingsMetadata 1759 """ 1760 return self._can_manage_account_metadata 1761 1762 @can_manage_account_metadata.setter 1763 def can_manage_account_metadata(self, can_manage_account_metadata): 1764 """Sets the can_manage_account_metadata of this UserSettingsInformation. 1765 1766 Metadata about the `canManageAccountMetadata` property. # noqa: E501 1767 1768 :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 1769 :type: SettingsMetadata 1770 """ 1771 1772 self._can_manage_account_metadata = can_manage_account_metadata 1773 1774 @property 1775 def can_manage_agreement_parties(self): 1776 """Gets the can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1777 1778 # noqa: E501 1779 1780 :return: The can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1781 :rtype: str 1782 """ 1783 return self._can_manage_agreement_parties 1784 1785 @can_manage_agreement_parties.setter 1786 def can_manage_agreement_parties(self, can_manage_agreement_parties): 1787 """Sets the can_manage_agreement_parties of this UserSettingsInformation. 1788 1789 # noqa: E501 1790 1791 :param can_manage_agreement_parties: The can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501 1792 :type: str 1793 """ 1794 1795 self._can_manage_agreement_parties = can_manage_agreement_parties 1796 1797 @property 1798 def can_manage_agreement_parties_metadata(self): 1799 """Gets the can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1800 1801 # noqa: E501 1802 1803 :return: The can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1804 :rtype: SettingsMetadata 1805 """ 1806 return self._can_manage_agreement_parties_metadata 1807 1808 @can_manage_agreement_parties_metadata.setter 1809 def can_manage_agreement_parties_metadata(self, can_manage_agreement_parties_metadata): 1810 """Sets the can_manage_agreement_parties_metadata of this UserSettingsInformation. 1811 1812 # noqa: E501 1813 1814 :param can_manage_agreement_parties_metadata: The can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501 1815 :type: SettingsMetadata 1816 """ 1817 1818 self._can_manage_agreement_parties_metadata = can_manage_agreement_parties_metadata 1819 1820 @property 1821 def can_manage_distributor(self): 1822 """Gets the can_manage_distributor of this UserSettingsInformation. # noqa: E501 1823 1824 # noqa: E501 1825 1826 :return: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 1827 :rtype: str 1828 """ 1829 return self._can_manage_distributor 1830 1831 @can_manage_distributor.setter 1832 def can_manage_distributor(self, can_manage_distributor): 1833 """Sets the can_manage_distributor of this UserSettingsInformation. 1834 1835 # noqa: E501 1836 1837 :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 1838 :type: str 1839 """ 1840 1841 self._can_manage_distributor = can_manage_distributor 1842 1843 @property 1844 def can_manage_distributor_metadata(self): 1845 """Gets the can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1846 1847 Metadata about the `canManageDistributor` property. # noqa: E501 1848 1849 :return: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1850 :rtype: SettingsMetadata 1851 """ 1852 return self._can_manage_distributor_metadata 1853 1854 @can_manage_distributor_metadata.setter 1855 def can_manage_distributor_metadata(self, can_manage_distributor_metadata): 1856 """Sets the can_manage_distributor_metadata of this UserSettingsInformation. 1857 1858 Metadata about the `canManageDistributor` property. # noqa: E501 1859 1860 :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 1861 :type: SettingsMetadata 1862 """ 1863 1864 self._can_manage_distributor_metadata = can_manage_distributor_metadata 1865 1866 @property 1867 def can_manage_templates(self): 1868 """Gets the can_manage_templates of this UserSettingsInformation. # noqa: E501 1869 1870 # noqa: E501 1871 1872 :return: The can_manage_templates of this UserSettingsInformation. # noqa: E501 1873 :rtype: str 1874 """ 1875 return self._can_manage_templates 1876 1877 @can_manage_templates.setter 1878 def can_manage_templates(self, can_manage_templates): 1879 """Sets the can_manage_templates of this UserSettingsInformation. 1880 1881 # noqa: E501 1882 1883 :param can_manage_templates: The can_manage_templates of this UserSettingsInformation. # noqa: E501 1884 :type: str 1885 """ 1886 1887 self._can_manage_templates = can_manage_templates 1888 1889 @property 1890 def can_manage_templates_metadata(self): 1891 """Gets the can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1892 1893 Metadata about the `canManageTemplates` property. # noqa: E501 1894 1895 :return: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1896 :rtype: SettingsMetadata 1897 """ 1898 return self._can_manage_templates_metadata 1899 1900 @can_manage_templates_metadata.setter 1901 def can_manage_templates_metadata(self, can_manage_templates_metadata): 1902 """Sets the can_manage_templates_metadata of this UserSettingsInformation. 1903 1904 Metadata about the `canManageTemplates` property. # noqa: E501 1905 1906 :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 1907 :type: SettingsMetadata 1908 """ 1909 1910 self._can_manage_templates_metadata = can_manage_templates_metadata 1911 1912 @property 1913 def can_send_api_requests(self): 1914 """Gets the can_send_api_requests of this UserSettingsInformation. # noqa: E501 1915 1916 # noqa: E501 1917 1918 :return: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 1919 :rtype: str 1920 """ 1921 return self._can_send_api_requests 1922 1923 @can_send_api_requests.setter 1924 def can_send_api_requests(self, can_send_api_requests): 1925 """Sets the can_send_api_requests of this UserSettingsInformation. 1926 1927 # noqa: E501 1928 1929 :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 1930 :type: str 1931 """ 1932 1933 self._can_send_api_requests = can_send_api_requests 1934 1935 @property 1936 def can_send_api_requests_metadata(self): 1937 """Gets the can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1938 1939 Metadata about the `canSendAPIRequests` property. # noqa: E501 1940 1941 :return: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1942 :rtype: SettingsMetadata 1943 """ 1944 return self._can_send_api_requests_metadata 1945 1946 @can_send_api_requests_metadata.setter 1947 def can_send_api_requests_metadata(self, can_send_api_requests_metadata): 1948 """Sets the can_send_api_requests_metadata of this UserSettingsInformation. 1949 1950 Metadata about the `canSendAPIRequests` property. # noqa: E501 1951 1952 :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 1953 :type: SettingsMetadata 1954 """ 1955 1956 self._can_send_api_requests_metadata = can_send_api_requests_metadata 1957 1958 @property 1959 def can_send_envelope(self): 1960 """Gets the can_send_envelope of this UserSettingsInformation. # noqa: E501 1961 1962 # noqa: E501 1963 1964 :return: The can_send_envelope of this UserSettingsInformation. # noqa: E501 1965 :rtype: str 1966 """ 1967 return self._can_send_envelope 1968 1969 @can_send_envelope.setter 1970 def can_send_envelope(self, can_send_envelope): 1971 """Sets the can_send_envelope of this UserSettingsInformation. 1972 1973 # noqa: E501 1974 1975 :param can_send_envelope: The can_send_envelope of this UserSettingsInformation. # noqa: E501 1976 :type: str 1977 """ 1978 1979 self._can_send_envelope = can_send_envelope 1980 1981 @property 1982 def can_send_envelope_metadata(self): 1983 """Gets the can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1984 1985 Metadata about the `canSendEnvelope` property. # noqa: E501 1986 1987 :return: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1988 :rtype: SettingsMetadata 1989 """ 1990 return self._can_send_envelope_metadata 1991 1992 @can_send_envelope_metadata.setter 1993 def can_send_envelope_metadata(self, can_send_envelope_metadata): 1994 """Sets the can_send_envelope_metadata of this UserSettingsInformation. 1995 1996 Metadata about the `canSendEnvelope` property. # noqa: E501 1997 1998 :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 1999 :type: SettingsMetadata 2000 """ 2001 2002 self._can_send_envelope_metadata = can_send_envelope_metadata 2003 2004 @property 2005 def can_send_envelopes_via_sms(self): 2006 """Gets the can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2007 2008 # noqa: E501 2009 2010 :return: The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2011 :rtype: str 2012 """ 2013 return self._can_send_envelopes_via_sms 2014 2015 @can_send_envelopes_via_sms.setter 2016 def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms): 2017 """Sets the can_send_envelopes_via_sms of this UserSettingsInformation. 2018 2019 # noqa: E501 2020 2021 :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501 2022 :type: str 2023 """ 2024 2025 self._can_send_envelopes_via_sms = can_send_envelopes_via_sms 2026 2027 @property 2028 def can_send_envelopes_via_sms_metadata(self): 2029 """Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2030 2031 # noqa: E501 2032 2033 :return: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2034 :rtype: SettingsMetadata 2035 """ 2036 return self._can_send_envelopes_via_sms_metadata 2037 2038 @can_send_envelopes_via_sms_metadata.setter 2039 def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata): 2040 """Sets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. 2041 2042 # noqa: E501 2043 2044 :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501 2045 :type: SettingsMetadata 2046 """ 2047 2048 self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata 2049 2050 @property 2051 def can_sign_envelope(self): 2052 """Gets the can_sign_envelope of this UserSettingsInformation. # noqa: E501 2053 2054 # noqa: E501 2055 2056 :return: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 2057 :rtype: str 2058 """ 2059 return self._can_sign_envelope 2060 2061 @can_sign_envelope.setter 2062 def can_sign_envelope(self, can_sign_envelope): 2063 """Sets the can_sign_envelope of this UserSettingsInformation. 2064 2065 # noqa: E501 2066 2067 :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 2068 :type: str 2069 """ 2070 2071 self._can_sign_envelope = can_sign_envelope 2072 2073 @property 2074 def can_sign_envelope_metadata(self): 2075 """Gets the can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2076 2077 Metadata about the `canSignEnvelope` property. # noqa: E501 2078 2079 :return: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2080 :rtype: SettingsMetadata 2081 """ 2082 return self._can_sign_envelope_metadata 2083 2084 @can_sign_envelope_metadata.setter 2085 def can_sign_envelope_metadata(self, can_sign_envelope_metadata): 2086 """Sets the can_sign_envelope_metadata of this UserSettingsInformation. 2087 2088 Metadata about the `canSignEnvelope` property. # noqa: E501 2089 2090 :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 2091 :type: SettingsMetadata 2092 """ 2093 2094 self._can_sign_envelope_metadata = can_sign_envelope_metadata 2095 2096 @property 2097 def can_use_scratchpad(self): 2098 """Gets the can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2099 2100 # noqa: E501 2101 2102 :return: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2103 :rtype: str 2104 """ 2105 return self._can_use_scratchpad 2106 2107 @can_use_scratchpad.setter 2108 def can_use_scratchpad(self, can_use_scratchpad): 2109 """Sets the can_use_scratchpad of this UserSettingsInformation. 2110 2111 # noqa: E501 2112 2113 :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 2114 :type: str 2115 """ 2116 2117 self._can_use_scratchpad = can_use_scratchpad 2118 2119 @property 2120 def can_use_scratchpad_metadata(self): 2121 """Gets the can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2122 2123 Metadata about the `canUseScratchpad` property. # noqa: E501 2124 2125 :return: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2126 :rtype: SettingsMetadata 2127 """ 2128 return self._can_use_scratchpad_metadata 2129 2130 @can_use_scratchpad_metadata.setter 2131 def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata): 2132 """Sets the can_use_scratchpad_metadata of this UserSettingsInformation. 2133 2134 Metadata about the `canUseScratchpad` property. # noqa: E501 2135 2136 :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 2137 :type: SettingsMetadata 2138 """ 2139 2140 self._can_use_scratchpad_metadata = can_use_scratchpad_metadata 2141 2142 @property 2143 def can_use_smart_contracts(self): 2144 """Gets the can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2145 2146 # noqa: E501 2147 2148 :return: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2149 :rtype: str 2150 """ 2151 return self._can_use_smart_contracts 2152 2153 @can_use_smart_contracts.setter 2154 def can_use_smart_contracts(self, can_use_smart_contracts): 2155 """Sets the can_use_smart_contracts of this UserSettingsInformation. 2156 2157 # noqa: E501 2158 2159 :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 2160 :type: str 2161 """ 2162 2163 self._can_use_smart_contracts = can_use_smart_contracts 2164 2165 @property 2166 def can_use_smart_contracts_metadata(self): 2167 """Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2168 2169 Reserved for DocuSign. # noqa: E501 2170 2171 :return: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2172 :rtype: SettingsMetadata 2173 """ 2174 return self._can_use_smart_contracts_metadata 2175 2176 @can_use_smart_contracts_metadata.setter 2177 def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata): 2178 """Sets the can_use_smart_contracts_metadata of this UserSettingsInformation. 2179 2180 Reserved for DocuSign. # noqa: E501 2181 2182 :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 2183 :type: SettingsMetadata 2184 """ 2185 2186 self._can_use_smart_contracts_metadata = can_use_smart_contracts_metadata 2187 2188 @property 2189 def disable_document_upload(self): 2190 """Gets the disable_document_upload of this UserSettingsInformation. # noqa: E501 2191 2192 # noqa: E501 2193 2194 :return: The disable_document_upload of this UserSettingsInformation. # noqa: E501 2195 :rtype: str 2196 """ 2197 return self._disable_document_upload 2198 2199 @disable_document_upload.setter 2200 def disable_document_upload(self, disable_document_upload): 2201 """Sets the disable_document_upload of this UserSettingsInformation. 2202 2203 # noqa: E501 2204 2205 :param disable_document_upload: The disable_document_upload of this UserSettingsInformation. # noqa: E501 2206 :type: str 2207 """ 2208 2209 self._disable_document_upload = disable_document_upload 2210 2211 @property 2212 def disable_document_upload_metadata(self): 2213 """Gets the disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2214 2215 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 2216 2217 :return: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2218 :rtype: SettingsMetadata 2219 """ 2220 return self._disable_document_upload_metadata 2221 2222 @disable_document_upload_metadata.setter 2223 def disable_document_upload_metadata(self, disable_document_upload_metadata): 2224 """Sets the disable_document_upload_metadata of this UserSettingsInformation. 2225 2226 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 2227 2228 :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 2229 :type: SettingsMetadata 2230 """ 2231 2232 self._disable_document_upload_metadata = disable_document_upload_metadata 2233 2234 @property 2235 def disable_other_actions(self): 2236 """Gets the disable_other_actions of this UserSettingsInformation. # noqa: E501 2237 2238 # noqa: E501 2239 2240 :return: The disable_other_actions of this UserSettingsInformation. # noqa: E501 2241 :rtype: str 2242 """ 2243 return self._disable_other_actions 2244 2245 @disable_other_actions.setter 2246 def disable_other_actions(self, disable_other_actions): 2247 """Sets the disable_other_actions of this UserSettingsInformation. 2248 2249 # noqa: E501 2250 2251 :param disable_other_actions: The disable_other_actions of this UserSettingsInformation. # noqa: E501 2252 :type: str 2253 """ 2254 2255 self._disable_other_actions = disable_other_actions 2256 2257 @property 2258 def disable_other_actions_metadata(self): 2259 """Gets the disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2260 2261 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 2262 2263 :return: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2264 :rtype: SettingsMetadata 2265 """ 2266 return self._disable_other_actions_metadata 2267 2268 @disable_other_actions_metadata.setter 2269 def disable_other_actions_metadata(self, disable_other_actions_metadata): 2270 """Sets the disable_other_actions_metadata of this UserSettingsInformation. 2271 2272 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 2273 2274 :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 2275 :type: SettingsMetadata 2276 """ 2277 2278 self._disable_other_actions_metadata = disable_other_actions_metadata 2279 2280 @property 2281 def enable_ds_pro(self): 2282 """Gets the enable_ds_pro of this UserSettingsInformation. # noqa: E501 2283 2284 # noqa: E501 2285 2286 :return: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 2287 :rtype: str 2288 """ 2289 return self._enable_ds_pro 2290 2291 @enable_ds_pro.setter 2292 def enable_ds_pro(self, enable_ds_pro): 2293 """Sets the enable_ds_pro of this UserSettingsInformation. 2294 2295 # noqa: E501 2296 2297 :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 2298 :type: str 2299 """ 2300 2301 self._enable_ds_pro = enable_ds_pro 2302 2303 @property 2304 def enable_ds_pro_metadata(self): 2305 """Gets the enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2306 2307 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 2308 2309 :return: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2310 :rtype: SettingsMetadata 2311 """ 2312 return self._enable_ds_pro_metadata 2313 2314 @enable_ds_pro_metadata.setter 2315 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 2316 """Sets the enable_ds_pro_metadata of this UserSettingsInformation. 2317 2318 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 2319 2320 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 2321 :type: SettingsMetadata 2322 """ 2323 2324 self._enable_ds_pro_metadata = enable_ds_pro_metadata 2325 2326 @property 2327 def enable_key_terms_suggestions_by_document_type(self): 2328 """Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2329 2330 # noqa: E501 2331 2332 :return: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2333 :rtype: str 2334 """ 2335 return self._enable_key_terms_suggestions_by_document_type 2336 2337 @enable_key_terms_suggestions_by_document_type.setter 2338 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 2339 """Sets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. 2340 2341 # noqa: E501 2342 2343 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 2344 :type: str 2345 """ 2346 2347 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 2348 2349 @property 2350 def enable_key_terms_suggestions_by_document_type_metadata(self): 2351 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2352 2353 # noqa: E501 2354 2355 :return: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2356 :rtype: SettingsMetadata 2357 """ 2358 return self._enable_key_terms_suggestions_by_document_type_metadata 2359 2360 @enable_key_terms_suggestions_by_document_type_metadata.setter 2361 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 2362 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. 2363 2364 # noqa: E501 2365 2366 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 2367 :type: SettingsMetadata 2368 """ 2369 2370 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 2371 2372 @property 2373 def enable_sequential_signing_api(self): 2374 """Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2375 2376 # noqa: E501 2377 2378 :return: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2379 :rtype: str 2380 """ 2381 return self._enable_sequential_signing_api 2382 2383 @enable_sequential_signing_api.setter 2384 def enable_sequential_signing_api(self, enable_sequential_signing_api): 2385 """Sets the enable_sequential_signing_api of this UserSettingsInformation. 2386 2387 # noqa: E501 2388 2389 :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 2390 :type: str 2391 """ 2392 2393 self._enable_sequential_signing_api = enable_sequential_signing_api 2394 2395 @property 2396 def enable_sequential_signing_api_metadata(self): 2397 """Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2398 2399 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 2400 2401 :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2402 :rtype: SettingsMetadata 2403 """ 2404 return self._enable_sequential_signing_api_metadata 2405 2406 @enable_sequential_signing_api_metadata.setter 2407 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 2408 """Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation. 2409 2410 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 2411 2412 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 2413 :type: SettingsMetadata 2414 """ 2415 2416 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 2417 2418 @property 2419 def enable_sequential_signing_ui(self): 2420 """Gets the enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2421 2422 # noqa: E501 2423 2424 :return: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2425 :rtype: str 2426 """ 2427 return self._enable_sequential_signing_ui 2428 2429 @enable_sequential_signing_ui.setter 2430 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 2431 """Sets the enable_sequential_signing_ui of this UserSettingsInformation. 2432 2433 # noqa: E501 2434 2435 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 2436 :type: str 2437 """ 2438 2439 self._enable_sequential_signing_ui = enable_sequential_signing_ui 2440 2441 @property 2442 def enable_sequential_signing_ui_metadata(self): 2443 """Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2444 2445 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 2446 2447 :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2448 :rtype: SettingsMetadata 2449 """ 2450 return self._enable_sequential_signing_ui_metadata 2451 2452 @enable_sequential_signing_ui_metadata.setter 2453 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 2454 """Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. 2455 2456 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 2457 2458 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 2459 :type: SettingsMetadata 2460 """ 2461 2462 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 2463 2464 @property 2465 def enable_signer_attachments(self): 2466 """Gets the enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2467 2468 # noqa: E501 2469 2470 :return: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2471 :rtype: str 2472 """ 2473 return self._enable_signer_attachments 2474 2475 @enable_signer_attachments.setter 2476 def enable_signer_attachments(self, enable_signer_attachments): 2477 """Sets the enable_signer_attachments of this UserSettingsInformation. 2478 2479 # noqa: E501 2480 2481 :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 2482 :type: str 2483 """ 2484 2485 self._enable_signer_attachments = enable_signer_attachments 2486 2487 @property 2488 def enable_signer_attachments_metadata(self): 2489 """Gets the enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2490 2491 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 2492 2493 :return: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2494 :rtype: SettingsMetadata 2495 """ 2496 return self._enable_signer_attachments_metadata 2497 2498 @enable_signer_attachments_metadata.setter 2499 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 2500 """Sets the enable_signer_attachments_metadata of this UserSettingsInformation. 2501 2502 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 2503 2504 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 2505 :type: SettingsMetadata 2506 """ 2507 2508 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 2509 2510 @property 2511 def enable_sign_on_paper_override(self): 2512 """Gets the enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2513 2514 # noqa: E501 2515 2516 :return: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2517 :rtype: str 2518 """ 2519 return self._enable_sign_on_paper_override 2520 2521 @enable_sign_on_paper_override.setter 2522 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 2523 """Sets the enable_sign_on_paper_override of this UserSettingsInformation. 2524 2525 # noqa: E501 2526 2527 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 2528 :type: str 2529 """ 2530 2531 self._enable_sign_on_paper_override = enable_sign_on_paper_override 2532 2533 @property 2534 def enable_sign_on_paper_override_metadata(self): 2535 """Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2536 2537 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 2538 2539 :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2540 :rtype: SettingsMetadata 2541 """ 2542 return self._enable_sign_on_paper_override_metadata 2543 2544 @enable_sign_on_paper_override_metadata.setter 2545 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 2546 """Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. 2547 2548 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 2549 2550 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 2551 :type: SettingsMetadata 2552 """ 2553 2554 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 2555 2556 @property 2557 def enable_transaction_point(self): 2558 """Gets the enable_transaction_point of this UserSettingsInformation. # noqa: E501 2559 2560 # noqa: E501 2561 2562 :return: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 2563 :rtype: str 2564 """ 2565 return self._enable_transaction_point 2566 2567 @enable_transaction_point.setter 2568 def enable_transaction_point(self, enable_transaction_point): 2569 """Sets the enable_transaction_point of this UserSettingsInformation. 2570 2571 # noqa: E501 2572 2573 :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 2574 :type: str 2575 """ 2576 2577 self._enable_transaction_point = enable_transaction_point 2578 2579 @property 2580 def enable_transaction_point_metadata(self): 2581 """Gets the enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2582 2583 Reserved for DocuSign. # noqa: E501 2584 2585 :return: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2586 :rtype: SettingsMetadata 2587 """ 2588 return self._enable_transaction_point_metadata 2589 2590 @enable_transaction_point_metadata.setter 2591 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 2592 """Sets the enable_transaction_point_metadata of this UserSettingsInformation. 2593 2594 Reserved for DocuSign. # noqa: E501 2595 2596 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 2597 :type: SettingsMetadata 2598 """ 2599 2600 self._enable_transaction_point_metadata = enable_transaction_point_metadata 2601 2602 @property 2603 def enable_vaulting(self): 2604 """Gets the enable_vaulting of this UserSettingsInformation. # noqa: E501 2605 2606 # noqa: E501 2607 2608 :return: The enable_vaulting of this UserSettingsInformation. # noqa: E501 2609 :rtype: str 2610 """ 2611 return self._enable_vaulting 2612 2613 @enable_vaulting.setter 2614 def enable_vaulting(self, enable_vaulting): 2615 """Sets the enable_vaulting of this UserSettingsInformation. 2616 2617 # noqa: E501 2618 2619 :param enable_vaulting: The enable_vaulting of this UserSettingsInformation. # noqa: E501 2620 :type: str 2621 """ 2622 2623 self._enable_vaulting = enable_vaulting 2624 2625 @property 2626 def enable_vaulting_metadata(self): 2627 """Gets the enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2628 2629 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 2630 2631 :return: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2632 :rtype: SettingsMetadata 2633 """ 2634 return self._enable_vaulting_metadata 2635 2636 @enable_vaulting_metadata.setter 2637 def enable_vaulting_metadata(self, enable_vaulting_metadata): 2638 """Sets the enable_vaulting_metadata of this UserSettingsInformation. 2639 2640 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 2641 2642 :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 2643 :type: SettingsMetadata 2644 """ 2645 2646 self._enable_vaulting_metadata = enable_vaulting_metadata 2647 2648 @property 2649 def express_send_only(self): 2650 """Gets the express_send_only of this UserSettingsInformation. # noqa: E501 2651 2652 # noqa: E501 2653 2654 :return: The express_send_only of this UserSettingsInformation. # noqa: E501 2655 :rtype: str 2656 """ 2657 return self._express_send_only 2658 2659 @express_send_only.setter 2660 def express_send_only(self, express_send_only): 2661 """Sets the express_send_only of this UserSettingsInformation. 2662 2663 # noqa: E501 2664 2665 :param express_send_only: The express_send_only of this UserSettingsInformation. # noqa: E501 2666 :type: str 2667 """ 2668 2669 self._express_send_only = express_send_only 2670 2671 @property 2672 def is_managed_by_scim(self): 2673 """Gets the is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2674 2675 # noqa: E501 2676 2677 :return: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2678 :rtype: str 2679 """ 2680 return self._is_managed_by_scim 2681 2682 @is_managed_by_scim.setter 2683 def is_managed_by_scim(self, is_managed_by_scim): 2684 """Sets the is_managed_by_scim of this UserSettingsInformation. 2685 2686 # noqa: E501 2687 2688 :param is_managed_by_scim: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501 2689 :type: str 2690 """ 2691 2692 self._is_managed_by_scim = is_managed_by_scim 2693 2694 @property 2695 def is_managed_by_scim_metadata(self): 2696 """Gets the is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2697 2698 # noqa: E501 2699 2700 :return: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2701 :rtype: SettingsMetadata 2702 """ 2703 return self._is_managed_by_scim_metadata 2704 2705 @is_managed_by_scim_metadata.setter 2706 def is_managed_by_scim_metadata(self, is_managed_by_scim_metadata): 2707 """Sets the is_managed_by_scim_metadata of this UserSettingsInformation. 2708 2709 # noqa: E501 2710 2711 :param is_managed_by_scim_metadata: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2712 :type: SettingsMetadata 2713 """ 2714 2715 self._is_managed_by_scim_metadata = is_managed_by_scim_metadata 2716 2717 @property 2718 def is_membership_managed_by_scim(self): 2719 """Gets the is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2720 2721 # noqa: E501 2722 2723 :return: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2724 :rtype: str 2725 """ 2726 return self._is_membership_managed_by_scim 2727 2728 @is_membership_managed_by_scim.setter 2729 def is_membership_managed_by_scim(self, is_membership_managed_by_scim): 2730 """Sets the is_membership_managed_by_scim of this UserSettingsInformation. 2731 2732 # noqa: E501 2733 2734 :param is_membership_managed_by_scim: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501 2735 :type: str 2736 """ 2737 2738 self._is_membership_managed_by_scim = is_membership_managed_by_scim 2739 2740 @property 2741 def is_membership_managed_by_scim_metadata(self): 2742 """Gets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2743 2744 # noqa: E501 2745 2746 :return: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2747 :rtype: SettingsMetadata 2748 """ 2749 return self._is_membership_managed_by_scim_metadata 2750 2751 @is_membership_managed_by_scim_metadata.setter 2752 def is_membership_managed_by_scim_metadata(self, is_membership_managed_by_scim_metadata): 2753 """Sets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. 2754 2755 # noqa: E501 2756 2757 :param is_membership_managed_by_scim_metadata: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501 2758 :type: SettingsMetadata 2759 """ 2760 2761 self._is_membership_managed_by_scim_metadata = is_membership_managed_by_scim_metadata 2762 2763 @property 2764 def locale(self): 2765 """Gets the locale of this UserSettingsInformation. # noqa: E501 2766 2767 # noqa: E501 2768 2769 :return: The locale of this UserSettingsInformation. # noqa: E501 2770 :rtype: str 2771 """ 2772 return self._locale 2773 2774 @locale.setter 2775 def locale(self, locale): 2776 """Sets the locale of this UserSettingsInformation. 2777 2778 # noqa: E501 2779 2780 :param locale: The locale of this UserSettingsInformation. # noqa: E501 2781 :type: str 2782 """ 2783 2784 self._locale = locale 2785 2786 @property 2787 def locale_metadata(self): 2788 """Gets the locale_metadata of this UserSettingsInformation. # noqa: E501 2789 2790 Metadata about the `locale` property. # noqa: E501 2791 2792 :return: The locale_metadata of this UserSettingsInformation. # noqa: E501 2793 :rtype: SettingsMetadata 2794 """ 2795 return self._locale_metadata 2796 2797 @locale_metadata.setter 2798 def locale_metadata(self, locale_metadata): 2799 """Sets the locale_metadata of this UserSettingsInformation. 2800 2801 Metadata about the `locale` property. # noqa: E501 2802 2803 :param locale_metadata: The locale_metadata of this UserSettingsInformation. # noqa: E501 2804 :type: SettingsMetadata 2805 """ 2806 2807 self._locale_metadata = locale_metadata 2808 2809 @property 2810 def locale_policy(self): 2811 """Gets the locale_policy of this UserSettingsInformation. # noqa: E501 2812 2813 Reserved for DocuSign. # noqa: E501 2814 2815 :return: The locale_policy of this UserSettingsInformation. # noqa: E501 2816 :rtype: LocalePolicy 2817 """ 2818 return self._locale_policy 2819 2820 @locale_policy.setter 2821 def locale_policy(self, locale_policy): 2822 """Sets the locale_policy of this UserSettingsInformation. 2823 2824 Reserved for DocuSign. # noqa: E501 2825 2826 :param locale_policy: The locale_policy of this UserSettingsInformation. # noqa: E501 2827 :type: LocalePolicy 2828 """ 2829 2830 self._locale_policy = locale_policy 2831 2832 @property 2833 def manage_clickwraps_mode(self): 2834 """Gets the manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2835 2836 # noqa: E501 2837 2838 :return: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2839 :rtype: str 2840 """ 2841 return self._manage_clickwraps_mode 2842 2843 @manage_clickwraps_mode.setter 2844 def manage_clickwraps_mode(self, manage_clickwraps_mode): 2845 """Sets the manage_clickwraps_mode of this UserSettingsInformation. 2846 2847 # noqa: E501 2848 2849 :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 2850 :type: str 2851 """ 2852 2853 self._manage_clickwraps_mode = manage_clickwraps_mode 2854 2855 @property 2856 def manage_clickwraps_mode_metadata(self): 2857 """Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2858 2859 Metadata about the `manageClickwrapsMode` property. # noqa: E501 2860 2861 :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2862 :rtype: SettingsMetadata 2863 """ 2864 return self._manage_clickwraps_mode_metadata 2865 2866 @manage_clickwraps_mode_metadata.setter 2867 def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata): 2868 """Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation. 2869 2870 Metadata about the `manageClickwrapsMode` property. # noqa: E501 2871 2872 :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 2873 :type: SettingsMetadata 2874 """ 2875 2876 self._manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata 2877 2878 @property 2879 def modified_by(self): 2880 """Gets the modified_by of this UserSettingsInformation. # noqa: E501 2881 2882 # noqa: E501 2883 2884 :return: The modified_by of this UserSettingsInformation. # noqa: E501 2885 :rtype: str 2886 """ 2887 return self._modified_by 2888 2889 @modified_by.setter 2890 def modified_by(self, modified_by): 2891 """Sets the modified_by of this UserSettingsInformation. 2892 2893 # noqa: E501 2894 2895 :param modified_by: The modified_by of this UserSettingsInformation. # noqa: E501 2896 :type: str 2897 """ 2898 2899 self._modified_by = modified_by 2900 2901 @property 2902 def modified_by_metadata(self): 2903 """Gets the modified_by_metadata of this UserSettingsInformation. # noqa: E501 2904 2905 Metadata about the `modifiedBy` property. # noqa: E501 2906 2907 :return: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 2908 :rtype: SettingsMetadata 2909 """ 2910 return self._modified_by_metadata 2911 2912 @modified_by_metadata.setter 2913 def modified_by_metadata(self, modified_by_metadata): 2914 """Sets the modified_by_metadata of this UserSettingsInformation. 2915 2916 Metadata about the `modifiedBy` property. # noqa: E501 2917 2918 :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 2919 :type: SettingsMetadata 2920 """ 2921 2922 self._modified_by_metadata = modified_by_metadata 2923 2924 @property 2925 def modified_date(self): 2926 """Gets the modified_date of this UserSettingsInformation. # noqa: E501 2927 2928 # noqa: E501 2929 2930 :return: The modified_date of this UserSettingsInformation. # noqa: E501 2931 :rtype: str 2932 """ 2933 return self._modified_date 2934 2935 @modified_date.setter 2936 def modified_date(self, modified_date): 2937 """Sets the modified_date of this UserSettingsInformation. 2938 2939 # noqa: E501 2940 2941 :param modified_date: The modified_date of this UserSettingsInformation. # noqa: E501 2942 :type: str 2943 """ 2944 2945 self._modified_date = modified_date 2946 2947 @property 2948 def modified_date_metadata(self): 2949 """Gets the modified_date_metadata of this UserSettingsInformation. # noqa: E501 2950 2951 Metadata about the `modifiedDate` property. # noqa: E501 2952 2953 :return: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 2954 :rtype: SettingsMetadata 2955 """ 2956 return self._modified_date_metadata 2957 2958 @modified_date_metadata.setter 2959 def modified_date_metadata(self, modified_date_metadata): 2960 """Sets the modified_date_metadata of this UserSettingsInformation. 2961 2962 Metadata about the `modifiedDate` property. # noqa: E501 2963 2964 :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 2965 :type: SettingsMetadata 2966 """ 2967 2968 self._modified_date_metadata = modified_date_metadata 2969 2970 @property 2971 def modified_page(self): 2972 """Gets the modified_page of this UserSettingsInformation. # noqa: E501 2973 2974 # noqa: E501 2975 2976 :return: The modified_page of this UserSettingsInformation. # noqa: E501 2977 :rtype: str 2978 """ 2979 return self._modified_page 2980 2981 @modified_page.setter 2982 def modified_page(self, modified_page): 2983 """Sets the modified_page of this UserSettingsInformation. 2984 2985 # noqa: E501 2986 2987 :param modified_page: The modified_page of this UserSettingsInformation. # noqa: E501 2988 :type: str 2989 """ 2990 2991 self._modified_page = modified_page 2992 2993 @property 2994 def modified_page_metadata(self): 2995 """Gets the modified_page_metadata of this UserSettingsInformation. # noqa: E501 2996 2997 Metadata about the `modifiedPage` property. # noqa: E501 2998 2999 :return: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 3000 :rtype: SettingsMetadata 3001 """ 3002 return self._modified_page_metadata 3003 3004 @modified_page_metadata.setter 3005 def modified_page_metadata(self, modified_page_metadata): 3006 """Sets the modified_page_metadata of this UserSettingsInformation. 3007 3008 Metadata about the `modifiedPage` property. # noqa: E501 3009 3010 :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 3011 :type: SettingsMetadata 3012 """ 3013 3014 self._modified_page_metadata = modified_page_metadata 3015 3016 @property 3017 def new_send_ui(self): 3018 """Gets the new_send_ui of this UserSettingsInformation. # noqa: E501 3019 3020 # noqa: E501 3021 3022 :return: The new_send_ui of this UserSettingsInformation. # noqa: E501 3023 :rtype: str 3024 """ 3025 return self._new_send_ui 3026 3027 @new_send_ui.setter 3028 def new_send_ui(self, new_send_ui): 3029 """Sets the new_send_ui of this UserSettingsInformation. 3030 3031 # noqa: E501 3032 3033 :param new_send_ui: The new_send_ui of this UserSettingsInformation. # noqa: E501 3034 :type: str 3035 """ 3036 3037 self._new_send_ui = new_send_ui 3038 3039 @property 3040 def new_send_ui_metadata(self): 3041 """Gets the new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3042 3043 Metadata about the `newSendUI` property. # noqa: E501 3044 3045 :return: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3046 :rtype: SettingsMetadata 3047 """ 3048 return self._new_send_ui_metadata 3049 3050 @new_send_ui_metadata.setter 3051 def new_send_ui_metadata(self, new_send_ui_metadata): 3052 """Sets the new_send_ui_metadata of this UserSettingsInformation. 3053 3054 Metadata about the `newSendUI` property. # noqa: E501 3055 3056 :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 3057 :type: SettingsMetadata 3058 """ 3059 3060 self._new_send_ui_metadata = new_send_ui_metadata 3061 3062 @property 3063 def power_form_mode(self): 3064 """Gets the power_form_mode of this UserSettingsInformation. # noqa: E501 3065 3066 # noqa: E501 3067 3068 :return: The power_form_mode of this UserSettingsInformation. # noqa: E501 3069 :rtype: str 3070 """ 3071 return self._power_form_mode 3072 3073 @power_form_mode.setter 3074 def power_form_mode(self, power_form_mode): 3075 """Sets the power_form_mode of this UserSettingsInformation. 3076 3077 # noqa: E501 3078 3079 :param power_form_mode: The power_form_mode of this UserSettingsInformation. # noqa: E501 3080 :type: str 3081 """ 3082 3083 self._power_form_mode = power_form_mode 3084 3085 @property 3086 def power_form_mode_metadata(self): 3087 """Gets the power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3088 3089 Metadata about the `powerFormMode` property. # noqa: E501 3090 3091 :return: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3092 :rtype: SettingsMetadata 3093 """ 3094 return self._power_form_mode_metadata 3095 3096 @power_form_mode_metadata.setter 3097 def power_form_mode_metadata(self, power_form_mode_metadata): 3098 """Sets the power_form_mode_metadata of this UserSettingsInformation. 3099 3100 Metadata about the `powerFormMode` property. # noqa: E501 3101 3102 :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 3103 :type: SettingsMetadata 3104 """ 3105 3106 self._power_form_mode_metadata = power_form_mode_metadata 3107 3108 @property 3109 def recipient_viewed_notification(self): 3110 """Gets the recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3111 3112 # noqa: E501 3113 3114 :return: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3115 :rtype: str 3116 """ 3117 return self._recipient_viewed_notification 3118 3119 @recipient_viewed_notification.setter 3120 def recipient_viewed_notification(self, recipient_viewed_notification): 3121 """Sets the recipient_viewed_notification of this UserSettingsInformation. 3122 3123 # noqa: E501 3124 3125 :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 3126 :type: str 3127 """ 3128 3129 self._recipient_viewed_notification = recipient_viewed_notification 3130 3131 @property 3132 def recipient_viewed_notification_metadata(self): 3133 """Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3134 3135 Metadata about the `recipientViewedNotification` property. # noqa: E501 3136 3137 :return: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3138 :rtype: SettingsMetadata 3139 """ 3140 return self._recipient_viewed_notification_metadata 3141 3142 @recipient_viewed_notification_metadata.setter 3143 def recipient_viewed_notification_metadata(self, recipient_viewed_notification_metadata): 3144 """Sets the recipient_viewed_notification_metadata of this UserSettingsInformation. 3145 3146 Metadata about the `recipientViewedNotification` property. # noqa: E501 3147 3148 :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 3149 :type: SettingsMetadata 3150 """ 3151 3152 self._recipient_viewed_notification_metadata = recipient_viewed_notification_metadata 3153 3154 @property 3155 def seal_identifiers(self): 3156 """Gets the seal_identifiers of this UserSettingsInformation. # noqa: E501 3157 3158 # noqa: E501 3159 3160 :return: The seal_identifiers of this UserSettingsInformation. # noqa: E501 3161 :rtype: list[SealIdentifier] 3162 """ 3163 return self._seal_identifiers 3164 3165 @seal_identifiers.setter 3166 def seal_identifiers(self, seal_identifiers): 3167 """Sets the seal_identifiers of this UserSettingsInformation. 3168 3169 # noqa: E501 3170 3171 :param seal_identifiers: The seal_identifiers of this UserSettingsInformation. # noqa: E501 3172 :type: list[SealIdentifier] 3173 """ 3174 3175 self._seal_identifiers = seal_identifiers 3176 3177 @property 3178 def self_signed_recipient_email_document(self): 3179 """Gets the self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3180 3181 # noqa: E501 3182 3183 :return: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3184 :rtype: str 3185 """ 3186 return self._self_signed_recipient_email_document 3187 3188 @self_signed_recipient_email_document.setter 3189 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 3190 """Sets the self_signed_recipient_email_document of this UserSettingsInformation. 3191 3192 # noqa: E501 3193 3194 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 3195 :type: str 3196 """ 3197 3198 self._self_signed_recipient_email_document = self_signed_recipient_email_document 3199 3200 @property 3201 def self_signed_recipient_email_document_metadata(self): 3202 """Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3203 3204 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 3205 3206 :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3207 :rtype: SettingsMetadata 3208 """ 3209 return self._self_signed_recipient_email_document_metadata 3210 3211 @self_signed_recipient_email_document_metadata.setter 3212 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 3213 """Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. 3214 3215 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 3216 3217 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 3218 :type: SettingsMetadata 3219 """ 3220 3221 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 3222 3223 @property 3224 def sender_email_notifications(self): 3225 """Gets the sender_email_notifications of this UserSettingsInformation. # noqa: E501 3226 3227 An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501 3228 3229 :return: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 3230 :rtype: SenderEmailNotifications 3231 """ 3232 return self._sender_email_notifications 3233 3234 @sender_email_notifications.setter 3235 def sender_email_notifications(self, sender_email_notifications): 3236 """Sets the sender_email_notifications of this UserSettingsInformation. 3237 3238 An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501 3239 3240 :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 3241 :type: SenderEmailNotifications 3242 """ 3243 3244 self._sender_email_notifications = sender_email_notifications 3245 3246 @property 3247 def signer_email_notifications(self): 3248 """Gets the signer_email_notifications of this UserSettingsInformation. # noqa: E501 3249 3250 An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501 3251 3252 :return: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 3253 :rtype: SignerEmailNotifications 3254 """ 3255 return self._signer_email_notifications 3256 3257 @signer_email_notifications.setter 3258 def signer_email_notifications(self, signer_email_notifications): 3259 """Sets the signer_email_notifications of this UserSettingsInformation. 3260 3261 An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501 3262 3263 :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 3264 :type: SignerEmailNotifications 3265 """ 3266 3267 self._signer_email_notifications = signer_email_notifications 3268 3269 @property 3270 def supplemental_document_include_in_download(self): 3271 """Gets the supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3272 3273 # noqa: E501 3274 3275 :return: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3276 :rtype: str 3277 """ 3278 return self._supplemental_document_include_in_download 3279 3280 @supplemental_document_include_in_download.setter 3281 def supplemental_document_include_in_download(self, supplemental_document_include_in_download): 3282 """Sets the supplemental_document_include_in_download of this UserSettingsInformation. 3283 3284 # noqa: E501 3285 3286 :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 3287 :type: str 3288 """ 3289 3290 self._supplemental_document_include_in_download = supplemental_document_include_in_download 3291 3292 @property 3293 def supplemental_documents_must_accept(self): 3294 """Gets the supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3295 3296 # noqa: E501 3297 3298 :return: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3299 :rtype: str 3300 """ 3301 return self._supplemental_documents_must_accept 3302 3303 @supplemental_documents_must_accept.setter 3304 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 3305 """Sets the supplemental_documents_must_accept of this UserSettingsInformation. 3306 3307 # noqa: E501 3308 3309 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 3310 :type: str 3311 """ 3312 3313 self._supplemental_documents_must_accept = supplemental_documents_must_accept 3314 3315 @property 3316 def supplemental_documents_must_accept_metadata(self): 3317 """Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3318 3319 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 3320 3321 :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3322 :rtype: SettingsMetadata 3323 """ 3324 return self._supplemental_documents_must_accept_metadata 3325 3326 @supplemental_documents_must_accept_metadata.setter 3327 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 3328 """Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. 3329 3330 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 3331 3332 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 3333 :type: SettingsMetadata 3334 """ 3335 3336 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 3337 3338 @property 3339 def supplemental_documents_must_read(self): 3340 """Gets the supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3341 3342 # noqa: E501 3343 3344 :return: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3345 :rtype: str 3346 """ 3347 return self._supplemental_documents_must_read 3348 3349 @supplemental_documents_must_read.setter 3350 def supplemental_documents_must_read(self, supplemental_documents_must_read): 3351 """Sets the supplemental_documents_must_read of this UserSettingsInformation. 3352 3353 # noqa: E501 3354 3355 :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 3356 :type: str 3357 """ 3358 3359 self._supplemental_documents_must_read = supplemental_documents_must_read 3360 3361 @property 3362 def supplemental_documents_must_read_metadata(self): 3363 """Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3364 3365 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 3366 3367 :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3368 :rtype: SettingsMetadata 3369 """ 3370 return self._supplemental_documents_must_read_metadata 3371 3372 @supplemental_documents_must_read_metadata.setter 3373 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 3374 """Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation. 3375 3376 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 3377 3378 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 3379 :type: SettingsMetadata 3380 """ 3381 3382 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 3383 3384 @property 3385 def supplemental_documents_must_view(self): 3386 """Gets the supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3387 3388 # noqa: E501 3389 3390 :return: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3391 :rtype: str 3392 """ 3393 return self._supplemental_documents_must_view 3394 3395 @supplemental_documents_must_view.setter 3396 def supplemental_documents_must_view(self, supplemental_documents_must_view): 3397 """Sets the supplemental_documents_must_view of this UserSettingsInformation. 3398 3399 # noqa: E501 3400 3401 :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 3402 :type: str 3403 """ 3404 3405 self._supplemental_documents_must_view = supplemental_documents_must_view 3406 3407 @property 3408 def supplemental_documents_must_view_metadata(self): 3409 """Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3410 3411 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 3412 3413 :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3414 :rtype: SettingsMetadata 3415 """ 3416 return self._supplemental_documents_must_view_metadata 3417 3418 @supplemental_documents_must_view_metadata.setter 3419 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 3420 """Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation. 3421 3422 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 3423 3424 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 3425 :type: SettingsMetadata 3426 """ 3427 3428 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 3429 3430 @property 3431 def template_active_creation(self): 3432 """Gets the template_active_creation of this UserSettingsInformation. # noqa: E501 3433 3434 # noqa: E501 3435 3436 :return: The template_active_creation of this UserSettingsInformation. # noqa: E501 3437 :rtype: str 3438 """ 3439 return self._template_active_creation 3440 3441 @template_active_creation.setter 3442 def template_active_creation(self, template_active_creation): 3443 """Sets the template_active_creation of this UserSettingsInformation. 3444 3445 # noqa: E501 3446 3447 :param template_active_creation: The template_active_creation of this UserSettingsInformation. # noqa: E501 3448 :type: str 3449 """ 3450 3451 self._template_active_creation = template_active_creation 3452 3453 @property 3454 def template_active_creation_metadata(self): 3455 """Gets the template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3456 3457 Metadata about the `templateActiveCreation` property. # noqa: E501 3458 3459 :return: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3460 :rtype: SettingsMetadata 3461 """ 3462 return self._template_active_creation_metadata 3463 3464 @template_active_creation_metadata.setter 3465 def template_active_creation_metadata(self, template_active_creation_metadata): 3466 """Sets the template_active_creation_metadata of this UserSettingsInformation. 3467 3468 Metadata about the `templateActiveCreation` property. # noqa: E501 3469 3470 :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 3471 :type: SettingsMetadata 3472 """ 3473 3474 self._template_active_creation_metadata = template_active_creation_metadata 3475 3476 @property 3477 def template_apply_notify(self): 3478 """Gets the template_apply_notify of this UserSettingsInformation. # noqa: E501 3479 3480 # noqa: E501 3481 3482 :return: The template_apply_notify of this UserSettingsInformation. # noqa: E501 3483 :rtype: str 3484 """ 3485 return self._template_apply_notify 3486 3487 @template_apply_notify.setter 3488 def template_apply_notify(self, template_apply_notify): 3489 """Sets the template_apply_notify of this UserSettingsInformation. 3490 3491 # noqa: E501 3492 3493 :param template_apply_notify: The template_apply_notify of this UserSettingsInformation. # noqa: E501 3494 :type: str 3495 """ 3496 3497 self._template_apply_notify = template_apply_notify 3498 3499 @property 3500 def template_apply_notify_metadata(self): 3501 """Gets the template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3502 3503 Metadata about the `templateApplyNotify` property. # noqa: E501 3504 3505 :return: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3506 :rtype: SettingsMetadata 3507 """ 3508 return self._template_apply_notify_metadata 3509 3510 @template_apply_notify_metadata.setter 3511 def template_apply_notify_metadata(self, template_apply_notify_metadata): 3512 """Sets the template_apply_notify_metadata of this UserSettingsInformation. 3513 3514 Metadata about the `templateApplyNotify` property. # noqa: E501 3515 3516 :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 3517 :type: SettingsMetadata 3518 """ 3519 3520 self._template_apply_notify_metadata = template_apply_notify_metadata 3521 3522 @property 3523 def template_auto_matching(self): 3524 """Gets the template_auto_matching of this UserSettingsInformation. # noqa: E501 3525 3526 # noqa: E501 3527 3528 :return: The template_auto_matching of this UserSettingsInformation. # noqa: E501 3529 :rtype: str 3530 """ 3531 return self._template_auto_matching 3532 3533 @template_auto_matching.setter 3534 def template_auto_matching(self, template_auto_matching): 3535 """Sets the template_auto_matching of this UserSettingsInformation. 3536 3537 # noqa: E501 3538 3539 :param template_auto_matching: The template_auto_matching of this UserSettingsInformation. # noqa: E501 3540 :type: str 3541 """ 3542 3543 self._template_auto_matching = template_auto_matching 3544 3545 @property 3546 def template_auto_matching_metadata(self): 3547 """Gets the template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3548 3549 Metadata about the `templateAutoMatching` property. # noqa: E501 3550 3551 :return: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3552 :rtype: SettingsMetadata 3553 """ 3554 return self._template_auto_matching_metadata 3555 3556 @template_auto_matching_metadata.setter 3557 def template_auto_matching_metadata(self, template_auto_matching_metadata): 3558 """Sets the template_auto_matching_metadata of this UserSettingsInformation. 3559 3560 Metadata about the `templateAutoMatching` property. # noqa: E501 3561 3562 :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 3563 :type: SettingsMetadata 3564 """ 3565 3566 self._template_auto_matching_metadata = template_auto_matching_metadata 3567 3568 @property 3569 def template_matching_sensitivity(self): 3570 """Gets the template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3571 3572 # noqa: E501 3573 3574 :return: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3575 :rtype: str 3576 """ 3577 return self._template_matching_sensitivity 3578 3579 @template_matching_sensitivity.setter 3580 def template_matching_sensitivity(self, template_matching_sensitivity): 3581 """Sets the template_matching_sensitivity of this UserSettingsInformation. 3582 3583 # noqa: E501 3584 3585 :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 3586 :type: str 3587 """ 3588 3589 self._template_matching_sensitivity = template_matching_sensitivity 3590 3591 @property 3592 def template_matching_sensitivity_metadata(self): 3593 """Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3594 3595 Metadata about the `tempalteMatchingSensitivity` property. # noqa: E501 3596 3597 :return: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3598 :rtype: SettingsMetadata 3599 """ 3600 return self._template_matching_sensitivity_metadata 3601 3602 @template_matching_sensitivity_metadata.setter 3603 def template_matching_sensitivity_metadata(self, template_matching_sensitivity_metadata): 3604 """Sets the template_matching_sensitivity_metadata of this UserSettingsInformation. 3605 3606 Metadata about the `tempalteMatchingSensitivity` property. # noqa: E501 3607 3608 :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 3609 :type: SettingsMetadata 3610 """ 3611 3612 self._template_matching_sensitivity_metadata = template_matching_sensitivity_metadata 3613 3614 @property 3615 def template_page_level_matching(self): 3616 """Gets the template_page_level_matching of this UserSettingsInformation. # noqa: E501 3617 3618 # noqa: E501 3619 3620 :return: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 3621 :rtype: str 3622 """ 3623 return self._template_page_level_matching 3624 3625 @template_page_level_matching.setter 3626 def template_page_level_matching(self, template_page_level_matching): 3627 """Sets the template_page_level_matching of this UserSettingsInformation. 3628 3629 # noqa: E501 3630 3631 :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 3632 :type: str 3633 """ 3634 3635 self._template_page_level_matching = template_page_level_matching 3636 3637 @property 3638 def template_page_level_matching_metadata(self): 3639 """Gets the template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3640 3641 Metadata about the `templatePageLevelMatching` property. # noqa: E501 3642 3643 :return: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3644 :rtype: SettingsMetadata 3645 """ 3646 return self._template_page_level_matching_metadata 3647 3648 @template_page_level_matching_metadata.setter 3649 def template_page_level_matching_metadata(self, template_page_level_matching_metadata): 3650 """Sets the template_page_level_matching_metadata of this UserSettingsInformation. 3651 3652 Metadata about the `templatePageLevelMatching` property. # noqa: E501 3653 3654 :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 3655 :type: SettingsMetadata 3656 """ 3657 3658 self._template_page_level_matching_metadata = template_page_level_matching_metadata 3659 3660 @property 3661 def timezone_dst(self): 3662 """Gets the timezone_dst of this UserSettingsInformation. # noqa: E501 3663 3664 # noqa: E501 3665 3666 :return: The timezone_dst of this UserSettingsInformation. # noqa: E501 3667 :rtype: str 3668 """ 3669 return self._timezone_dst 3670 3671 @timezone_dst.setter 3672 def timezone_dst(self, timezone_dst): 3673 """Sets the timezone_dst of this UserSettingsInformation. 3674 3675 # noqa: E501 3676 3677 :param timezone_dst: The timezone_dst of this UserSettingsInformation. # noqa: E501 3678 :type: str 3679 """ 3680 3681 self._timezone_dst = timezone_dst 3682 3683 @property 3684 def timezone_dst_metadata(self): 3685 """Gets the timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3686 3687 Metadata about the `timezoneDST` property. # noqa: E501 3688 3689 :return: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3690 :rtype: SettingsMetadata 3691 """ 3692 return self._timezone_dst_metadata 3693 3694 @timezone_dst_metadata.setter 3695 def timezone_dst_metadata(self, timezone_dst_metadata): 3696 """Sets the timezone_dst_metadata of this UserSettingsInformation. 3697 3698 Metadata about the `timezoneDST` property. # noqa: E501 3699 3700 :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 3701 :type: SettingsMetadata 3702 """ 3703 3704 self._timezone_dst_metadata = timezone_dst_metadata 3705 3706 @property 3707 def timezone_mask(self): 3708 """Gets the timezone_mask of this UserSettingsInformation. # noqa: E501 3709 3710 # noqa: E501 3711 3712 :return: The timezone_mask of this UserSettingsInformation. # noqa: E501 3713 :rtype: str 3714 """ 3715 return self._timezone_mask 3716 3717 @timezone_mask.setter 3718 def timezone_mask(self, timezone_mask): 3719 """Sets the timezone_mask of this UserSettingsInformation. 3720 3721 # noqa: E501 3722 3723 :param timezone_mask: The timezone_mask of this UserSettingsInformation. # noqa: E501 3724 :type: str 3725 """ 3726 3727 self._timezone_mask = timezone_mask 3728 3729 @property 3730 def timezone_mask_metadata(self): 3731 """Gets the timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3732 3733 Metadata about the `timezoneMask` property. # noqa: E501 3734 3735 :return: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3736 :rtype: SettingsMetadata 3737 """ 3738 return self._timezone_mask_metadata 3739 3740 @timezone_mask_metadata.setter 3741 def timezone_mask_metadata(self, timezone_mask_metadata): 3742 """Sets the timezone_mask_metadata of this UserSettingsInformation. 3743 3744 Metadata about the `timezoneMask` property. # noqa: E501 3745 3746 :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 3747 :type: SettingsMetadata 3748 """ 3749 3750 self._timezone_mask_metadata = timezone_mask_metadata 3751 3752 @property 3753 def timezone_offset(self): 3754 """Gets the timezone_offset of this UserSettingsInformation. # noqa: E501 3755 3756 # noqa: E501 3757 3758 :return: The timezone_offset of this UserSettingsInformation. # noqa: E501 3759 :rtype: str 3760 """ 3761 return self._timezone_offset 3762 3763 @timezone_offset.setter 3764 def timezone_offset(self, timezone_offset): 3765 """Sets the timezone_offset of this UserSettingsInformation. 3766 3767 # noqa: E501 3768 3769 :param timezone_offset: The timezone_offset of this UserSettingsInformation. # noqa: E501 3770 :type: str 3771 """ 3772 3773 self._timezone_offset = timezone_offset 3774 3775 @property 3776 def timezone_offset_metadata(self): 3777 """Gets the timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3778 3779 Metadata about the `timezoneOffset` property. # noqa: E501 3780 3781 :return: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3782 :rtype: SettingsMetadata 3783 """ 3784 return self._timezone_offset_metadata 3785 3786 @timezone_offset_metadata.setter 3787 def timezone_offset_metadata(self, timezone_offset_metadata): 3788 """Sets the timezone_offset_metadata of this UserSettingsInformation. 3789 3790 Metadata about the `timezoneOffset` property. # noqa: E501 3791 3792 :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 3793 :type: SettingsMetadata 3794 """ 3795 3796 self._timezone_offset_metadata = timezone_offset_metadata 3797 3798 @property 3799 def timezone_sending_pref(self): 3800 """Gets the timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3801 3802 # noqa: E501 3803 3804 :return: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3805 :rtype: str 3806 """ 3807 return self._timezone_sending_pref 3808 3809 @timezone_sending_pref.setter 3810 def timezone_sending_pref(self, timezone_sending_pref): 3811 """Sets the timezone_sending_pref of this UserSettingsInformation. 3812 3813 # noqa: E501 3814 3815 :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 3816 :type: str 3817 """ 3818 3819 self._timezone_sending_pref = timezone_sending_pref 3820 3821 @property 3822 def timezone_sending_pref_metadata(self): 3823 """Gets the timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3824 3825 Reserved for DocuSign. # noqa: E501 3826 3827 :return: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3828 :rtype: SettingsMetadata 3829 """ 3830 return self._timezone_sending_pref_metadata 3831 3832 @timezone_sending_pref_metadata.setter 3833 def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata): 3834 """Sets the timezone_sending_pref_metadata of this UserSettingsInformation. 3835 3836 Reserved for DocuSign. # noqa: E501 3837 3838 :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 3839 :type: SettingsMetadata 3840 """ 3841 3842 self._timezone_sending_pref_metadata = timezone_sending_pref_metadata 3843 3844 @property 3845 def timezone_signing_pref(self): 3846 """Gets the timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3847 3848 # noqa: E501 3849 3850 :return: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3851 :rtype: str 3852 """ 3853 return self._timezone_signing_pref 3854 3855 @timezone_signing_pref.setter 3856 def timezone_signing_pref(self, timezone_signing_pref): 3857 """Sets the timezone_signing_pref of this UserSettingsInformation. 3858 3859 # noqa: E501 3860 3861 :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 3862 :type: str 3863 """ 3864 3865 self._timezone_signing_pref = timezone_signing_pref 3866 3867 @property 3868 def timezone_signing_pref_metadata(self): 3869 """Gets the timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3870 3871 Reserved for DocuSign. # noqa: E501 3872 3873 :return: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3874 :rtype: SettingsMetadata 3875 """ 3876 return self._timezone_signing_pref_metadata 3877 3878 @timezone_signing_pref_metadata.setter 3879 def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata): 3880 """Sets the timezone_signing_pref_metadata of this UserSettingsInformation. 3881 3882 Reserved for DocuSign. # noqa: E501 3883 3884 :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 3885 :type: SettingsMetadata 3886 """ 3887 3888 self._timezone_signing_pref_metadata = timezone_signing_pref_metadata 3889 3890 @property 3891 def transaction_point_site_name_url(self): 3892 """Gets the transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3893 3894 # noqa: E501 3895 3896 :return: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3897 :rtype: str 3898 """ 3899 return self._transaction_point_site_name_url 3900 3901 @transaction_point_site_name_url.setter 3902 def transaction_point_site_name_url(self, transaction_point_site_name_url): 3903 """Sets the transaction_point_site_name_url of this UserSettingsInformation. 3904 3905 # noqa: E501 3906 3907 :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 3908 :type: str 3909 """ 3910 3911 self._transaction_point_site_name_url = transaction_point_site_name_url 3912 3913 @property 3914 def transaction_point_site_name_url_metadata(self): 3915 """Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3916 3917 Reserved for DocuSign. # noqa: E501 3918 3919 :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3920 :rtype: SettingsMetadata 3921 """ 3922 return self._transaction_point_site_name_url_metadata 3923 3924 @transaction_point_site_name_url_metadata.setter 3925 def transaction_point_site_name_url_metadata(self, transaction_point_site_name_url_metadata): 3926 """Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation. 3927 3928 Reserved for DocuSign. # noqa: E501 3929 3930 :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 3931 :type: SettingsMetadata 3932 """ 3933 3934 self._transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata 3935 3936 @property 3937 def transaction_point_user_name(self): 3938 """Gets the transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3939 3940 # noqa: E501 3941 3942 :return: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3943 :rtype: str 3944 """ 3945 return self._transaction_point_user_name 3946 3947 @transaction_point_user_name.setter 3948 def transaction_point_user_name(self, transaction_point_user_name): 3949 """Sets the transaction_point_user_name of this UserSettingsInformation. 3950 3951 # noqa: E501 3952 3953 :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 3954 :type: str 3955 """ 3956 3957 self._transaction_point_user_name = transaction_point_user_name 3958 3959 @property 3960 def transaction_point_user_name_metadata(self): 3961 """Gets the transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3962 3963 Reserved for DocuSign. # noqa: E501 3964 3965 :return: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3966 :rtype: SettingsMetadata 3967 """ 3968 return self._transaction_point_user_name_metadata 3969 3970 @transaction_point_user_name_metadata.setter 3971 def transaction_point_user_name_metadata(self, transaction_point_user_name_metadata): 3972 """Sets the transaction_point_user_name_metadata of this UserSettingsInformation. 3973 3974 Reserved for DocuSign. # noqa: E501 3975 3976 :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 3977 :type: SettingsMetadata 3978 """ 3979 3980 self._transaction_point_user_name_metadata = transaction_point_user_name_metadata 3981 3982 @property 3983 def vaulting_mode(self): 3984 """Gets the vaulting_mode of this UserSettingsInformation. # noqa: E501 3985 3986 # noqa: E501 3987 3988 :return: The vaulting_mode of this UserSettingsInformation. # noqa: E501 3989 :rtype: str 3990 """ 3991 return self._vaulting_mode 3992 3993 @vaulting_mode.setter 3994 def vaulting_mode(self, vaulting_mode): 3995 """Sets the vaulting_mode of this UserSettingsInformation. 3996 3997 # noqa: E501 3998 3999 :param vaulting_mode: The vaulting_mode of this UserSettingsInformation. # noqa: E501 4000 :type: str 4001 """ 4002 4003 self._vaulting_mode = vaulting_mode 4004 4005 @property 4006 def vaulting_mode_metadata(self): 4007 """Gets the vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4008 4009 Metadata about the `vaultingMode` property. # noqa: E501 4010 4011 :return: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4012 :rtype: SettingsMetadata 4013 """ 4014 return self._vaulting_mode_metadata 4015 4016 @vaulting_mode_metadata.setter 4017 def vaulting_mode_metadata(self, vaulting_mode_metadata): 4018 """Sets the vaulting_mode_metadata of this UserSettingsInformation. 4019 4020 Metadata about the `vaultingMode` property. # noqa: E501 4021 4022 :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 4023 :type: SettingsMetadata 4024 """ 4025 4026 self._vaulting_mode_metadata = vaulting_mode_metadata 4027 4028 @property 4029 def web_forms(self): 4030 """Gets the web_forms of this UserSettingsInformation. # noqa: E501 4031 4032 # noqa: E501 4033 4034 :return: The web_forms of this UserSettingsInformation. # noqa: E501 4035 :rtype: str 4036 """ 4037 return self._web_forms 4038 4039 @web_forms.setter 4040 def web_forms(self, web_forms): 4041 """Sets the web_forms of this UserSettingsInformation. 4042 4043 # noqa: E501 4044 4045 :param web_forms: The web_forms of this UserSettingsInformation. # noqa: E501 4046 :type: str 4047 """ 4048 4049 self._web_forms = web_forms 4050 4051 @property 4052 def web_forms_metadata(self): 4053 """Gets the web_forms_metadata of this UserSettingsInformation. # noqa: E501 4054 4055 # noqa: E501 4056 4057 :return: The web_forms_metadata of this UserSettingsInformation. # noqa: E501 4058 :rtype: SettingsMetadata 4059 """ 4060 return self._web_forms_metadata 4061 4062 @web_forms_metadata.setter 4063 def web_forms_metadata(self, web_forms_metadata): 4064 """Sets the web_forms_metadata of this UserSettingsInformation. 4065 4066 # noqa: E501 4067 4068 :param web_forms_metadata: The web_forms_metadata of this UserSettingsInformation. # noqa: E501 4069 :type: SettingsMetadata 4070 """ 4071 4072 self._web_forms_metadata = web_forms_metadata 4073 4074 def to_dict(self): 4075 """Returns the model properties as a dict""" 4076 result = {} 4077 4078 for attr, _ in six.iteritems(self.swagger_types): 4079 value = getattr(self, attr) 4080 if isinstance(value, list): 4081 result[attr] = list(map( 4082 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 4083 value 4084 )) 4085 elif hasattr(value, "to_dict"): 4086 result[attr] = value.to_dict() 4087 elif isinstance(value, dict): 4088 result[attr] = dict(map( 4089 lambda item: (item[0], item[1].to_dict()) 4090 if hasattr(item[1], "to_dict") else item, 4091 value.items() 4092 )) 4093 else: 4094 result[attr] = value 4095 if issubclass(UserSettingsInformation, dict): 4096 for key, value in self.items(): 4097 result[key] = value 4098 4099 return result 4100 4101 def to_str(self): 4102 """Returns the string representation of the model""" 4103 return pprint.pformat(self.to_dict()) 4104 4105 def __repr__(self): 4106 """For `print` and `pprint`""" 4107 return self.to_str() 4108 4109 def __eq__(self, other): 4110 """Returns true if both objects are equal""" 4111 if not isinstance(other, UserSettingsInformation): 4112 return False 4113 4114 return self.to_dict() == other.to_dict() 4115 4116 def __ne__(self, other): 4117 """Returns true if both objects are not equal""" 4118 if not isinstance(other, UserSettingsInformation): 4119 return True 4120 4121 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.
340 def __init__(self, _configuration=None, **kwargs): # noqa: E501 341 """UserSettingsInformation - a model defined in Swagger""" # noqa: E501 342 if _configuration is None: 343 _configuration = Configuration() 344 self._configuration = _configuration 345 346 self._account_agreements_access_type = None 347 self._account_agreements_access_type_metadata = None 348 self._account_management_granular = None 349 self._admin_only = None 350 self._admin_only_metadata = None 351 self._allow_access_to_all_account_agreements = None 352 self._allow_access_to_all_account_agreements_metadata = None 353 self._allow_auto_tagging = None 354 self._allowed_document_template_library_access = None 355 self._allowed_document_template_library_access_metadata = None 356 self._allowed_orchestration_access = None 357 self._allowed_orchestration_access_metadata = None 358 self._allow_envelope_transfer_to = None 359 self._allow_envelope_transfer_to_metadata = None 360 self._allow_eseal_recipients = None 361 self._allow_eseal_recipients_metadata = None 362 self._allow_power_forms_admin_to_access_all_power_form_envelope = None 363 self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None 364 self._allow_recipient_language_selection = None 365 self._allow_recipient_language_selection_metadata = None 366 self._allow_send_on_behalf_of = None 367 self._allow_send_on_behalf_of_metadata = None 368 self._allow_supplemental_documents = None 369 self._allow_supplemental_documents_metadata = None 370 self._allow_transactions = None 371 self._allow_transactions_metadata = None 372 self._anchor_tag_versioned_placement_enabled = None 373 self._api_account_wide_access = None 374 self._api_account_wide_access_metadata = None 375 self._api_can_export_ac = None 376 self._api_can_export_ac_metadata = None 377 self._bulk_send = None 378 self._bulk_send_metadata = None 379 self._can_bulk_upload_agreements = None 380 self._can_bulk_upload_agreements_metadata = None 381 self._can_charge_account = None 382 self._can_charge_account_metadata = None 383 self._can_create_transaction = None 384 self._can_create_transaction_metadata = None 385 self._can_delete_documents_in_transaction = None 386 self._can_delete_documents_in_transaction_metadata = None 387 self._can_delete_transaction = None 388 self._can_delete_transaction_metadata = None 389 self._can_edit_shared_addressbook = None 390 self._can_edit_shared_addressbook_metadata = None 391 self._can_lock_envelopes = None 392 self._can_lock_envelopes_metadata = None 393 self._can_manage_account = None 394 self._can_manage_account_metadata = None 395 self._can_manage_agreement_parties = None 396 self._can_manage_agreement_parties_metadata = None 397 self._can_manage_distributor = None 398 self._can_manage_distributor_metadata = None 399 self._can_manage_templates = None 400 self._can_manage_templates_metadata = None 401 self._can_send_api_requests = None 402 self._can_send_api_requests_metadata = None 403 self._can_send_envelope = None 404 self._can_send_envelope_metadata = None 405 self._can_send_envelopes_via_sms = None 406 self._can_send_envelopes_via_sms_metadata = None 407 self._can_sign_envelope = None 408 self._can_sign_envelope_metadata = None 409 self._can_use_scratchpad = None 410 self._can_use_scratchpad_metadata = None 411 self._can_use_smart_contracts = None 412 self._can_use_smart_contracts_metadata = None 413 self._disable_document_upload = None 414 self._disable_document_upload_metadata = None 415 self._disable_other_actions = None 416 self._disable_other_actions_metadata = None 417 self._enable_ds_pro = None 418 self._enable_ds_pro_metadata = None 419 self._enable_key_terms_suggestions_by_document_type = None 420 self._enable_key_terms_suggestions_by_document_type_metadata = None 421 self._enable_sequential_signing_api = None 422 self._enable_sequential_signing_api_metadata = None 423 self._enable_sequential_signing_ui = None 424 self._enable_sequential_signing_ui_metadata = None 425 self._enable_signer_attachments = None 426 self._enable_signer_attachments_metadata = None 427 self._enable_sign_on_paper_override = None 428 self._enable_sign_on_paper_override_metadata = None 429 self._enable_transaction_point = None 430 self._enable_transaction_point_metadata = None 431 self._enable_vaulting = None 432 self._enable_vaulting_metadata = None 433 self._express_send_only = None 434 self._is_managed_by_scim = None 435 self._is_managed_by_scim_metadata = None 436 self._is_membership_managed_by_scim = None 437 self._is_membership_managed_by_scim_metadata = None 438 self._locale = None 439 self._locale_metadata = None 440 self._locale_policy = None 441 self._manage_clickwraps_mode = None 442 self._manage_clickwraps_mode_metadata = None 443 self._modified_by = None 444 self._modified_by_metadata = None 445 self._modified_date = None 446 self._modified_date_metadata = None 447 self._modified_page = None 448 self._modified_page_metadata = None 449 self._new_send_ui = None 450 self._new_send_ui_metadata = None 451 self._power_form_mode = None 452 self._power_form_mode_metadata = None 453 self._recipient_viewed_notification = None 454 self._recipient_viewed_notification_metadata = None 455 self._seal_identifiers = None 456 self._self_signed_recipient_email_document = None 457 self._self_signed_recipient_email_document_metadata = None 458 self._sender_email_notifications = None 459 self._signer_email_notifications = None 460 self._supplemental_document_include_in_download = None 461 self._supplemental_documents_must_accept = None 462 self._supplemental_documents_must_accept_metadata = None 463 self._supplemental_documents_must_read = None 464 self._supplemental_documents_must_read_metadata = None 465 self._supplemental_documents_must_view = None 466 self._supplemental_documents_must_view_metadata = None 467 self._template_active_creation = None 468 self._template_active_creation_metadata = None 469 self._template_apply_notify = None 470 self._template_apply_notify_metadata = None 471 self._template_auto_matching = None 472 self._template_auto_matching_metadata = None 473 self._template_matching_sensitivity = None 474 self._template_matching_sensitivity_metadata = None 475 self._template_page_level_matching = None 476 self._template_page_level_matching_metadata = None 477 self._timezone_dst = None 478 self._timezone_dst_metadata = None 479 self._timezone_mask = None 480 self._timezone_mask_metadata = None 481 self._timezone_offset = None 482 self._timezone_offset_metadata = None 483 self._timezone_sending_pref = None 484 self._timezone_sending_pref_metadata = None 485 self._timezone_signing_pref = None 486 self._timezone_signing_pref_metadata = None 487 self._transaction_point_site_name_url = None 488 self._transaction_point_site_name_url_metadata = None 489 self._transaction_point_user_name = None 490 self._transaction_point_user_name_metadata = None 491 self._vaulting_mode = None 492 self._vaulting_mode_metadata = None 493 self._web_forms = None 494 self._web_forms_metadata = None 495 self.discriminator = None 496 497 setattr(self, "_{}".format('account_agreements_access_type'), kwargs.get('account_agreements_access_type', None)) 498 setattr(self, "_{}".format('account_agreements_access_type_metadata'), kwargs.get('account_agreements_access_type_metadata', None)) 499 setattr(self, "_{}".format('account_management_granular'), kwargs.get('account_management_granular', None)) 500 setattr(self, "_{}".format('admin_only'), kwargs.get('admin_only', None)) 501 setattr(self, "_{}".format('admin_only_metadata'), kwargs.get('admin_only_metadata', None)) 502 setattr(self, "_{}".format('allow_access_to_all_account_agreements'), kwargs.get('allow_access_to_all_account_agreements', None)) 503 setattr(self, "_{}".format('allow_access_to_all_account_agreements_metadata'), kwargs.get('allow_access_to_all_account_agreements_metadata', None)) 504 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 505 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 506 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 507 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 508 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 509 setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None)) 510 setattr(self, "_{}".format('allow_envelope_transfer_to_metadata'), kwargs.get('allow_envelope_transfer_to_metadata', None)) 511 setattr(self, "_{}".format('allow_eseal_recipients'), kwargs.get('allow_eseal_recipients', None)) 512 setattr(self, "_{}".format('allow_eseal_recipients_metadata'), kwargs.get('allow_eseal_recipients_metadata', None)) 513 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope', None)) 514 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelope_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelope_metadata', None)) 515 setattr(self, "_{}".format('allow_recipient_language_selection'), kwargs.get('allow_recipient_language_selection', None)) 516 setattr(self, "_{}".format('allow_recipient_language_selection_metadata'), kwargs.get('allow_recipient_language_selection_metadata', None)) 517 setattr(self, "_{}".format('allow_send_on_behalf_of'), kwargs.get('allow_send_on_behalf_of', None)) 518 setattr(self, "_{}".format('allow_send_on_behalf_of_metadata'), kwargs.get('allow_send_on_behalf_of_metadata', None)) 519 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 520 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 521 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 522 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 523 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 524 setattr(self, "_{}".format('api_account_wide_access'), kwargs.get('api_account_wide_access', None)) 525 setattr(self, "_{}".format('api_account_wide_access_metadata'), kwargs.get('api_account_wide_access_metadata', None)) 526 setattr(self, "_{}".format('api_can_export_ac'), kwargs.get('api_can_export_ac', None)) 527 setattr(self, "_{}".format('api_can_export_ac_metadata'), kwargs.get('api_can_export_ac_metadata', None)) 528 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 529 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 530 setattr(self, "_{}".format('can_bulk_upload_agreements'), kwargs.get('can_bulk_upload_agreements', None)) 531 setattr(self, "_{}".format('can_bulk_upload_agreements_metadata'), kwargs.get('can_bulk_upload_agreements_metadata', None)) 532 setattr(self, "_{}".format('can_charge_account'), kwargs.get('can_charge_account', None)) 533 setattr(self, "_{}".format('can_charge_account_metadata'), kwargs.get('can_charge_account_metadata', None)) 534 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 535 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 536 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 537 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 538 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 539 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 540 setattr(self, "_{}".format('can_edit_shared_addressbook'), kwargs.get('can_edit_shared_addressbook', None)) 541 setattr(self, "_{}".format('can_edit_shared_addressbook_metadata'), kwargs.get('can_edit_shared_addressbook_metadata', None)) 542 setattr(self, "_{}".format('can_lock_envelopes'), kwargs.get('can_lock_envelopes', None)) 543 setattr(self, "_{}".format('can_lock_envelopes_metadata'), kwargs.get('can_lock_envelopes_metadata', None)) 544 setattr(self, "_{}".format('can_manage_account'), kwargs.get('can_manage_account', None)) 545 setattr(self, "_{}".format('can_manage_account_metadata'), kwargs.get('can_manage_account_metadata', None)) 546 setattr(self, "_{}".format('can_manage_agreement_parties'), kwargs.get('can_manage_agreement_parties', None)) 547 setattr(self, "_{}".format('can_manage_agreement_parties_metadata'), kwargs.get('can_manage_agreement_parties_metadata', None)) 548 setattr(self, "_{}".format('can_manage_distributor'), kwargs.get('can_manage_distributor', None)) 549 setattr(self, "_{}".format('can_manage_distributor_metadata'), kwargs.get('can_manage_distributor_metadata', None)) 550 setattr(self, "_{}".format('can_manage_templates'), kwargs.get('can_manage_templates', None)) 551 setattr(self, "_{}".format('can_manage_templates_metadata'), kwargs.get('can_manage_templates_metadata', None)) 552 setattr(self, "_{}".format('can_send_api_requests'), kwargs.get('can_send_api_requests', None)) 553 setattr(self, "_{}".format('can_send_api_requests_metadata'), kwargs.get('can_send_api_requests_metadata', None)) 554 setattr(self, "_{}".format('can_send_envelope'), kwargs.get('can_send_envelope', None)) 555 setattr(self, "_{}".format('can_send_envelope_metadata'), kwargs.get('can_send_envelope_metadata', None)) 556 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 557 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 558 setattr(self, "_{}".format('can_sign_envelope'), kwargs.get('can_sign_envelope', None)) 559 setattr(self, "_{}".format('can_sign_envelope_metadata'), kwargs.get('can_sign_envelope_metadata', None)) 560 setattr(self, "_{}".format('can_use_scratchpad'), kwargs.get('can_use_scratchpad', None)) 561 setattr(self, "_{}".format('can_use_scratchpad_metadata'), kwargs.get('can_use_scratchpad_metadata', None)) 562 setattr(self, "_{}".format('can_use_smart_contracts'), kwargs.get('can_use_smart_contracts', None)) 563 setattr(self, "_{}".format('can_use_smart_contracts_metadata'), kwargs.get('can_use_smart_contracts_metadata', None)) 564 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 565 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 566 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 567 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 568 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 569 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 570 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 571 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 572 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 573 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 574 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 575 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 576 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 577 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 578 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 579 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 580 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 581 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 582 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 583 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 584 setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None)) 585 setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None)) 586 setattr(self, "_{}".format('is_managed_by_scim_metadata'), kwargs.get('is_managed_by_scim_metadata', None)) 587 setattr(self, "_{}".format('is_membership_managed_by_scim'), kwargs.get('is_membership_managed_by_scim', None)) 588 setattr(self, "_{}".format('is_membership_managed_by_scim_metadata'), kwargs.get('is_membership_managed_by_scim_metadata', None)) 589 setattr(self, "_{}".format('locale'), kwargs.get('locale', None)) 590 setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None)) 591 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 592 setattr(self, "_{}".format('manage_clickwraps_mode'), kwargs.get('manage_clickwraps_mode', None)) 593 setattr(self, "_{}".format('manage_clickwraps_mode_metadata'), kwargs.get('manage_clickwraps_mode_metadata', None)) 594 setattr(self, "_{}".format('modified_by'), kwargs.get('modified_by', None)) 595 setattr(self, "_{}".format('modified_by_metadata'), kwargs.get('modified_by_metadata', None)) 596 setattr(self, "_{}".format('modified_date'), kwargs.get('modified_date', None)) 597 setattr(self, "_{}".format('modified_date_metadata'), kwargs.get('modified_date_metadata', None)) 598 setattr(self, "_{}".format('modified_page'), kwargs.get('modified_page', None)) 599 setattr(self, "_{}".format('modified_page_metadata'), kwargs.get('modified_page_metadata', None)) 600 setattr(self, "_{}".format('new_send_ui'), kwargs.get('new_send_ui', None)) 601 setattr(self, "_{}".format('new_send_ui_metadata'), kwargs.get('new_send_ui_metadata', None)) 602 setattr(self, "_{}".format('power_form_mode'), kwargs.get('power_form_mode', None)) 603 setattr(self, "_{}".format('power_form_mode_metadata'), kwargs.get('power_form_mode_metadata', None)) 604 setattr(self, "_{}".format('recipient_viewed_notification'), kwargs.get('recipient_viewed_notification', None)) 605 setattr(self, "_{}".format('recipient_viewed_notification_metadata'), kwargs.get('recipient_viewed_notification_metadata', None)) 606 setattr(self, "_{}".format('seal_identifiers'), kwargs.get('seal_identifiers', None)) 607 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 608 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 609 setattr(self, "_{}".format('sender_email_notifications'), kwargs.get('sender_email_notifications', None)) 610 setattr(self, "_{}".format('signer_email_notifications'), kwargs.get('signer_email_notifications', None)) 611 setattr(self, "_{}".format('supplemental_document_include_in_download'), kwargs.get('supplemental_document_include_in_download', None)) 612 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 613 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 614 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 615 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 616 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 617 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 618 setattr(self, "_{}".format('template_active_creation'), kwargs.get('template_active_creation', None)) 619 setattr(self, "_{}".format('template_active_creation_metadata'), kwargs.get('template_active_creation_metadata', None)) 620 setattr(self, "_{}".format('template_apply_notify'), kwargs.get('template_apply_notify', None)) 621 setattr(self, "_{}".format('template_apply_notify_metadata'), kwargs.get('template_apply_notify_metadata', None)) 622 setattr(self, "_{}".format('template_auto_matching'), kwargs.get('template_auto_matching', None)) 623 setattr(self, "_{}".format('template_auto_matching_metadata'), kwargs.get('template_auto_matching_metadata', None)) 624 setattr(self, "_{}".format('template_matching_sensitivity'), kwargs.get('template_matching_sensitivity', None)) 625 setattr(self, "_{}".format('template_matching_sensitivity_metadata'), kwargs.get('template_matching_sensitivity_metadata', None)) 626 setattr(self, "_{}".format('template_page_level_matching'), kwargs.get('template_page_level_matching', None)) 627 setattr(self, "_{}".format('template_page_level_matching_metadata'), kwargs.get('template_page_level_matching_metadata', None)) 628 setattr(self, "_{}".format('timezone_dst'), kwargs.get('timezone_dst', None)) 629 setattr(self, "_{}".format('timezone_dst_metadata'), kwargs.get('timezone_dst_metadata', None)) 630 setattr(self, "_{}".format('timezone_mask'), kwargs.get('timezone_mask', None)) 631 setattr(self, "_{}".format('timezone_mask_metadata'), kwargs.get('timezone_mask_metadata', None)) 632 setattr(self, "_{}".format('timezone_offset'), kwargs.get('timezone_offset', None)) 633 setattr(self, "_{}".format('timezone_offset_metadata'), kwargs.get('timezone_offset_metadata', None)) 634 setattr(self, "_{}".format('timezone_sending_pref'), kwargs.get('timezone_sending_pref', None)) 635 setattr(self, "_{}".format('timezone_sending_pref_metadata'), kwargs.get('timezone_sending_pref_metadata', None)) 636 setattr(self, "_{}".format('timezone_signing_pref'), kwargs.get('timezone_signing_pref', None)) 637 setattr(self, "_{}".format('timezone_signing_pref_metadata'), kwargs.get('timezone_signing_pref_metadata', None)) 638 setattr(self, "_{}".format('transaction_point_site_name_url'), kwargs.get('transaction_point_site_name_url', None)) 639 setattr(self, "_{}".format('transaction_point_site_name_url_metadata'), kwargs.get('transaction_point_site_name_url_metadata', None)) 640 setattr(self, "_{}".format('transaction_point_user_name'), kwargs.get('transaction_point_user_name', None)) 641 setattr(self, "_{}".format('transaction_point_user_name_metadata'), kwargs.get('transaction_point_user_name_metadata', None)) 642 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 643 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 644 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 645 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None))
UserSettingsInformation - a model defined in Swagger
Gets the account_agreements_access_type of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_agreements_access_type of this UserSettingsInformation. # noqa: E501
Gets the account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_agreements_access_type_metadata of this UserSettingsInformation. # noqa: E501
Gets the account_management_granular of this UserSettingsInformation. # noqa: E501
Describes which account management capabilities a user has. # noqa: E501
Returns
The account_management_granular of this UserSettingsInformation. # noqa: E501
Gets the admin_only of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The admin_only of this UserSettingsInformation. # noqa: E501
Gets the admin_only_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The admin_only_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_access_to_all_account_agreements of this UserSettingsInformation. # noqa: E501
Gets the allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_access_to_all_account_agreements_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_auto_tagging of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_auto_tagging of this UserSettingsInformation. # noqa: E501
Gets the allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501
Gets the allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501
Gets the allowed_orchestration_access of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allowed_orchestration_access of this UserSettingsInformation. # noqa: E501
Gets the allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allowed_orchestration_access_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501
Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_eseal_recipients of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501
Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the allowEsealRecipientsMetadata property. # noqa: E501
Returns
The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501
Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata property. # noqa: E501
Returns
The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501
Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501
Metadata for allowRecipientLanguageSelection. # noqa: E501
Returns
The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501
Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501
Metadata for allowSendOnBehalfOf. # noqa: E501
Returns
The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSupplementalDocuments property is editable. # noqa: E501
Returns
The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501
Gets the allow_transactions of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions of this UserSettingsInformation. # noqa: E501
Gets the allow_transactions_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_transactions_metadata of this UserSettingsInformation. # noqa: E501
Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501
Gets the api_account_wide_access of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The api_account_wide_access of this UserSettingsInformation. # noqa: E501
Gets the api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501
Metadata for apiAccountWideAccess. # noqa: E501
Returns
The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501
Gets the api_can_export_ac of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The api_can_export_ac of this UserSettingsInformation. # noqa: E501
Gets the api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the apiCanExportACMetadata property. # noqa: E501
Returns
The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501
Gets the bulk_send of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send of this UserSettingsInformation. # noqa: E501
Gets the bulk_send_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the bulkSend property is editable. # noqa: E501
Returns
The bulk_send_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_bulk_upload_agreements of this UserSettingsInformation. # noqa: E501
Gets the can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_bulk_upload_agreements_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_charge_account of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_charge_account of this UserSettingsInformation. # noqa: E501
Gets the can_charge_account_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_create_transaction of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_create_transaction of this UserSettingsInformation. # noqa: E501
Gets the can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_create_transaction_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_delete_documents_in_transaction of this UserSettingsInformation. # noqa: E501
Gets the can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_delete_documents_in_transaction_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_delete_transaction of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_delete_transaction of this UserSettingsInformation. # noqa: E501
Gets the can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_delete_transaction_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_lock_envelopes of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_lock_envelopes of this UserSettingsInformation. # noqa: E501
Gets the can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canLockEnvelopes property. # noqa: E501
Returns
The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_manage_account of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_manage_account of this UserSettingsInformation. # noqa: E501
Gets the can_manage_account_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canManageAccountMetadata property. # noqa: E501
Returns
The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_manage_agreement_parties of this UserSettingsInformation. # noqa: E501
Gets the can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_manage_agreement_parties_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_manage_distributor of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_manage_distributor of this UserSettingsInformation. # noqa: E501
Gets the can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canManageDistributor property. # noqa: E501
Returns
The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_manage_templates of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_manage_templates of this UserSettingsInformation. # noqa: E501
Gets the can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canManageTemplates property. # noqa: E501
Returns
The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_send_api_requests of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_send_api_requests of this UserSettingsInformation. # noqa: E501
Gets the can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canSendAPIRequests property. # noqa: E501
Returns
The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_send_envelope of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_send_envelope of this UserSettingsInformation. # noqa: E501
Gets the can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canSendEnvelope property. # noqa: E501
Returns
The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_send_envelopes_via_sms of this UserSettingsInformation. # noqa: E501
Gets the can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_send_envelopes_via_sms_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_sign_envelope of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_sign_envelope of this UserSettingsInformation. # noqa: E501
Gets the can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canSignEnvelope property. # noqa: E501
Returns
The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_use_scratchpad of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_scratchpad of this UserSettingsInformation. # noqa: E501
Gets the can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the canUseScratchpad property. # noqa: E501
Returns
The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501
Gets the can_use_smart_contracts of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501
Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501
Gets the disable_document_upload of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_document_upload of this UserSettingsInformation. # noqa: E501
Gets the disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the disableDocumentUpload property is editable. # noqa: E501
Returns
The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501
Gets the disable_other_actions of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_other_actions of this UserSettingsInformation. # noqa: E501
Gets the disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the disableOtherActions property is editable. # noqa: E501
Returns
The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_ds_pro of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ds_pro of this UserSettingsInformation. # noqa: E501
Gets the enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableDSPro property is editable. # noqa: E501
Returns
The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningAPI property is editable. # noqa: E501
Returns
The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningUI property is editable. # noqa: E501
Returns
The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_signer_attachments of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signer_attachments of this UserSettingsInformation. # noqa: E501
Gets the enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignerAttachments property is editable. # noqa: E501
Returns
The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignOnPaperOverride property is editable. # noqa: E501
Returns
The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_transaction_point of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_transaction_point of this UserSettingsInformation. # noqa: E501
Gets the enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501
Gets the enable_vaulting of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_vaulting of this UserSettingsInformation. # noqa: E501
Gets the enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the enableVaulting property is editable. # noqa: E501
Returns
The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501
Gets the express_send_only of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The express_send_only of this UserSettingsInformation. # noqa: E501
Gets the is_managed_by_scim of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The is_managed_by_scim of this UserSettingsInformation. # noqa: E501
Gets the is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
Gets the is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501
Gets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
Gets the locale of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The locale of this UserSettingsInformation. # noqa: E501
Gets the locale_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the locale property. # noqa: E501
Returns
The locale_metadata of this UserSettingsInformation. # noqa: E501
Gets the locale_policy of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The locale_policy of this UserSettingsInformation. # noqa: E501
Gets the manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501
Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the manageClickwrapsMode property. # noqa: E501
Returns
The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501
Gets the modified_by of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The modified_by of this UserSettingsInformation. # noqa: E501
Gets the modified_by_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the modifiedBy property. # noqa: E501
Returns
The modified_by_metadata of this UserSettingsInformation. # noqa: E501
Gets the modified_date of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The modified_date of this UserSettingsInformation. # noqa: E501
Gets the modified_date_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the modifiedDate property. # noqa: E501
Returns
The modified_date_metadata of this UserSettingsInformation. # noqa: E501
Gets the modified_page of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The modified_page of this UserSettingsInformation. # noqa: E501
Gets the modified_page_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the modifiedPage property. # noqa: E501
Returns
The modified_page_metadata of this UserSettingsInformation. # noqa: E501
Gets the new_send_ui of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The new_send_ui of this UserSettingsInformation. # noqa: E501
Gets the new_send_ui_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the newSendUI property. # noqa: E501
Returns
The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501
Gets the power_form_mode of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The power_form_mode of this UserSettingsInformation. # noqa: E501
Gets the power_form_mode_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the powerFormMode property. # noqa: E501
Returns
The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501
Gets the recipient_viewed_notification of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501
Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the recipientViewedNotification property. # noqa: E501
Returns
The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501
Gets the seal_identifiers of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The seal_identifiers of this UserSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the selfSignedRecipientEmailDocument property is editable. # noqa: E501
Returns
The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501
Gets the sender_email_notifications of this UserSettingsInformation. # noqa: E501
An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed # noqa: E501
Returns
The sender_email_notifications of this UserSettingsInformation. # noqa: E501
Gets the signer_email_notifications of this UserSettingsInformation. # noqa: E501
An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. # noqa: E501
Returns
The signer_email_notifications of this UserSettingsInformation. # noqa: E501
Gets the supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustAccept property is editable. # noqa: E501
Returns
The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustRead property is editable. # noqa: E501
Returns
The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustView property is editable. # noqa: E501
Returns
The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501
Gets the template_active_creation of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The template_active_creation of this UserSettingsInformation. # noqa: E501
Gets the template_active_creation_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the templateActiveCreation property. # noqa: E501
Returns
The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501
Gets the template_apply_notify of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The template_apply_notify of this UserSettingsInformation. # noqa: E501
Gets the template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the templateApplyNotify property. # noqa: E501
Returns
The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501
Gets the template_auto_matching of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The template_auto_matching of this UserSettingsInformation. # noqa: E501
Gets the template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the templateAutoMatching property. # noqa: E501
Returns
The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501
Gets the template_matching_sensitivity of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501
Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the tempalteMatchingSensitivity property. # noqa: E501
Returns
The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501
Gets the template_page_level_matching of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The template_page_level_matching of this UserSettingsInformation. # noqa: E501
Gets the template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the templatePageLevelMatching property. # noqa: E501
Returns
The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501
Gets the timezone_dst of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_dst of this UserSettingsInformation. # noqa: E501
Gets the timezone_dst_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the timezoneDST property. # noqa: E501
Returns
The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501
Gets the timezone_mask of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_mask of this UserSettingsInformation. # noqa: E501
Gets the timezone_mask_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the timezoneMask property. # noqa: E501
Returns
The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501
Gets the timezone_offset of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_offset of this UserSettingsInformation. # noqa: E501
Gets the timezone_offset_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the timezoneOffset property. # noqa: E501
Returns
The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501
Gets the timezone_sending_pref of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_sending_pref of this UserSettingsInformation. # noqa: E501
Gets the timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501
Gets the timezone_signing_pref of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_signing_pref of this UserSettingsInformation. # noqa: E501
Gets the timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501
Gets the transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501
Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501
Gets the transaction_point_user_name of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The transaction_point_user_name of this UserSettingsInformation. # noqa: E501
Gets the transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501
Gets the vaulting_mode of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The vaulting_mode of this UserSettingsInformation. # noqa: E501
Gets the vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501
Metadata about the vaultingMode property. # noqa: E501
Returns
The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501
Gets the web_forms of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The web_forms of this UserSettingsInformation. # noqa: E501
Gets the web_forms_metadata of this UserSettingsInformation. # noqa: E501
# noqa: E501
Returns
The web_forms_metadata of this UserSettingsInformation. # noqa: E501
4074 def to_dict(self): 4075 """Returns the model properties as a dict""" 4076 result = {} 4077 4078 for attr, _ in six.iteritems(self.swagger_types): 4079 value = getattr(self, attr) 4080 if isinstance(value, list): 4081 result[attr] = list(map( 4082 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 4083 value 4084 )) 4085 elif hasattr(value, "to_dict"): 4086 result[attr] = value.to_dict() 4087 elif isinstance(value, dict): 4088 result[attr] = dict(map( 4089 lambda item: (item[0], item[1].to_dict()) 4090 if hasattr(item[1], "to_dict") else item, 4091 value.items() 4092 )) 4093 else: 4094 result[attr] = value 4095 if issubclass(UserSettingsInformation, dict): 4096 for key, value in self.items(): 4097 result[key] = value 4098 4099 return result
Returns the model properties as a dict