Name | Type | Description | Notes |
---|---|---|---|
AzureKvName | Pointer to string | Azure Key Vault name (Relevant only for Azure targets) | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Description of the External Secrets Manager | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
K8sNamespace | Pointer to string | K8s namespace (Relevant to Kubernetes targets) | [optional] |
Name | string | External Secrets Manager name | |
Tags | Pointer to []string | List of the tags attached to this External Secrets Manager | [optional] |
TargetToAssociate | string | Target External Secrets Manager to connect | |
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 NewCreateESM(name string, targetToAssociate string, ) *CreateESM
NewCreateESM instantiates a new CreateESM 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 NewCreateESMWithDefaults() *CreateESM
NewCreateESMWithDefaults instantiates a new CreateESM 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 *CreateESM) GetAzureKvName() string
GetAzureKvName returns the AzureKvName field if non-nil, zero value otherwise.
func (o *CreateESM) GetAzureKvNameOk() (*string, bool)
GetAzureKvNameOk returns a tuple with the AzureKvName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateESM) SetAzureKvName(v string)
SetAzureKvName sets AzureKvName field to given value.
func (o *CreateESM) HasAzureKvName() bool
HasAzureKvName returns a boolean if a field has been set.
func (o *CreateESM) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *CreateESM) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *CreateESM) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateESM) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateESM) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetJson(v bool)
SetJson sets Json field to given value.
func (o *CreateESM) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *CreateESM) GetK8sNamespace() string
GetK8sNamespace returns the K8sNamespace field if non-nil, zero value otherwise.
func (o *CreateESM) GetK8sNamespaceOk() (*string, bool)
GetK8sNamespaceOk returns a tuple with the K8sNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateESM) SetK8sNamespace(v string)
SetK8sNamespace sets K8sNamespace field to given value.
func (o *CreateESM) HasK8sNamespace() bool
HasK8sNamespace returns a boolean if a field has been set.
func (o *CreateESM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetName(v string)
SetName sets Name field to given value.
func (o *CreateESM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *CreateESM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CreateESM) GetTargetToAssociate() string
GetTargetToAssociate returns the TargetToAssociate field if non-nil, zero value otherwise.
func (o *CreateESM) GetTargetToAssociateOk() (*string, bool)
GetTargetToAssociateOk returns a tuple with the TargetToAssociate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateESM) SetTargetToAssociate(v string)
SetTargetToAssociate sets TargetToAssociate field to given value.
func (o *CreateESM) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetToken(v string)
SetToken sets Token field to given value.
func (o *CreateESM) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *CreateESM) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *CreateESM) 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 *CreateESM) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *CreateESM) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.