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