| Name | Type | Description | Notes |
|---|---|---|---|
| DeleteFromUsc | Pointer to bool | Delete the secret from the remote target USC as well | [optional] [default to false] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Static secret name | |
| RemoteSecretName | Pointer to string | Remote Secret Name to disambiguate when multiple syncs exist under the same USC | [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 | string | Universal Secret Connector name |
func NewStaticSecretDeleteSync(name string, uscName string, ) *StaticSecretDeleteSync
NewStaticSecretDeleteSync instantiates a new StaticSecretDeleteSync 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 NewStaticSecretDeleteSyncWithDefaults() *StaticSecretDeleteSync
NewStaticSecretDeleteSyncWithDefaults instantiates a new StaticSecretDeleteSync 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 *StaticSecretDeleteSync) GetDeleteFromUsc() bool
GetDeleteFromUsc returns the DeleteFromUsc field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) GetDeleteFromUscOk() (*bool, bool)
GetDeleteFromUscOk returns a tuple with the DeleteFromUsc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDeleteSync) SetDeleteFromUsc(v bool)
SetDeleteFromUsc sets DeleteFromUsc field to given value.
func (o *StaticSecretDeleteSync) HasDeleteFromUsc() bool
HasDeleteFromUsc returns a boolean if a field has been set.
func (o *StaticSecretDeleteSync) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetJson(v bool)
SetJson sets Json field to given value.
func (o *StaticSecretDeleteSync) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *StaticSecretDeleteSync) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetName(v string)
SetName sets Name field to given value.
func (o *StaticSecretDeleteSync) GetRemoteSecretName() string
GetRemoteSecretName returns the RemoteSecretName field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetRemoteSecretName(v string)
SetRemoteSecretName sets RemoteSecretName field to given value.
func (o *StaticSecretDeleteSync) HasRemoteSecretName() bool
HasRemoteSecretName returns a boolean if a field has been set.
func (o *StaticSecretDeleteSync) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetToken(v string)
SetToken sets Token field to given value.
func (o *StaticSecretDeleteSync) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *StaticSecretDeleteSync) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *StaticSecretDeleteSync) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *StaticSecretDeleteSync) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
func (o *StaticSecretDeleteSync) 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 *StaticSecretDeleteSync) SetUscName(v string)
SetUscName sets UscName field to given value.