Name | Type | Description | Notes |
---|---|---|---|
AutoRotate | Pointer to bool | [optional] | |
AutoRotateIntervalInDays | Pointer to int32 | [optional] | |
AutoRotateRotationHour | Pointer to int32 | [optional] | |
EnableRdpSra | Pointer to bool | [optional] | |
MigrationTargetId | Pointer to int64 | [optional] | |
ServerTargetsPathTemplate | Pointer to string | [optional] | |
UserGroups | Pointer to []string | [optional] | |
UsersIgnoreList | Pointer to map[string]bool | [optional] | |
UsersRotatedSecretsPathTemplate | Pointer to string | [optional] |
func NewServerInventoryPayload() *ServerInventoryPayload
NewServerInventoryPayload instantiates a new ServerInventoryPayload 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 NewServerInventoryPayloadWithDefaults() *ServerInventoryPayload
NewServerInventoryPayloadWithDefaults instantiates a new ServerInventoryPayload 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 *ServerInventoryPayload) GetAutoRotate() bool
GetAutoRotate returns the AutoRotate field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) 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 *ServerInventoryPayload) SetAutoRotate(v bool)
SetAutoRotate sets AutoRotate field to given value.
func (o *ServerInventoryPayload) HasAutoRotate() bool
HasAutoRotate returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetAutoRotateIntervalInDays() int32
GetAutoRotateIntervalInDays returns the AutoRotateIntervalInDays field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) 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 *ServerInventoryPayload) SetAutoRotateIntervalInDays(v int32)
SetAutoRotateIntervalInDays sets AutoRotateIntervalInDays field to given value.
func (o *ServerInventoryPayload) HasAutoRotateIntervalInDays() bool
HasAutoRotateIntervalInDays returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetAutoRotateRotationHour() int32
GetAutoRotateRotationHour returns the AutoRotateRotationHour field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) 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 *ServerInventoryPayload) SetAutoRotateRotationHour(v int32)
SetAutoRotateRotationHour sets AutoRotateRotationHour field to given value.
func (o *ServerInventoryPayload) HasAutoRotateRotationHour() bool
HasAutoRotateRotationHour returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetEnableRdpSra() bool
GetEnableRdpSra returns the EnableRdpSra field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) 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 *ServerInventoryPayload) SetEnableRdpSra(v bool)
SetEnableRdpSra sets EnableRdpSra field to given value.
func (o *ServerInventoryPayload) HasEnableRdpSra() bool
HasEnableRdpSra returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetMigrationTargetId() int64
GetMigrationTargetId returns the MigrationTargetId field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) GetMigrationTargetIdOk() (*int64, bool)
GetMigrationTargetIdOk returns a tuple with the MigrationTargetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerInventoryPayload) SetMigrationTargetId(v int64)
SetMigrationTargetId sets MigrationTargetId field to given value.
func (o *ServerInventoryPayload) HasMigrationTargetId() bool
HasMigrationTargetId returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetServerTargetsPathTemplate() string
GetServerTargetsPathTemplate returns the ServerTargetsPathTemplate field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) GetServerTargetsPathTemplateOk() (*string, bool)
GetServerTargetsPathTemplateOk returns a tuple with the ServerTargetsPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerInventoryPayload) SetServerTargetsPathTemplate(v string)
SetServerTargetsPathTemplate sets ServerTargetsPathTemplate field to given value.
func (o *ServerInventoryPayload) HasServerTargetsPathTemplate() bool
HasServerTargetsPathTemplate returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetUserGroups() []string
GetUserGroups returns the UserGroups field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) 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 *ServerInventoryPayload) SetUserGroups(v []string)
SetUserGroups sets UserGroups field to given value.
func (o *ServerInventoryPayload) HasUserGroups() bool
HasUserGroups returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetUsersIgnoreList() map[string]bool
GetUsersIgnoreList returns the UsersIgnoreList field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) GetUsersIgnoreListOk() (*map[string]bool, bool)
GetUsersIgnoreListOk returns a tuple with the UsersIgnoreList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerInventoryPayload) SetUsersIgnoreList(v map[string]bool)
SetUsersIgnoreList sets UsersIgnoreList field to given value.
func (o *ServerInventoryPayload) HasUsersIgnoreList() bool
HasUsersIgnoreList returns a boolean if a field has been set.
func (o *ServerInventoryPayload) GetUsersRotatedSecretsPathTemplate() string
GetUsersRotatedSecretsPathTemplate returns the UsersRotatedSecretsPathTemplate field if non-nil, zero value otherwise.
func (o *ServerInventoryPayload) GetUsersRotatedSecretsPathTemplateOk() (*string, bool)
GetUsersRotatedSecretsPathTemplateOk returns a tuple with the UsersRotatedSecretsPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerInventoryPayload) SetUsersRotatedSecretsPathTemplate(v string)
SetUsersRotatedSecretsPathTemplate sets UsersRotatedSecretsPathTemplate field to given value.
func (o *ServerInventoryPayload) HasUsersRotatedSecretsPathTemplate() bool
HasUsersRotatedSecretsPathTemplate returns a boolean if a field has been set.