models_v2.machine_account module¶
-
class
models_v2.machine_account.
MachineAccount
(name=None, dns_host_name=None, encryption=None)[source]¶ Bases:
object
Implementation of the ‘MachineAccount’ model.
Specifies a machine account.
- Attributes:
name (string): Specifies the machine account name. dns_host_name (string): Specifies the DNS host name of the machine
account.
- encryption (list of EncryptionEnum): Specifies a list of encryption
types apply to the machine account.
-
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.