| Name | Type | Description | Notes |
|---|---|---|---|
| BinaryValue | Pointer to bool | Use this option if the universal secrets value is a base64 encoded binary | [optional] |
| Description | Pointer to string | Description of the universal secrets | [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] | |
| PfxPassword | Pointer to string | Optional, the passphrase that protects the private key within the pfx certificate (Relevant only for Azure KV certificates) | [optional] |
| SecretId | string | The universal secrets id (or name, for AWS, Azure, K8s or Hashi vault targets) to update | |
| SelectedRepositories | Pointer to string | GitHub selected repositories (required for GitHub USC when repository-access is 'selected' or for repository scope) Comma-separated repository names (e.g., "repo1,repo2") | [optional] |
| Tags | Pointer to map[string]string | Tags for the universal secrets | [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] |
| UscEncryptionKey | Pointer to string | Optional, The name of the remote key that used to encrypt the secret value (if empty, the default key will be used) | [optional] |
| UscName | string | Name of the Universal Secrets Connector item | |
| Value | string | Value of the universal secrets item, either text or base64 encoded binary |
func NewUscUpdate(secretId string, uscName string, value string, ) *UscUpdate
NewUscUpdate instantiates a new UscUpdate 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 NewUscUpdateWithDefaults() *UscUpdate
NewUscUpdateWithDefaults instantiates a new UscUpdate 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 *UscUpdate) GetBinaryValue() bool
GetBinaryValue returns the BinaryValue field if non-nil, zero value otherwise.
func (o *UscUpdate) GetBinaryValueOk() (*bool, bool)
GetBinaryValueOk returns a tuple with the BinaryValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetBinaryValue(v bool)
SetBinaryValue sets BinaryValue field to given value.
func (o *UscUpdate) HasBinaryValue() bool
HasBinaryValue returns a boolean if a field has been set.
func (o *UscUpdate) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UscUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UscUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UscUpdate) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UscUpdate) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UscUpdate) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *UscUpdate) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *UscUpdate) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *UscUpdate) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *UscUpdate) GetPfxPassword() string
GetPfxPassword returns the PfxPassword field if non-nil, zero value otherwise.
func (o *UscUpdate) GetPfxPasswordOk() (*string, bool)
GetPfxPasswordOk returns a tuple with the PfxPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetPfxPassword(v string)
SetPfxPassword sets PfxPassword field to given value.
func (o *UscUpdate) HasPfxPassword() bool
HasPfxPassword returns a boolean if a field has been set.
func (o *UscUpdate) GetSecretId() string
GetSecretId returns the SecretId field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetSecretId(v string)
SetSecretId sets SecretId field to given value.
func (o *UscUpdate) GetSelectedRepositories() string
GetSelectedRepositories returns the SelectedRepositories field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetSelectedRepositories(v string)
SetSelectedRepositories sets SelectedRepositories field to given value.
func (o *UscUpdate) HasSelectedRepositories() bool
HasSelectedRepositories returns a boolean if a field has been set.
func (o *UscUpdate) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UscUpdate) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *UscUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *UscUpdate) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetToken(v string)
SetToken sets Token field to given value.
func (o *UscUpdate) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UscUpdate) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UscUpdate) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UscUpdate) GetUscEncryptionKey() string
GetUscEncryptionKey returns the UscEncryptionKey field if non-nil, zero value otherwise.
func (o *UscUpdate) GetUscEncryptionKeyOk() (*string, bool)
GetUscEncryptionKeyOk returns a tuple with the UscEncryptionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetUscEncryptionKey(v string)
SetUscEncryptionKey sets UscEncryptionKey field to given value.
func (o *UscUpdate) HasUscEncryptionKey() bool
HasUscEncryptionKey returns a boolean if a field has been set.
func (o *UscUpdate) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
func (o *UscUpdate) 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 *UscUpdate) SetUscName(v string)
SetUscName sets UscName field to given value.
func (o *UscUpdate) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *UscUpdate) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UscUpdate) SetValue(v string)
SetValue sets Value field to given value.