| Name | Type | Description | Notes |
|---|---|---|---|
| ForceDelete | Pointer to bool | Force delete objects that are soft deleted by default (relavent only for Azure target) | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| Namespace | Pointer to string | The namespace (relevant for Hashi vault target) | [optional] |
| ObjectType | Pointer to string | [optional] | |
| SecretId | string | The universal secrets id (or name, for AWS, Azure, K8s or Hashi vault targets) to delete | |
| SelectedRepositories | Pointer to string | GitHub selected repositories. For repository scope: repo name. For repository-environment scope: repo/env (format: repo-name/env-name). Required when multiple repos/envs configured. | [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 | Name of the Universal Secrets Connector item |
func NewUscDelete(secretId string, uscName string, ) *UscDelete
NewUscDelete instantiates a new UscDelete 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 NewUscDeleteWithDefaults() *UscDelete
NewUscDeleteWithDefaults instantiates a new UscDelete 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 *UscDelete) GetForceDelete() bool
GetForceDelete returns the ForceDelete field if non-nil, zero value otherwise.
func (o *UscDelete) GetForceDeleteOk() (*bool, bool)
GetForceDeleteOk returns a tuple with the ForceDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscDelete) SetForceDelete(v bool)
SetForceDelete sets ForceDelete field to given value.
func (o *UscDelete) HasForceDelete() bool
HasForceDelete returns a boolean if a field has been set.
func (o *UscDelete) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UscDelete) 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 *UscDelete) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UscDelete) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UscDelete) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *UscDelete) 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 *UscDelete) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *UscDelete) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *UscDelete) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *UscDelete) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscDelete) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *UscDelete) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *UscDelete) GetSecretId() string
GetSecretId returns the SecretId field if non-nil, zero value otherwise.
func (o *UscDelete) GetSecretIdOk() (*string, bool)
GetSecretIdOk returns a tuple with the SecretId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscDelete) SetSecretId(v string)
SetSecretId sets SecretId field to given value.
func (o *UscDelete) GetSelectedRepositories() string
GetSelectedRepositories returns the SelectedRepositories field if non-nil, zero value otherwise.
func (o *UscDelete) GetSelectedRepositoriesOk() (*string, bool)
GetSelectedRepositoriesOk returns a tuple with the SelectedRepositories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscDelete) SetSelectedRepositories(v string)
SetSelectedRepositories sets SelectedRepositories field to given value.
func (o *UscDelete) HasSelectedRepositories() bool
HasSelectedRepositories returns a boolean if a field has been set.
func (o *UscDelete) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UscDelete) 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 *UscDelete) SetToken(v string)
SetToken sets Token field to given value.
func (o *UscDelete) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UscDelete) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UscDelete) 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 *UscDelete) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UscDelete) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UscDelete) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
func (o *UscDelete) 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 *UscDelete) SetUscName(v string)
SetUscName sets UscName field to given value.