VmGcProfileDomainCredentialsOverrideSpec#
- class VmGcProfileDomainCredentialsOverrideSpec(domain_name=None, username=None, password=None, *args, **kwargs)#
Bases:
objectOverride specification for domain credentials. This overrides the domain credentials from the referenced profile.
- Parameters:
domain_name (min=1 chars, max=255 chars) – (
domain_name) Override value for domain name. This overrides the domain name from the referenced profile. Can be either the fully qualified DNS name or NetBIOS name of the domain.username (min=1 chars, max=256 chars) – (
username) Override value for domain username. This overrides the domain username from the referenced profile.password (min=1 chars, max=256 chars) – (
password) Override value for domain password. This overrides the domain password from the referenced profile.
- property domain_name#
Override value for domain name. This overrides the domain name from the referenced profile. Can be either the fully qualified DNS name or NetBIOS name of the domain.
- Type:
str
- property password#
Override value for domain password. This overrides the domain password from the referenced profile.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property username#
Override value for domain username. This overrides the domain username from the referenced profile.
- Type:
str