Skip to content

Latest commit

 

History

History
280 lines (151 loc) · 7.52 KB

CreateESM.md

File metadata and controls

280 lines (151 loc) · 7.52 KB

CreateESM

Properties

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]

Methods

NewCreateESM

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

NewCreateESMWithDefaults

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

GetAzureKvName

func (o *CreateESM) GetAzureKvName() string

GetAzureKvName returns the AzureKvName field if non-nil, zero value otherwise.

GetAzureKvNameOk

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.

SetAzureKvName

func (o *CreateESM) SetAzureKvName(v string)

SetAzureKvName sets AzureKvName field to given value.

HasAzureKvName

func (o *CreateESM) HasAzureKvName() bool

HasAzureKvName returns a boolean if a field has been set.

GetDeleteProtection

func (o *CreateESM) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

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.

SetDeleteProtection

func (o *CreateESM) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *CreateESM) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetDescription

func (o *CreateESM) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *CreateESM) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CreateESM) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *CreateESM) GetJson() bool

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

GetJsonOk

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.

SetJson

func (o *CreateESM) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *CreateESM) HasJson() bool

HasJson returns a boolean if a field has been set.

GetK8sNamespace

func (o *CreateESM) GetK8sNamespace() string

GetK8sNamespace returns the K8sNamespace field if non-nil, zero value otherwise.

GetK8sNamespaceOk

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.

SetK8sNamespace

func (o *CreateESM) SetK8sNamespace(v string)

SetK8sNamespace sets K8sNamespace field to given value.

HasK8sNamespace

func (o *CreateESM) HasK8sNamespace() bool

HasK8sNamespace returns a boolean if a field has been set.

GetName

func (o *CreateESM) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CreateESM) SetName(v string)

SetName sets Name field to given value.

GetTags

func (o *CreateESM) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *CreateESM) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *CreateESM) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetToAssociate

func (o *CreateESM) GetTargetToAssociate() string

GetTargetToAssociate returns the TargetToAssociate field if non-nil, zero value otherwise.

GetTargetToAssociateOk

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.

SetTargetToAssociate

func (o *CreateESM) SetTargetToAssociate(v string)

SetTargetToAssociate sets TargetToAssociate field to given value.

GetToken

func (o *CreateESM) GetToken() string

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

GetTokenOk

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.

SetToken

func (o *CreateESM) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *CreateESM) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *CreateESM) GetUidToken() string

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

GetUidTokenOk

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.

SetUidToken

func (o *CreateESM) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *CreateESM) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

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