models.update_ignored_trusted_domains_params module¶
-
class
models.update_ignored_trusted_domains_params.
UpdateIgnoredTrustedDomainsParams
(ignored_trusted_domains=None)[source]¶ Bases:
object
Implementation of the ‘UpdateIgnoredTrustedDomainsParams’ model.
Specifies the params to update the list of ignored trusted domains.
- Attributes:
- ignored_trusted_domains (list of string): Specifies the list of
trusted domains that were set by the user to be ignored during trusted domain discovery.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.