VmGcProfileDomainCredentials#

class VmGcProfileDomainCredentials(domain_name=None, username=None, password=None, *args, **kwargs)#

Bases: object

Credentials of the domain account to use to join the domain.

Parameters:
  • domain_name (required min=1 chars, max=255 chars) – (domain_name) The name of the domain to use for authentication of the account before the computer can be joined to a domain. A domain name can be the fully qualified DNS name or the NetBIOS name of the domain.

  • username (required min=1 chars, max=256 chars) – (username) Name of the domain user account with permission to add the computer to a domain.

  • password (required min=1 chars, max=256 chars) – (password) The password of the domain user account to use for authenticating an account to the domain before the computer can be joined to a domain.

property domain_name#

The name of the domain to use for authentication of the account before the computer can be joined to a domain. A domain name can be the fully qualified DNS name or the NetBIOS name of the domain.

Type:

str

property password#

The password of the domain user account to use for authenticating an account to the domain before the computer can be joined to a domain.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property username#

Name of the domain user account with permission to add the computer to a domain.

Type:

str