models.update_trusted_domain_enable_params module

class models.update_trusted_domain_enable_params.UpdateTrustedDomainEnableParams(trusted_domains_enabled=None)[source]

Bases: object

Implementation of the ‘UpdateTrustedDomainEnableParams’ model.

Specifies the params to update trusted domain enable flag.

Attributes:
trusted_domains_enabled (bool): Request to update enable trusted

domains state of an Active Directory.

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.