Name | Type | Description | Notes |
---|---|---|---|
AdDomainAdvancedSettings | Pointer to ADDomainAdvancedSettings | [optional] | |
AuxiliaryAccounts | Pointer to []ServiceAccountCredentialsInfo | Auxiliary service accounts information of untrusted domain. | [optional] |
DnsName | Pointer to string | DNS name of the AD Domain. | [optional] |
DomainType | Pointer to string | AD Domain Type. * CONNECTION_SERVER_DOMAIN: The domain having trust with connection server domain. * NO_TRUST_DOMAIN: The domain not having any trust with connection server domain. | [optional] |
Id | Pointer to string | Unique SID representing AD Domain. | [optional] |
NetbiosName | Pointer to string | NetBIOS name of the AD Domain. | [optional] |
PrimaryAccount | Pointer to ServiceAccountCredentials | [optional] |
func NewADDomainInfoV3() *ADDomainInfoV3
NewADDomainInfoV3 instantiates a new ADDomainInfoV3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewADDomainInfoV3WithDefaults() *ADDomainInfoV3
NewADDomainInfoV3WithDefaults instantiates a new ADDomainInfoV3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ADDomainInfoV3) GetAdDomainAdvancedSettings() ADDomainAdvancedSettings
GetAdDomainAdvancedSettings returns the AdDomainAdvancedSettings field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetAdDomainAdvancedSettingsOk() (*ADDomainAdvancedSettings, bool)
GetAdDomainAdvancedSettingsOk returns a tuple with the AdDomainAdvancedSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetAdDomainAdvancedSettings(v ADDomainAdvancedSettings)
SetAdDomainAdvancedSettings sets AdDomainAdvancedSettings field to given value.
func (o *ADDomainInfoV3) HasAdDomainAdvancedSettings() bool
HasAdDomainAdvancedSettings returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetAuxiliaryAccounts() []ServiceAccountCredentialsInfo
GetAuxiliaryAccounts returns the AuxiliaryAccounts field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetAuxiliaryAccountsOk() (*[]ServiceAccountCredentialsInfo, bool)
GetAuxiliaryAccountsOk returns a tuple with the AuxiliaryAccounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetAuxiliaryAccounts(v []ServiceAccountCredentialsInfo)
SetAuxiliaryAccounts sets AuxiliaryAccounts field to given value.
func (o *ADDomainInfoV3) HasAuxiliaryAccounts() bool
HasAuxiliaryAccounts returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetDnsNameOk() (*string, bool)
GetDnsNameOk returns a tuple with the DnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
func (o *ADDomainInfoV3) HasDnsName() bool
HasDnsName returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetDomainType() string
GetDomainType returns the DomainType field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetDomainTypeOk() (*string, bool)
GetDomainTypeOk returns a tuple with the DomainType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetDomainType(v string)
SetDomainType sets DomainType field to given value.
func (o *ADDomainInfoV3) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetId(v string)
SetId sets Id field to given value.
func (o *ADDomainInfoV3) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetNetbiosName() string
GetNetbiosName returns the NetbiosName field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetNetbiosNameOk() (*string, bool)
GetNetbiosNameOk returns a tuple with the NetbiosName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetNetbiosName(v string)
SetNetbiosName sets NetbiosName field to given value.
func (o *ADDomainInfoV3) HasNetbiosName() bool
HasNetbiosName returns a boolean if a field has been set.
func (o *ADDomainInfoV3) GetPrimaryAccount() ServiceAccountCredentials
GetPrimaryAccount returns the PrimaryAccount field if non-nil, zero value otherwise.
func (o *ADDomainInfoV3) GetPrimaryAccountOk() (*ServiceAccountCredentials, bool)
GetPrimaryAccountOk returns a tuple with the PrimaryAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainInfoV3) SetPrimaryAccount(v ServiceAccountCredentials)
SetPrimaryAccount sets PrimaryAccount field to given value.
func (o *ADDomainInfoV3) HasPrimaryAccount() bool
HasPrimaryAccount returns a boolean if a field has been set.