Name | Type | Description | Notes |
---|---|---|---|
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Description of the object | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Key | Pointer to string | The name of a key that used to encrypt the dynamic secret values (if empty, the account default protectionKey key will be used) | [optional] |
Metadata | Pointer to string | Deprecated - use description | [optional] |
Name | string | Dynamic secret name | |
Tags | Pointer to []string | Add tags attached to this object | [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] |
func NewCreateDynamicSecret(name string, ) *CreateDynamicSecret
NewCreateDynamicSecret instantiates a new CreateDynamicSecret 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 NewCreateDynamicSecretWithDefaults() *CreateDynamicSecret
NewCreateDynamicSecretWithDefaults instantiates a new CreateDynamicSecret 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 *CreateDynamicSecret) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDynamicSecret) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *CreateDynamicSecret) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) 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 *CreateDynamicSecret) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateDynamicSecret) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) 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 *CreateDynamicSecret) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateDynamicSecret) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDynamicSecret) SetKey(v string)
SetKey sets Key field to given value.
func (o *CreateDynamicSecret) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateDynamicSecret) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *CreateDynamicSecret) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) 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 *CreateDynamicSecret) SetName(v string)
SetName sets Name field to given value.
func (o *CreateDynamicSecret) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) GetTagsOk() (*[]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 *CreateDynamicSecret) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *CreateDynamicSecret) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) 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 *CreateDynamicSecret) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateDynamicSecret) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateDynamicSecret) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateDynamicSecret) 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 *CreateDynamicSecret) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateDynamicSecret) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.