Name | Type | Description | Notes |
---|---|---|---|
ActiveDirectoryTargetId | Pointer to int64 | [optional] | |
AutoRotate | Pointer to bool | [optional] | |
AutoRotateIntervalInDays | Pointer to int32 | [optional] | |
AutoRotateRotationHour | Pointer to int32 | [optional] | |
ComputerBaseDn | Pointer to string | [optional] | |
DiscoverLocalUsers | Pointer to bool | Deprecated | [optional] |
DiscoverServices | Pointer to bool | [optional] | |
DiscoveryTypes | Pointer to []string | [optional] | |
DomainName | Pointer to string | [optional] | |
DomainServerTargetsPathTemplate | Pointer to string | [optional] | |
DomainUsersRotatedSecretsPathTemplate | Pointer to string | [optional] | |
EnableRdpSra | Pointer to bool | [optional] | |
LocalUsersIgnoreList | Pointer to map[string]bool | [optional] | |
LocalUsersRotatedSecretsPathTemplate | Pointer to string | [optional] | |
OsFilter | Pointer to string | [optional] | |
SshPort | Pointer to string | [optional] | |
TargetFormat | Pointer to string | [optional] | |
TargetsType | Pointer to string | [optional] | |
UserBaseDn | Pointer to string | [optional] | |
UserGroups | Pointer to []string | [optional] | |
WinrmOverHttp | Pointer to bool | [optional] | |
WinrmPort | Pointer to string | [optional] |
func NewActiveDirectoryPayload() *ActiveDirectoryPayload
NewActiveDirectoryPayload instantiates a new ActiveDirectoryPayload 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 NewActiveDirectoryPayloadWithDefaults() *ActiveDirectoryPayload
NewActiveDirectoryPayloadWithDefaults instantiates a new ActiveDirectoryPayload 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 *ActiveDirectoryPayload) GetActiveDirectoryTargetId() int64
GetActiveDirectoryTargetId returns the ActiveDirectoryTargetId field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetActiveDirectoryTargetIdOk() (*int64, bool)
GetActiveDirectoryTargetIdOk returns a tuple with the ActiveDirectoryTargetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetActiveDirectoryTargetId(v int64)
SetActiveDirectoryTargetId sets ActiveDirectoryTargetId field to given value.
func (o *ActiveDirectoryPayload) HasActiveDirectoryTargetId() bool
HasActiveDirectoryTargetId returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetAutoRotate() bool
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetAutoRotateOk() (*bool, bool)
GetAutoRotateOk returns a tuple with the AutoRotate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetAutoRotate(v bool)
SetAutoRotate sets AutoRotate field to given value.
func (o *ActiveDirectoryPayload) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetAutoRotateIntervalInDays() int32
GetAutoRotateIntervalInDays returns the AutoRotateIntervalInDays field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetAutoRotateIntervalInDaysOk() (*int32, bool)
GetAutoRotateIntervalInDaysOk returns a tuple with the AutoRotateIntervalInDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetAutoRotateIntervalInDays(v int32)
SetAutoRotateIntervalInDays sets AutoRotateIntervalInDays field to given value.
func (o *ActiveDirectoryPayload) HasAutoRotateIntervalInDays() bool
HasAutoRotateIntervalInDays returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetAutoRotateRotationHour() int32
GetAutoRotateRotationHour returns the AutoRotateRotationHour field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetAutoRotateRotationHourOk() (*int32, bool)
GetAutoRotateRotationHourOk returns a tuple with the AutoRotateRotationHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetAutoRotateRotationHour(v int32)
SetAutoRotateRotationHour sets AutoRotateRotationHour field to given value.
func (o *ActiveDirectoryPayload) HasAutoRotateRotationHour() bool
HasAutoRotateRotationHour returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetComputerBaseDn() string
GetComputerBaseDn returns the ComputerBaseDn field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetComputerBaseDnOk() (*string, bool)
GetComputerBaseDnOk returns a tuple with the ComputerBaseDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetComputerBaseDn(v string)
SetComputerBaseDn sets ComputerBaseDn field to given value.
func (o *ActiveDirectoryPayload) HasComputerBaseDn() bool
HasComputerBaseDn returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDiscoverLocalUsers() bool
GetDiscoverLocalUsers returns the DiscoverLocalUsers field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDiscoverLocalUsersOk() (*bool, bool)
GetDiscoverLocalUsersOk returns a tuple with the DiscoverLocalUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDiscoverLocalUsers(v bool)
SetDiscoverLocalUsers sets DiscoverLocalUsers field to given value.
func (o *ActiveDirectoryPayload) HasDiscoverLocalUsers() bool
HasDiscoverLocalUsers returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDiscoverServices() bool
GetDiscoverServices returns the DiscoverServices field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDiscoverServicesOk() (*bool, bool)
GetDiscoverServicesOk returns a tuple with the DiscoverServices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDiscoverServices(v bool)
SetDiscoverServices sets DiscoverServices field to given value.
func (o *ActiveDirectoryPayload) HasDiscoverServices() bool
HasDiscoverServices returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDiscoveryTypes() []string
GetDiscoveryTypes returns the DiscoveryTypes field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDiscoveryTypesOk() (*[]string, bool)
GetDiscoveryTypesOk returns a tuple with the DiscoveryTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDiscoveryTypes(v []string)
SetDiscoveryTypes sets DiscoveryTypes field to given value.
func (o *ActiveDirectoryPayload) HasDiscoveryTypes() bool
HasDiscoveryTypes returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *ActiveDirectoryPayload) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDomainServerTargetsPathTemplate() string
GetDomainServerTargetsPathTemplate returns the DomainServerTargetsPathTemplate field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDomainServerTargetsPathTemplateOk() (*string, bool)
GetDomainServerTargetsPathTemplateOk returns a tuple with the DomainServerTargetsPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDomainServerTargetsPathTemplate(v string)
SetDomainServerTargetsPathTemplate sets DomainServerTargetsPathTemplate field to given value.
func (o *ActiveDirectoryPayload) HasDomainServerTargetsPathTemplate() bool
HasDomainServerTargetsPathTemplate returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetDomainUsersRotatedSecretsPathTemplate() string
GetDomainUsersRotatedSecretsPathTemplate returns the DomainUsersRotatedSecretsPathTemplate field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetDomainUsersRotatedSecretsPathTemplateOk() (*string, bool)
GetDomainUsersRotatedSecretsPathTemplateOk returns a tuple with the DomainUsersRotatedSecretsPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetDomainUsersRotatedSecretsPathTemplate(v string)
SetDomainUsersRotatedSecretsPathTemplate sets DomainUsersRotatedSecretsPathTemplate field to given value.
func (o *ActiveDirectoryPayload) HasDomainUsersRotatedSecretsPathTemplate() bool
HasDomainUsersRotatedSecretsPathTemplate returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetEnableRdpSra() bool
GetEnableRdpSra returns the EnableRdpSra field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetEnableRdpSraOk() (*bool, bool)
GetEnableRdpSraOk returns a tuple with the EnableRdpSra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetEnableRdpSra(v bool)
SetEnableRdpSra sets EnableRdpSra field to given value.
func (o *ActiveDirectoryPayload) HasEnableRdpSra() bool
HasEnableRdpSra returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetLocalUsersIgnoreList() map[string]bool
GetLocalUsersIgnoreList returns the LocalUsersIgnoreList field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetLocalUsersIgnoreListOk() (*map[string]bool, bool)
GetLocalUsersIgnoreListOk returns a tuple with the LocalUsersIgnoreList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetLocalUsersIgnoreList(v map[string]bool)
SetLocalUsersIgnoreList sets LocalUsersIgnoreList field to given value.
func (o *ActiveDirectoryPayload) HasLocalUsersIgnoreList() bool
HasLocalUsersIgnoreList returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetLocalUsersRotatedSecretsPathTemplate() string
GetLocalUsersRotatedSecretsPathTemplate returns the LocalUsersRotatedSecretsPathTemplate field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetLocalUsersRotatedSecretsPathTemplateOk() (*string, bool)
GetLocalUsersRotatedSecretsPathTemplateOk returns a tuple with the LocalUsersRotatedSecretsPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetLocalUsersRotatedSecretsPathTemplate(v string)
SetLocalUsersRotatedSecretsPathTemplate sets LocalUsersRotatedSecretsPathTemplate field to given value.
func (o *ActiveDirectoryPayload) HasLocalUsersRotatedSecretsPathTemplate() bool
HasLocalUsersRotatedSecretsPathTemplate returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetOsFilter() string
GetOsFilter returns the OsFilter field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetOsFilterOk() (*string, bool)
GetOsFilterOk returns a tuple with the OsFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetOsFilter(v string)
SetOsFilter sets OsFilter field to given value.
func (o *ActiveDirectoryPayload) HasOsFilter() bool
HasOsFilter returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetSshPort() string
GetSshPort returns the SshPort field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetSshPortOk() (*string, bool)
GetSshPortOk returns a tuple with the SshPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetSshPort(v string)
SetSshPort sets SshPort field to given value.
func (o *ActiveDirectoryPayload) HasSshPort() bool
HasSshPort returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetTargetFormat() string
GetTargetFormat returns the TargetFormat field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetTargetFormatOk() (*string, bool)
GetTargetFormatOk returns a tuple with the TargetFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetTargetFormat(v string)
SetTargetFormat sets TargetFormat field to given value.
func (o *ActiveDirectoryPayload) HasTargetFormat() bool
HasTargetFormat returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetTargetsType() string
GetTargetsType returns the TargetsType field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetTargetsTypeOk() (*string, bool)
GetTargetsTypeOk returns a tuple with the TargetsType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetTargetsType(v string)
SetTargetsType sets TargetsType field to given value.
func (o *ActiveDirectoryPayload) HasTargetsType() bool
HasTargetsType returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetUserBaseDn() string
GetUserBaseDn returns the UserBaseDn field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetUserBaseDnOk() (*string, bool)
GetUserBaseDnOk returns a tuple with the UserBaseDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetUserBaseDn(v string)
SetUserBaseDn sets UserBaseDn field to given value.
func (o *ActiveDirectoryPayload) HasUserBaseDn() bool
HasUserBaseDn returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetUserGroups() []string
GetUserGroups returns the UserGroups field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetUserGroupsOk() (*[]string, bool)
GetUserGroupsOk returns a tuple with the UserGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetUserGroups(v []string)
SetUserGroups sets UserGroups field to given value.
func (o *ActiveDirectoryPayload) HasUserGroups() bool
HasUserGroups returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetWinrmOverHttp() bool
GetWinrmOverHttp returns the WinrmOverHttp field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetWinrmOverHttpOk() (*bool, bool)
GetWinrmOverHttpOk returns a tuple with the WinrmOverHttp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetWinrmOverHttp(v bool)
SetWinrmOverHttp sets WinrmOverHttp field to given value.
func (o *ActiveDirectoryPayload) HasWinrmOverHttp() bool
HasWinrmOverHttp returns a boolean if a field has been set.
func (o *ActiveDirectoryPayload) GetWinrmPort() string
GetWinrmPort returns the WinrmPort field if non-nil, zero value otherwise.
func (o *ActiveDirectoryPayload) GetWinrmPortOk() (*string, bool)
GetWinrmPortOk returns a tuple with the WinrmPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ActiveDirectoryPayload) SetWinrmPort(v string)
SetWinrmPort sets WinrmPort field to given value.
func (o *ActiveDirectoryPayload) HasWinrmPort() bool
HasWinrmPort returns a boolean if a field has been set.