| Name | Type | Description | Notes |
|---|---|---|---|
| DeleteRemote | Pointer to bool | Delete the secret from remote secret manager (for association create/update) | [optional] |
| FilterSecretValue | Pointer to string | JQ expression to filter or transform the secret value | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Rotated secret name | |
| Namespace | Pointer to string | Vault namespace, releavnt only for Hashicorp Vault Target | [optional] |
| RemoteSecretName | Pointer to string | Remote Secret Name that will be synced on the remote endpoint | [optional] |
| Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UscName | Pointer to string | Universal Secret Connector name, If not provided all attached USC's will be synced | [optional] |
func NewRotatedSecretSync(name string, ) *RotatedSecretSync
NewRotatedSecretSync instantiates a new RotatedSecretSync 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 NewRotatedSecretSyncWithDefaults() *RotatedSecretSync
NewRotatedSecretSyncWithDefaults instantiates a new RotatedSecretSync 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 *RotatedSecretSync) GetDeleteRemote() bool
GetDeleteRemote returns the DeleteRemote field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetDeleteRemoteOk() (*bool, bool)
GetDeleteRemoteOk returns a tuple with the DeleteRemote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetDeleteRemote(v bool)
SetDeleteRemote sets DeleteRemote field to given value.
func (o *RotatedSecretSync) HasDeleteRemote() bool
HasDeleteRemote returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetFilterSecretValue() string
GetFilterSecretValue returns the FilterSecretValue field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetFilterSecretValueOk() (*string, bool)
GetFilterSecretValueOk returns a tuple with the FilterSecretValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetFilterSecretValue(v string)
SetFilterSecretValue sets FilterSecretValue field to given value.
func (o *RotatedSecretSync) HasFilterSecretValue() bool
HasFilterSecretValue returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotatedSecretSync) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetName(v string)
SetName sets Name field to given value.
func (o *RotatedSecretSync) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *RotatedSecretSync) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetRemoteSecretName() string
GetRemoteSecretName returns the RemoteSecretName field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetRemoteSecretNameOk() (*string, bool)
GetRemoteSecretNameOk returns a tuple with the RemoteSecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetRemoteSecretName(v string)
SetRemoteSecretName sets RemoteSecretName field to given value.
func (o *RotatedSecretSync) HasRemoteSecretName() bool
HasRemoteSecretName returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotatedSecretSync) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotatedSecretSync) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *RotatedSecretSync) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
func (o *RotatedSecretSync) GetUscNameOk() (*string, bool)
GetUscNameOk returns a tuple with the UscName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotatedSecretSync) SetUscName(v string)
SetUscName sets UscName field to given value.
func (o *RotatedSecretSync) HasUscName() bool
HasUscName returns a boolean if a field has been set.