Name | Type | Description | Notes |
---|---|---|---|
DeletePreviousVersionInDays | Pointer to int32 | [optional] | |
GraceRotation | Pointer to bool | [optional] | |
GwClusterId | Pointer to int64 | [optional] | |
LastRotationError | Pointer to string | [optional] | |
MaxVersions | Pointer to int64 | [optional] | |
NumberOfVersionsToSave | Pointer to int32 | [optional] | |
RotationHour | Pointer to int32 | [optional] | |
RotationIntervalMin | Pointer to bool | [optional] | |
RotationStatement | Pointer to string | [optional] | |
RotatorCredsType | Pointer to string | [optional] | |
RotatorStatus | Pointer to string | RotationStatus defines types of rotation Status | [optional] |
RotatorType | Pointer to string | [optional] | |
SamePassword | Pointer to bool | [optional] | |
ServicesDetails | Pointer to []WindowsService | [optional] | |
TimeoutSeconds | Pointer to int64 | [optional] |
func NewRotatedSecretDetailsInfo() *RotatedSecretDetailsInfo
NewRotatedSecretDetailsInfo instantiates a new RotatedSecretDetailsInfo 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 NewRotatedSecretDetailsInfoWithDefaults() *RotatedSecretDetailsInfo
NewRotatedSecretDetailsInfoWithDefaults instantiates a new RotatedSecretDetailsInfo 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 *RotatedSecretDetailsInfo) GetDeletePreviousVersionInDays() int32
GetDeletePreviousVersionInDays returns the DeletePreviousVersionInDays field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetDeletePreviousVersionInDaysOk() (*int32, bool)
GetDeletePreviousVersionInDaysOk returns a tuple with the DeletePreviousVersionInDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetDeletePreviousVersionInDays(v int32)
SetDeletePreviousVersionInDays sets DeletePreviousVersionInDays field to given value.
func (o *RotatedSecretDetailsInfo) HasDeletePreviousVersionInDays() bool
HasDeletePreviousVersionInDays returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetGraceRotation() bool
GetGraceRotation returns the GraceRotation field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetGraceRotationOk() (*bool, bool)
GetGraceRotationOk returns a tuple with the GraceRotation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetGraceRotation(v bool)
SetGraceRotation sets GraceRotation field to given value.
func (o *RotatedSecretDetailsInfo) HasGraceRotation() bool
HasGraceRotation returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetGwClusterId() int64
GetGwClusterId returns the GwClusterId field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetGwClusterIdOk() (*int64, bool)
GetGwClusterIdOk returns a tuple with the GwClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetGwClusterId(v int64)
SetGwClusterId sets GwClusterId field to given value.
func (o *RotatedSecretDetailsInfo) HasGwClusterId() bool
HasGwClusterId returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetLastRotationError() string
GetLastRotationError returns the LastRotationError field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetLastRotationErrorOk() (*string, bool)
GetLastRotationErrorOk returns a tuple with the LastRotationError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetLastRotationError(v string)
SetLastRotationError sets LastRotationError field to given value.
func (o *RotatedSecretDetailsInfo) HasLastRotationError() bool
HasLastRotationError returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetMaxVersions() int64
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetMaxVersionsOk() (*int64, bool)
GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetMaxVersions(v int64)
SetMaxVersions sets MaxVersions field to given value.
func (o *RotatedSecretDetailsInfo) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetNumberOfVersionsToSave() int32
GetNumberOfVersionsToSave returns the NumberOfVersionsToSave field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetNumberOfVersionsToSaveOk() (*int32, bool)
GetNumberOfVersionsToSaveOk returns a tuple with the NumberOfVersionsToSave field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetNumberOfVersionsToSave(v int32)
SetNumberOfVersionsToSave sets NumberOfVersionsToSave field to given value.
func (o *RotatedSecretDetailsInfo) HasNumberOfVersionsToSave() bool
HasNumberOfVersionsToSave returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotationHour() int32
GetRotationHour returns the RotationHour field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotationHourOk() (*int32, bool)
GetRotationHourOk returns a tuple with the RotationHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotationHour(v int32)
SetRotationHour sets RotationHour field to given value.
func (o *RotatedSecretDetailsInfo) HasRotationHour() bool
HasRotationHour returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotationIntervalMin() bool
GetRotationIntervalMin returns the RotationIntervalMin field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotationIntervalMinOk() (*bool, bool)
GetRotationIntervalMinOk returns a tuple with the RotationIntervalMin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotationIntervalMin(v bool)
SetRotationIntervalMin sets RotationIntervalMin field to given value.
func (o *RotatedSecretDetailsInfo) HasRotationIntervalMin() bool
HasRotationIntervalMin returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotationStatement() string
GetRotationStatement returns the RotationStatement field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotationStatementOk() (*string, bool)
GetRotationStatementOk returns a tuple with the RotationStatement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotationStatement(v string)
SetRotationStatement sets RotationStatement field to given value.
func (o *RotatedSecretDetailsInfo) HasRotationStatement() bool
HasRotationStatement returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotatorCredsType() string
GetRotatorCredsType returns the RotatorCredsType field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotatorCredsTypeOk() (*string, bool)
GetRotatorCredsTypeOk returns a tuple with the RotatorCredsType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotatorCredsType(v string)
SetRotatorCredsType sets RotatorCredsType field to given value.
func (o *RotatedSecretDetailsInfo) HasRotatorCredsType() bool
HasRotatorCredsType returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotatorStatus() string
GetRotatorStatus returns the RotatorStatus field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotatorStatusOk() (*string, bool)
GetRotatorStatusOk returns a tuple with the RotatorStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotatorStatus(v string)
SetRotatorStatus sets RotatorStatus field to given value.
func (o *RotatedSecretDetailsInfo) HasRotatorStatus() bool
HasRotatorStatus returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetRotatorType() string
GetRotatorType returns the RotatorType field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetRotatorTypeOk() (*string, bool)
GetRotatorTypeOk returns a tuple with the RotatorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetRotatorType(v string)
SetRotatorType sets RotatorType field to given value.
func (o *RotatedSecretDetailsInfo) HasRotatorType() bool
HasRotatorType returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetSamePassword() bool
GetSamePassword returns the SamePassword field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetSamePasswordOk() (*bool, bool)
GetSamePasswordOk returns a tuple with the SamePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetSamePassword(v bool)
SetSamePassword sets SamePassword field to given value.
func (o *RotatedSecretDetailsInfo) HasSamePassword() bool
HasSamePassword returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetServicesDetails() []WindowsService
GetServicesDetails returns the ServicesDetails field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetServicesDetailsOk() (*[]WindowsService, bool)
GetServicesDetailsOk returns a tuple with the ServicesDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetServicesDetails(v []WindowsService)
SetServicesDetails sets ServicesDetails field to given value.
func (o *RotatedSecretDetailsInfo) HasServicesDetails() bool
HasServicesDetails returns a boolean if a field has been set.
func (o *RotatedSecretDetailsInfo) GetTimeoutSeconds() int64
GetTimeoutSeconds returns the TimeoutSeconds field if non-nil, zero value otherwise.
func (o *RotatedSecretDetailsInfo) GetTimeoutSecondsOk() (*int64, bool)
GetTimeoutSecondsOk returns a tuple with the TimeoutSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretDetailsInfo) SetTimeoutSeconds(v int64)
SetTimeoutSeconds sets TimeoutSeconds field to given value.
func (o *RotatedSecretDetailsInfo) HasTimeoutSeconds() bool
HasTimeoutSeconds returns a boolean if a field has been set.