docusign_esign.models.account_role_settings
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 AccountRoleSettings(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 'allow_account_management': 'str', 37 'allow_account_management_metadata': 'SettingsMetadata', 38 'allow_api_access': 'str', 39 'allow_api_access_metadata': 'SettingsMetadata', 40 'allow_api_access_to_account': 'str', 41 'allow_api_access_to_account_metadata': 'SettingsMetadata', 42 'allow_api_sending_on_behalf_of_others': 'str', 43 'allow_api_sending_on_behalf_of_others_metadata': 'SettingsMetadata', 44 'allow_api_sequential_signing': 'str', 45 'allow_api_sequential_signing_metadata': 'SettingsMetadata', 46 'allow_auto_tagging': 'str', 47 'allow_auto_tagging_metadata': 'SettingsMetadata', 48 'allow_bulk_sending': 'str', 49 'allow_bulk_sending_metadata': 'SettingsMetadata', 50 'allow_docu_sign_desktop_client': 'str', 51 'allow_docu_sign_desktop_client_metadata': 'SettingsMetadata', 52 'allowed_address_book_access': 'str', 53 'allowed_address_book_access_metadata': 'SettingsMetadata', 54 'allowed_clickwraps_access': 'str', 55 'allowed_clickwraps_access_metadata': 'SettingsMetadata', 56 'allowed_document_template_library_access': 'str', 57 'allowed_document_template_library_access_metadata': 'SettingsMetadata', 58 'allowed_orchestration_access': 'str', 59 'allowed_orchestration_access_metadata': 'SettingsMetadata', 60 'allowed_template_access': 'str', 61 'allowed_template_access_metadata': 'SettingsMetadata', 62 'allowed_to_be_envelope_transfer_recipient': 'str', 63 'allowed_to_be_envelope_transfer_recipient_metadata': 'SettingsMetadata', 64 'allow_envelope_sending': 'str', 65 'allow_envelope_sending_metadata': 'SettingsMetadata', 66 'allow_e_seal_recipients': 'str', 67 'allow_e_seal_recipients_metadata': 'SettingsMetadata', 68 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'str', 69 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'SettingsMetadata', 70 'allow_senders_to_set_recipient_email_language': 'str', 71 'allow_senders_to_set_recipient_email_language_metadata': 'SettingsMetadata', 72 'allow_signer_attachments': 'str', 73 'allow_signer_attachments_metadata': 'SettingsMetadata', 74 'allow_supplemental_documents': 'str', 75 'allow_supplemental_documents_metadata': 'SettingsMetadata', 76 'allow_tagging_in_send_and_correct': 'str', 77 'allow_tagging_in_send_and_correct_metadata': 'SettingsMetadata', 78 'allow_transactions': 'str', 79 'allow_transactions_metadata': 'SettingsMetadata', 80 'allow_vaulting': 'str', 81 'allow_vaulting_metadata': 'SettingsMetadata', 82 'allow_wet_signing_override': 'str', 83 'allow_wet_signing_override_metadata': 'SettingsMetadata', 84 'can_create_transaction': 'str', 85 'can_create_transaction_metadata': 'SettingsMetadata', 86 'can_create_workspaces': 'str', 87 'can_create_workspaces_metadata': 'SettingsMetadata', 88 'can_delete_documents_in_transaction': 'str', 89 'can_delete_documents_in_transaction_metadata': 'SettingsMetadata', 90 'can_delete_transaction': 'str', 91 'can_delete_transaction_metadata': 'SettingsMetadata', 92 'can_send_envelopes_via_sms': 'str', 93 'can_send_envelopes_via_sms_metadata': 'SettingsMetadata', 94 'disable_document_upload': 'str', 95 'disable_document_upload_metadata': 'SettingsMetadata', 96 'disable_other_actions': 'str', 97 'disable_other_actions_metadata': 'SettingsMetadata', 98 'enable_api_request_logging': 'str', 99 'enable_api_request_logging_metadata': 'SettingsMetadata', 100 'enable_key_terms_suggestions_by_document_type': 'str', 101 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 102 'enable_recipient_viewing_notifications': 'str', 103 'enable_recipient_viewing_notifications_metadata': 'SettingsMetadata', 104 'enable_sequential_signing_interface': 'str', 105 'enable_sequential_signing_interface_metadata': 'SettingsMetadata', 106 'enable_transaction_point_integration': 'str', 107 'enable_transaction_point_integration_metadata': 'SettingsMetadata', 108 'power_form_role': 'str', 109 'power_form_role_metadata': 'SettingsMetadata', 110 'receive_completed_self_signed_documents_as_email_links': 'str', 111 'receive_completed_self_signed_documents_as_email_links_metadata': 'SettingsMetadata', 112 'signing_ui_version_metadata': 'SettingsMetadata', 113 'supplemental_documents_must_accept': 'str', 114 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 115 'supplemental_documents_must_read': 'str', 116 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 117 'supplemental_documents_must_view': 'str', 118 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 119 'use_new_docu_sign_experience_interface': 'str', 120 'use_new_docu_sign_experience_interface_metadata': 'SettingsMetadata', 121 'use_new_sending_interface': 'str', 122 'use_new_sending_interface_metadata': 'SettingsMetadata', 123 'vaulting_mode': 'str', 124 'vaulting_mode_metadata': 'SettingsMetadata', 125 'web_forms': 'str', 126 'web_forms_metadata': 'SettingsMetadata' 127 } 128 129 attribute_map = { 130 'allow_account_management': 'allowAccountManagement', 131 'allow_account_management_metadata': 'allowAccountManagementMetadata', 132 'allow_api_access': 'allowApiAccess', 133 'allow_api_access_metadata': 'allowApiAccessMetadata', 134 'allow_api_access_to_account': 'allowApiAccessToAccount', 135 'allow_api_access_to_account_metadata': 'allowApiAccessToAccountMetadata', 136 'allow_api_sending_on_behalf_of_others': 'allowApiSendingOnBehalfOfOthers', 137 'allow_api_sending_on_behalf_of_others_metadata': 'allowApiSendingOnBehalfOfOthersMetadata', 138 'allow_api_sequential_signing': 'allowApiSequentialSigning', 139 'allow_api_sequential_signing_metadata': 'allowApiSequentialSigningMetadata', 140 'allow_auto_tagging': 'allowAutoTagging', 141 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 142 'allow_bulk_sending': 'allowBulkSending', 143 'allow_bulk_sending_metadata': 'allowBulkSendingMetadata', 144 'allow_docu_sign_desktop_client': 'allowDocuSignDesktopClient', 145 'allow_docu_sign_desktop_client_metadata': 'allowDocuSignDesktopClientMetadata', 146 'allowed_address_book_access': 'allowedAddressBookAccess', 147 'allowed_address_book_access_metadata': 'allowedAddressBookAccessMetadata', 148 'allowed_clickwraps_access': 'allowedClickwrapsAccess', 149 'allowed_clickwraps_access_metadata': 'allowedClickwrapsAccessMetadata', 150 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess', 151 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata', 152 'allowed_orchestration_access': 'allowedOrchestrationAccess', 153 'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata', 154 'allowed_template_access': 'allowedTemplateAccess', 155 'allowed_template_access_metadata': 'allowedTemplateAccessMetadata', 156 'allowed_to_be_envelope_transfer_recipient': 'allowedToBeEnvelopeTransferRecipient', 157 'allowed_to_be_envelope_transfer_recipient_metadata': 'allowedToBeEnvelopeTransferRecipientMetadata', 158 'allow_envelope_sending': 'allowEnvelopeSending', 159 'allow_envelope_sending_metadata': 'allowEnvelopeSendingMetadata', 160 'allow_e_seal_recipients': 'allowESealRecipients', 161 'allow_e_seal_recipients_metadata': 'allowESealRecipientsMetadata', 162 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopes', 163 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata', 164 'allow_senders_to_set_recipient_email_language': 'allowSendersToSetRecipientEmailLanguage', 165 'allow_senders_to_set_recipient_email_language_metadata': 'allowSendersToSetRecipientEmailLanguageMetadata', 166 'allow_signer_attachments': 'allowSignerAttachments', 167 'allow_signer_attachments_metadata': 'allowSignerAttachmentsMetadata', 168 'allow_supplemental_documents': 'allowSupplementalDocuments', 169 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 170 'allow_tagging_in_send_and_correct': 'allowTaggingInSendAndCorrect', 171 'allow_tagging_in_send_and_correct_metadata': 'allowTaggingInSendAndCorrectMetadata', 172 'allow_transactions': 'allowTransactions', 173 'allow_transactions_metadata': 'allowTransactionsMetadata', 174 'allow_vaulting': 'allowVaulting', 175 'allow_vaulting_metadata': 'allowVaultingMetadata', 176 'allow_wet_signing_override': 'allowWetSigningOverride', 177 'allow_wet_signing_override_metadata': 'allowWetSigningOverrideMetadata', 178 'can_create_transaction': 'canCreateTransaction', 179 'can_create_transaction_metadata': 'canCreateTransactionMetadata', 180 'can_create_workspaces': 'canCreateWorkspaces', 181 'can_create_workspaces_metadata': 'canCreateWorkspacesMetadata', 182 'can_delete_documents_in_transaction': 'canDeleteDocumentsInTransaction', 183 'can_delete_documents_in_transaction_metadata': 'canDeleteDocumentsInTransactionMetadata', 184 'can_delete_transaction': 'canDeleteTransaction', 185 'can_delete_transaction_metadata': 'canDeleteTransactionMetadata', 186 'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS', 187 'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata', 188 'disable_document_upload': 'disableDocumentUpload', 189 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', 190 'disable_other_actions': 'disableOtherActions', 191 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 192 'enable_api_request_logging': 'enableApiRequestLogging', 193 'enable_api_request_logging_metadata': 'enableApiRequestLoggingMetadata', 194 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 195 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 196 'enable_recipient_viewing_notifications': 'enableRecipientViewingNotifications', 197 'enable_recipient_viewing_notifications_metadata': 'enableRecipientViewingNotificationsMetadata', 198 'enable_sequential_signing_interface': 'enableSequentialSigningInterface', 199 'enable_sequential_signing_interface_metadata': 'enableSequentialSigningInterfaceMetadata', 200 'enable_transaction_point_integration': 'enableTransactionPointIntegration', 201 'enable_transaction_point_integration_metadata': 'enableTransactionPointIntegrationMetadata', 202 'power_form_role': 'powerFormRole', 203 'power_form_role_metadata': 'powerFormRoleMetadata', 204 'receive_completed_self_signed_documents_as_email_links': 'receiveCompletedSelfSignedDocumentsAsEmailLinks', 205 'receive_completed_self_signed_documents_as_email_links_metadata': 'receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata', 206 'signing_ui_version_metadata': 'signingUiVersionMetadata', 207 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 208 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 209 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 210 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 211 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 212 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 213 'use_new_docu_sign_experience_interface': 'useNewDocuSignExperienceInterface', 214 'use_new_docu_sign_experience_interface_metadata': 'useNewDocuSignExperienceInterfaceMetadata', 215 'use_new_sending_interface': 'useNewSendingInterface', 216 'use_new_sending_interface_metadata': 'useNewSendingInterfaceMetadata', 217 'vaulting_mode': 'vaultingMode', 218 'vaulting_mode_metadata': 'vaultingModeMetadata', 219 'web_forms': 'webForms', 220 'web_forms_metadata': 'webFormsMetadata' 221 } 222 223 def __init__(self, _configuration=None, **kwargs): # noqa: E501 224 """AccountRoleSettings - a model defined in Swagger""" # noqa: E501 225 if _configuration is None: 226 _configuration = Configuration() 227 self._configuration = _configuration 228 229 self._allow_account_management = None 230 self._allow_account_management_metadata = None 231 self._allow_api_access = None 232 self._allow_api_access_metadata = None 233 self._allow_api_access_to_account = None 234 self._allow_api_access_to_account_metadata = None 235 self._allow_api_sending_on_behalf_of_others = None 236 self._allow_api_sending_on_behalf_of_others_metadata = None 237 self._allow_api_sequential_signing = None 238 self._allow_api_sequential_signing_metadata = None 239 self._allow_auto_tagging = None 240 self._allow_auto_tagging_metadata = None 241 self._allow_bulk_sending = None 242 self._allow_bulk_sending_metadata = None 243 self._allow_docu_sign_desktop_client = None 244 self._allow_docu_sign_desktop_client_metadata = None 245 self._allowed_address_book_access = None 246 self._allowed_address_book_access_metadata = None 247 self._allowed_clickwraps_access = None 248 self._allowed_clickwraps_access_metadata = None 249 self._allowed_document_template_library_access = None 250 self._allowed_document_template_library_access_metadata = None 251 self._allowed_orchestration_access = None 252 self._allowed_orchestration_access_metadata = None 253 self._allowed_template_access = None 254 self._allowed_template_access_metadata = None 255 self._allowed_to_be_envelope_transfer_recipient = None 256 self._allowed_to_be_envelope_transfer_recipient_metadata = None 257 self._allow_envelope_sending = None 258 self._allow_envelope_sending_metadata = None 259 self._allow_e_seal_recipients = None 260 self._allow_e_seal_recipients_metadata = None 261 self._allow_power_forms_admin_to_access_all_power_form_envelopes = None 262 self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = None 263 self._allow_senders_to_set_recipient_email_language = None 264 self._allow_senders_to_set_recipient_email_language_metadata = None 265 self._allow_signer_attachments = None 266 self._allow_signer_attachments_metadata = None 267 self._allow_supplemental_documents = None 268 self._allow_supplemental_documents_metadata = None 269 self._allow_tagging_in_send_and_correct = None 270 self._allow_tagging_in_send_and_correct_metadata = None 271 self._allow_transactions = None 272 self._allow_transactions_metadata = None 273 self._allow_vaulting = None 274 self._allow_vaulting_metadata = None 275 self._allow_wet_signing_override = None 276 self._allow_wet_signing_override_metadata = None 277 self._can_create_transaction = None 278 self._can_create_transaction_metadata = None 279 self._can_create_workspaces = None 280 self._can_create_workspaces_metadata = None 281 self._can_delete_documents_in_transaction = None 282 self._can_delete_documents_in_transaction_metadata = None 283 self._can_delete_transaction = None 284 self._can_delete_transaction_metadata = None 285 self._can_send_envelopes_via_sms = None 286 self._can_send_envelopes_via_sms_metadata = None 287 self._disable_document_upload = None 288 self._disable_document_upload_metadata = None 289 self._disable_other_actions = None 290 self._disable_other_actions_metadata = None 291 self._enable_api_request_logging = None 292 self._enable_api_request_logging_metadata = None 293 self._enable_key_terms_suggestions_by_document_type = None 294 self._enable_key_terms_suggestions_by_document_type_metadata = None 295 self._enable_recipient_viewing_notifications = None 296 self._enable_recipient_viewing_notifications_metadata = None 297 self._enable_sequential_signing_interface = None 298 self._enable_sequential_signing_interface_metadata = None 299 self._enable_transaction_point_integration = None 300 self._enable_transaction_point_integration_metadata = None 301 self._power_form_role = None 302 self._power_form_role_metadata = None 303 self._receive_completed_self_signed_documents_as_email_links = None 304 self._receive_completed_self_signed_documents_as_email_links_metadata = None 305 self._signing_ui_version_metadata = None 306 self._supplemental_documents_must_accept = None 307 self._supplemental_documents_must_accept_metadata = None 308 self._supplemental_documents_must_read = None 309 self._supplemental_documents_must_read_metadata = None 310 self._supplemental_documents_must_view = None 311 self._supplemental_documents_must_view_metadata = None 312 self._use_new_docu_sign_experience_interface = None 313 self._use_new_docu_sign_experience_interface_metadata = None 314 self._use_new_sending_interface = None 315 self._use_new_sending_interface_metadata = None 316 self._vaulting_mode = None 317 self._vaulting_mode_metadata = None 318 self._web_forms = None 319 self._web_forms_metadata = None 320 self.discriminator = None 321 322 setattr(self, "_{}".format('allow_account_management'), kwargs.get('allow_account_management', None)) 323 setattr(self, "_{}".format('allow_account_management_metadata'), kwargs.get('allow_account_management_metadata', None)) 324 setattr(self, "_{}".format('allow_api_access'), kwargs.get('allow_api_access', None)) 325 setattr(self, "_{}".format('allow_api_access_metadata'), kwargs.get('allow_api_access_metadata', None)) 326 setattr(self, "_{}".format('allow_api_access_to_account'), kwargs.get('allow_api_access_to_account', None)) 327 setattr(self, "_{}".format('allow_api_access_to_account_metadata'), kwargs.get('allow_api_access_to_account_metadata', None)) 328 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others'), kwargs.get('allow_api_sending_on_behalf_of_others', None)) 329 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others_metadata'), kwargs.get('allow_api_sending_on_behalf_of_others_metadata', None)) 330 setattr(self, "_{}".format('allow_api_sequential_signing'), kwargs.get('allow_api_sequential_signing', None)) 331 setattr(self, "_{}".format('allow_api_sequential_signing_metadata'), kwargs.get('allow_api_sequential_signing_metadata', None)) 332 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 333 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 334 setattr(self, "_{}".format('allow_bulk_sending'), kwargs.get('allow_bulk_sending', None)) 335 setattr(self, "_{}".format('allow_bulk_sending_metadata'), kwargs.get('allow_bulk_sending_metadata', None)) 336 setattr(self, "_{}".format('allow_docu_sign_desktop_client'), kwargs.get('allow_docu_sign_desktop_client', None)) 337 setattr(self, "_{}".format('allow_docu_sign_desktop_client_metadata'), kwargs.get('allow_docu_sign_desktop_client_metadata', None)) 338 setattr(self, "_{}".format('allowed_address_book_access'), kwargs.get('allowed_address_book_access', None)) 339 setattr(self, "_{}".format('allowed_address_book_access_metadata'), kwargs.get('allowed_address_book_access_metadata', None)) 340 setattr(self, "_{}".format('allowed_clickwraps_access'), kwargs.get('allowed_clickwraps_access', None)) 341 setattr(self, "_{}".format('allowed_clickwraps_access_metadata'), kwargs.get('allowed_clickwraps_access_metadata', None)) 342 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 343 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 344 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 345 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 346 setattr(self, "_{}".format('allowed_template_access'), kwargs.get('allowed_template_access', None)) 347 setattr(self, "_{}".format('allowed_template_access_metadata'), kwargs.get('allowed_template_access_metadata', None)) 348 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient'), kwargs.get('allowed_to_be_envelope_transfer_recipient', None)) 349 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient_metadata'), kwargs.get('allowed_to_be_envelope_transfer_recipient_metadata', None)) 350 setattr(self, "_{}".format('allow_envelope_sending'), kwargs.get('allow_envelope_sending', None)) 351 setattr(self, "_{}".format('allow_envelope_sending_metadata'), kwargs.get('allow_envelope_sending_metadata', None)) 352 setattr(self, "_{}".format('allow_e_seal_recipients'), kwargs.get('allow_e_seal_recipients', None)) 353 setattr(self, "_{}".format('allow_e_seal_recipients_metadata'), kwargs.get('allow_e_seal_recipients_metadata', None)) 354 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes', None)) 355 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata', None)) 356 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language'), kwargs.get('allow_senders_to_set_recipient_email_language', None)) 357 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language_metadata'), kwargs.get('allow_senders_to_set_recipient_email_language_metadata', None)) 358 setattr(self, "_{}".format('allow_signer_attachments'), kwargs.get('allow_signer_attachments', None)) 359 setattr(self, "_{}".format('allow_signer_attachments_metadata'), kwargs.get('allow_signer_attachments_metadata', None)) 360 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 361 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 362 setattr(self, "_{}".format('allow_tagging_in_send_and_correct'), kwargs.get('allow_tagging_in_send_and_correct', None)) 363 setattr(self, "_{}".format('allow_tagging_in_send_and_correct_metadata'), kwargs.get('allow_tagging_in_send_and_correct_metadata', None)) 364 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 365 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 366 setattr(self, "_{}".format('allow_vaulting'), kwargs.get('allow_vaulting', None)) 367 setattr(self, "_{}".format('allow_vaulting_metadata'), kwargs.get('allow_vaulting_metadata', None)) 368 setattr(self, "_{}".format('allow_wet_signing_override'), kwargs.get('allow_wet_signing_override', None)) 369 setattr(self, "_{}".format('allow_wet_signing_override_metadata'), kwargs.get('allow_wet_signing_override_metadata', None)) 370 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 371 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 372 setattr(self, "_{}".format('can_create_workspaces'), kwargs.get('can_create_workspaces', None)) 373 setattr(self, "_{}".format('can_create_workspaces_metadata'), kwargs.get('can_create_workspaces_metadata', None)) 374 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 375 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 376 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 377 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 378 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 379 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 380 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 381 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 382 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 383 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 384 setattr(self, "_{}".format('enable_api_request_logging'), kwargs.get('enable_api_request_logging', None)) 385 setattr(self, "_{}".format('enable_api_request_logging_metadata'), kwargs.get('enable_api_request_logging_metadata', None)) 386 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 387 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 388 setattr(self, "_{}".format('enable_recipient_viewing_notifications'), kwargs.get('enable_recipient_viewing_notifications', None)) 389 setattr(self, "_{}".format('enable_recipient_viewing_notifications_metadata'), kwargs.get('enable_recipient_viewing_notifications_metadata', None)) 390 setattr(self, "_{}".format('enable_sequential_signing_interface'), kwargs.get('enable_sequential_signing_interface', None)) 391 setattr(self, "_{}".format('enable_sequential_signing_interface_metadata'), kwargs.get('enable_sequential_signing_interface_metadata', None)) 392 setattr(self, "_{}".format('enable_transaction_point_integration'), kwargs.get('enable_transaction_point_integration', None)) 393 setattr(self, "_{}".format('enable_transaction_point_integration_metadata'), kwargs.get('enable_transaction_point_integration_metadata', None)) 394 setattr(self, "_{}".format('power_form_role'), kwargs.get('power_form_role', None)) 395 setattr(self, "_{}".format('power_form_role_metadata'), kwargs.get('power_form_role_metadata', None)) 396 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links'), kwargs.get('receive_completed_self_signed_documents_as_email_links', None)) 397 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links_metadata'), kwargs.get('receive_completed_self_signed_documents_as_email_links_metadata', None)) 398 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 399 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 400 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 401 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 402 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 403 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 404 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 405 setattr(self, "_{}".format('use_new_docu_sign_experience_interface'), kwargs.get('use_new_docu_sign_experience_interface', None)) 406 setattr(self, "_{}".format('use_new_docu_sign_experience_interface_metadata'), kwargs.get('use_new_docu_sign_experience_interface_metadata', None)) 407 setattr(self, "_{}".format('use_new_sending_interface'), kwargs.get('use_new_sending_interface', None)) 408 setattr(self, "_{}".format('use_new_sending_interface_metadata'), kwargs.get('use_new_sending_interface_metadata', None)) 409 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 410 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 411 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 412 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None)) 413 414 @property 415 def allow_account_management(self): 416 """Gets the allow_account_management of this AccountRoleSettings. # noqa: E501 417 418 # noqa: E501 419 420 :return: The allow_account_management of this AccountRoleSettings. # noqa: E501 421 :rtype: str 422 """ 423 return self._allow_account_management 424 425 @allow_account_management.setter 426 def allow_account_management(self, allow_account_management): 427 """Sets the allow_account_management of this AccountRoleSettings. 428 429 # noqa: E501 430 431 :param allow_account_management: The allow_account_management of this AccountRoleSettings. # noqa: E501 432 :type: str 433 """ 434 435 self._allow_account_management = allow_account_management 436 437 @property 438 def allow_account_management_metadata(self): 439 """Gets the allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 440 441 Metadata that indicates whether the `allowAccountManagement` property is editable. # noqa: E501 442 443 :return: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 444 :rtype: SettingsMetadata 445 """ 446 return self._allow_account_management_metadata 447 448 @allow_account_management_metadata.setter 449 def allow_account_management_metadata(self, allow_account_management_metadata): 450 """Sets the allow_account_management_metadata of this AccountRoleSettings. 451 452 Metadata that indicates whether the `allowAccountManagement` property is editable. # noqa: E501 453 454 :param allow_account_management_metadata: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 455 :type: SettingsMetadata 456 """ 457 458 self._allow_account_management_metadata = allow_account_management_metadata 459 460 @property 461 def allow_api_access(self): 462 """Gets the allow_api_access of this AccountRoleSettings. # noqa: E501 463 464 # noqa: E501 465 466 :return: The allow_api_access of this AccountRoleSettings. # noqa: E501 467 :rtype: str 468 """ 469 return self._allow_api_access 470 471 @allow_api_access.setter 472 def allow_api_access(self, allow_api_access): 473 """Sets the allow_api_access of this AccountRoleSettings. 474 475 # noqa: E501 476 477 :param allow_api_access: The allow_api_access of this AccountRoleSettings. # noqa: E501 478 :type: str 479 """ 480 481 self._allow_api_access = allow_api_access 482 483 @property 484 def allow_api_access_metadata(self): 485 """Gets the allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 486 487 Metadata that indicates whether the `allowApiAccess` property is editable. # noqa: E501 488 489 :return: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 490 :rtype: SettingsMetadata 491 """ 492 return self._allow_api_access_metadata 493 494 @allow_api_access_metadata.setter 495 def allow_api_access_metadata(self, allow_api_access_metadata): 496 """Sets the allow_api_access_metadata of this AccountRoleSettings. 497 498 Metadata that indicates whether the `allowApiAccess` property is editable. # noqa: E501 499 500 :param allow_api_access_metadata: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 501 :type: SettingsMetadata 502 """ 503 504 self._allow_api_access_metadata = allow_api_access_metadata 505 506 @property 507 def allow_api_access_to_account(self): 508 """Gets the allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 509 510 # noqa: E501 511 512 :return: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 513 :rtype: str 514 """ 515 return self._allow_api_access_to_account 516 517 @allow_api_access_to_account.setter 518 def allow_api_access_to_account(self, allow_api_access_to_account): 519 """Sets the allow_api_access_to_account of this AccountRoleSettings. 520 521 # noqa: E501 522 523 :param allow_api_access_to_account: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 524 :type: str 525 """ 526 527 self._allow_api_access_to_account = allow_api_access_to_account 528 529 @property 530 def allow_api_access_to_account_metadata(self): 531 """Gets the allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 532 533 Metadata that indicates whether the `allowApiAccessToAccount` property is editable. # noqa: E501 534 535 :return: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 536 :rtype: SettingsMetadata 537 """ 538 return self._allow_api_access_to_account_metadata 539 540 @allow_api_access_to_account_metadata.setter 541 def allow_api_access_to_account_metadata(self, allow_api_access_to_account_metadata): 542 """Sets the allow_api_access_to_account_metadata of this AccountRoleSettings. 543 544 Metadata that indicates whether the `allowApiAccessToAccount` property is editable. # noqa: E501 545 546 :param allow_api_access_to_account_metadata: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 547 :type: SettingsMetadata 548 """ 549 550 self._allow_api_access_to_account_metadata = allow_api_access_to_account_metadata 551 552 @property 553 def allow_api_sending_on_behalf_of_others(self): 554 """Gets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 555 556 # noqa: E501 557 558 :return: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 559 :rtype: str 560 """ 561 return self._allow_api_sending_on_behalf_of_others 562 563 @allow_api_sending_on_behalf_of_others.setter 564 def allow_api_sending_on_behalf_of_others(self, allow_api_sending_on_behalf_of_others): 565 """Sets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. 566 567 # noqa: E501 568 569 :param allow_api_sending_on_behalf_of_others: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 570 :type: str 571 """ 572 573 self._allow_api_sending_on_behalf_of_others = allow_api_sending_on_behalf_of_others 574 575 @property 576 def allow_api_sending_on_behalf_of_others_metadata(self): 577 """Gets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 578 579 Metadata that indicates whether the `allowApiSendingOnBehalfOfOthers` property is editable. # noqa: E501 580 581 :return: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 582 :rtype: SettingsMetadata 583 """ 584 return self._allow_api_sending_on_behalf_of_others_metadata 585 586 @allow_api_sending_on_behalf_of_others_metadata.setter 587 def allow_api_sending_on_behalf_of_others_metadata(self, allow_api_sending_on_behalf_of_others_metadata): 588 """Sets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. 589 590 Metadata that indicates whether the `allowApiSendingOnBehalfOfOthers` property is editable. # noqa: E501 591 592 :param allow_api_sending_on_behalf_of_others_metadata: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 593 :type: SettingsMetadata 594 """ 595 596 self._allow_api_sending_on_behalf_of_others_metadata = allow_api_sending_on_behalf_of_others_metadata 597 598 @property 599 def allow_api_sequential_signing(self): 600 """Gets the allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 601 602 # noqa: E501 603 604 :return: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 605 :rtype: str 606 """ 607 return self._allow_api_sequential_signing 608 609 @allow_api_sequential_signing.setter 610 def allow_api_sequential_signing(self, allow_api_sequential_signing): 611 """Sets the allow_api_sequential_signing of this AccountRoleSettings. 612 613 # noqa: E501 614 615 :param allow_api_sequential_signing: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 616 :type: str 617 """ 618 619 self._allow_api_sequential_signing = allow_api_sequential_signing 620 621 @property 622 def allow_api_sequential_signing_metadata(self): 623 """Gets the allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 624 625 Metadata that indicates whether the `allowApiSequentialSigning` property is editable. # noqa: E501 626 627 :return: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 628 :rtype: SettingsMetadata 629 """ 630 return self._allow_api_sequential_signing_metadata 631 632 @allow_api_sequential_signing_metadata.setter 633 def allow_api_sequential_signing_metadata(self, allow_api_sequential_signing_metadata): 634 """Sets the allow_api_sequential_signing_metadata of this AccountRoleSettings. 635 636 Metadata that indicates whether the `allowApiSequentialSigning` property is editable. # noqa: E501 637 638 :param allow_api_sequential_signing_metadata: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 639 :type: SettingsMetadata 640 """ 641 642 self._allow_api_sequential_signing_metadata = allow_api_sequential_signing_metadata 643 644 @property 645 def allow_auto_tagging(self): 646 """Gets the allow_auto_tagging of this AccountRoleSettings. # noqa: E501 647 648 # noqa: E501 649 650 :return: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 651 :rtype: str 652 """ 653 return self._allow_auto_tagging 654 655 @allow_auto_tagging.setter 656 def allow_auto_tagging(self, allow_auto_tagging): 657 """Sets the allow_auto_tagging of this AccountRoleSettings. 658 659 # noqa: E501 660 661 :param allow_auto_tagging: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 662 :type: str 663 """ 664 665 self._allow_auto_tagging = allow_auto_tagging 666 667 @property 668 def allow_auto_tagging_metadata(self): 669 """Gets the allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 670 671 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 672 673 :return: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 674 :rtype: SettingsMetadata 675 """ 676 return self._allow_auto_tagging_metadata 677 678 @allow_auto_tagging_metadata.setter 679 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 680 """Sets the allow_auto_tagging_metadata of this AccountRoleSettings. 681 682 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 683 684 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 685 :type: SettingsMetadata 686 """ 687 688 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 689 690 @property 691 def allow_bulk_sending(self): 692 """Gets the allow_bulk_sending of this AccountRoleSettings. # noqa: E501 693 694 # noqa: E501 695 696 :return: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 697 :rtype: str 698 """ 699 return self._allow_bulk_sending 700 701 @allow_bulk_sending.setter 702 def allow_bulk_sending(self, allow_bulk_sending): 703 """Sets the allow_bulk_sending of this AccountRoleSettings. 704 705 # noqa: E501 706 707 :param allow_bulk_sending: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 708 :type: str 709 """ 710 711 self._allow_bulk_sending = allow_bulk_sending 712 713 @property 714 def allow_bulk_sending_metadata(self): 715 """Gets the allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 716 717 Metadata that indicates whether the `allowBulkSending` property is editable. # noqa: E501 718 719 :return: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 720 :rtype: SettingsMetadata 721 """ 722 return self._allow_bulk_sending_metadata 723 724 @allow_bulk_sending_metadata.setter 725 def allow_bulk_sending_metadata(self, allow_bulk_sending_metadata): 726 """Sets the allow_bulk_sending_metadata of this AccountRoleSettings. 727 728 Metadata that indicates whether the `allowBulkSending` property is editable. # noqa: E501 729 730 :param allow_bulk_sending_metadata: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 731 :type: SettingsMetadata 732 """ 733 734 self._allow_bulk_sending_metadata = allow_bulk_sending_metadata 735 736 @property 737 def allow_docu_sign_desktop_client(self): 738 """Gets the allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 739 740 # noqa: E501 741 742 :return: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 743 :rtype: str 744 """ 745 return self._allow_docu_sign_desktop_client 746 747 @allow_docu_sign_desktop_client.setter 748 def allow_docu_sign_desktop_client(self, allow_docu_sign_desktop_client): 749 """Sets the allow_docu_sign_desktop_client of this AccountRoleSettings. 750 751 # noqa: E501 752 753 :param allow_docu_sign_desktop_client: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 754 :type: str 755 """ 756 757 self._allow_docu_sign_desktop_client = allow_docu_sign_desktop_client 758 759 @property 760 def allow_docu_sign_desktop_client_metadata(self): 761 """Gets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 762 763 Metadata that indicates whether the `allowDocuSignDesktopClient` property is editable. # noqa: E501 764 765 :return: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 766 :rtype: SettingsMetadata 767 """ 768 return self._allow_docu_sign_desktop_client_metadata 769 770 @allow_docu_sign_desktop_client_metadata.setter 771 def allow_docu_sign_desktop_client_metadata(self, allow_docu_sign_desktop_client_metadata): 772 """Sets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. 773 774 Metadata that indicates whether the `allowDocuSignDesktopClient` property is editable. # noqa: E501 775 776 :param allow_docu_sign_desktop_client_metadata: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 777 :type: SettingsMetadata 778 """ 779 780 self._allow_docu_sign_desktop_client_metadata = allow_docu_sign_desktop_client_metadata 781 782 @property 783 def allowed_address_book_access(self): 784 """Gets the allowed_address_book_access of this AccountRoleSettings. # noqa: E501 785 786 # noqa: E501 787 788 :return: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 789 :rtype: str 790 """ 791 return self._allowed_address_book_access 792 793 @allowed_address_book_access.setter 794 def allowed_address_book_access(self, allowed_address_book_access): 795 """Sets the allowed_address_book_access of this AccountRoleSettings. 796 797 # noqa: E501 798 799 :param allowed_address_book_access: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 800 :type: str 801 """ 802 803 self._allowed_address_book_access = allowed_address_book_access 804 805 @property 806 def allowed_address_book_access_metadata(self): 807 """Gets the allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 808 809 Metadata that indicates whether the `allowedAddressBookAccess` property is editable. # noqa: E501 810 811 :return: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 812 :rtype: SettingsMetadata 813 """ 814 return self._allowed_address_book_access_metadata 815 816 @allowed_address_book_access_metadata.setter 817 def allowed_address_book_access_metadata(self, allowed_address_book_access_metadata): 818 """Sets the allowed_address_book_access_metadata of this AccountRoleSettings. 819 820 Metadata that indicates whether the `allowedAddressBookAccess` property is editable. # noqa: E501 821 822 :param allowed_address_book_access_metadata: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 823 :type: SettingsMetadata 824 """ 825 826 self._allowed_address_book_access_metadata = allowed_address_book_access_metadata 827 828 @property 829 def allowed_clickwraps_access(self): 830 """Gets the allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 831 832 # noqa: E501 833 834 :return: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 835 :rtype: str 836 """ 837 return self._allowed_clickwraps_access 838 839 @allowed_clickwraps_access.setter 840 def allowed_clickwraps_access(self, allowed_clickwraps_access): 841 """Sets the allowed_clickwraps_access of this AccountRoleSettings. 842 843 # noqa: E501 844 845 :param allowed_clickwraps_access: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 846 :type: str 847 """ 848 849 self._allowed_clickwraps_access = allowed_clickwraps_access 850 851 @property 852 def allowed_clickwraps_access_metadata(self): 853 """Gets the allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 854 855 # noqa: E501 856 857 :return: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 858 :rtype: SettingsMetadata 859 """ 860 return self._allowed_clickwraps_access_metadata 861 862 @allowed_clickwraps_access_metadata.setter 863 def allowed_clickwraps_access_metadata(self, allowed_clickwraps_access_metadata): 864 """Sets the allowed_clickwraps_access_metadata of this AccountRoleSettings. 865 866 # noqa: E501 867 868 :param allowed_clickwraps_access_metadata: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 869 :type: SettingsMetadata 870 """ 871 872 self._allowed_clickwraps_access_metadata = allowed_clickwraps_access_metadata 873 874 @property 875 def allowed_document_template_library_access(self): 876 """Gets the allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 877 878 # noqa: E501 879 880 :return: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 881 :rtype: str 882 """ 883 return self._allowed_document_template_library_access 884 885 @allowed_document_template_library_access.setter 886 def allowed_document_template_library_access(self, allowed_document_template_library_access): 887 """Sets the allowed_document_template_library_access of this AccountRoleSettings. 888 889 # noqa: E501 890 891 :param allowed_document_template_library_access: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 892 :type: str 893 """ 894 895 self._allowed_document_template_library_access = allowed_document_template_library_access 896 897 @property 898 def allowed_document_template_library_access_metadata(self): 899 """Gets the allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 900 901 # noqa: E501 902 903 :return: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 904 :rtype: SettingsMetadata 905 """ 906 return self._allowed_document_template_library_access_metadata 907 908 @allowed_document_template_library_access_metadata.setter 909 def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata): 910 """Sets the allowed_document_template_library_access_metadata of this AccountRoleSettings. 911 912 # noqa: E501 913 914 :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 915 :type: SettingsMetadata 916 """ 917 918 self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata 919 920 @property 921 def allowed_orchestration_access(self): 922 """Gets the allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 923 924 # noqa: E501 925 926 :return: The allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 927 :rtype: str 928 """ 929 return self._allowed_orchestration_access 930 931 @allowed_orchestration_access.setter 932 def allowed_orchestration_access(self, allowed_orchestration_access): 933 """Sets the allowed_orchestration_access of this AccountRoleSettings. 934 935 # noqa: E501 936 937 :param allowed_orchestration_access: The allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 938 :type: str 939 """ 940 941 self._allowed_orchestration_access = allowed_orchestration_access 942 943 @property 944 def allowed_orchestration_access_metadata(self): 945 """Gets the allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 946 947 # noqa: E501 948 949 :return: The allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 950 :rtype: SettingsMetadata 951 """ 952 return self._allowed_orchestration_access_metadata 953 954 @allowed_orchestration_access_metadata.setter 955 def allowed_orchestration_access_metadata(self, allowed_orchestration_access_metadata): 956 """Sets the allowed_orchestration_access_metadata of this AccountRoleSettings. 957 958 # noqa: E501 959 960 :param allowed_orchestration_access_metadata: The allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 961 :type: SettingsMetadata 962 """ 963 964 self._allowed_orchestration_access_metadata = allowed_orchestration_access_metadata 965 966 @property 967 def allowed_template_access(self): 968 """Gets the allowed_template_access of this AccountRoleSettings. # noqa: E501 969 970 # noqa: E501 971 972 :return: The allowed_template_access of this AccountRoleSettings. # noqa: E501 973 :rtype: str 974 """ 975 return self._allowed_template_access 976 977 @allowed_template_access.setter 978 def allowed_template_access(self, allowed_template_access): 979 """Sets the allowed_template_access of this AccountRoleSettings. 980 981 # noqa: E501 982 983 :param allowed_template_access: The allowed_template_access of this AccountRoleSettings. # noqa: E501 984 :type: str 985 """ 986 987 self._allowed_template_access = allowed_template_access 988 989 @property 990 def allowed_template_access_metadata(self): 991 """Gets the allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 992 993 Metadata that indicates whether the `allowedTemplateAccess` property is editable. # noqa: E501 994 995 :return: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 996 :rtype: SettingsMetadata 997 """ 998 return self._allowed_template_access_metadata 999 1000 @allowed_template_access_metadata.setter 1001 def allowed_template_access_metadata(self, allowed_template_access_metadata): 1002 """Sets the allowed_template_access_metadata of this AccountRoleSettings. 1003 1004 Metadata that indicates whether the `allowedTemplateAccess` property is editable. # noqa: E501 1005 1006 :param allowed_template_access_metadata: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 1007 :type: SettingsMetadata 1008 """ 1009 1010 self._allowed_template_access_metadata = allowed_template_access_metadata 1011 1012 @property 1013 def allowed_to_be_envelope_transfer_recipient(self): 1014 """Gets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1015 1016 # noqa: E501 1017 1018 :return: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1019 :rtype: str 1020 """ 1021 return self._allowed_to_be_envelope_transfer_recipient 1022 1023 @allowed_to_be_envelope_transfer_recipient.setter 1024 def allowed_to_be_envelope_transfer_recipient(self, allowed_to_be_envelope_transfer_recipient): 1025 """Sets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. 1026 1027 # noqa: E501 1028 1029 :param allowed_to_be_envelope_transfer_recipient: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1030 :type: str 1031 """ 1032 1033 self._allowed_to_be_envelope_transfer_recipient = allowed_to_be_envelope_transfer_recipient 1034 1035 @property 1036 def allowed_to_be_envelope_transfer_recipient_metadata(self): 1037 """Gets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1038 1039 Metadata that indicates whether the `allowedToBeEnvelopeTransferRecipient` property is editable. # noqa: E501 1040 1041 :return: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1042 :rtype: SettingsMetadata 1043 """ 1044 return self._allowed_to_be_envelope_transfer_recipient_metadata 1045 1046 @allowed_to_be_envelope_transfer_recipient_metadata.setter 1047 def allowed_to_be_envelope_transfer_recipient_metadata(self, allowed_to_be_envelope_transfer_recipient_metadata): 1048 """Sets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. 1049 1050 Metadata that indicates whether the `allowedToBeEnvelopeTransferRecipient` property is editable. # noqa: E501 1051 1052 :param allowed_to_be_envelope_transfer_recipient_metadata: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1053 :type: SettingsMetadata 1054 """ 1055 1056 self._allowed_to_be_envelope_transfer_recipient_metadata = allowed_to_be_envelope_transfer_recipient_metadata 1057 1058 @property 1059 def allow_envelope_sending(self): 1060 """Gets the allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1061 1062 # noqa: E501 1063 1064 :return: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1065 :rtype: str 1066 """ 1067 return self._allow_envelope_sending 1068 1069 @allow_envelope_sending.setter 1070 def allow_envelope_sending(self, allow_envelope_sending): 1071 """Sets the allow_envelope_sending of this AccountRoleSettings. 1072 1073 # noqa: E501 1074 1075 :param allow_envelope_sending: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1076 :type: str 1077 """ 1078 1079 self._allow_envelope_sending = allow_envelope_sending 1080 1081 @property 1082 def allow_envelope_sending_metadata(self): 1083 """Gets the allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1084 1085 Metadata that indicates whether the `allowEnvelopeSending` property is editable. # noqa: E501 1086 1087 :return: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1088 :rtype: SettingsMetadata 1089 """ 1090 return self._allow_envelope_sending_metadata 1091 1092 @allow_envelope_sending_metadata.setter 1093 def allow_envelope_sending_metadata(self, allow_envelope_sending_metadata): 1094 """Sets the allow_envelope_sending_metadata of this AccountRoleSettings. 1095 1096 Metadata that indicates whether the `allowEnvelopeSending` property is editable. # noqa: E501 1097 1098 :param allow_envelope_sending_metadata: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1099 :type: SettingsMetadata 1100 """ 1101 1102 self._allow_envelope_sending_metadata = allow_envelope_sending_metadata 1103 1104 @property 1105 def allow_e_seal_recipients(self): 1106 """Gets the allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1107 1108 # noqa: E501 1109 1110 :return: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1111 :rtype: str 1112 """ 1113 return self._allow_e_seal_recipients 1114 1115 @allow_e_seal_recipients.setter 1116 def allow_e_seal_recipients(self, allow_e_seal_recipients): 1117 """Sets the allow_e_seal_recipients of this AccountRoleSettings. 1118 1119 # noqa: E501 1120 1121 :param allow_e_seal_recipients: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1122 :type: str 1123 """ 1124 1125 self._allow_e_seal_recipients = allow_e_seal_recipients 1126 1127 @property 1128 def allow_e_seal_recipients_metadata(self): 1129 """Gets the allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1130 1131 Metadata that indicates whether the `allowESealRecipients` property is editable. # noqa: E501 1132 1133 :return: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1134 :rtype: SettingsMetadata 1135 """ 1136 return self._allow_e_seal_recipients_metadata 1137 1138 @allow_e_seal_recipients_metadata.setter 1139 def allow_e_seal_recipients_metadata(self, allow_e_seal_recipients_metadata): 1140 """Sets the allow_e_seal_recipients_metadata of this AccountRoleSettings. 1141 1142 Metadata that indicates whether the `allowESealRecipients` property is editable. # noqa: E501 1143 1144 :param allow_e_seal_recipients_metadata: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1145 :type: SettingsMetadata 1146 """ 1147 1148 self._allow_e_seal_recipients_metadata = allow_e_seal_recipients_metadata 1149 1150 @property 1151 def allow_power_forms_admin_to_access_all_power_form_envelopes(self): 1152 """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1153 1154 # noqa: E501 1155 1156 :return: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1157 :rtype: str 1158 """ 1159 return self._allow_power_forms_admin_to_access_all_power_form_envelopes 1160 1161 @allow_power_forms_admin_to_access_all_power_form_envelopes.setter 1162 def allow_power_forms_admin_to_access_all_power_form_envelopes(self, allow_power_forms_admin_to_access_all_power_form_envelopes): 1163 """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. 1164 1165 # noqa: E501 1166 1167 :param allow_power_forms_admin_to_access_all_power_form_envelopes: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1168 :type: str 1169 """ 1170 1171 self._allow_power_forms_admin_to_access_all_power_form_envelopes = allow_power_forms_admin_to_access_all_power_form_envelopes 1172 1173 @property 1174 def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self): 1175 """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1176 1177 Metadata that indicates whether the `allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable. # noqa: E501 1178 1179 :return: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1180 :rtype: SettingsMetadata 1181 """ 1182 return self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata 1183 1184 @allow_power_forms_admin_to_access_all_power_form_envelopes_metadata.setter 1185 def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelopes_metadata): 1186 """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. 1187 1188 Metadata that indicates whether the `allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable. # noqa: E501 1189 1190 :param allow_power_forms_admin_to_access_all_power_form_envelopes_metadata: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1191 :type: SettingsMetadata 1192 """ 1193 1194 self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = allow_power_forms_admin_to_access_all_power_form_envelopes_metadata 1195 1196 @property 1197 def allow_senders_to_set_recipient_email_language(self): 1198 """Gets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1199 1200 # noqa: E501 1201 1202 :return: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1203 :rtype: str 1204 """ 1205 return self._allow_senders_to_set_recipient_email_language 1206 1207 @allow_senders_to_set_recipient_email_language.setter 1208 def allow_senders_to_set_recipient_email_language(self, allow_senders_to_set_recipient_email_language): 1209 """Sets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. 1210 1211 # noqa: E501 1212 1213 :param allow_senders_to_set_recipient_email_language: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1214 :type: str 1215 """ 1216 1217 self._allow_senders_to_set_recipient_email_language = allow_senders_to_set_recipient_email_language 1218 1219 @property 1220 def allow_senders_to_set_recipient_email_language_metadata(self): 1221 """Gets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1222 1223 Metadata that indicates whether the `allowSendersToSetRecipientEmailLanguage` property is editable. # noqa: E501 1224 1225 :return: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1226 :rtype: SettingsMetadata 1227 """ 1228 return self._allow_senders_to_set_recipient_email_language_metadata 1229 1230 @allow_senders_to_set_recipient_email_language_metadata.setter 1231 def allow_senders_to_set_recipient_email_language_metadata(self, allow_senders_to_set_recipient_email_language_metadata): 1232 """Sets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. 1233 1234 Metadata that indicates whether the `allowSendersToSetRecipientEmailLanguage` property is editable. # noqa: E501 1235 1236 :param allow_senders_to_set_recipient_email_language_metadata: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1237 :type: SettingsMetadata 1238 """ 1239 1240 self._allow_senders_to_set_recipient_email_language_metadata = allow_senders_to_set_recipient_email_language_metadata 1241 1242 @property 1243 def allow_signer_attachments(self): 1244 """Gets the allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1245 1246 # noqa: E501 1247 1248 :return: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1249 :rtype: str 1250 """ 1251 return self._allow_signer_attachments 1252 1253 @allow_signer_attachments.setter 1254 def allow_signer_attachments(self, allow_signer_attachments): 1255 """Sets the allow_signer_attachments of this AccountRoleSettings. 1256 1257 # noqa: E501 1258 1259 :param allow_signer_attachments: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1260 :type: str 1261 """ 1262 1263 self._allow_signer_attachments = allow_signer_attachments 1264 1265 @property 1266 def allow_signer_attachments_metadata(self): 1267 """Gets the allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1268 1269 Metadata that indicates whether the `allowSignerAttachments` property is editable. # noqa: E501 1270 1271 :return: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1272 :rtype: SettingsMetadata 1273 """ 1274 return self._allow_signer_attachments_metadata 1275 1276 @allow_signer_attachments_metadata.setter 1277 def allow_signer_attachments_metadata(self, allow_signer_attachments_metadata): 1278 """Sets the allow_signer_attachments_metadata of this AccountRoleSettings. 1279 1280 Metadata that indicates whether the `allowSignerAttachments` property is editable. # noqa: E501 1281 1282 :param allow_signer_attachments_metadata: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1283 :type: SettingsMetadata 1284 """ 1285 1286 self._allow_signer_attachments_metadata = allow_signer_attachments_metadata 1287 1288 @property 1289 def allow_supplemental_documents(self): 1290 """Gets the allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1291 1292 # noqa: E501 1293 1294 :return: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1295 :rtype: str 1296 """ 1297 return self._allow_supplemental_documents 1298 1299 @allow_supplemental_documents.setter 1300 def allow_supplemental_documents(self, allow_supplemental_documents): 1301 """Sets the allow_supplemental_documents of this AccountRoleSettings. 1302 1303 # noqa: E501 1304 1305 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1306 :type: str 1307 """ 1308 1309 self._allow_supplemental_documents = allow_supplemental_documents 1310 1311 @property 1312 def allow_supplemental_documents_metadata(self): 1313 """Gets the allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1314 1315 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1316 1317 :return: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1318 :rtype: SettingsMetadata 1319 """ 1320 return self._allow_supplemental_documents_metadata 1321 1322 @allow_supplemental_documents_metadata.setter 1323 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 1324 """Sets the allow_supplemental_documents_metadata of this AccountRoleSettings. 1325 1326 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1327 1328 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1329 :type: SettingsMetadata 1330 """ 1331 1332 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 1333 1334 @property 1335 def allow_tagging_in_send_and_correct(self): 1336 """Gets the allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1337 1338 # noqa: E501 1339 1340 :return: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1341 :rtype: str 1342 """ 1343 return self._allow_tagging_in_send_and_correct 1344 1345 @allow_tagging_in_send_and_correct.setter 1346 def allow_tagging_in_send_and_correct(self, allow_tagging_in_send_and_correct): 1347 """Sets the allow_tagging_in_send_and_correct of this AccountRoleSettings. 1348 1349 # noqa: E501 1350 1351 :param allow_tagging_in_send_and_correct: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1352 :type: str 1353 """ 1354 1355 self._allow_tagging_in_send_and_correct = allow_tagging_in_send_and_correct 1356 1357 @property 1358 def allow_tagging_in_send_and_correct_metadata(self): 1359 """Gets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1360 1361 Metadata that indicates whether the `allowTaggingInSendAndCorrect` property is editable. # noqa: E501 1362 1363 :return: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1364 :rtype: SettingsMetadata 1365 """ 1366 return self._allow_tagging_in_send_and_correct_metadata 1367 1368 @allow_tagging_in_send_and_correct_metadata.setter 1369 def allow_tagging_in_send_and_correct_metadata(self, allow_tagging_in_send_and_correct_metadata): 1370 """Sets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. 1371 1372 Metadata that indicates whether the `allowTaggingInSendAndCorrect` property is editable. # noqa: E501 1373 1374 :param allow_tagging_in_send_and_correct_metadata: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1375 :type: SettingsMetadata 1376 """ 1377 1378 self._allow_tagging_in_send_and_correct_metadata = allow_tagging_in_send_and_correct_metadata 1379 1380 @property 1381 def allow_transactions(self): 1382 """Gets the allow_transactions of this AccountRoleSettings. # noqa: E501 1383 1384 # noqa: E501 1385 1386 :return: The allow_transactions of this AccountRoleSettings. # noqa: E501 1387 :rtype: str 1388 """ 1389 return self._allow_transactions 1390 1391 @allow_transactions.setter 1392 def allow_transactions(self, allow_transactions): 1393 """Sets the allow_transactions of this AccountRoleSettings. 1394 1395 # noqa: E501 1396 1397 :param allow_transactions: The allow_transactions of this AccountRoleSettings. # noqa: E501 1398 :type: str 1399 """ 1400 1401 self._allow_transactions = allow_transactions 1402 1403 @property 1404 def allow_transactions_metadata(self): 1405 """Gets the allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1406 1407 # noqa: E501 1408 1409 :return: The allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1410 :rtype: SettingsMetadata 1411 """ 1412 return self._allow_transactions_metadata 1413 1414 @allow_transactions_metadata.setter 1415 def allow_transactions_metadata(self, allow_transactions_metadata): 1416 """Sets the allow_transactions_metadata of this AccountRoleSettings. 1417 1418 # noqa: E501 1419 1420 :param allow_transactions_metadata: The allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1421 :type: SettingsMetadata 1422 """ 1423 1424 self._allow_transactions_metadata = allow_transactions_metadata 1425 1426 @property 1427 def allow_vaulting(self): 1428 """Gets the allow_vaulting of this AccountRoleSettings. # noqa: E501 1429 1430 # noqa: E501 1431 1432 :return: The allow_vaulting of this AccountRoleSettings. # noqa: E501 1433 :rtype: str 1434 """ 1435 return self._allow_vaulting 1436 1437 @allow_vaulting.setter 1438 def allow_vaulting(self, allow_vaulting): 1439 """Sets the allow_vaulting of this AccountRoleSettings. 1440 1441 # noqa: E501 1442 1443 :param allow_vaulting: The allow_vaulting of this AccountRoleSettings. # noqa: E501 1444 :type: str 1445 """ 1446 1447 self._allow_vaulting = allow_vaulting 1448 1449 @property 1450 def allow_vaulting_metadata(self): 1451 """Gets the allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1452 1453 Reserved for DocuSign. # noqa: E501 1454 1455 :return: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1456 :rtype: SettingsMetadata 1457 """ 1458 return self._allow_vaulting_metadata 1459 1460 @allow_vaulting_metadata.setter 1461 def allow_vaulting_metadata(self, allow_vaulting_metadata): 1462 """Sets the allow_vaulting_metadata of this AccountRoleSettings. 1463 1464 Reserved for DocuSign. # noqa: E501 1465 1466 :param allow_vaulting_metadata: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1467 :type: SettingsMetadata 1468 """ 1469 1470 self._allow_vaulting_metadata = allow_vaulting_metadata 1471 1472 @property 1473 def allow_wet_signing_override(self): 1474 """Gets the allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1475 1476 # noqa: E501 1477 1478 :return: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1479 :rtype: str 1480 """ 1481 return self._allow_wet_signing_override 1482 1483 @allow_wet_signing_override.setter 1484 def allow_wet_signing_override(self, allow_wet_signing_override): 1485 """Sets the allow_wet_signing_override of this AccountRoleSettings. 1486 1487 # noqa: E501 1488 1489 :param allow_wet_signing_override: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1490 :type: str 1491 """ 1492 1493 self._allow_wet_signing_override = allow_wet_signing_override 1494 1495 @property 1496 def allow_wet_signing_override_metadata(self): 1497 """Gets the allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1498 1499 Metadata that indicates whether the `allowWetSigningOverride` property is editable. # noqa: E501 1500 1501 :return: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1502 :rtype: SettingsMetadata 1503 """ 1504 return self._allow_wet_signing_override_metadata 1505 1506 @allow_wet_signing_override_metadata.setter 1507 def allow_wet_signing_override_metadata(self, allow_wet_signing_override_metadata): 1508 """Sets the allow_wet_signing_override_metadata of this AccountRoleSettings. 1509 1510 Metadata that indicates whether the `allowWetSigningOverride` property is editable. # noqa: E501 1511 1512 :param allow_wet_signing_override_metadata: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1513 :type: SettingsMetadata 1514 """ 1515 1516 self._allow_wet_signing_override_metadata = allow_wet_signing_override_metadata 1517 1518 @property 1519 def can_create_transaction(self): 1520 """Gets the can_create_transaction of this AccountRoleSettings. # noqa: E501 1521 1522 # noqa: E501 1523 1524 :return: The can_create_transaction of this AccountRoleSettings. # noqa: E501 1525 :rtype: str 1526 """ 1527 return self._can_create_transaction 1528 1529 @can_create_transaction.setter 1530 def can_create_transaction(self, can_create_transaction): 1531 """Sets the can_create_transaction of this AccountRoleSettings. 1532 1533 # noqa: E501 1534 1535 :param can_create_transaction: The can_create_transaction of this AccountRoleSettings. # noqa: E501 1536 :type: str 1537 """ 1538 1539 self._can_create_transaction = can_create_transaction 1540 1541 @property 1542 def can_create_transaction_metadata(self): 1543 """Gets the can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1544 1545 # noqa: E501 1546 1547 :return: The can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1548 :rtype: SettingsMetadata 1549 """ 1550 return self._can_create_transaction_metadata 1551 1552 @can_create_transaction_metadata.setter 1553 def can_create_transaction_metadata(self, can_create_transaction_metadata): 1554 """Sets the can_create_transaction_metadata of this AccountRoleSettings. 1555 1556 # noqa: E501 1557 1558 :param can_create_transaction_metadata: The can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1559 :type: SettingsMetadata 1560 """ 1561 1562 self._can_create_transaction_metadata = can_create_transaction_metadata 1563 1564 @property 1565 def can_create_workspaces(self): 1566 """Gets the can_create_workspaces of this AccountRoleSettings. # noqa: E501 1567 1568 # noqa: E501 1569 1570 :return: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 1571 :rtype: str 1572 """ 1573 return self._can_create_workspaces 1574 1575 @can_create_workspaces.setter 1576 def can_create_workspaces(self, can_create_workspaces): 1577 """Sets the can_create_workspaces of this AccountRoleSettings. 1578 1579 # noqa: E501 1580 1581 :param can_create_workspaces: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 1582 :type: str 1583 """ 1584 1585 self._can_create_workspaces = can_create_workspaces 1586 1587 @property 1588 def can_create_workspaces_metadata(self): 1589 """Gets the can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1590 1591 Reserved for DocuSign. # noqa: E501 1592 1593 :return: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1594 :rtype: SettingsMetadata 1595 """ 1596 return self._can_create_workspaces_metadata 1597 1598 @can_create_workspaces_metadata.setter 1599 def can_create_workspaces_metadata(self, can_create_workspaces_metadata): 1600 """Sets the can_create_workspaces_metadata of this AccountRoleSettings. 1601 1602 Reserved for DocuSign. # noqa: E501 1603 1604 :param can_create_workspaces_metadata: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1605 :type: SettingsMetadata 1606 """ 1607 1608 self._can_create_workspaces_metadata = can_create_workspaces_metadata 1609 1610 @property 1611 def can_delete_documents_in_transaction(self): 1612 """Gets the can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1613 1614 # noqa: E501 1615 1616 :return: The can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1617 :rtype: str 1618 """ 1619 return self._can_delete_documents_in_transaction 1620 1621 @can_delete_documents_in_transaction.setter 1622 def can_delete_documents_in_transaction(self, can_delete_documents_in_transaction): 1623 """Sets the can_delete_documents_in_transaction of this AccountRoleSettings. 1624 1625 # noqa: E501 1626 1627 :param can_delete_documents_in_transaction: The can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1628 :type: str 1629 """ 1630 1631 self._can_delete_documents_in_transaction = can_delete_documents_in_transaction 1632 1633 @property 1634 def can_delete_documents_in_transaction_metadata(self): 1635 """Gets the can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1636 1637 # noqa: E501 1638 1639 :return: The can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1640 :rtype: SettingsMetadata 1641 """ 1642 return self._can_delete_documents_in_transaction_metadata 1643 1644 @can_delete_documents_in_transaction_metadata.setter 1645 def can_delete_documents_in_transaction_metadata(self, can_delete_documents_in_transaction_metadata): 1646 """Sets the can_delete_documents_in_transaction_metadata of this AccountRoleSettings. 1647 1648 # noqa: E501 1649 1650 :param can_delete_documents_in_transaction_metadata: The can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1651 :type: SettingsMetadata 1652 """ 1653 1654 self._can_delete_documents_in_transaction_metadata = can_delete_documents_in_transaction_metadata 1655 1656 @property 1657 def can_delete_transaction(self): 1658 """Gets the can_delete_transaction of this AccountRoleSettings. # noqa: E501 1659 1660 # noqa: E501 1661 1662 :return: The can_delete_transaction of this AccountRoleSettings. # noqa: E501 1663 :rtype: str 1664 """ 1665 return self._can_delete_transaction 1666 1667 @can_delete_transaction.setter 1668 def can_delete_transaction(self, can_delete_transaction): 1669 """Sets the can_delete_transaction of this AccountRoleSettings. 1670 1671 # noqa: E501 1672 1673 :param can_delete_transaction: The can_delete_transaction of this AccountRoleSettings. # noqa: E501 1674 :type: str 1675 """ 1676 1677 self._can_delete_transaction = can_delete_transaction 1678 1679 @property 1680 def can_delete_transaction_metadata(self): 1681 """Gets the can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1682 1683 # noqa: E501 1684 1685 :return: The can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1686 :rtype: SettingsMetadata 1687 """ 1688 return self._can_delete_transaction_metadata 1689 1690 @can_delete_transaction_metadata.setter 1691 def can_delete_transaction_metadata(self, can_delete_transaction_metadata): 1692 """Sets the can_delete_transaction_metadata of this AccountRoleSettings. 1693 1694 # noqa: E501 1695 1696 :param can_delete_transaction_metadata: The can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1697 :type: SettingsMetadata 1698 """ 1699 1700 self._can_delete_transaction_metadata = can_delete_transaction_metadata 1701 1702 @property 1703 def can_send_envelopes_via_sms(self): 1704 """Gets the can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1705 1706 # noqa: E501 1707 1708 :return: The can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1709 :rtype: str 1710 """ 1711 return self._can_send_envelopes_via_sms 1712 1713 @can_send_envelopes_via_sms.setter 1714 def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms): 1715 """Sets the can_send_envelopes_via_sms of this AccountRoleSettings. 1716 1717 # noqa: E501 1718 1719 :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1720 :type: str 1721 """ 1722 1723 self._can_send_envelopes_via_sms = can_send_envelopes_via_sms 1724 1725 @property 1726 def can_send_envelopes_via_sms_metadata(self): 1727 """Gets the can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1728 1729 # noqa: E501 1730 1731 :return: The can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1732 :rtype: SettingsMetadata 1733 """ 1734 return self._can_send_envelopes_via_sms_metadata 1735 1736 @can_send_envelopes_via_sms_metadata.setter 1737 def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata): 1738 """Sets the can_send_envelopes_via_sms_metadata of this AccountRoleSettings. 1739 1740 # noqa: E501 1741 1742 :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1743 :type: SettingsMetadata 1744 """ 1745 1746 self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata 1747 1748 @property 1749 def disable_document_upload(self): 1750 """Gets the disable_document_upload of this AccountRoleSettings. # noqa: E501 1751 1752 # noqa: E501 1753 1754 :return: The disable_document_upload of this AccountRoleSettings. # noqa: E501 1755 :rtype: str 1756 """ 1757 return self._disable_document_upload 1758 1759 @disable_document_upload.setter 1760 def disable_document_upload(self, disable_document_upload): 1761 """Sets the disable_document_upload of this AccountRoleSettings. 1762 1763 # noqa: E501 1764 1765 :param disable_document_upload: The disable_document_upload of this AccountRoleSettings. # noqa: E501 1766 :type: str 1767 """ 1768 1769 self._disable_document_upload = disable_document_upload 1770 1771 @property 1772 def disable_document_upload_metadata(self): 1773 """Gets the disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1774 1775 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 1776 1777 :return: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1778 :rtype: SettingsMetadata 1779 """ 1780 return self._disable_document_upload_metadata 1781 1782 @disable_document_upload_metadata.setter 1783 def disable_document_upload_metadata(self, disable_document_upload_metadata): 1784 """Sets the disable_document_upload_metadata of this AccountRoleSettings. 1785 1786 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 1787 1788 :param disable_document_upload_metadata: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1789 :type: SettingsMetadata 1790 """ 1791 1792 self._disable_document_upload_metadata = disable_document_upload_metadata 1793 1794 @property 1795 def disable_other_actions(self): 1796 """Gets the disable_other_actions of this AccountRoleSettings. # noqa: E501 1797 1798 # noqa: E501 1799 1800 :return: The disable_other_actions of this AccountRoleSettings. # noqa: E501 1801 :rtype: str 1802 """ 1803 return self._disable_other_actions 1804 1805 @disable_other_actions.setter 1806 def disable_other_actions(self, disable_other_actions): 1807 """Sets the disable_other_actions of this AccountRoleSettings. 1808 1809 # noqa: E501 1810 1811 :param disable_other_actions: The disable_other_actions of this AccountRoleSettings. # noqa: E501 1812 :type: str 1813 """ 1814 1815 self._disable_other_actions = disable_other_actions 1816 1817 @property 1818 def disable_other_actions_metadata(self): 1819 """Gets the disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1820 1821 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 1822 1823 :return: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1824 :rtype: SettingsMetadata 1825 """ 1826 return self._disable_other_actions_metadata 1827 1828 @disable_other_actions_metadata.setter 1829 def disable_other_actions_metadata(self, disable_other_actions_metadata): 1830 """Sets the disable_other_actions_metadata of this AccountRoleSettings. 1831 1832 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 1833 1834 :param disable_other_actions_metadata: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1835 :type: SettingsMetadata 1836 """ 1837 1838 self._disable_other_actions_metadata = disable_other_actions_metadata 1839 1840 @property 1841 def enable_api_request_logging(self): 1842 """Gets the enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1843 1844 # noqa: E501 1845 1846 :return: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1847 :rtype: str 1848 """ 1849 return self._enable_api_request_logging 1850 1851 @enable_api_request_logging.setter 1852 def enable_api_request_logging(self, enable_api_request_logging): 1853 """Sets the enable_api_request_logging of this AccountRoleSettings. 1854 1855 # noqa: E501 1856 1857 :param enable_api_request_logging: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1858 :type: str 1859 """ 1860 1861 self._enable_api_request_logging = enable_api_request_logging 1862 1863 @property 1864 def enable_api_request_logging_metadata(self): 1865 """Gets the enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1866 1867 Metadata that indicates whether the `enableApiRequestLogging` property is editable. # noqa: E501 1868 1869 :return: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1870 :rtype: SettingsMetadata 1871 """ 1872 return self._enable_api_request_logging_metadata 1873 1874 @enable_api_request_logging_metadata.setter 1875 def enable_api_request_logging_metadata(self, enable_api_request_logging_metadata): 1876 """Sets the enable_api_request_logging_metadata of this AccountRoleSettings. 1877 1878 Metadata that indicates whether the `enableApiRequestLogging` property is editable. # noqa: E501 1879 1880 :param enable_api_request_logging_metadata: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1881 :type: SettingsMetadata 1882 """ 1883 1884 self._enable_api_request_logging_metadata = enable_api_request_logging_metadata 1885 1886 @property 1887 def enable_key_terms_suggestions_by_document_type(self): 1888 """Gets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1889 1890 # noqa: E501 1891 1892 :return: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1893 :rtype: str 1894 """ 1895 return self._enable_key_terms_suggestions_by_document_type 1896 1897 @enable_key_terms_suggestions_by_document_type.setter 1898 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 1899 """Sets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. 1900 1901 # noqa: E501 1902 1903 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1904 :type: str 1905 """ 1906 1907 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 1908 1909 @property 1910 def enable_key_terms_suggestions_by_document_type_metadata(self): 1911 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1912 1913 # noqa: E501 1914 1915 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1916 :rtype: SettingsMetadata 1917 """ 1918 return self._enable_key_terms_suggestions_by_document_type_metadata 1919 1920 @enable_key_terms_suggestions_by_document_type_metadata.setter 1921 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 1922 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. 1923 1924 # noqa: E501 1925 1926 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1927 :type: SettingsMetadata 1928 """ 1929 1930 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 1931 1932 @property 1933 def enable_recipient_viewing_notifications(self): 1934 """Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1935 1936 # noqa: E501 1937 1938 :return: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1939 :rtype: str 1940 """ 1941 return self._enable_recipient_viewing_notifications 1942 1943 @enable_recipient_viewing_notifications.setter 1944 def enable_recipient_viewing_notifications(self, enable_recipient_viewing_notifications): 1945 """Sets the enable_recipient_viewing_notifications of this AccountRoleSettings. 1946 1947 # noqa: E501 1948 1949 :param enable_recipient_viewing_notifications: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1950 :type: str 1951 """ 1952 1953 self._enable_recipient_viewing_notifications = enable_recipient_viewing_notifications 1954 1955 @property 1956 def enable_recipient_viewing_notifications_metadata(self): 1957 """Gets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1958 1959 Metadata that indicates whether the `enableRecipientViewingNotifications` property is editable. # noqa: E501 1960 1961 :return: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1962 :rtype: SettingsMetadata 1963 """ 1964 return self._enable_recipient_viewing_notifications_metadata 1965 1966 @enable_recipient_viewing_notifications_metadata.setter 1967 def enable_recipient_viewing_notifications_metadata(self, enable_recipient_viewing_notifications_metadata): 1968 """Sets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. 1969 1970 Metadata that indicates whether the `enableRecipientViewingNotifications` property is editable. # noqa: E501 1971 1972 :param enable_recipient_viewing_notifications_metadata: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1973 :type: SettingsMetadata 1974 """ 1975 1976 self._enable_recipient_viewing_notifications_metadata = enable_recipient_viewing_notifications_metadata 1977 1978 @property 1979 def enable_sequential_signing_interface(self): 1980 """Gets the enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1981 1982 # noqa: E501 1983 1984 :return: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1985 :rtype: str 1986 """ 1987 return self._enable_sequential_signing_interface 1988 1989 @enable_sequential_signing_interface.setter 1990 def enable_sequential_signing_interface(self, enable_sequential_signing_interface): 1991 """Sets the enable_sequential_signing_interface of this AccountRoleSettings. 1992 1993 # noqa: E501 1994 1995 :param enable_sequential_signing_interface: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1996 :type: str 1997 """ 1998 1999 self._enable_sequential_signing_interface = enable_sequential_signing_interface 2000 2001 @property 2002 def enable_sequential_signing_interface_metadata(self): 2003 """Gets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2004 2005 Metadata that indicates whether the `enableSequentialSigningInterface` property is editable. # noqa: E501 2006 2007 :return: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2008 :rtype: SettingsMetadata 2009 """ 2010 return self._enable_sequential_signing_interface_metadata 2011 2012 @enable_sequential_signing_interface_metadata.setter 2013 def enable_sequential_signing_interface_metadata(self, enable_sequential_signing_interface_metadata): 2014 """Sets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. 2015 2016 Metadata that indicates whether the `enableSequentialSigningInterface` property is editable. # noqa: E501 2017 2018 :param enable_sequential_signing_interface_metadata: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2019 :type: SettingsMetadata 2020 """ 2021 2022 self._enable_sequential_signing_interface_metadata = enable_sequential_signing_interface_metadata 2023 2024 @property 2025 def enable_transaction_point_integration(self): 2026 """Gets the enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2027 2028 # noqa: E501 2029 2030 :return: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2031 :rtype: str 2032 """ 2033 return self._enable_transaction_point_integration 2034 2035 @enable_transaction_point_integration.setter 2036 def enable_transaction_point_integration(self, enable_transaction_point_integration): 2037 """Sets the enable_transaction_point_integration of this AccountRoleSettings. 2038 2039 # noqa: E501 2040 2041 :param enable_transaction_point_integration: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2042 :type: str 2043 """ 2044 2045 self._enable_transaction_point_integration = enable_transaction_point_integration 2046 2047 @property 2048 def enable_transaction_point_integration_metadata(self): 2049 """Gets the enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2050 2051 Reserved for DocuSign. # noqa: E501 2052 2053 :return: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2054 :rtype: SettingsMetadata 2055 """ 2056 return self._enable_transaction_point_integration_metadata 2057 2058 @enable_transaction_point_integration_metadata.setter 2059 def enable_transaction_point_integration_metadata(self, enable_transaction_point_integration_metadata): 2060 """Sets the enable_transaction_point_integration_metadata of this AccountRoleSettings. 2061 2062 Reserved for DocuSign. # noqa: E501 2063 2064 :param enable_transaction_point_integration_metadata: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2065 :type: SettingsMetadata 2066 """ 2067 2068 self._enable_transaction_point_integration_metadata = enable_transaction_point_integration_metadata 2069 2070 @property 2071 def power_form_role(self): 2072 """Gets the power_form_role of this AccountRoleSettings. # noqa: E501 2073 2074 # noqa: E501 2075 2076 :return: The power_form_role of this AccountRoleSettings. # noqa: E501 2077 :rtype: str 2078 """ 2079 return self._power_form_role 2080 2081 @power_form_role.setter 2082 def power_form_role(self, power_form_role): 2083 """Sets the power_form_role of this AccountRoleSettings. 2084 2085 # noqa: E501 2086 2087 :param power_form_role: The power_form_role of this AccountRoleSettings. # noqa: E501 2088 :type: str 2089 """ 2090 2091 self._power_form_role = power_form_role 2092 2093 @property 2094 def power_form_role_metadata(self): 2095 """Gets the power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2096 2097 Metadata that indicates whether the `powerFormRole` property is editable. # noqa: E501 2098 2099 :return: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2100 :rtype: SettingsMetadata 2101 """ 2102 return self._power_form_role_metadata 2103 2104 @power_form_role_metadata.setter 2105 def power_form_role_metadata(self, power_form_role_metadata): 2106 """Sets the power_form_role_metadata of this AccountRoleSettings. 2107 2108 Metadata that indicates whether the `powerFormRole` property is editable. # noqa: E501 2109 2110 :param power_form_role_metadata: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2111 :type: SettingsMetadata 2112 """ 2113 2114 self._power_form_role_metadata = power_form_role_metadata 2115 2116 @property 2117 def receive_completed_self_signed_documents_as_email_links(self): 2118 """Gets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2119 2120 # noqa: E501 2121 2122 :return: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2123 :rtype: str 2124 """ 2125 return self._receive_completed_self_signed_documents_as_email_links 2126 2127 @receive_completed_self_signed_documents_as_email_links.setter 2128 def receive_completed_self_signed_documents_as_email_links(self, receive_completed_self_signed_documents_as_email_links): 2129 """Sets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. 2130 2131 # noqa: E501 2132 2133 :param receive_completed_self_signed_documents_as_email_links: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2134 :type: str 2135 """ 2136 2137 self._receive_completed_self_signed_documents_as_email_links = receive_completed_self_signed_documents_as_email_links 2138 2139 @property 2140 def receive_completed_self_signed_documents_as_email_links_metadata(self): 2141 """Gets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2142 2143 Metadata that indicates whether the `receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable. # noqa: E501 2144 2145 :return: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2146 :rtype: SettingsMetadata 2147 """ 2148 return self._receive_completed_self_signed_documents_as_email_links_metadata 2149 2150 @receive_completed_self_signed_documents_as_email_links_metadata.setter 2151 def receive_completed_self_signed_documents_as_email_links_metadata(self, receive_completed_self_signed_documents_as_email_links_metadata): 2152 """Sets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. 2153 2154 Metadata that indicates whether the `receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable. # noqa: E501 2155 2156 :param receive_completed_self_signed_documents_as_email_links_metadata: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2157 :type: SettingsMetadata 2158 """ 2159 2160 self._receive_completed_self_signed_documents_as_email_links_metadata = receive_completed_self_signed_documents_as_email_links_metadata 2161 2162 @property 2163 def signing_ui_version_metadata(self): 2164 """Gets the signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2165 2166 Reserved for DocuSign. # noqa: E501 2167 2168 :return: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2169 :rtype: SettingsMetadata 2170 """ 2171 return self._signing_ui_version_metadata 2172 2173 @signing_ui_version_metadata.setter 2174 def signing_ui_version_metadata(self, signing_ui_version_metadata): 2175 """Sets the signing_ui_version_metadata of this AccountRoleSettings. 2176 2177 Reserved for DocuSign. # noqa: E501 2178 2179 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2180 :type: SettingsMetadata 2181 """ 2182 2183 self._signing_ui_version_metadata = signing_ui_version_metadata 2184 2185 @property 2186 def supplemental_documents_must_accept(self): 2187 """Gets the supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2188 2189 # noqa: E501 2190 2191 :return: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2192 :rtype: str 2193 """ 2194 return self._supplemental_documents_must_accept 2195 2196 @supplemental_documents_must_accept.setter 2197 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 2198 """Sets the supplemental_documents_must_accept of this AccountRoleSettings. 2199 2200 # noqa: E501 2201 2202 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2203 :type: str 2204 """ 2205 2206 self._supplemental_documents_must_accept = supplemental_documents_must_accept 2207 2208 @property 2209 def supplemental_documents_must_accept_metadata(self): 2210 """Gets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2211 2212 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 2213 2214 :return: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2215 :rtype: SettingsMetadata 2216 """ 2217 return self._supplemental_documents_must_accept_metadata 2218 2219 @supplemental_documents_must_accept_metadata.setter 2220 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 2221 """Sets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. 2222 2223 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 2224 2225 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2226 :type: SettingsMetadata 2227 """ 2228 2229 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 2230 2231 @property 2232 def supplemental_documents_must_read(self): 2233 """Gets the supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2234 2235 # noqa: E501 2236 2237 :return: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2238 :rtype: str 2239 """ 2240 return self._supplemental_documents_must_read 2241 2242 @supplemental_documents_must_read.setter 2243 def supplemental_documents_must_read(self, supplemental_documents_must_read): 2244 """Sets the supplemental_documents_must_read of this AccountRoleSettings. 2245 2246 # noqa: E501 2247 2248 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2249 :type: str 2250 """ 2251 2252 self._supplemental_documents_must_read = supplemental_documents_must_read 2253 2254 @property 2255 def supplemental_documents_must_read_metadata(self): 2256 """Gets the supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2257 2258 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 2259 2260 :return: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2261 :rtype: SettingsMetadata 2262 """ 2263 return self._supplemental_documents_must_read_metadata 2264 2265 @supplemental_documents_must_read_metadata.setter 2266 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 2267 """Sets the supplemental_documents_must_read_metadata of this AccountRoleSettings. 2268 2269 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 2270 2271 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2272 :type: SettingsMetadata 2273 """ 2274 2275 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 2276 2277 @property 2278 def supplemental_documents_must_view(self): 2279 """Gets the supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2280 2281 # noqa: E501 2282 2283 :return: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2284 :rtype: str 2285 """ 2286 return self._supplemental_documents_must_view 2287 2288 @supplemental_documents_must_view.setter 2289 def supplemental_documents_must_view(self, supplemental_documents_must_view): 2290 """Sets the supplemental_documents_must_view of this AccountRoleSettings. 2291 2292 # noqa: E501 2293 2294 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2295 :type: str 2296 """ 2297 2298 self._supplemental_documents_must_view = supplemental_documents_must_view 2299 2300 @property 2301 def supplemental_documents_must_view_metadata(self): 2302 """Gets the supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2303 2304 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 2305 2306 :return: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2307 :rtype: SettingsMetadata 2308 """ 2309 return self._supplemental_documents_must_view_metadata 2310 2311 @supplemental_documents_must_view_metadata.setter 2312 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 2313 """Sets the supplemental_documents_must_view_metadata of this AccountRoleSettings. 2314 2315 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 2316 2317 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2318 :type: SettingsMetadata 2319 """ 2320 2321 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 2322 2323 @property 2324 def use_new_docu_sign_experience_interface(self): 2325 """Gets the use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2326 2327 # noqa: E501 2328 2329 :return: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2330 :rtype: str 2331 """ 2332 return self._use_new_docu_sign_experience_interface 2333 2334 @use_new_docu_sign_experience_interface.setter 2335 def use_new_docu_sign_experience_interface(self, use_new_docu_sign_experience_interface): 2336 """Sets the use_new_docu_sign_experience_interface of this AccountRoleSettings. 2337 2338 # noqa: E501 2339 2340 :param use_new_docu_sign_experience_interface: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2341 :type: str 2342 """ 2343 2344 self._use_new_docu_sign_experience_interface = use_new_docu_sign_experience_interface 2345 2346 @property 2347 def use_new_docu_sign_experience_interface_metadata(self): 2348 """Gets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2349 2350 Reserved for DocuSign. # noqa: E501 2351 2352 :return: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2353 :rtype: SettingsMetadata 2354 """ 2355 return self._use_new_docu_sign_experience_interface_metadata 2356 2357 @use_new_docu_sign_experience_interface_metadata.setter 2358 def use_new_docu_sign_experience_interface_metadata(self, use_new_docu_sign_experience_interface_metadata): 2359 """Sets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. 2360 2361 Reserved for DocuSign. # noqa: E501 2362 2363 :param use_new_docu_sign_experience_interface_metadata: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2364 :type: SettingsMetadata 2365 """ 2366 2367 self._use_new_docu_sign_experience_interface_metadata = use_new_docu_sign_experience_interface_metadata 2368 2369 @property 2370 def use_new_sending_interface(self): 2371 """Gets the use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2372 2373 # noqa: E501 2374 2375 :return: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2376 :rtype: str 2377 """ 2378 return self._use_new_sending_interface 2379 2380 @use_new_sending_interface.setter 2381 def use_new_sending_interface(self, use_new_sending_interface): 2382 """Sets the use_new_sending_interface of this AccountRoleSettings. 2383 2384 # noqa: E501 2385 2386 :param use_new_sending_interface: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2387 :type: str 2388 """ 2389 2390 self._use_new_sending_interface = use_new_sending_interface 2391 2392 @property 2393 def use_new_sending_interface_metadata(self): 2394 """Gets the use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2395 2396 Reserved for DocuSign. # noqa: E501 2397 2398 :return: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2399 :rtype: SettingsMetadata 2400 """ 2401 return self._use_new_sending_interface_metadata 2402 2403 @use_new_sending_interface_metadata.setter 2404 def use_new_sending_interface_metadata(self, use_new_sending_interface_metadata): 2405 """Sets the use_new_sending_interface_metadata of this AccountRoleSettings. 2406 2407 Reserved for DocuSign. # noqa: E501 2408 2409 :param use_new_sending_interface_metadata: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2410 :type: SettingsMetadata 2411 """ 2412 2413 self._use_new_sending_interface_metadata = use_new_sending_interface_metadata 2414 2415 @property 2416 def vaulting_mode(self): 2417 """Gets the vaulting_mode of this AccountRoleSettings. # noqa: E501 2418 2419 # noqa: E501 2420 2421 :return: The vaulting_mode of this AccountRoleSettings. # noqa: E501 2422 :rtype: str 2423 """ 2424 return self._vaulting_mode 2425 2426 @vaulting_mode.setter 2427 def vaulting_mode(self, vaulting_mode): 2428 """Sets the vaulting_mode of this AccountRoleSettings. 2429 2430 # noqa: E501 2431 2432 :param vaulting_mode: The vaulting_mode of this AccountRoleSettings. # noqa: E501 2433 :type: str 2434 """ 2435 2436 self._vaulting_mode = vaulting_mode 2437 2438 @property 2439 def vaulting_mode_metadata(self): 2440 """Gets the vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2441 2442 Reserved for DocuSign. # noqa: E501 2443 2444 :return: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2445 :rtype: SettingsMetadata 2446 """ 2447 return self._vaulting_mode_metadata 2448 2449 @vaulting_mode_metadata.setter 2450 def vaulting_mode_metadata(self, vaulting_mode_metadata): 2451 """Sets the vaulting_mode_metadata of this AccountRoleSettings. 2452 2453 Reserved for DocuSign. # noqa: E501 2454 2455 :param vaulting_mode_metadata: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2456 :type: SettingsMetadata 2457 """ 2458 2459 self._vaulting_mode_metadata = vaulting_mode_metadata 2460 2461 @property 2462 def web_forms(self): 2463 """Gets the web_forms of this AccountRoleSettings. # noqa: E501 2464 2465 # noqa: E501 2466 2467 :return: The web_forms of this AccountRoleSettings. # noqa: E501 2468 :rtype: str 2469 """ 2470 return self._web_forms 2471 2472 @web_forms.setter 2473 def web_forms(self, web_forms): 2474 """Sets the web_forms of this AccountRoleSettings. 2475 2476 # noqa: E501 2477 2478 :param web_forms: The web_forms of this AccountRoleSettings. # noqa: E501 2479 :type: str 2480 """ 2481 2482 self._web_forms = web_forms 2483 2484 @property 2485 def web_forms_metadata(self): 2486 """Gets the web_forms_metadata of this AccountRoleSettings. # noqa: E501 2487 2488 # noqa: E501 2489 2490 :return: The web_forms_metadata of this AccountRoleSettings. # noqa: E501 2491 :rtype: SettingsMetadata 2492 """ 2493 return self._web_forms_metadata 2494 2495 @web_forms_metadata.setter 2496 def web_forms_metadata(self, web_forms_metadata): 2497 """Sets the web_forms_metadata of this AccountRoleSettings. 2498 2499 # noqa: E501 2500 2501 :param web_forms_metadata: The web_forms_metadata of this AccountRoleSettings. # noqa: E501 2502 :type: SettingsMetadata 2503 """ 2504 2505 self._web_forms_metadata = web_forms_metadata 2506 2507 def to_dict(self): 2508 """Returns the model properties as a dict""" 2509 result = {} 2510 2511 for attr, _ in six.iteritems(self.swagger_types): 2512 value = getattr(self, attr) 2513 if isinstance(value, list): 2514 result[attr] = list(map( 2515 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2516 value 2517 )) 2518 elif hasattr(value, "to_dict"): 2519 result[attr] = value.to_dict() 2520 elif isinstance(value, dict): 2521 result[attr] = dict(map( 2522 lambda item: (item[0], item[1].to_dict()) 2523 if hasattr(item[1], "to_dict") else item, 2524 value.items() 2525 )) 2526 else: 2527 result[attr] = value 2528 if issubclass(AccountRoleSettings, dict): 2529 for key, value in self.items(): 2530 result[key] = value 2531 2532 return result 2533 2534 def to_str(self): 2535 """Returns the string representation of the model""" 2536 return pprint.pformat(self.to_dict()) 2537 2538 def __repr__(self): 2539 """For `print` and `pprint`""" 2540 return self.to_str() 2541 2542 def __eq__(self, other): 2543 """Returns true if both objects are equal""" 2544 if not isinstance(other, AccountRoleSettings): 2545 return False 2546 2547 return self.to_dict() == other.to_dict() 2548 2549 def __ne__(self, other): 2550 """Returns true if both objects are not equal""" 2551 if not isinstance(other, AccountRoleSettings): 2552 return True 2553 2554 return self.to_dict() != other.to_dict()
23class AccountRoleSettings(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 'allow_account_management': 'str', 38 'allow_account_management_metadata': 'SettingsMetadata', 39 'allow_api_access': 'str', 40 'allow_api_access_metadata': 'SettingsMetadata', 41 'allow_api_access_to_account': 'str', 42 'allow_api_access_to_account_metadata': 'SettingsMetadata', 43 'allow_api_sending_on_behalf_of_others': 'str', 44 'allow_api_sending_on_behalf_of_others_metadata': 'SettingsMetadata', 45 'allow_api_sequential_signing': 'str', 46 'allow_api_sequential_signing_metadata': 'SettingsMetadata', 47 'allow_auto_tagging': 'str', 48 'allow_auto_tagging_metadata': 'SettingsMetadata', 49 'allow_bulk_sending': 'str', 50 'allow_bulk_sending_metadata': 'SettingsMetadata', 51 'allow_docu_sign_desktop_client': 'str', 52 'allow_docu_sign_desktop_client_metadata': 'SettingsMetadata', 53 'allowed_address_book_access': 'str', 54 'allowed_address_book_access_metadata': 'SettingsMetadata', 55 'allowed_clickwraps_access': 'str', 56 'allowed_clickwraps_access_metadata': 'SettingsMetadata', 57 'allowed_document_template_library_access': 'str', 58 'allowed_document_template_library_access_metadata': 'SettingsMetadata', 59 'allowed_orchestration_access': 'str', 60 'allowed_orchestration_access_metadata': 'SettingsMetadata', 61 'allowed_template_access': 'str', 62 'allowed_template_access_metadata': 'SettingsMetadata', 63 'allowed_to_be_envelope_transfer_recipient': 'str', 64 'allowed_to_be_envelope_transfer_recipient_metadata': 'SettingsMetadata', 65 'allow_envelope_sending': 'str', 66 'allow_envelope_sending_metadata': 'SettingsMetadata', 67 'allow_e_seal_recipients': 'str', 68 'allow_e_seal_recipients_metadata': 'SettingsMetadata', 69 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'str', 70 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'SettingsMetadata', 71 'allow_senders_to_set_recipient_email_language': 'str', 72 'allow_senders_to_set_recipient_email_language_metadata': 'SettingsMetadata', 73 'allow_signer_attachments': 'str', 74 'allow_signer_attachments_metadata': 'SettingsMetadata', 75 'allow_supplemental_documents': 'str', 76 'allow_supplemental_documents_metadata': 'SettingsMetadata', 77 'allow_tagging_in_send_and_correct': 'str', 78 'allow_tagging_in_send_and_correct_metadata': 'SettingsMetadata', 79 'allow_transactions': 'str', 80 'allow_transactions_metadata': 'SettingsMetadata', 81 'allow_vaulting': 'str', 82 'allow_vaulting_metadata': 'SettingsMetadata', 83 'allow_wet_signing_override': 'str', 84 'allow_wet_signing_override_metadata': 'SettingsMetadata', 85 'can_create_transaction': 'str', 86 'can_create_transaction_metadata': 'SettingsMetadata', 87 'can_create_workspaces': 'str', 88 'can_create_workspaces_metadata': 'SettingsMetadata', 89 'can_delete_documents_in_transaction': 'str', 90 'can_delete_documents_in_transaction_metadata': 'SettingsMetadata', 91 'can_delete_transaction': 'str', 92 'can_delete_transaction_metadata': 'SettingsMetadata', 93 'can_send_envelopes_via_sms': 'str', 94 'can_send_envelopes_via_sms_metadata': 'SettingsMetadata', 95 'disable_document_upload': 'str', 96 'disable_document_upload_metadata': 'SettingsMetadata', 97 'disable_other_actions': 'str', 98 'disable_other_actions_metadata': 'SettingsMetadata', 99 'enable_api_request_logging': 'str', 100 'enable_api_request_logging_metadata': 'SettingsMetadata', 101 'enable_key_terms_suggestions_by_document_type': 'str', 102 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 103 'enable_recipient_viewing_notifications': 'str', 104 'enable_recipient_viewing_notifications_metadata': 'SettingsMetadata', 105 'enable_sequential_signing_interface': 'str', 106 'enable_sequential_signing_interface_metadata': 'SettingsMetadata', 107 'enable_transaction_point_integration': 'str', 108 'enable_transaction_point_integration_metadata': 'SettingsMetadata', 109 'power_form_role': 'str', 110 'power_form_role_metadata': 'SettingsMetadata', 111 'receive_completed_self_signed_documents_as_email_links': 'str', 112 'receive_completed_self_signed_documents_as_email_links_metadata': 'SettingsMetadata', 113 'signing_ui_version_metadata': 'SettingsMetadata', 114 'supplemental_documents_must_accept': 'str', 115 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 116 'supplemental_documents_must_read': 'str', 117 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 118 'supplemental_documents_must_view': 'str', 119 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 120 'use_new_docu_sign_experience_interface': 'str', 121 'use_new_docu_sign_experience_interface_metadata': 'SettingsMetadata', 122 'use_new_sending_interface': 'str', 123 'use_new_sending_interface_metadata': 'SettingsMetadata', 124 'vaulting_mode': 'str', 125 'vaulting_mode_metadata': 'SettingsMetadata', 126 'web_forms': 'str', 127 'web_forms_metadata': 'SettingsMetadata' 128 } 129 130 attribute_map = { 131 'allow_account_management': 'allowAccountManagement', 132 'allow_account_management_metadata': 'allowAccountManagementMetadata', 133 'allow_api_access': 'allowApiAccess', 134 'allow_api_access_metadata': 'allowApiAccessMetadata', 135 'allow_api_access_to_account': 'allowApiAccessToAccount', 136 'allow_api_access_to_account_metadata': 'allowApiAccessToAccountMetadata', 137 'allow_api_sending_on_behalf_of_others': 'allowApiSendingOnBehalfOfOthers', 138 'allow_api_sending_on_behalf_of_others_metadata': 'allowApiSendingOnBehalfOfOthersMetadata', 139 'allow_api_sequential_signing': 'allowApiSequentialSigning', 140 'allow_api_sequential_signing_metadata': 'allowApiSequentialSigningMetadata', 141 'allow_auto_tagging': 'allowAutoTagging', 142 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 143 'allow_bulk_sending': 'allowBulkSending', 144 'allow_bulk_sending_metadata': 'allowBulkSendingMetadata', 145 'allow_docu_sign_desktop_client': 'allowDocuSignDesktopClient', 146 'allow_docu_sign_desktop_client_metadata': 'allowDocuSignDesktopClientMetadata', 147 'allowed_address_book_access': 'allowedAddressBookAccess', 148 'allowed_address_book_access_metadata': 'allowedAddressBookAccessMetadata', 149 'allowed_clickwraps_access': 'allowedClickwrapsAccess', 150 'allowed_clickwraps_access_metadata': 'allowedClickwrapsAccessMetadata', 151 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess', 152 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata', 153 'allowed_orchestration_access': 'allowedOrchestrationAccess', 154 'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata', 155 'allowed_template_access': 'allowedTemplateAccess', 156 'allowed_template_access_metadata': 'allowedTemplateAccessMetadata', 157 'allowed_to_be_envelope_transfer_recipient': 'allowedToBeEnvelopeTransferRecipient', 158 'allowed_to_be_envelope_transfer_recipient_metadata': 'allowedToBeEnvelopeTransferRecipientMetadata', 159 'allow_envelope_sending': 'allowEnvelopeSending', 160 'allow_envelope_sending_metadata': 'allowEnvelopeSendingMetadata', 161 'allow_e_seal_recipients': 'allowESealRecipients', 162 'allow_e_seal_recipients_metadata': 'allowESealRecipientsMetadata', 163 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopes', 164 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata', 165 'allow_senders_to_set_recipient_email_language': 'allowSendersToSetRecipientEmailLanguage', 166 'allow_senders_to_set_recipient_email_language_metadata': 'allowSendersToSetRecipientEmailLanguageMetadata', 167 'allow_signer_attachments': 'allowSignerAttachments', 168 'allow_signer_attachments_metadata': 'allowSignerAttachmentsMetadata', 169 'allow_supplemental_documents': 'allowSupplementalDocuments', 170 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 171 'allow_tagging_in_send_and_correct': 'allowTaggingInSendAndCorrect', 172 'allow_tagging_in_send_and_correct_metadata': 'allowTaggingInSendAndCorrectMetadata', 173 'allow_transactions': 'allowTransactions', 174 'allow_transactions_metadata': 'allowTransactionsMetadata', 175 'allow_vaulting': 'allowVaulting', 176 'allow_vaulting_metadata': 'allowVaultingMetadata', 177 'allow_wet_signing_override': 'allowWetSigningOverride', 178 'allow_wet_signing_override_metadata': 'allowWetSigningOverrideMetadata', 179 'can_create_transaction': 'canCreateTransaction', 180 'can_create_transaction_metadata': 'canCreateTransactionMetadata', 181 'can_create_workspaces': 'canCreateWorkspaces', 182 'can_create_workspaces_metadata': 'canCreateWorkspacesMetadata', 183 'can_delete_documents_in_transaction': 'canDeleteDocumentsInTransaction', 184 'can_delete_documents_in_transaction_metadata': 'canDeleteDocumentsInTransactionMetadata', 185 'can_delete_transaction': 'canDeleteTransaction', 186 'can_delete_transaction_metadata': 'canDeleteTransactionMetadata', 187 'can_send_envelopes_via_sms': 'canSendEnvelopesViaSMS', 188 'can_send_envelopes_via_sms_metadata': 'canSendEnvelopesViaSMSMetadata', 189 'disable_document_upload': 'disableDocumentUpload', 190 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', 191 'disable_other_actions': 'disableOtherActions', 192 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 193 'enable_api_request_logging': 'enableApiRequestLogging', 194 'enable_api_request_logging_metadata': 'enableApiRequestLoggingMetadata', 195 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 196 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 197 'enable_recipient_viewing_notifications': 'enableRecipientViewingNotifications', 198 'enable_recipient_viewing_notifications_metadata': 'enableRecipientViewingNotificationsMetadata', 199 'enable_sequential_signing_interface': 'enableSequentialSigningInterface', 200 'enable_sequential_signing_interface_metadata': 'enableSequentialSigningInterfaceMetadata', 201 'enable_transaction_point_integration': 'enableTransactionPointIntegration', 202 'enable_transaction_point_integration_metadata': 'enableTransactionPointIntegrationMetadata', 203 'power_form_role': 'powerFormRole', 204 'power_form_role_metadata': 'powerFormRoleMetadata', 205 'receive_completed_self_signed_documents_as_email_links': 'receiveCompletedSelfSignedDocumentsAsEmailLinks', 206 'receive_completed_self_signed_documents_as_email_links_metadata': 'receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata', 207 'signing_ui_version_metadata': 'signingUiVersionMetadata', 208 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 209 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 210 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 211 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 212 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 213 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 214 'use_new_docu_sign_experience_interface': 'useNewDocuSignExperienceInterface', 215 'use_new_docu_sign_experience_interface_metadata': 'useNewDocuSignExperienceInterfaceMetadata', 216 'use_new_sending_interface': 'useNewSendingInterface', 217 'use_new_sending_interface_metadata': 'useNewSendingInterfaceMetadata', 218 'vaulting_mode': 'vaultingMode', 219 'vaulting_mode_metadata': 'vaultingModeMetadata', 220 'web_forms': 'webForms', 221 'web_forms_metadata': 'webFormsMetadata' 222 } 223 224 def __init__(self, _configuration=None, **kwargs): # noqa: E501 225 """AccountRoleSettings - a model defined in Swagger""" # noqa: E501 226 if _configuration is None: 227 _configuration = Configuration() 228 self._configuration = _configuration 229 230 self._allow_account_management = None 231 self._allow_account_management_metadata = None 232 self._allow_api_access = None 233 self._allow_api_access_metadata = None 234 self._allow_api_access_to_account = None 235 self._allow_api_access_to_account_metadata = None 236 self._allow_api_sending_on_behalf_of_others = None 237 self._allow_api_sending_on_behalf_of_others_metadata = None 238 self._allow_api_sequential_signing = None 239 self._allow_api_sequential_signing_metadata = None 240 self._allow_auto_tagging = None 241 self._allow_auto_tagging_metadata = None 242 self._allow_bulk_sending = None 243 self._allow_bulk_sending_metadata = None 244 self._allow_docu_sign_desktop_client = None 245 self._allow_docu_sign_desktop_client_metadata = None 246 self._allowed_address_book_access = None 247 self._allowed_address_book_access_metadata = None 248 self._allowed_clickwraps_access = None 249 self._allowed_clickwraps_access_metadata = None 250 self._allowed_document_template_library_access = None 251 self._allowed_document_template_library_access_metadata = None 252 self._allowed_orchestration_access = None 253 self._allowed_orchestration_access_metadata = None 254 self._allowed_template_access = None 255 self._allowed_template_access_metadata = None 256 self._allowed_to_be_envelope_transfer_recipient = None 257 self._allowed_to_be_envelope_transfer_recipient_metadata = None 258 self._allow_envelope_sending = None 259 self._allow_envelope_sending_metadata = None 260 self._allow_e_seal_recipients = None 261 self._allow_e_seal_recipients_metadata = None 262 self._allow_power_forms_admin_to_access_all_power_form_envelopes = None 263 self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = None 264 self._allow_senders_to_set_recipient_email_language = None 265 self._allow_senders_to_set_recipient_email_language_metadata = None 266 self._allow_signer_attachments = None 267 self._allow_signer_attachments_metadata = None 268 self._allow_supplemental_documents = None 269 self._allow_supplemental_documents_metadata = None 270 self._allow_tagging_in_send_and_correct = None 271 self._allow_tagging_in_send_and_correct_metadata = None 272 self._allow_transactions = None 273 self._allow_transactions_metadata = None 274 self._allow_vaulting = None 275 self._allow_vaulting_metadata = None 276 self._allow_wet_signing_override = None 277 self._allow_wet_signing_override_metadata = None 278 self._can_create_transaction = None 279 self._can_create_transaction_metadata = None 280 self._can_create_workspaces = None 281 self._can_create_workspaces_metadata = None 282 self._can_delete_documents_in_transaction = None 283 self._can_delete_documents_in_transaction_metadata = None 284 self._can_delete_transaction = None 285 self._can_delete_transaction_metadata = None 286 self._can_send_envelopes_via_sms = None 287 self._can_send_envelopes_via_sms_metadata = None 288 self._disable_document_upload = None 289 self._disable_document_upload_metadata = None 290 self._disable_other_actions = None 291 self._disable_other_actions_metadata = None 292 self._enable_api_request_logging = None 293 self._enable_api_request_logging_metadata = None 294 self._enable_key_terms_suggestions_by_document_type = None 295 self._enable_key_terms_suggestions_by_document_type_metadata = None 296 self._enable_recipient_viewing_notifications = None 297 self._enable_recipient_viewing_notifications_metadata = None 298 self._enable_sequential_signing_interface = None 299 self._enable_sequential_signing_interface_metadata = None 300 self._enable_transaction_point_integration = None 301 self._enable_transaction_point_integration_metadata = None 302 self._power_form_role = None 303 self._power_form_role_metadata = None 304 self._receive_completed_self_signed_documents_as_email_links = None 305 self._receive_completed_self_signed_documents_as_email_links_metadata = None 306 self._signing_ui_version_metadata = None 307 self._supplemental_documents_must_accept = None 308 self._supplemental_documents_must_accept_metadata = None 309 self._supplemental_documents_must_read = None 310 self._supplemental_documents_must_read_metadata = None 311 self._supplemental_documents_must_view = None 312 self._supplemental_documents_must_view_metadata = None 313 self._use_new_docu_sign_experience_interface = None 314 self._use_new_docu_sign_experience_interface_metadata = None 315 self._use_new_sending_interface = None 316 self._use_new_sending_interface_metadata = None 317 self._vaulting_mode = None 318 self._vaulting_mode_metadata = None 319 self._web_forms = None 320 self._web_forms_metadata = None 321 self.discriminator = None 322 323 setattr(self, "_{}".format('allow_account_management'), kwargs.get('allow_account_management', None)) 324 setattr(self, "_{}".format('allow_account_management_metadata'), kwargs.get('allow_account_management_metadata', None)) 325 setattr(self, "_{}".format('allow_api_access'), kwargs.get('allow_api_access', None)) 326 setattr(self, "_{}".format('allow_api_access_metadata'), kwargs.get('allow_api_access_metadata', None)) 327 setattr(self, "_{}".format('allow_api_access_to_account'), kwargs.get('allow_api_access_to_account', None)) 328 setattr(self, "_{}".format('allow_api_access_to_account_metadata'), kwargs.get('allow_api_access_to_account_metadata', None)) 329 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others'), kwargs.get('allow_api_sending_on_behalf_of_others', None)) 330 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others_metadata'), kwargs.get('allow_api_sending_on_behalf_of_others_metadata', None)) 331 setattr(self, "_{}".format('allow_api_sequential_signing'), kwargs.get('allow_api_sequential_signing', None)) 332 setattr(self, "_{}".format('allow_api_sequential_signing_metadata'), kwargs.get('allow_api_sequential_signing_metadata', None)) 333 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 334 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 335 setattr(self, "_{}".format('allow_bulk_sending'), kwargs.get('allow_bulk_sending', None)) 336 setattr(self, "_{}".format('allow_bulk_sending_metadata'), kwargs.get('allow_bulk_sending_metadata', None)) 337 setattr(self, "_{}".format('allow_docu_sign_desktop_client'), kwargs.get('allow_docu_sign_desktop_client', None)) 338 setattr(self, "_{}".format('allow_docu_sign_desktop_client_metadata'), kwargs.get('allow_docu_sign_desktop_client_metadata', None)) 339 setattr(self, "_{}".format('allowed_address_book_access'), kwargs.get('allowed_address_book_access', None)) 340 setattr(self, "_{}".format('allowed_address_book_access_metadata'), kwargs.get('allowed_address_book_access_metadata', None)) 341 setattr(self, "_{}".format('allowed_clickwraps_access'), kwargs.get('allowed_clickwraps_access', None)) 342 setattr(self, "_{}".format('allowed_clickwraps_access_metadata'), kwargs.get('allowed_clickwraps_access_metadata', None)) 343 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 344 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 345 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 346 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 347 setattr(self, "_{}".format('allowed_template_access'), kwargs.get('allowed_template_access', None)) 348 setattr(self, "_{}".format('allowed_template_access_metadata'), kwargs.get('allowed_template_access_metadata', None)) 349 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient'), kwargs.get('allowed_to_be_envelope_transfer_recipient', None)) 350 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient_metadata'), kwargs.get('allowed_to_be_envelope_transfer_recipient_metadata', None)) 351 setattr(self, "_{}".format('allow_envelope_sending'), kwargs.get('allow_envelope_sending', None)) 352 setattr(self, "_{}".format('allow_envelope_sending_metadata'), kwargs.get('allow_envelope_sending_metadata', None)) 353 setattr(self, "_{}".format('allow_e_seal_recipients'), kwargs.get('allow_e_seal_recipients', None)) 354 setattr(self, "_{}".format('allow_e_seal_recipients_metadata'), kwargs.get('allow_e_seal_recipients_metadata', None)) 355 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes', None)) 356 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata', None)) 357 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language'), kwargs.get('allow_senders_to_set_recipient_email_language', None)) 358 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language_metadata'), kwargs.get('allow_senders_to_set_recipient_email_language_metadata', None)) 359 setattr(self, "_{}".format('allow_signer_attachments'), kwargs.get('allow_signer_attachments', None)) 360 setattr(self, "_{}".format('allow_signer_attachments_metadata'), kwargs.get('allow_signer_attachments_metadata', None)) 361 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 362 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 363 setattr(self, "_{}".format('allow_tagging_in_send_and_correct'), kwargs.get('allow_tagging_in_send_and_correct', None)) 364 setattr(self, "_{}".format('allow_tagging_in_send_and_correct_metadata'), kwargs.get('allow_tagging_in_send_and_correct_metadata', None)) 365 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 366 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 367 setattr(self, "_{}".format('allow_vaulting'), kwargs.get('allow_vaulting', None)) 368 setattr(self, "_{}".format('allow_vaulting_metadata'), kwargs.get('allow_vaulting_metadata', None)) 369 setattr(self, "_{}".format('allow_wet_signing_override'), kwargs.get('allow_wet_signing_override', None)) 370 setattr(self, "_{}".format('allow_wet_signing_override_metadata'), kwargs.get('allow_wet_signing_override_metadata', None)) 371 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 372 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 373 setattr(self, "_{}".format('can_create_workspaces'), kwargs.get('can_create_workspaces', None)) 374 setattr(self, "_{}".format('can_create_workspaces_metadata'), kwargs.get('can_create_workspaces_metadata', None)) 375 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 376 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 377 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 378 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 379 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 380 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 381 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 382 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 383 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 384 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 385 setattr(self, "_{}".format('enable_api_request_logging'), kwargs.get('enable_api_request_logging', None)) 386 setattr(self, "_{}".format('enable_api_request_logging_metadata'), kwargs.get('enable_api_request_logging_metadata', None)) 387 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 388 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 389 setattr(self, "_{}".format('enable_recipient_viewing_notifications'), kwargs.get('enable_recipient_viewing_notifications', None)) 390 setattr(self, "_{}".format('enable_recipient_viewing_notifications_metadata'), kwargs.get('enable_recipient_viewing_notifications_metadata', None)) 391 setattr(self, "_{}".format('enable_sequential_signing_interface'), kwargs.get('enable_sequential_signing_interface', None)) 392 setattr(self, "_{}".format('enable_sequential_signing_interface_metadata'), kwargs.get('enable_sequential_signing_interface_metadata', None)) 393 setattr(self, "_{}".format('enable_transaction_point_integration'), kwargs.get('enable_transaction_point_integration', None)) 394 setattr(self, "_{}".format('enable_transaction_point_integration_metadata'), kwargs.get('enable_transaction_point_integration_metadata', None)) 395 setattr(self, "_{}".format('power_form_role'), kwargs.get('power_form_role', None)) 396 setattr(self, "_{}".format('power_form_role_metadata'), kwargs.get('power_form_role_metadata', None)) 397 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links'), kwargs.get('receive_completed_self_signed_documents_as_email_links', None)) 398 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links_metadata'), kwargs.get('receive_completed_self_signed_documents_as_email_links_metadata', None)) 399 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 400 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 401 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 402 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 403 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 404 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 405 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 406 setattr(self, "_{}".format('use_new_docu_sign_experience_interface'), kwargs.get('use_new_docu_sign_experience_interface', None)) 407 setattr(self, "_{}".format('use_new_docu_sign_experience_interface_metadata'), kwargs.get('use_new_docu_sign_experience_interface_metadata', None)) 408 setattr(self, "_{}".format('use_new_sending_interface'), kwargs.get('use_new_sending_interface', None)) 409 setattr(self, "_{}".format('use_new_sending_interface_metadata'), kwargs.get('use_new_sending_interface_metadata', None)) 410 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 411 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 412 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 413 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None)) 414 415 @property 416 def allow_account_management(self): 417 """Gets the allow_account_management of this AccountRoleSettings. # noqa: E501 418 419 # noqa: E501 420 421 :return: The allow_account_management of this AccountRoleSettings. # noqa: E501 422 :rtype: str 423 """ 424 return self._allow_account_management 425 426 @allow_account_management.setter 427 def allow_account_management(self, allow_account_management): 428 """Sets the allow_account_management of this AccountRoleSettings. 429 430 # noqa: E501 431 432 :param allow_account_management: The allow_account_management of this AccountRoleSettings. # noqa: E501 433 :type: str 434 """ 435 436 self._allow_account_management = allow_account_management 437 438 @property 439 def allow_account_management_metadata(self): 440 """Gets the allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 441 442 Metadata that indicates whether the `allowAccountManagement` property is editable. # noqa: E501 443 444 :return: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 445 :rtype: SettingsMetadata 446 """ 447 return self._allow_account_management_metadata 448 449 @allow_account_management_metadata.setter 450 def allow_account_management_metadata(self, allow_account_management_metadata): 451 """Sets the allow_account_management_metadata of this AccountRoleSettings. 452 453 Metadata that indicates whether the `allowAccountManagement` property is editable. # noqa: E501 454 455 :param allow_account_management_metadata: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 456 :type: SettingsMetadata 457 """ 458 459 self._allow_account_management_metadata = allow_account_management_metadata 460 461 @property 462 def allow_api_access(self): 463 """Gets the allow_api_access of this AccountRoleSettings. # noqa: E501 464 465 # noqa: E501 466 467 :return: The allow_api_access of this AccountRoleSettings. # noqa: E501 468 :rtype: str 469 """ 470 return self._allow_api_access 471 472 @allow_api_access.setter 473 def allow_api_access(self, allow_api_access): 474 """Sets the allow_api_access of this AccountRoleSettings. 475 476 # noqa: E501 477 478 :param allow_api_access: The allow_api_access of this AccountRoleSettings. # noqa: E501 479 :type: str 480 """ 481 482 self._allow_api_access = allow_api_access 483 484 @property 485 def allow_api_access_metadata(self): 486 """Gets the allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 487 488 Metadata that indicates whether the `allowApiAccess` property is editable. # noqa: E501 489 490 :return: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 491 :rtype: SettingsMetadata 492 """ 493 return self._allow_api_access_metadata 494 495 @allow_api_access_metadata.setter 496 def allow_api_access_metadata(self, allow_api_access_metadata): 497 """Sets the allow_api_access_metadata of this AccountRoleSettings. 498 499 Metadata that indicates whether the `allowApiAccess` property is editable. # noqa: E501 500 501 :param allow_api_access_metadata: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 502 :type: SettingsMetadata 503 """ 504 505 self._allow_api_access_metadata = allow_api_access_metadata 506 507 @property 508 def allow_api_access_to_account(self): 509 """Gets the allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 510 511 # noqa: E501 512 513 :return: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 514 :rtype: str 515 """ 516 return self._allow_api_access_to_account 517 518 @allow_api_access_to_account.setter 519 def allow_api_access_to_account(self, allow_api_access_to_account): 520 """Sets the allow_api_access_to_account of this AccountRoleSettings. 521 522 # noqa: E501 523 524 :param allow_api_access_to_account: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 525 :type: str 526 """ 527 528 self._allow_api_access_to_account = allow_api_access_to_account 529 530 @property 531 def allow_api_access_to_account_metadata(self): 532 """Gets the allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 533 534 Metadata that indicates whether the `allowApiAccessToAccount` property is editable. # noqa: E501 535 536 :return: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 537 :rtype: SettingsMetadata 538 """ 539 return self._allow_api_access_to_account_metadata 540 541 @allow_api_access_to_account_metadata.setter 542 def allow_api_access_to_account_metadata(self, allow_api_access_to_account_metadata): 543 """Sets the allow_api_access_to_account_metadata of this AccountRoleSettings. 544 545 Metadata that indicates whether the `allowApiAccessToAccount` property is editable. # noqa: E501 546 547 :param allow_api_access_to_account_metadata: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 548 :type: SettingsMetadata 549 """ 550 551 self._allow_api_access_to_account_metadata = allow_api_access_to_account_metadata 552 553 @property 554 def allow_api_sending_on_behalf_of_others(self): 555 """Gets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 556 557 # noqa: E501 558 559 :return: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 560 :rtype: str 561 """ 562 return self._allow_api_sending_on_behalf_of_others 563 564 @allow_api_sending_on_behalf_of_others.setter 565 def allow_api_sending_on_behalf_of_others(self, allow_api_sending_on_behalf_of_others): 566 """Sets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. 567 568 # noqa: E501 569 570 :param allow_api_sending_on_behalf_of_others: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 571 :type: str 572 """ 573 574 self._allow_api_sending_on_behalf_of_others = allow_api_sending_on_behalf_of_others 575 576 @property 577 def allow_api_sending_on_behalf_of_others_metadata(self): 578 """Gets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 579 580 Metadata that indicates whether the `allowApiSendingOnBehalfOfOthers` property is editable. # noqa: E501 581 582 :return: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 583 :rtype: SettingsMetadata 584 """ 585 return self._allow_api_sending_on_behalf_of_others_metadata 586 587 @allow_api_sending_on_behalf_of_others_metadata.setter 588 def allow_api_sending_on_behalf_of_others_metadata(self, allow_api_sending_on_behalf_of_others_metadata): 589 """Sets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. 590 591 Metadata that indicates whether the `allowApiSendingOnBehalfOfOthers` property is editable. # noqa: E501 592 593 :param allow_api_sending_on_behalf_of_others_metadata: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 594 :type: SettingsMetadata 595 """ 596 597 self._allow_api_sending_on_behalf_of_others_metadata = allow_api_sending_on_behalf_of_others_metadata 598 599 @property 600 def allow_api_sequential_signing(self): 601 """Gets the allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 602 603 # noqa: E501 604 605 :return: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 606 :rtype: str 607 """ 608 return self._allow_api_sequential_signing 609 610 @allow_api_sequential_signing.setter 611 def allow_api_sequential_signing(self, allow_api_sequential_signing): 612 """Sets the allow_api_sequential_signing of this AccountRoleSettings. 613 614 # noqa: E501 615 616 :param allow_api_sequential_signing: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 617 :type: str 618 """ 619 620 self._allow_api_sequential_signing = allow_api_sequential_signing 621 622 @property 623 def allow_api_sequential_signing_metadata(self): 624 """Gets the allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 625 626 Metadata that indicates whether the `allowApiSequentialSigning` property is editable. # noqa: E501 627 628 :return: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 629 :rtype: SettingsMetadata 630 """ 631 return self._allow_api_sequential_signing_metadata 632 633 @allow_api_sequential_signing_metadata.setter 634 def allow_api_sequential_signing_metadata(self, allow_api_sequential_signing_metadata): 635 """Sets the allow_api_sequential_signing_metadata of this AccountRoleSettings. 636 637 Metadata that indicates whether the `allowApiSequentialSigning` property is editable. # noqa: E501 638 639 :param allow_api_sequential_signing_metadata: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 640 :type: SettingsMetadata 641 """ 642 643 self._allow_api_sequential_signing_metadata = allow_api_sequential_signing_metadata 644 645 @property 646 def allow_auto_tagging(self): 647 """Gets the allow_auto_tagging of this AccountRoleSettings. # noqa: E501 648 649 # noqa: E501 650 651 :return: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 652 :rtype: str 653 """ 654 return self._allow_auto_tagging 655 656 @allow_auto_tagging.setter 657 def allow_auto_tagging(self, allow_auto_tagging): 658 """Sets the allow_auto_tagging of this AccountRoleSettings. 659 660 # noqa: E501 661 662 :param allow_auto_tagging: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 663 :type: str 664 """ 665 666 self._allow_auto_tagging = allow_auto_tagging 667 668 @property 669 def allow_auto_tagging_metadata(self): 670 """Gets the allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 671 672 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 673 674 :return: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 675 :rtype: SettingsMetadata 676 """ 677 return self._allow_auto_tagging_metadata 678 679 @allow_auto_tagging_metadata.setter 680 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 681 """Sets the allow_auto_tagging_metadata of this AccountRoleSettings. 682 683 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 684 685 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 686 :type: SettingsMetadata 687 """ 688 689 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 690 691 @property 692 def allow_bulk_sending(self): 693 """Gets the allow_bulk_sending of this AccountRoleSettings. # noqa: E501 694 695 # noqa: E501 696 697 :return: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 698 :rtype: str 699 """ 700 return self._allow_bulk_sending 701 702 @allow_bulk_sending.setter 703 def allow_bulk_sending(self, allow_bulk_sending): 704 """Sets the allow_bulk_sending of this AccountRoleSettings. 705 706 # noqa: E501 707 708 :param allow_bulk_sending: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 709 :type: str 710 """ 711 712 self._allow_bulk_sending = allow_bulk_sending 713 714 @property 715 def allow_bulk_sending_metadata(self): 716 """Gets the allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 717 718 Metadata that indicates whether the `allowBulkSending` property is editable. # noqa: E501 719 720 :return: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 721 :rtype: SettingsMetadata 722 """ 723 return self._allow_bulk_sending_metadata 724 725 @allow_bulk_sending_metadata.setter 726 def allow_bulk_sending_metadata(self, allow_bulk_sending_metadata): 727 """Sets the allow_bulk_sending_metadata of this AccountRoleSettings. 728 729 Metadata that indicates whether the `allowBulkSending` property is editable. # noqa: E501 730 731 :param allow_bulk_sending_metadata: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 732 :type: SettingsMetadata 733 """ 734 735 self._allow_bulk_sending_metadata = allow_bulk_sending_metadata 736 737 @property 738 def allow_docu_sign_desktop_client(self): 739 """Gets the allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 740 741 # noqa: E501 742 743 :return: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 744 :rtype: str 745 """ 746 return self._allow_docu_sign_desktop_client 747 748 @allow_docu_sign_desktop_client.setter 749 def allow_docu_sign_desktop_client(self, allow_docu_sign_desktop_client): 750 """Sets the allow_docu_sign_desktop_client of this AccountRoleSettings. 751 752 # noqa: E501 753 754 :param allow_docu_sign_desktop_client: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 755 :type: str 756 """ 757 758 self._allow_docu_sign_desktop_client = allow_docu_sign_desktop_client 759 760 @property 761 def allow_docu_sign_desktop_client_metadata(self): 762 """Gets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 763 764 Metadata that indicates whether the `allowDocuSignDesktopClient` property is editable. # noqa: E501 765 766 :return: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 767 :rtype: SettingsMetadata 768 """ 769 return self._allow_docu_sign_desktop_client_metadata 770 771 @allow_docu_sign_desktop_client_metadata.setter 772 def allow_docu_sign_desktop_client_metadata(self, allow_docu_sign_desktop_client_metadata): 773 """Sets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. 774 775 Metadata that indicates whether the `allowDocuSignDesktopClient` property is editable. # noqa: E501 776 777 :param allow_docu_sign_desktop_client_metadata: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 778 :type: SettingsMetadata 779 """ 780 781 self._allow_docu_sign_desktop_client_metadata = allow_docu_sign_desktop_client_metadata 782 783 @property 784 def allowed_address_book_access(self): 785 """Gets the allowed_address_book_access of this AccountRoleSettings. # noqa: E501 786 787 # noqa: E501 788 789 :return: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 790 :rtype: str 791 """ 792 return self._allowed_address_book_access 793 794 @allowed_address_book_access.setter 795 def allowed_address_book_access(self, allowed_address_book_access): 796 """Sets the allowed_address_book_access of this AccountRoleSettings. 797 798 # noqa: E501 799 800 :param allowed_address_book_access: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 801 :type: str 802 """ 803 804 self._allowed_address_book_access = allowed_address_book_access 805 806 @property 807 def allowed_address_book_access_metadata(self): 808 """Gets the allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 809 810 Metadata that indicates whether the `allowedAddressBookAccess` property is editable. # noqa: E501 811 812 :return: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 813 :rtype: SettingsMetadata 814 """ 815 return self._allowed_address_book_access_metadata 816 817 @allowed_address_book_access_metadata.setter 818 def allowed_address_book_access_metadata(self, allowed_address_book_access_metadata): 819 """Sets the allowed_address_book_access_metadata of this AccountRoleSettings. 820 821 Metadata that indicates whether the `allowedAddressBookAccess` property is editable. # noqa: E501 822 823 :param allowed_address_book_access_metadata: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 824 :type: SettingsMetadata 825 """ 826 827 self._allowed_address_book_access_metadata = allowed_address_book_access_metadata 828 829 @property 830 def allowed_clickwraps_access(self): 831 """Gets the allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 832 833 # noqa: E501 834 835 :return: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 836 :rtype: str 837 """ 838 return self._allowed_clickwraps_access 839 840 @allowed_clickwraps_access.setter 841 def allowed_clickwraps_access(self, allowed_clickwraps_access): 842 """Sets the allowed_clickwraps_access of this AccountRoleSettings. 843 844 # noqa: E501 845 846 :param allowed_clickwraps_access: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 847 :type: str 848 """ 849 850 self._allowed_clickwraps_access = allowed_clickwraps_access 851 852 @property 853 def allowed_clickwraps_access_metadata(self): 854 """Gets the allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 855 856 # noqa: E501 857 858 :return: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 859 :rtype: SettingsMetadata 860 """ 861 return self._allowed_clickwraps_access_metadata 862 863 @allowed_clickwraps_access_metadata.setter 864 def allowed_clickwraps_access_metadata(self, allowed_clickwraps_access_metadata): 865 """Sets the allowed_clickwraps_access_metadata of this AccountRoleSettings. 866 867 # noqa: E501 868 869 :param allowed_clickwraps_access_metadata: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 870 :type: SettingsMetadata 871 """ 872 873 self._allowed_clickwraps_access_metadata = allowed_clickwraps_access_metadata 874 875 @property 876 def allowed_document_template_library_access(self): 877 """Gets the allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 878 879 # noqa: E501 880 881 :return: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 882 :rtype: str 883 """ 884 return self._allowed_document_template_library_access 885 886 @allowed_document_template_library_access.setter 887 def allowed_document_template_library_access(self, allowed_document_template_library_access): 888 """Sets the allowed_document_template_library_access of this AccountRoleSettings. 889 890 # noqa: E501 891 892 :param allowed_document_template_library_access: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501 893 :type: str 894 """ 895 896 self._allowed_document_template_library_access = allowed_document_template_library_access 897 898 @property 899 def allowed_document_template_library_access_metadata(self): 900 """Gets the allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 901 902 # noqa: E501 903 904 :return: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 905 :rtype: SettingsMetadata 906 """ 907 return self._allowed_document_template_library_access_metadata 908 909 @allowed_document_template_library_access_metadata.setter 910 def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata): 911 """Sets the allowed_document_template_library_access_metadata of this AccountRoleSettings. 912 913 # noqa: E501 914 915 :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501 916 :type: SettingsMetadata 917 """ 918 919 self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata 920 921 @property 922 def allowed_orchestration_access(self): 923 """Gets the allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 924 925 # noqa: E501 926 927 :return: The allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 928 :rtype: str 929 """ 930 return self._allowed_orchestration_access 931 932 @allowed_orchestration_access.setter 933 def allowed_orchestration_access(self, allowed_orchestration_access): 934 """Sets the allowed_orchestration_access of this AccountRoleSettings. 935 936 # noqa: E501 937 938 :param allowed_orchestration_access: The allowed_orchestration_access of this AccountRoleSettings. # noqa: E501 939 :type: str 940 """ 941 942 self._allowed_orchestration_access = allowed_orchestration_access 943 944 @property 945 def allowed_orchestration_access_metadata(self): 946 """Gets the allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 947 948 # noqa: E501 949 950 :return: The allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 951 :rtype: SettingsMetadata 952 """ 953 return self._allowed_orchestration_access_metadata 954 955 @allowed_orchestration_access_metadata.setter 956 def allowed_orchestration_access_metadata(self, allowed_orchestration_access_metadata): 957 """Sets the allowed_orchestration_access_metadata of this AccountRoleSettings. 958 959 # noqa: E501 960 961 :param allowed_orchestration_access_metadata: The allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501 962 :type: SettingsMetadata 963 """ 964 965 self._allowed_orchestration_access_metadata = allowed_orchestration_access_metadata 966 967 @property 968 def allowed_template_access(self): 969 """Gets the allowed_template_access of this AccountRoleSettings. # noqa: E501 970 971 # noqa: E501 972 973 :return: The allowed_template_access of this AccountRoleSettings. # noqa: E501 974 :rtype: str 975 """ 976 return self._allowed_template_access 977 978 @allowed_template_access.setter 979 def allowed_template_access(self, allowed_template_access): 980 """Sets the allowed_template_access of this AccountRoleSettings. 981 982 # noqa: E501 983 984 :param allowed_template_access: The allowed_template_access of this AccountRoleSettings. # noqa: E501 985 :type: str 986 """ 987 988 self._allowed_template_access = allowed_template_access 989 990 @property 991 def allowed_template_access_metadata(self): 992 """Gets the allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 993 994 Metadata that indicates whether the `allowedTemplateAccess` property is editable. # noqa: E501 995 996 :return: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 997 :rtype: SettingsMetadata 998 """ 999 return self._allowed_template_access_metadata 1000 1001 @allowed_template_access_metadata.setter 1002 def allowed_template_access_metadata(self, allowed_template_access_metadata): 1003 """Sets the allowed_template_access_metadata of this AccountRoleSettings. 1004 1005 Metadata that indicates whether the `allowedTemplateAccess` property is editable. # noqa: E501 1006 1007 :param allowed_template_access_metadata: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 1008 :type: SettingsMetadata 1009 """ 1010 1011 self._allowed_template_access_metadata = allowed_template_access_metadata 1012 1013 @property 1014 def allowed_to_be_envelope_transfer_recipient(self): 1015 """Gets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1016 1017 # noqa: E501 1018 1019 :return: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1020 :rtype: str 1021 """ 1022 return self._allowed_to_be_envelope_transfer_recipient 1023 1024 @allowed_to_be_envelope_transfer_recipient.setter 1025 def allowed_to_be_envelope_transfer_recipient(self, allowed_to_be_envelope_transfer_recipient): 1026 """Sets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. 1027 1028 # noqa: E501 1029 1030 :param allowed_to_be_envelope_transfer_recipient: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 1031 :type: str 1032 """ 1033 1034 self._allowed_to_be_envelope_transfer_recipient = allowed_to_be_envelope_transfer_recipient 1035 1036 @property 1037 def allowed_to_be_envelope_transfer_recipient_metadata(self): 1038 """Gets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1039 1040 Metadata that indicates whether the `allowedToBeEnvelopeTransferRecipient` property is editable. # noqa: E501 1041 1042 :return: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1043 :rtype: SettingsMetadata 1044 """ 1045 return self._allowed_to_be_envelope_transfer_recipient_metadata 1046 1047 @allowed_to_be_envelope_transfer_recipient_metadata.setter 1048 def allowed_to_be_envelope_transfer_recipient_metadata(self, allowed_to_be_envelope_transfer_recipient_metadata): 1049 """Sets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. 1050 1051 Metadata that indicates whether the `allowedToBeEnvelopeTransferRecipient` property is editable. # noqa: E501 1052 1053 :param allowed_to_be_envelope_transfer_recipient_metadata: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 1054 :type: SettingsMetadata 1055 """ 1056 1057 self._allowed_to_be_envelope_transfer_recipient_metadata = allowed_to_be_envelope_transfer_recipient_metadata 1058 1059 @property 1060 def allow_envelope_sending(self): 1061 """Gets the allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1062 1063 # noqa: E501 1064 1065 :return: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1066 :rtype: str 1067 """ 1068 return self._allow_envelope_sending 1069 1070 @allow_envelope_sending.setter 1071 def allow_envelope_sending(self, allow_envelope_sending): 1072 """Sets the allow_envelope_sending of this AccountRoleSettings. 1073 1074 # noqa: E501 1075 1076 :param allow_envelope_sending: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 1077 :type: str 1078 """ 1079 1080 self._allow_envelope_sending = allow_envelope_sending 1081 1082 @property 1083 def allow_envelope_sending_metadata(self): 1084 """Gets the allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1085 1086 Metadata that indicates whether the `allowEnvelopeSending` property is editable. # noqa: E501 1087 1088 :return: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1089 :rtype: SettingsMetadata 1090 """ 1091 return self._allow_envelope_sending_metadata 1092 1093 @allow_envelope_sending_metadata.setter 1094 def allow_envelope_sending_metadata(self, allow_envelope_sending_metadata): 1095 """Sets the allow_envelope_sending_metadata of this AccountRoleSettings. 1096 1097 Metadata that indicates whether the `allowEnvelopeSending` property is editable. # noqa: E501 1098 1099 :param allow_envelope_sending_metadata: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 1100 :type: SettingsMetadata 1101 """ 1102 1103 self._allow_envelope_sending_metadata = allow_envelope_sending_metadata 1104 1105 @property 1106 def allow_e_seal_recipients(self): 1107 """Gets the allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1108 1109 # noqa: E501 1110 1111 :return: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1112 :rtype: str 1113 """ 1114 return self._allow_e_seal_recipients 1115 1116 @allow_e_seal_recipients.setter 1117 def allow_e_seal_recipients(self, allow_e_seal_recipients): 1118 """Sets the allow_e_seal_recipients of this AccountRoleSettings. 1119 1120 # noqa: E501 1121 1122 :param allow_e_seal_recipients: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 1123 :type: str 1124 """ 1125 1126 self._allow_e_seal_recipients = allow_e_seal_recipients 1127 1128 @property 1129 def allow_e_seal_recipients_metadata(self): 1130 """Gets the allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1131 1132 Metadata that indicates whether the `allowESealRecipients` property is editable. # noqa: E501 1133 1134 :return: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1135 :rtype: SettingsMetadata 1136 """ 1137 return self._allow_e_seal_recipients_metadata 1138 1139 @allow_e_seal_recipients_metadata.setter 1140 def allow_e_seal_recipients_metadata(self, allow_e_seal_recipients_metadata): 1141 """Sets the allow_e_seal_recipients_metadata of this AccountRoleSettings. 1142 1143 Metadata that indicates whether the `allowESealRecipients` property is editable. # noqa: E501 1144 1145 :param allow_e_seal_recipients_metadata: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 1146 :type: SettingsMetadata 1147 """ 1148 1149 self._allow_e_seal_recipients_metadata = allow_e_seal_recipients_metadata 1150 1151 @property 1152 def allow_power_forms_admin_to_access_all_power_form_envelopes(self): 1153 """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1154 1155 # noqa: E501 1156 1157 :return: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1158 :rtype: str 1159 """ 1160 return self._allow_power_forms_admin_to_access_all_power_form_envelopes 1161 1162 @allow_power_forms_admin_to_access_all_power_form_envelopes.setter 1163 def allow_power_forms_admin_to_access_all_power_form_envelopes(self, allow_power_forms_admin_to_access_all_power_form_envelopes): 1164 """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. 1165 1166 # noqa: E501 1167 1168 :param allow_power_forms_admin_to_access_all_power_form_envelopes: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 1169 :type: str 1170 """ 1171 1172 self._allow_power_forms_admin_to_access_all_power_form_envelopes = allow_power_forms_admin_to_access_all_power_form_envelopes 1173 1174 @property 1175 def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self): 1176 """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1177 1178 Metadata that indicates whether the `allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable. # noqa: E501 1179 1180 :return: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1181 :rtype: SettingsMetadata 1182 """ 1183 return self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata 1184 1185 @allow_power_forms_admin_to_access_all_power_form_envelopes_metadata.setter 1186 def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelopes_metadata): 1187 """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. 1188 1189 Metadata that indicates whether the `allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable. # noqa: E501 1190 1191 :param allow_power_forms_admin_to_access_all_power_form_envelopes_metadata: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 1192 :type: SettingsMetadata 1193 """ 1194 1195 self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = allow_power_forms_admin_to_access_all_power_form_envelopes_metadata 1196 1197 @property 1198 def allow_senders_to_set_recipient_email_language(self): 1199 """Gets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1200 1201 # noqa: E501 1202 1203 :return: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1204 :rtype: str 1205 """ 1206 return self._allow_senders_to_set_recipient_email_language 1207 1208 @allow_senders_to_set_recipient_email_language.setter 1209 def allow_senders_to_set_recipient_email_language(self, allow_senders_to_set_recipient_email_language): 1210 """Sets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. 1211 1212 # noqa: E501 1213 1214 :param allow_senders_to_set_recipient_email_language: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 1215 :type: str 1216 """ 1217 1218 self._allow_senders_to_set_recipient_email_language = allow_senders_to_set_recipient_email_language 1219 1220 @property 1221 def allow_senders_to_set_recipient_email_language_metadata(self): 1222 """Gets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1223 1224 Metadata that indicates whether the `allowSendersToSetRecipientEmailLanguage` property is editable. # noqa: E501 1225 1226 :return: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1227 :rtype: SettingsMetadata 1228 """ 1229 return self._allow_senders_to_set_recipient_email_language_metadata 1230 1231 @allow_senders_to_set_recipient_email_language_metadata.setter 1232 def allow_senders_to_set_recipient_email_language_metadata(self, allow_senders_to_set_recipient_email_language_metadata): 1233 """Sets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. 1234 1235 Metadata that indicates whether the `allowSendersToSetRecipientEmailLanguage` property is editable. # noqa: E501 1236 1237 :param allow_senders_to_set_recipient_email_language_metadata: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 1238 :type: SettingsMetadata 1239 """ 1240 1241 self._allow_senders_to_set_recipient_email_language_metadata = allow_senders_to_set_recipient_email_language_metadata 1242 1243 @property 1244 def allow_signer_attachments(self): 1245 """Gets the allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1246 1247 # noqa: E501 1248 1249 :return: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1250 :rtype: str 1251 """ 1252 return self._allow_signer_attachments 1253 1254 @allow_signer_attachments.setter 1255 def allow_signer_attachments(self, allow_signer_attachments): 1256 """Sets the allow_signer_attachments of this AccountRoleSettings. 1257 1258 # noqa: E501 1259 1260 :param allow_signer_attachments: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 1261 :type: str 1262 """ 1263 1264 self._allow_signer_attachments = allow_signer_attachments 1265 1266 @property 1267 def allow_signer_attachments_metadata(self): 1268 """Gets the allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1269 1270 Metadata that indicates whether the `allowSignerAttachments` property is editable. # noqa: E501 1271 1272 :return: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1273 :rtype: SettingsMetadata 1274 """ 1275 return self._allow_signer_attachments_metadata 1276 1277 @allow_signer_attachments_metadata.setter 1278 def allow_signer_attachments_metadata(self, allow_signer_attachments_metadata): 1279 """Sets the allow_signer_attachments_metadata of this AccountRoleSettings. 1280 1281 Metadata that indicates whether the `allowSignerAttachments` property is editable. # noqa: E501 1282 1283 :param allow_signer_attachments_metadata: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 1284 :type: SettingsMetadata 1285 """ 1286 1287 self._allow_signer_attachments_metadata = allow_signer_attachments_metadata 1288 1289 @property 1290 def allow_supplemental_documents(self): 1291 """Gets the allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1292 1293 # noqa: E501 1294 1295 :return: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1296 :rtype: str 1297 """ 1298 return self._allow_supplemental_documents 1299 1300 @allow_supplemental_documents.setter 1301 def allow_supplemental_documents(self, allow_supplemental_documents): 1302 """Sets the allow_supplemental_documents of this AccountRoleSettings. 1303 1304 # noqa: E501 1305 1306 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 1307 :type: str 1308 """ 1309 1310 self._allow_supplemental_documents = allow_supplemental_documents 1311 1312 @property 1313 def allow_supplemental_documents_metadata(self): 1314 """Gets the allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1315 1316 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1317 1318 :return: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1319 :rtype: SettingsMetadata 1320 """ 1321 return self._allow_supplemental_documents_metadata 1322 1323 @allow_supplemental_documents_metadata.setter 1324 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 1325 """Sets the allow_supplemental_documents_metadata of this AccountRoleSettings. 1326 1327 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 1328 1329 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 1330 :type: SettingsMetadata 1331 """ 1332 1333 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 1334 1335 @property 1336 def allow_tagging_in_send_and_correct(self): 1337 """Gets the allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1338 1339 # noqa: E501 1340 1341 :return: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1342 :rtype: str 1343 """ 1344 return self._allow_tagging_in_send_and_correct 1345 1346 @allow_tagging_in_send_and_correct.setter 1347 def allow_tagging_in_send_and_correct(self, allow_tagging_in_send_and_correct): 1348 """Sets the allow_tagging_in_send_and_correct of this AccountRoleSettings. 1349 1350 # noqa: E501 1351 1352 :param allow_tagging_in_send_and_correct: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 1353 :type: str 1354 """ 1355 1356 self._allow_tagging_in_send_and_correct = allow_tagging_in_send_and_correct 1357 1358 @property 1359 def allow_tagging_in_send_and_correct_metadata(self): 1360 """Gets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1361 1362 Metadata that indicates whether the `allowTaggingInSendAndCorrect` property is editable. # noqa: E501 1363 1364 :return: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1365 :rtype: SettingsMetadata 1366 """ 1367 return self._allow_tagging_in_send_and_correct_metadata 1368 1369 @allow_tagging_in_send_and_correct_metadata.setter 1370 def allow_tagging_in_send_and_correct_metadata(self, allow_tagging_in_send_and_correct_metadata): 1371 """Sets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. 1372 1373 Metadata that indicates whether the `allowTaggingInSendAndCorrect` property is editable. # noqa: E501 1374 1375 :param allow_tagging_in_send_and_correct_metadata: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 1376 :type: SettingsMetadata 1377 """ 1378 1379 self._allow_tagging_in_send_and_correct_metadata = allow_tagging_in_send_and_correct_metadata 1380 1381 @property 1382 def allow_transactions(self): 1383 """Gets the allow_transactions of this AccountRoleSettings. # noqa: E501 1384 1385 # noqa: E501 1386 1387 :return: The allow_transactions of this AccountRoleSettings. # noqa: E501 1388 :rtype: str 1389 """ 1390 return self._allow_transactions 1391 1392 @allow_transactions.setter 1393 def allow_transactions(self, allow_transactions): 1394 """Sets the allow_transactions of this AccountRoleSettings. 1395 1396 # noqa: E501 1397 1398 :param allow_transactions: The allow_transactions of this AccountRoleSettings. # noqa: E501 1399 :type: str 1400 """ 1401 1402 self._allow_transactions = allow_transactions 1403 1404 @property 1405 def allow_transactions_metadata(self): 1406 """Gets the allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1407 1408 # noqa: E501 1409 1410 :return: The allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1411 :rtype: SettingsMetadata 1412 """ 1413 return self._allow_transactions_metadata 1414 1415 @allow_transactions_metadata.setter 1416 def allow_transactions_metadata(self, allow_transactions_metadata): 1417 """Sets the allow_transactions_metadata of this AccountRoleSettings. 1418 1419 # noqa: E501 1420 1421 :param allow_transactions_metadata: The allow_transactions_metadata of this AccountRoleSettings. # noqa: E501 1422 :type: SettingsMetadata 1423 """ 1424 1425 self._allow_transactions_metadata = allow_transactions_metadata 1426 1427 @property 1428 def allow_vaulting(self): 1429 """Gets the allow_vaulting of this AccountRoleSettings. # noqa: E501 1430 1431 # noqa: E501 1432 1433 :return: The allow_vaulting of this AccountRoleSettings. # noqa: E501 1434 :rtype: str 1435 """ 1436 return self._allow_vaulting 1437 1438 @allow_vaulting.setter 1439 def allow_vaulting(self, allow_vaulting): 1440 """Sets the allow_vaulting of this AccountRoleSettings. 1441 1442 # noqa: E501 1443 1444 :param allow_vaulting: The allow_vaulting of this AccountRoleSettings. # noqa: E501 1445 :type: str 1446 """ 1447 1448 self._allow_vaulting = allow_vaulting 1449 1450 @property 1451 def allow_vaulting_metadata(self): 1452 """Gets the allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1453 1454 Reserved for DocuSign. # noqa: E501 1455 1456 :return: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1457 :rtype: SettingsMetadata 1458 """ 1459 return self._allow_vaulting_metadata 1460 1461 @allow_vaulting_metadata.setter 1462 def allow_vaulting_metadata(self, allow_vaulting_metadata): 1463 """Sets the allow_vaulting_metadata of this AccountRoleSettings. 1464 1465 Reserved for DocuSign. # noqa: E501 1466 1467 :param allow_vaulting_metadata: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 1468 :type: SettingsMetadata 1469 """ 1470 1471 self._allow_vaulting_metadata = allow_vaulting_metadata 1472 1473 @property 1474 def allow_wet_signing_override(self): 1475 """Gets the allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1476 1477 # noqa: E501 1478 1479 :return: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1480 :rtype: str 1481 """ 1482 return self._allow_wet_signing_override 1483 1484 @allow_wet_signing_override.setter 1485 def allow_wet_signing_override(self, allow_wet_signing_override): 1486 """Sets the allow_wet_signing_override of this AccountRoleSettings. 1487 1488 # noqa: E501 1489 1490 :param allow_wet_signing_override: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 1491 :type: str 1492 """ 1493 1494 self._allow_wet_signing_override = allow_wet_signing_override 1495 1496 @property 1497 def allow_wet_signing_override_metadata(self): 1498 """Gets the allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1499 1500 Metadata that indicates whether the `allowWetSigningOverride` property is editable. # noqa: E501 1501 1502 :return: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1503 :rtype: SettingsMetadata 1504 """ 1505 return self._allow_wet_signing_override_metadata 1506 1507 @allow_wet_signing_override_metadata.setter 1508 def allow_wet_signing_override_metadata(self, allow_wet_signing_override_metadata): 1509 """Sets the allow_wet_signing_override_metadata of this AccountRoleSettings. 1510 1511 Metadata that indicates whether the `allowWetSigningOverride` property is editable. # noqa: E501 1512 1513 :param allow_wet_signing_override_metadata: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 1514 :type: SettingsMetadata 1515 """ 1516 1517 self._allow_wet_signing_override_metadata = allow_wet_signing_override_metadata 1518 1519 @property 1520 def can_create_transaction(self): 1521 """Gets the can_create_transaction of this AccountRoleSettings. # noqa: E501 1522 1523 # noqa: E501 1524 1525 :return: The can_create_transaction of this AccountRoleSettings. # noqa: E501 1526 :rtype: str 1527 """ 1528 return self._can_create_transaction 1529 1530 @can_create_transaction.setter 1531 def can_create_transaction(self, can_create_transaction): 1532 """Sets the can_create_transaction of this AccountRoleSettings. 1533 1534 # noqa: E501 1535 1536 :param can_create_transaction: The can_create_transaction of this AccountRoleSettings. # noqa: E501 1537 :type: str 1538 """ 1539 1540 self._can_create_transaction = can_create_transaction 1541 1542 @property 1543 def can_create_transaction_metadata(self): 1544 """Gets the can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1545 1546 # noqa: E501 1547 1548 :return: The can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1549 :rtype: SettingsMetadata 1550 """ 1551 return self._can_create_transaction_metadata 1552 1553 @can_create_transaction_metadata.setter 1554 def can_create_transaction_metadata(self, can_create_transaction_metadata): 1555 """Sets the can_create_transaction_metadata of this AccountRoleSettings. 1556 1557 # noqa: E501 1558 1559 :param can_create_transaction_metadata: The can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501 1560 :type: SettingsMetadata 1561 """ 1562 1563 self._can_create_transaction_metadata = can_create_transaction_metadata 1564 1565 @property 1566 def can_create_workspaces(self): 1567 """Gets the can_create_workspaces of this AccountRoleSettings. # noqa: E501 1568 1569 # noqa: E501 1570 1571 :return: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 1572 :rtype: str 1573 """ 1574 return self._can_create_workspaces 1575 1576 @can_create_workspaces.setter 1577 def can_create_workspaces(self, can_create_workspaces): 1578 """Sets the can_create_workspaces of this AccountRoleSettings. 1579 1580 # noqa: E501 1581 1582 :param can_create_workspaces: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 1583 :type: str 1584 """ 1585 1586 self._can_create_workspaces = can_create_workspaces 1587 1588 @property 1589 def can_create_workspaces_metadata(self): 1590 """Gets the can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1591 1592 Reserved for DocuSign. # noqa: E501 1593 1594 :return: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1595 :rtype: SettingsMetadata 1596 """ 1597 return self._can_create_workspaces_metadata 1598 1599 @can_create_workspaces_metadata.setter 1600 def can_create_workspaces_metadata(self, can_create_workspaces_metadata): 1601 """Sets the can_create_workspaces_metadata of this AccountRoleSettings. 1602 1603 Reserved for DocuSign. # noqa: E501 1604 1605 :param can_create_workspaces_metadata: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 1606 :type: SettingsMetadata 1607 """ 1608 1609 self._can_create_workspaces_metadata = can_create_workspaces_metadata 1610 1611 @property 1612 def can_delete_documents_in_transaction(self): 1613 """Gets the can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1614 1615 # noqa: E501 1616 1617 :return: The can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1618 :rtype: str 1619 """ 1620 return self._can_delete_documents_in_transaction 1621 1622 @can_delete_documents_in_transaction.setter 1623 def can_delete_documents_in_transaction(self, can_delete_documents_in_transaction): 1624 """Sets the can_delete_documents_in_transaction of this AccountRoleSettings. 1625 1626 # noqa: E501 1627 1628 :param can_delete_documents_in_transaction: The can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501 1629 :type: str 1630 """ 1631 1632 self._can_delete_documents_in_transaction = can_delete_documents_in_transaction 1633 1634 @property 1635 def can_delete_documents_in_transaction_metadata(self): 1636 """Gets the can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1637 1638 # noqa: E501 1639 1640 :return: The can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1641 :rtype: SettingsMetadata 1642 """ 1643 return self._can_delete_documents_in_transaction_metadata 1644 1645 @can_delete_documents_in_transaction_metadata.setter 1646 def can_delete_documents_in_transaction_metadata(self, can_delete_documents_in_transaction_metadata): 1647 """Sets the can_delete_documents_in_transaction_metadata of this AccountRoleSettings. 1648 1649 # noqa: E501 1650 1651 :param can_delete_documents_in_transaction_metadata: The can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501 1652 :type: SettingsMetadata 1653 """ 1654 1655 self._can_delete_documents_in_transaction_metadata = can_delete_documents_in_transaction_metadata 1656 1657 @property 1658 def can_delete_transaction(self): 1659 """Gets the can_delete_transaction of this AccountRoleSettings. # noqa: E501 1660 1661 # noqa: E501 1662 1663 :return: The can_delete_transaction of this AccountRoleSettings. # noqa: E501 1664 :rtype: str 1665 """ 1666 return self._can_delete_transaction 1667 1668 @can_delete_transaction.setter 1669 def can_delete_transaction(self, can_delete_transaction): 1670 """Sets the can_delete_transaction of this AccountRoleSettings. 1671 1672 # noqa: E501 1673 1674 :param can_delete_transaction: The can_delete_transaction of this AccountRoleSettings. # noqa: E501 1675 :type: str 1676 """ 1677 1678 self._can_delete_transaction = can_delete_transaction 1679 1680 @property 1681 def can_delete_transaction_metadata(self): 1682 """Gets the can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1683 1684 # noqa: E501 1685 1686 :return: The can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1687 :rtype: SettingsMetadata 1688 """ 1689 return self._can_delete_transaction_metadata 1690 1691 @can_delete_transaction_metadata.setter 1692 def can_delete_transaction_metadata(self, can_delete_transaction_metadata): 1693 """Sets the can_delete_transaction_metadata of this AccountRoleSettings. 1694 1695 # noqa: E501 1696 1697 :param can_delete_transaction_metadata: The can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501 1698 :type: SettingsMetadata 1699 """ 1700 1701 self._can_delete_transaction_metadata = can_delete_transaction_metadata 1702 1703 @property 1704 def can_send_envelopes_via_sms(self): 1705 """Gets the can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1706 1707 # noqa: E501 1708 1709 :return: The can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1710 :rtype: str 1711 """ 1712 return self._can_send_envelopes_via_sms 1713 1714 @can_send_envelopes_via_sms.setter 1715 def can_send_envelopes_via_sms(self, can_send_envelopes_via_sms): 1716 """Sets the can_send_envelopes_via_sms of this AccountRoleSettings. 1717 1718 # noqa: E501 1719 1720 :param can_send_envelopes_via_sms: The can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501 1721 :type: str 1722 """ 1723 1724 self._can_send_envelopes_via_sms = can_send_envelopes_via_sms 1725 1726 @property 1727 def can_send_envelopes_via_sms_metadata(self): 1728 """Gets the can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1729 1730 # noqa: E501 1731 1732 :return: The can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1733 :rtype: SettingsMetadata 1734 """ 1735 return self._can_send_envelopes_via_sms_metadata 1736 1737 @can_send_envelopes_via_sms_metadata.setter 1738 def can_send_envelopes_via_sms_metadata(self, can_send_envelopes_via_sms_metadata): 1739 """Sets the can_send_envelopes_via_sms_metadata of this AccountRoleSettings. 1740 1741 # noqa: E501 1742 1743 :param can_send_envelopes_via_sms_metadata: The can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501 1744 :type: SettingsMetadata 1745 """ 1746 1747 self._can_send_envelopes_via_sms_metadata = can_send_envelopes_via_sms_metadata 1748 1749 @property 1750 def disable_document_upload(self): 1751 """Gets the disable_document_upload of this AccountRoleSettings. # noqa: E501 1752 1753 # noqa: E501 1754 1755 :return: The disable_document_upload of this AccountRoleSettings. # noqa: E501 1756 :rtype: str 1757 """ 1758 return self._disable_document_upload 1759 1760 @disable_document_upload.setter 1761 def disable_document_upload(self, disable_document_upload): 1762 """Sets the disable_document_upload of this AccountRoleSettings. 1763 1764 # noqa: E501 1765 1766 :param disable_document_upload: The disable_document_upload of this AccountRoleSettings. # noqa: E501 1767 :type: str 1768 """ 1769 1770 self._disable_document_upload = disable_document_upload 1771 1772 @property 1773 def disable_document_upload_metadata(self): 1774 """Gets the disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1775 1776 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 1777 1778 :return: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1779 :rtype: SettingsMetadata 1780 """ 1781 return self._disable_document_upload_metadata 1782 1783 @disable_document_upload_metadata.setter 1784 def disable_document_upload_metadata(self, disable_document_upload_metadata): 1785 """Sets the disable_document_upload_metadata of this AccountRoleSettings. 1786 1787 Metadata that indicates whether the `disableDocumentUpload` property is editable. # noqa: E501 1788 1789 :param disable_document_upload_metadata: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 1790 :type: SettingsMetadata 1791 """ 1792 1793 self._disable_document_upload_metadata = disable_document_upload_metadata 1794 1795 @property 1796 def disable_other_actions(self): 1797 """Gets the disable_other_actions of this AccountRoleSettings. # noqa: E501 1798 1799 # noqa: E501 1800 1801 :return: The disable_other_actions of this AccountRoleSettings. # noqa: E501 1802 :rtype: str 1803 """ 1804 return self._disable_other_actions 1805 1806 @disable_other_actions.setter 1807 def disable_other_actions(self, disable_other_actions): 1808 """Sets the disable_other_actions of this AccountRoleSettings. 1809 1810 # noqa: E501 1811 1812 :param disable_other_actions: The disable_other_actions of this AccountRoleSettings. # noqa: E501 1813 :type: str 1814 """ 1815 1816 self._disable_other_actions = disable_other_actions 1817 1818 @property 1819 def disable_other_actions_metadata(self): 1820 """Gets the disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1821 1822 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 1823 1824 :return: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1825 :rtype: SettingsMetadata 1826 """ 1827 return self._disable_other_actions_metadata 1828 1829 @disable_other_actions_metadata.setter 1830 def disable_other_actions_metadata(self, disable_other_actions_metadata): 1831 """Sets the disable_other_actions_metadata of this AccountRoleSettings. 1832 1833 Metadata that indicates whether the `disableOtherActions` property is editable. # noqa: E501 1834 1835 :param disable_other_actions_metadata: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 1836 :type: SettingsMetadata 1837 """ 1838 1839 self._disable_other_actions_metadata = disable_other_actions_metadata 1840 1841 @property 1842 def enable_api_request_logging(self): 1843 """Gets the enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1844 1845 # noqa: E501 1846 1847 :return: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1848 :rtype: str 1849 """ 1850 return self._enable_api_request_logging 1851 1852 @enable_api_request_logging.setter 1853 def enable_api_request_logging(self, enable_api_request_logging): 1854 """Sets the enable_api_request_logging of this AccountRoleSettings. 1855 1856 # noqa: E501 1857 1858 :param enable_api_request_logging: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 1859 :type: str 1860 """ 1861 1862 self._enable_api_request_logging = enable_api_request_logging 1863 1864 @property 1865 def enable_api_request_logging_metadata(self): 1866 """Gets the enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1867 1868 Metadata that indicates whether the `enableApiRequestLogging` property is editable. # noqa: E501 1869 1870 :return: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1871 :rtype: SettingsMetadata 1872 """ 1873 return self._enable_api_request_logging_metadata 1874 1875 @enable_api_request_logging_metadata.setter 1876 def enable_api_request_logging_metadata(self, enable_api_request_logging_metadata): 1877 """Sets the enable_api_request_logging_metadata of this AccountRoleSettings. 1878 1879 Metadata that indicates whether the `enableApiRequestLogging` property is editable. # noqa: E501 1880 1881 :param enable_api_request_logging_metadata: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 1882 :type: SettingsMetadata 1883 """ 1884 1885 self._enable_api_request_logging_metadata = enable_api_request_logging_metadata 1886 1887 @property 1888 def enable_key_terms_suggestions_by_document_type(self): 1889 """Gets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1890 1891 # noqa: E501 1892 1893 :return: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1894 :rtype: str 1895 """ 1896 return self._enable_key_terms_suggestions_by_document_type 1897 1898 @enable_key_terms_suggestions_by_document_type.setter 1899 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 1900 """Sets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. 1901 1902 # noqa: E501 1903 1904 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 1905 :type: str 1906 """ 1907 1908 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 1909 1910 @property 1911 def enable_key_terms_suggestions_by_document_type_metadata(self): 1912 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1913 1914 # noqa: E501 1915 1916 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1917 :rtype: SettingsMetadata 1918 """ 1919 return self._enable_key_terms_suggestions_by_document_type_metadata 1920 1921 @enable_key_terms_suggestions_by_document_type_metadata.setter 1922 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 1923 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. 1924 1925 # noqa: E501 1926 1927 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 1928 :type: SettingsMetadata 1929 """ 1930 1931 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 1932 1933 @property 1934 def enable_recipient_viewing_notifications(self): 1935 """Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1936 1937 # noqa: E501 1938 1939 :return: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1940 :rtype: str 1941 """ 1942 return self._enable_recipient_viewing_notifications 1943 1944 @enable_recipient_viewing_notifications.setter 1945 def enable_recipient_viewing_notifications(self, enable_recipient_viewing_notifications): 1946 """Sets the enable_recipient_viewing_notifications of this AccountRoleSettings. 1947 1948 # noqa: E501 1949 1950 :param enable_recipient_viewing_notifications: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 1951 :type: str 1952 """ 1953 1954 self._enable_recipient_viewing_notifications = enable_recipient_viewing_notifications 1955 1956 @property 1957 def enable_recipient_viewing_notifications_metadata(self): 1958 """Gets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1959 1960 Metadata that indicates whether the `enableRecipientViewingNotifications` property is editable. # noqa: E501 1961 1962 :return: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1963 :rtype: SettingsMetadata 1964 """ 1965 return self._enable_recipient_viewing_notifications_metadata 1966 1967 @enable_recipient_viewing_notifications_metadata.setter 1968 def enable_recipient_viewing_notifications_metadata(self, enable_recipient_viewing_notifications_metadata): 1969 """Sets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. 1970 1971 Metadata that indicates whether the `enableRecipientViewingNotifications` property is editable. # noqa: E501 1972 1973 :param enable_recipient_viewing_notifications_metadata: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 1974 :type: SettingsMetadata 1975 """ 1976 1977 self._enable_recipient_viewing_notifications_metadata = enable_recipient_viewing_notifications_metadata 1978 1979 @property 1980 def enable_sequential_signing_interface(self): 1981 """Gets the enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1982 1983 # noqa: E501 1984 1985 :return: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1986 :rtype: str 1987 """ 1988 return self._enable_sequential_signing_interface 1989 1990 @enable_sequential_signing_interface.setter 1991 def enable_sequential_signing_interface(self, enable_sequential_signing_interface): 1992 """Sets the enable_sequential_signing_interface of this AccountRoleSettings. 1993 1994 # noqa: E501 1995 1996 :param enable_sequential_signing_interface: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 1997 :type: str 1998 """ 1999 2000 self._enable_sequential_signing_interface = enable_sequential_signing_interface 2001 2002 @property 2003 def enable_sequential_signing_interface_metadata(self): 2004 """Gets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2005 2006 Metadata that indicates whether the `enableSequentialSigningInterface` property is editable. # noqa: E501 2007 2008 :return: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2009 :rtype: SettingsMetadata 2010 """ 2011 return self._enable_sequential_signing_interface_metadata 2012 2013 @enable_sequential_signing_interface_metadata.setter 2014 def enable_sequential_signing_interface_metadata(self, enable_sequential_signing_interface_metadata): 2015 """Sets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. 2016 2017 Metadata that indicates whether the `enableSequentialSigningInterface` property is editable. # noqa: E501 2018 2019 :param enable_sequential_signing_interface_metadata: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 2020 :type: SettingsMetadata 2021 """ 2022 2023 self._enable_sequential_signing_interface_metadata = enable_sequential_signing_interface_metadata 2024 2025 @property 2026 def enable_transaction_point_integration(self): 2027 """Gets the enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2028 2029 # noqa: E501 2030 2031 :return: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2032 :rtype: str 2033 """ 2034 return self._enable_transaction_point_integration 2035 2036 @enable_transaction_point_integration.setter 2037 def enable_transaction_point_integration(self, enable_transaction_point_integration): 2038 """Sets the enable_transaction_point_integration of this AccountRoleSettings. 2039 2040 # noqa: E501 2041 2042 :param enable_transaction_point_integration: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 2043 :type: str 2044 """ 2045 2046 self._enable_transaction_point_integration = enable_transaction_point_integration 2047 2048 @property 2049 def enable_transaction_point_integration_metadata(self): 2050 """Gets the enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2051 2052 Reserved for DocuSign. # noqa: E501 2053 2054 :return: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2055 :rtype: SettingsMetadata 2056 """ 2057 return self._enable_transaction_point_integration_metadata 2058 2059 @enable_transaction_point_integration_metadata.setter 2060 def enable_transaction_point_integration_metadata(self, enable_transaction_point_integration_metadata): 2061 """Sets the enable_transaction_point_integration_metadata of this AccountRoleSettings. 2062 2063 Reserved for DocuSign. # noqa: E501 2064 2065 :param enable_transaction_point_integration_metadata: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 2066 :type: SettingsMetadata 2067 """ 2068 2069 self._enable_transaction_point_integration_metadata = enable_transaction_point_integration_metadata 2070 2071 @property 2072 def power_form_role(self): 2073 """Gets the power_form_role of this AccountRoleSettings. # noqa: E501 2074 2075 # noqa: E501 2076 2077 :return: The power_form_role of this AccountRoleSettings. # noqa: E501 2078 :rtype: str 2079 """ 2080 return self._power_form_role 2081 2082 @power_form_role.setter 2083 def power_form_role(self, power_form_role): 2084 """Sets the power_form_role of this AccountRoleSettings. 2085 2086 # noqa: E501 2087 2088 :param power_form_role: The power_form_role of this AccountRoleSettings. # noqa: E501 2089 :type: str 2090 """ 2091 2092 self._power_form_role = power_form_role 2093 2094 @property 2095 def power_form_role_metadata(self): 2096 """Gets the power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2097 2098 Metadata that indicates whether the `powerFormRole` property is editable. # noqa: E501 2099 2100 :return: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2101 :rtype: SettingsMetadata 2102 """ 2103 return self._power_form_role_metadata 2104 2105 @power_form_role_metadata.setter 2106 def power_form_role_metadata(self, power_form_role_metadata): 2107 """Sets the power_form_role_metadata of this AccountRoleSettings. 2108 2109 Metadata that indicates whether the `powerFormRole` property is editable. # noqa: E501 2110 2111 :param power_form_role_metadata: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 2112 :type: SettingsMetadata 2113 """ 2114 2115 self._power_form_role_metadata = power_form_role_metadata 2116 2117 @property 2118 def receive_completed_self_signed_documents_as_email_links(self): 2119 """Gets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2120 2121 # noqa: E501 2122 2123 :return: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2124 :rtype: str 2125 """ 2126 return self._receive_completed_self_signed_documents_as_email_links 2127 2128 @receive_completed_self_signed_documents_as_email_links.setter 2129 def receive_completed_self_signed_documents_as_email_links(self, receive_completed_self_signed_documents_as_email_links): 2130 """Sets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. 2131 2132 # noqa: E501 2133 2134 :param receive_completed_self_signed_documents_as_email_links: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 2135 :type: str 2136 """ 2137 2138 self._receive_completed_self_signed_documents_as_email_links = receive_completed_self_signed_documents_as_email_links 2139 2140 @property 2141 def receive_completed_self_signed_documents_as_email_links_metadata(self): 2142 """Gets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2143 2144 Metadata that indicates whether the `receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable. # noqa: E501 2145 2146 :return: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2147 :rtype: SettingsMetadata 2148 """ 2149 return self._receive_completed_self_signed_documents_as_email_links_metadata 2150 2151 @receive_completed_self_signed_documents_as_email_links_metadata.setter 2152 def receive_completed_self_signed_documents_as_email_links_metadata(self, receive_completed_self_signed_documents_as_email_links_metadata): 2153 """Sets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. 2154 2155 Metadata that indicates whether the `receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable. # noqa: E501 2156 2157 :param receive_completed_self_signed_documents_as_email_links_metadata: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 2158 :type: SettingsMetadata 2159 """ 2160 2161 self._receive_completed_self_signed_documents_as_email_links_metadata = receive_completed_self_signed_documents_as_email_links_metadata 2162 2163 @property 2164 def signing_ui_version_metadata(self): 2165 """Gets the signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2166 2167 Reserved for DocuSign. # noqa: E501 2168 2169 :return: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2170 :rtype: SettingsMetadata 2171 """ 2172 return self._signing_ui_version_metadata 2173 2174 @signing_ui_version_metadata.setter 2175 def signing_ui_version_metadata(self, signing_ui_version_metadata): 2176 """Sets the signing_ui_version_metadata of this AccountRoleSettings. 2177 2178 Reserved for DocuSign. # noqa: E501 2179 2180 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 2181 :type: SettingsMetadata 2182 """ 2183 2184 self._signing_ui_version_metadata = signing_ui_version_metadata 2185 2186 @property 2187 def supplemental_documents_must_accept(self): 2188 """Gets the supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2189 2190 # noqa: E501 2191 2192 :return: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2193 :rtype: str 2194 """ 2195 return self._supplemental_documents_must_accept 2196 2197 @supplemental_documents_must_accept.setter 2198 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 2199 """Sets the supplemental_documents_must_accept of this AccountRoleSettings. 2200 2201 # noqa: E501 2202 2203 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 2204 :type: str 2205 """ 2206 2207 self._supplemental_documents_must_accept = supplemental_documents_must_accept 2208 2209 @property 2210 def supplemental_documents_must_accept_metadata(self): 2211 """Gets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2212 2213 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 2214 2215 :return: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2216 :rtype: SettingsMetadata 2217 """ 2218 return self._supplemental_documents_must_accept_metadata 2219 2220 @supplemental_documents_must_accept_metadata.setter 2221 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 2222 """Sets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. 2223 2224 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 2225 2226 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 2227 :type: SettingsMetadata 2228 """ 2229 2230 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 2231 2232 @property 2233 def supplemental_documents_must_read(self): 2234 """Gets the supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2235 2236 # noqa: E501 2237 2238 :return: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2239 :rtype: str 2240 """ 2241 return self._supplemental_documents_must_read 2242 2243 @supplemental_documents_must_read.setter 2244 def supplemental_documents_must_read(self, supplemental_documents_must_read): 2245 """Sets the supplemental_documents_must_read of this AccountRoleSettings. 2246 2247 # noqa: E501 2248 2249 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 2250 :type: str 2251 """ 2252 2253 self._supplemental_documents_must_read = supplemental_documents_must_read 2254 2255 @property 2256 def supplemental_documents_must_read_metadata(self): 2257 """Gets the supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2258 2259 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 2260 2261 :return: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2262 :rtype: SettingsMetadata 2263 """ 2264 return self._supplemental_documents_must_read_metadata 2265 2266 @supplemental_documents_must_read_metadata.setter 2267 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 2268 """Sets the supplemental_documents_must_read_metadata of this AccountRoleSettings. 2269 2270 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 2271 2272 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 2273 :type: SettingsMetadata 2274 """ 2275 2276 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 2277 2278 @property 2279 def supplemental_documents_must_view(self): 2280 """Gets the supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2281 2282 # noqa: E501 2283 2284 :return: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2285 :rtype: str 2286 """ 2287 return self._supplemental_documents_must_view 2288 2289 @supplemental_documents_must_view.setter 2290 def supplemental_documents_must_view(self, supplemental_documents_must_view): 2291 """Sets the supplemental_documents_must_view of this AccountRoleSettings. 2292 2293 # noqa: E501 2294 2295 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 2296 :type: str 2297 """ 2298 2299 self._supplemental_documents_must_view = supplemental_documents_must_view 2300 2301 @property 2302 def supplemental_documents_must_view_metadata(self): 2303 """Gets the supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2304 2305 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 2306 2307 :return: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2308 :rtype: SettingsMetadata 2309 """ 2310 return self._supplemental_documents_must_view_metadata 2311 2312 @supplemental_documents_must_view_metadata.setter 2313 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 2314 """Sets the supplemental_documents_must_view_metadata of this AccountRoleSettings. 2315 2316 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 2317 2318 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 2319 :type: SettingsMetadata 2320 """ 2321 2322 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 2323 2324 @property 2325 def use_new_docu_sign_experience_interface(self): 2326 """Gets the use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2327 2328 # noqa: E501 2329 2330 :return: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2331 :rtype: str 2332 """ 2333 return self._use_new_docu_sign_experience_interface 2334 2335 @use_new_docu_sign_experience_interface.setter 2336 def use_new_docu_sign_experience_interface(self, use_new_docu_sign_experience_interface): 2337 """Sets the use_new_docu_sign_experience_interface of this AccountRoleSettings. 2338 2339 # noqa: E501 2340 2341 :param use_new_docu_sign_experience_interface: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 2342 :type: str 2343 """ 2344 2345 self._use_new_docu_sign_experience_interface = use_new_docu_sign_experience_interface 2346 2347 @property 2348 def use_new_docu_sign_experience_interface_metadata(self): 2349 """Gets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2350 2351 Reserved for DocuSign. # noqa: E501 2352 2353 :return: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2354 :rtype: SettingsMetadata 2355 """ 2356 return self._use_new_docu_sign_experience_interface_metadata 2357 2358 @use_new_docu_sign_experience_interface_metadata.setter 2359 def use_new_docu_sign_experience_interface_metadata(self, use_new_docu_sign_experience_interface_metadata): 2360 """Sets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. 2361 2362 Reserved for DocuSign. # noqa: E501 2363 2364 :param use_new_docu_sign_experience_interface_metadata: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 2365 :type: SettingsMetadata 2366 """ 2367 2368 self._use_new_docu_sign_experience_interface_metadata = use_new_docu_sign_experience_interface_metadata 2369 2370 @property 2371 def use_new_sending_interface(self): 2372 """Gets the use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2373 2374 # noqa: E501 2375 2376 :return: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2377 :rtype: str 2378 """ 2379 return self._use_new_sending_interface 2380 2381 @use_new_sending_interface.setter 2382 def use_new_sending_interface(self, use_new_sending_interface): 2383 """Sets the use_new_sending_interface of this AccountRoleSettings. 2384 2385 # noqa: E501 2386 2387 :param use_new_sending_interface: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 2388 :type: str 2389 """ 2390 2391 self._use_new_sending_interface = use_new_sending_interface 2392 2393 @property 2394 def use_new_sending_interface_metadata(self): 2395 """Gets the use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2396 2397 Reserved for DocuSign. # noqa: E501 2398 2399 :return: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2400 :rtype: SettingsMetadata 2401 """ 2402 return self._use_new_sending_interface_metadata 2403 2404 @use_new_sending_interface_metadata.setter 2405 def use_new_sending_interface_metadata(self, use_new_sending_interface_metadata): 2406 """Sets the use_new_sending_interface_metadata of this AccountRoleSettings. 2407 2408 Reserved for DocuSign. # noqa: E501 2409 2410 :param use_new_sending_interface_metadata: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 2411 :type: SettingsMetadata 2412 """ 2413 2414 self._use_new_sending_interface_metadata = use_new_sending_interface_metadata 2415 2416 @property 2417 def vaulting_mode(self): 2418 """Gets the vaulting_mode of this AccountRoleSettings. # noqa: E501 2419 2420 # noqa: E501 2421 2422 :return: The vaulting_mode of this AccountRoleSettings. # noqa: E501 2423 :rtype: str 2424 """ 2425 return self._vaulting_mode 2426 2427 @vaulting_mode.setter 2428 def vaulting_mode(self, vaulting_mode): 2429 """Sets the vaulting_mode of this AccountRoleSettings. 2430 2431 # noqa: E501 2432 2433 :param vaulting_mode: The vaulting_mode of this AccountRoleSettings. # noqa: E501 2434 :type: str 2435 """ 2436 2437 self._vaulting_mode = vaulting_mode 2438 2439 @property 2440 def vaulting_mode_metadata(self): 2441 """Gets the vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2442 2443 Reserved for DocuSign. # noqa: E501 2444 2445 :return: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2446 :rtype: SettingsMetadata 2447 """ 2448 return self._vaulting_mode_metadata 2449 2450 @vaulting_mode_metadata.setter 2451 def vaulting_mode_metadata(self, vaulting_mode_metadata): 2452 """Sets the vaulting_mode_metadata of this AccountRoleSettings. 2453 2454 Reserved for DocuSign. # noqa: E501 2455 2456 :param vaulting_mode_metadata: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 2457 :type: SettingsMetadata 2458 """ 2459 2460 self._vaulting_mode_metadata = vaulting_mode_metadata 2461 2462 @property 2463 def web_forms(self): 2464 """Gets the web_forms of this AccountRoleSettings. # noqa: E501 2465 2466 # noqa: E501 2467 2468 :return: The web_forms of this AccountRoleSettings. # noqa: E501 2469 :rtype: str 2470 """ 2471 return self._web_forms 2472 2473 @web_forms.setter 2474 def web_forms(self, web_forms): 2475 """Sets the web_forms of this AccountRoleSettings. 2476 2477 # noqa: E501 2478 2479 :param web_forms: The web_forms of this AccountRoleSettings. # noqa: E501 2480 :type: str 2481 """ 2482 2483 self._web_forms = web_forms 2484 2485 @property 2486 def web_forms_metadata(self): 2487 """Gets the web_forms_metadata of this AccountRoleSettings. # noqa: E501 2488 2489 # noqa: E501 2490 2491 :return: The web_forms_metadata of this AccountRoleSettings. # noqa: E501 2492 :rtype: SettingsMetadata 2493 """ 2494 return self._web_forms_metadata 2495 2496 @web_forms_metadata.setter 2497 def web_forms_metadata(self, web_forms_metadata): 2498 """Sets the web_forms_metadata of this AccountRoleSettings. 2499 2500 # noqa: E501 2501 2502 :param web_forms_metadata: The web_forms_metadata of this AccountRoleSettings. # noqa: E501 2503 :type: SettingsMetadata 2504 """ 2505 2506 self._web_forms_metadata = web_forms_metadata 2507 2508 def to_dict(self): 2509 """Returns the model properties as a dict""" 2510 result = {} 2511 2512 for attr, _ in six.iteritems(self.swagger_types): 2513 value = getattr(self, attr) 2514 if isinstance(value, list): 2515 result[attr] = list(map( 2516 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2517 value 2518 )) 2519 elif hasattr(value, "to_dict"): 2520 result[attr] = value.to_dict() 2521 elif isinstance(value, dict): 2522 result[attr] = dict(map( 2523 lambda item: (item[0], item[1].to_dict()) 2524 if hasattr(item[1], "to_dict") else item, 2525 value.items() 2526 )) 2527 else: 2528 result[attr] = value 2529 if issubclass(AccountRoleSettings, dict): 2530 for key, value in self.items(): 2531 result[key] = value 2532 2533 return result 2534 2535 def to_str(self): 2536 """Returns the string representation of the model""" 2537 return pprint.pformat(self.to_dict()) 2538 2539 def __repr__(self): 2540 """For `print` and `pprint`""" 2541 return self.to_str() 2542 2543 def __eq__(self, other): 2544 """Returns true if both objects are equal""" 2545 if not isinstance(other, AccountRoleSettings): 2546 return False 2547 2548 return self.to_dict() == other.to_dict() 2549 2550 def __ne__(self, other): 2551 """Returns true if both objects are not equal""" 2552 if not isinstance(other, AccountRoleSettings): 2553 return True 2554 2555 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.
224 def __init__(self, _configuration=None, **kwargs): # noqa: E501 225 """AccountRoleSettings - a model defined in Swagger""" # noqa: E501 226 if _configuration is None: 227 _configuration = Configuration() 228 self._configuration = _configuration 229 230 self._allow_account_management = None 231 self._allow_account_management_metadata = None 232 self._allow_api_access = None 233 self._allow_api_access_metadata = None 234 self._allow_api_access_to_account = None 235 self._allow_api_access_to_account_metadata = None 236 self._allow_api_sending_on_behalf_of_others = None 237 self._allow_api_sending_on_behalf_of_others_metadata = None 238 self._allow_api_sequential_signing = None 239 self._allow_api_sequential_signing_metadata = None 240 self._allow_auto_tagging = None 241 self._allow_auto_tagging_metadata = None 242 self._allow_bulk_sending = None 243 self._allow_bulk_sending_metadata = None 244 self._allow_docu_sign_desktop_client = None 245 self._allow_docu_sign_desktop_client_metadata = None 246 self._allowed_address_book_access = None 247 self._allowed_address_book_access_metadata = None 248 self._allowed_clickwraps_access = None 249 self._allowed_clickwraps_access_metadata = None 250 self._allowed_document_template_library_access = None 251 self._allowed_document_template_library_access_metadata = None 252 self._allowed_orchestration_access = None 253 self._allowed_orchestration_access_metadata = None 254 self._allowed_template_access = None 255 self._allowed_template_access_metadata = None 256 self._allowed_to_be_envelope_transfer_recipient = None 257 self._allowed_to_be_envelope_transfer_recipient_metadata = None 258 self._allow_envelope_sending = None 259 self._allow_envelope_sending_metadata = None 260 self._allow_e_seal_recipients = None 261 self._allow_e_seal_recipients_metadata = None 262 self._allow_power_forms_admin_to_access_all_power_form_envelopes = None 263 self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = None 264 self._allow_senders_to_set_recipient_email_language = None 265 self._allow_senders_to_set_recipient_email_language_metadata = None 266 self._allow_signer_attachments = None 267 self._allow_signer_attachments_metadata = None 268 self._allow_supplemental_documents = None 269 self._allow_supplemental_documents_metadata = None 270 self._allow_tagging_in_send_and_correct = None 271 self._allow_tagging_in_send_and_correct_metadata = None 272 self._allow_transactions = None 273 self._allow_transactions_metadata = None 274 self._allow_vaulting = None 275 self._allow_vaulting_metadata = None 276 self._allow_wet_signing_override = None 277 self._allow_wet_signing_override_metadata = None 278 self._can_create_transaction = None 279 self._can_create_transaction_metadata = None 280 self._can_create_workspaces = None 281 self._can_create_workspaces_metadata = None 282 self._can_delete_documents_in_transaction = None 283 self._can_delete_documents_in_transaction_metadata = None 284 self._can_delete_transaction = None 285 self._can_delete_transaction_metadata = None 286 self._can_send_envelopes_via_sms = None 287 self._can_send_envelopes_via_sms_metadata = None 288 self._disable_document_upload = None 289 self._disable_document_upload_metadata = None 290 self._disable_other_actions = None 291 self._disable_other_actions_metadata = None 292 self._enable_api_request_logging = None 293 self._enable_api_request_logging_metadata = None 294 self._enable_key_terms_suggestions_by_document_type = None 295 self._enable_key_terms_suggestions_by_document_type_metadata = None 296 self._enable_recipient_viewing_notifications = None 297 self._enable_recipient_viewing_notifications_metadata = None 298 self._enable_sequential_signing_interface = None 299 self._enable_sequential_signing_interface_metadata = None 300 self._enable_transaction_point_integration = None 301 self._enable_transaction_point_integration_metadata = None 302 self._power_form_role = None 303 self._power_form_role_metadata = None 304 self._receive_completed_self_signed_documents_as_email_links = None 305 self._receive_completed_self_signed_documents_as_email_links_metadata = None 306 self._signing_ui_version_metadata = None 307 self._supplemental_documents_must_accept = None 308 self._supplemental_documents_must_accept_metadata = None 309 self._supplemental_documents_must_read = None 310 self._supplemental_documents_must_read_metadata = None 311 self._supplemental_documents_must_view = None 312 self._supplemental_documents_must_view_metadata = None 313 self._use_new_docu_sign_experience_interface = None 314 self._use_new_docu_sign_experience_interface_metadata = None 315 self._use_new_sending_interface = None 316 self._use_new_sending_interface_metadata = None 317 self._vaulting_mode = None 318 self._vaulting_mode_metadata = None 319 self._web_forms = None 320 self._web_forms_metadata = None 321 self.discriminator = None 322 323 setattr(self, "_{}".format('allow_account_management'), kwargs.get('allow_account_management', None)) 324 setattr(self, "_{}".format('allow_account_management_metadata'), kwargs.get('allow_account_management_metadata', None)) 325 setattr(self, "_{}".format('allow_api_access'), kwargs.get('allow_api_access', None)) 326 setattr(self, "_{}".format('allow_api_access_metadata'), kwargs.get('allow_api_access_metadata', None)) 327 setattr(self, "_{}".format('allow_api_access_to_account'), kwargs.get('allow_api_access_to_account', None)) 328 setattr(self, "_{}".format('allow_api_access_to_account_metadata'), kwargs.get('allow_api_access_to_account_metadata', None)) 329 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others'), kwargs.get('allow_api_sending_on_behalf_of_others', None)) 330 setattr(self, "_{}".format('allow_api_sending_on_behalf_of_others_metadata'), kwargs.get('allow_api_sending_on_behalf_of_others_metadata', None)) 331 setattr(self, "_{}".format('allow_api_sequential_signing'), kwargs.get('allow_api_sequential_signing', None)) 332 setattr(self, "_{}".format('allow_api_sequential_signing_metadata'), kwargs.get('allow_api_sequential_signing_metadata', None)) 333 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 334 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 335 setattr(self, "_{}".format('allow_bulk_sending'), kwargs.get('allow_bulk_sending', None)) 336 setattr(self, "_{}".format('allow_bulk_sending_metadata'), kwargs.get('allow_bulk_sending_metadata', None)) 337 setattr(self, "_{}".format('allow_docu_sign_desktop_client'), kwargs.get('allow_docu_sign_desktop_client', None)) 338 setattr(self, "_{}".format('allow_docu_sign_desktop_client_metadata'), kwargs.get('allow_docu_sign_desktop_client_metadata', None)) 339 setattr(self, "_{}".format('allowed_address_book_access'), kwargs.get('allowed_address_book_access', None)) 340 setattr(self, "_{}".format('allowed_address_book_access_metadata'), kwargs.get('allowed_address_book_access_metadata', None)) 341 setattr(self, "_{}".format('allowed_clickwraps_access'), kwargs.get('allowed_clickwraps_access', None)) 342 setattr(self, "_{}".format('allowed_clickwraps_access_metadata'), kwargs.get('allowed_clickwraps_access_metadata', None)) 343 setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None)) 344 setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None)) 345 setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None)) 346 setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None)) 347 setattr(self, "_{}".format('allowed_template_access'), kwargs.get('allowed_template_access', None)) 348 setattr(self, "_{}".format('allowed_template_access_metadata'), kwargs.get('allowed_template_access_metadata', None)) 349 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient'), kwargs.get('allowed_to_be_envelope_transfer_recipient', None)) 350 setattr(self, "_{}".format('allowed_to_be_envelope_transfer_recipient_metadata'), kwargs.get('allowed_to_be_envelope_transfer_recipient_metadata', None)) 351 setattr(self, "_{}".format('allow_envelope_sending'), kwargs.get('allow_envelope_sending', None)) 352 setattr(self, "_{}".format('allow_envelope_sending_metadata'), kwargs.get('allow_envelope_sending_metadata', None)) 353 setattr(self, "_{}".format('allow_e_seal_recipients'), kwargs.get('allow_e_seal_recipients', None)) 354 setattr(self, "_{}".format('allow_e_seal_recipients_metadata'), kwargs.get('allow_e_seal_recipients_metadata', None)) 355 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes', None)) 356 setattr(self, "_{}".format('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata'), kwargs.get('allow_power_forms_admin_to_access_all_power_form_envelopes_metadata', None)) 357 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language'), kwargs.get('allow_senders_to_set_recipient_email_language', None)) 358 setattr(self, "_{}".format('allow_senders_to_set_recipient_email_language_metadata'), kwargs.get('allow_senders_to_set_recipient_email_language_metadata', None)) 359 setattr(self, "_{}".format('allow_signer_attachments'), kwargs.get('allow_signer_attachments', None)) 360 setattr(self, "_{}".format('allow_signer_attachments_metadata'), kwargs.get('allow_signer_attachments_metadata', None)) 361 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 362 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 363 setattr(self, "_{}".format('allow_tagging_in_send_and_correct'), kwargs.get('allow_tagging_in_send_and_correct', None)) 364 setattr(self, "_{}".format('allow_tagging_in_send_and_correct_metadata'), kwargs.get('allow_tagging_in_send_and_correct_metadata', None)) 365 setattr(self, "_{}".format('allow_transactions'), kwargs.get('allow_transactions', None)) 366 setattr(self, "_{}".format('allow_transactions_metadata'), kwargs.get('allow_transactions_metadata', None)) 367 setattr(self, "_{}".format('allow_vaulting'), kwargs.get('allow_vaulting', None)) 368 setattr(self, "_{}".format('allow_vaulting_metadata'), kwargs.get('allow_vaulting_metadata', None)) 369 setattr(self, "_{}".format('allow_wet_signing_override'), kwargs.get('allow_wet_signing_override', None)) 370 setattr(self, "_{}".format('allow_wet_signing_override_metadata'), kwargs.get('allow_wet_signing_override_metadata', None)) 371 setattr(self, "_{}".format('can_create_transaction'), kwargs.get('can_create_transaction', None)) 372 setattr(self, "_{}".format('can_create_transaction_metadata'), kwargs.get('can_create_transaction_metadata', None)) 373 setattr(self, "_{}".format('can_create_workspaces'), kwargs.get('can_create_workspaces', None)) 374 setattr(self, "_{}".format('can_create_workspaces_metadata'), kwargs.get('can_create_workspaces_metadata', None)) 375 setattr(self, "_{}".format('can_delete_documents_in_transaction'), kwargs.get('can_delete_documents_in_transaction', None)) 376 setattr(self, "_{}".format('can_delete_documents_in_transaction_metadata'), kwargs.get('can_delete_documents_in_transaction_metadata', None)) 377 setattr(self, "_{}".format('can_delete_transaction'), kwargs.get('can_delete_transaction', None)) 378 setattr(self, "_{}".format('can_delete_transaction_metadata'), kwargs.get('can_delete_transaction_metadata', None)) 379 setattr(self, "_{}".format('can_send_envelopes_via_sms'), kwargs.get('can_send_envelopes_via_sms', None)) 380 setattr(self, "_{}".format('can_send_envelopes_via_sms_metadata'), kwargs.get('can_send_envelopes_via_sms_metadata', None)) 381 setattr(self, "_{}".format('disable_document_upload'), kwargs.get('disable_document_upload', None)) 382 setattr(self, "_{}".format('disable_document_upload_metadata'), kwargs.get('disable_document_upload_metadata', None)) 383 setattr(self, "_{}".format('disable_other_actions'), kwargs.get('disable_other_actions', None)) 384 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) 385 setattr(self, "_{}".format('enable_api_request_logging'), kwargs.get('enable_api_request_logging', None)) 386 setattr(self, "_{}".format('enable_api_request_logging_metadata'), kwargs.get('enable_api_request_logging_metadata', None)) 387 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 388 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 389 setattr(self, "_{}".format('enable_recipient_viewing_notifications'), kwargs.get('enable_recipient_viewing_notifications', None)) 390 setattr(self, "_{}".format('enable_recipient_viewing_notifications_metadata'), kwargs.get('enable_recipient_viewing_notifications_metadata', None)) 391 setattr(self, "_{}".format('enable_sequential_signing_interface'), kwargs.get('enable_sequential_signing_interface', None)) 392 setattr(self, "_{}".format('enable_sequential_signing_interface_metadata'), kwargs.get('enable_sequential_signing_interface_metadata', None)) 393 setattr(self, "_{}".format('enable_transaction_point_integration'), kwargs.get('enable_transaction_point_integration', None)) 394 setattr(self, "_{}".format('enable_transaction_point_integration_metadata'), kwargs.get('enable_transaction_point_integration_metadata', None)) 395 setattr(self, "_{}".format('power_form_role'), kwargs.get('power_form_role', None)) 396 setattr(self, "_{}".format('power_form_role_metadata'), kwargs.get('power_form_role_metadata', None)) 397 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links'), kwargs.get('receive_completed_self_signed_documents_as_email_links', None)) 398 setattr(self, "_{}".format('receive_completed_self_signed_documents_as_email_links_metadata'), kwargs.get('receive_completed_self_signed_documents_as_email_links_metadata', None)) 399 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 400 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 401 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 402 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 403 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 404 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 405 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 406 setattr(self, "_{}".format('use_new_docu_sign_experience_interface'), kwargs.get('use_new_docu_sign_experience_interface', None)) 407 setattr(self, "_{}".format('use_new_docu_sign_experience_interface_metadata'), kwargs.get('use_new_docu_sign_experience_interface_metadata', None)) 408 setattr(self, "_{}".format('use_new_sending_interface'), kwargs.get('use_new_sending_interface', None)) 409 setattr(self, "_{}".format('use_new_sending_interface_metadata'), kwargs.get('use_new_sending_interface_metadata', None)) 410 setattr(self, "_{}".format('vaulting_mode'), kwargs.get('vaulting_mode', None)) 411 setattr(self, "_{}".format('vaulting_mode_metadata'), kwargs.get('vaulting_mode_metadata', None)) 412 setattr(self, "_{}".format('web_forms'), kwargs.get('web_forms', None)) 413 setattr(self, "_{}".format('web_forms_metadata'), kwargs.get('web_forms_metadata', None))
AccountRoleSettings - a model defined in Swagger
Gets the allow_account_management of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_account_management of this AccountRoleSettings. # noqa: E501
Gets the allow_account_management_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowAccountManagement property is editable. # noqa: E501
Returns
The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_api_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_api_access of this AccountRoleSettings. # noqa: E501
Gets the allow_api_access_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowApiAccess property is editable. # noqa: E501
Returns
The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_api_access_to_account of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501
Gets the allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowApiAccessToAccount property is editable. # noqa: E501
Returns
The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501
Gets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowApiSendingOnBehalfOfOthers property is editable. # noqa: E501
Returns
The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501
Gets the allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowApiSequentialSigning property is editable. # noqa: E501
Returns
The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_auto_tagging of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_auto_tagging of this AccountRoleSettings. # noqa: E501
Gets the allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowAutoTagging property is editable. # noqa: E501
Returns
The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_bulk_sending of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_bulk_sending of this AccountRoleSettings. # noqa: E501
Gets the allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowBulkSending property is editable. # noqa: E501
Returns
The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501
Gets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowDocuSignDesktopClient property is editable. # noqa: E501
Returns
The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_address_book_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_address_book_access of this AccountRoleSettings. # noqa: E501
Gets the allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowedAddressBookAccess property is editable. # noqa: E501
Returns
The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501
Gets the allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501
Gets the allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_orchestration_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_orchestration_access of this AccountRoleSettings. # noqa: E501
Gets the allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_orchestration_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_template_access of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_template_access of this AccountRoleSettings. # noqa: E501
Gets the allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowedTemplateAccess property is editable. # noqa: E501
Returns
The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501
Gets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501
Gets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowedToBeEnvelopeTransferRecipient property is editable. # noqa: E501
Returns
The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_envelope_sending of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_envelope_sending of this AccountRoleSettings. # noqa: E501
Gets the allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowEnvelopeSending property is editable. # noqa: E501
Returns
The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501
Gets the allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowESealRecipients property is editable. # noqa: E501
Returns
The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501
Gets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowPowerFormsAdminToAccessAllPowerFormEnvelopes property is editable. # noqa: E501
Returns
The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501
Gets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowSendersToSetRecipientEmailLanguage property is editable. # noqa: E501
Returns
The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_signer_attachments of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_signer_attachments of this AccountRoleSettings. # noqa: E501
Gets the allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowSignerAttachments property is editable. # noqa: E501
Returns
The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_supplemental_documents of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501
Gets the allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowSupplementalDocuments property is editable. # noqa: E501
Returns
The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501
Gets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowTaggingInSendAndCorrect property is editable. # noqa: E501
Returns
The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_transactions of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_transactions of this AccountRoleSettings. # noqa: E501
Gets the allow_transactions_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_transactions_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_vaulting of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_vaulting of this AccountRoleSettings. # noqa: E501
Gets the allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501
Gets the allow_wet_signing_override of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501
Gets the allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the allowWetSigningOverride property is editable. # noqa: E501
Returns
The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501
Gets the can_create_transaction of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_create_transaction of this AccountRoleSettings. # noqa: E501
Gets the can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_create_transaction_metadata of this AccountRoleSettings. # noqa: E501
Gets the can_create_workspaces of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_create_workspaces of this AccountRoleSettings. # noqa: E501
Gets the can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501
Gets the can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_delete_documents_in_transaction of this AccountRoleSettings. # noqa: E501
Gets the can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_delete_documents_in_transaction_metadata of this AccountRoleSettings. # noqa: E501
Gets the can_delete_transaction of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_delete_transaction of this AccountRoleSettings. # noqa: E501
Gets the can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_delete_transaction_metadata of this AccountRoleSettings. # noqa: E501
Gets the can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_send_envelopes_via_sms of this AccountRoleSettings. # noqa: E501
Gets the can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The can_send_envelopes_via_sms_metadata of this AccountRoleSettings. # noqa: E501
Gets the disable_document_upload of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The disable_document_upload of this AccountRoleSettings. # noqa: E501
Gets the disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the disableDocumentUpload property is editable. # noqa: E501
Returns
The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501
Gets the disable_other_actions of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The disable_other_actions of this AccountRoleSettings. # noqa: E501
Gets the disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the disableOtherActions property is editable. # noqa: E501
Returns
The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501
Gets the enable_api_request_logging of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_api_request_logging of this AccountRoleSettings. # noqa: E501
Gets the enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the enableApiRequestLogging property is editable. # noqa: E501
Returns
The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501
Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501
Gets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the enableRecipientViewingNotifications property is editable. # noqa: E501
Returns
The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501
Gets the enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501
Gets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the enableSequentialSigningInterface property is editable. # noqa: E501
Returns
The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501
Gets the enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501
Gets the enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501
Gets the power_form_role of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The power_form_role of this AccountRoleSettings. # noqa: E501
Gets the power_form_role_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the powerFormRole property is editable. # noqa: E501
Returns
The power_form_role_metadata of this AccountRoleSettings. # noqa: E501
Gets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501
Gets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the receiveCompletedSelfSignedDocumentsAsEmailLinks property is editable. # noqa: E501
Returns
The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501
Gets the signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustAccept property is editable. # noqa: E501
Returns
The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustRead property is editable. # noqa: E501
Returns
The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501
Gets the supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustView property is editable. # noqa: E501
Returns
The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501
Gets the use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501
Gets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501
Gets the use_new_sending_interface of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The use_new_sending_interface of this AccountRoleSettings. # noqa: E501
Gets the use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501
Gets the vaulting_mode of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The vaulting_mode of this AccountRoleSettings. # noqa: E501
Gets the vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501
Gets the web_forms of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The web_forms of this AccountRoleSettings. # noqa: E501
Gets the web_forms_metadata of this AccountRoleSettings. # noqa: E501
# noqa: E501
Returns
The web_forms_metadata of this AccountRoleSettings. # noqa: E501
2508 def to_dict(self): 2509 """Returns the model properties as a dict""" 2510 result = {} 2511 2512 for attr, _ in six.iteritems(self.swagger_types): 2513 value = getattr(self, attr) 2514 if isinstance(value, list): 2515 result[attr] = list(map( 2516 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2517 value 2518 )) 2519 elif hasattr(value, "to_dict"): 2520 result[attr] = value.to_dict() 2521 elif isinstance(value, dict): 2522 result[attr] = dict(map( 2523 lambda item: (item[0], item[1].to_dict()) 2524 if hasattr(item[1], "to_dict") else item, 2525 value.items() 2526 )) 2527 else: 2528 result[attr] = value 2529 if issubclass(AccountRoleSettings, dict): 2530 for key, value in self.items(): 2531 result[key] = value 2532 2533 return result
Returns the model properties as a dict