Skip to content

Latest commit

 

History

History
254 lines (137 loc) · 6.98 KB

File metadata and controls

254 lines (137 loc) · 6.98 KB

UscDelete

Properties

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

Methods

NewUscDelete

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

NewUscDeleteWithDefaults

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

GetForceDelete

func (o *UscDelete) GetForceDelete() bool

GetForceDelete returns the ForceDelete field if non-nil, zero value otherwise.

GetForceDeleteOk

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.

SetForceDelete

func (o *UscDelete) SetForceDelete(v bool)

SetForceDelete sets ForceDelete field to given value.

HasForceDelete

func (o *UscDelete) HasForceDelete() bool

HasForceDelete returns a boolean if a field has been set.

GetJson

func (o *UscDelete) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *UscDelete) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *UscDelete) HasJson() bool

HasJson returns a boolean if a field has been set.

GetNamespace

func (o *UscDelete) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

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.

SetNamespace

func (o *UscDelete) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *UscDelete) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetObjectType

func (o *UscDelete) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *UscDelete) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *UscDelete) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

GetSecretId

func (o *UscDelete) GetSecretId() string

GetSecretId returns the SecretId field if non-nil, zero value otherwise.

GetSecretIdOk

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.

SetSecretId

func (o *UscDelete) SetSecretId(v string)

SetSecretId sets SecretId field to given value.

GetSelectedRepositories

func (o *UscDelete) GetSelectedRepositories() string

GetSelectedRepositories returns the SelectedRepositories field if non-nil, zero value otherwise.

GetSelectedRepositoriesOk

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.

SetSelectedRepositories

func (o *UscDelete) SetSelectedRepositories(v string)

SetSelectedRepositories sets SelectedRepositories field to given value.

HasSelectedRepositories

func (o *UscDelete) HasSelectedRepositories() bool

HasSelectedRepositories returns a boolean if a field has been set.

GetToken

func (o *UscDelete) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *UscDelete) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *UscDelete) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *UscDelete) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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.

SetUidToken

func (o *UscDelete) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *UscDelete) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUscName

func (o *UscDelete) GetUscName() string

GetUscName returns the UscName field if non-nil, zero value otherwise.

GetUscNameOk

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.

SetUscName

func (o *UscDelete) SetUscName(v string)

SetUscName sets UscName field to given value.

[Back to Model list] [Back to API list] [Back to README]