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] |
GitlabAccessToken | Pointer to string | Gitlab access token | [optional] |
GitlabAccessType | string | Gitlab access token type [project,group] | |
GitlabCertificate | Pointer to string | Gitlab tls certificate (base64 encoded) | [optional] |
GitlabRole | Pointer to string | Gitlab role | [optional] |
GitlabTokenScopes | string | Comma-separated list of access token scopes to grant | |
GitlabUrl | Pointer to string | Gitlab base url | [optional] [default to "https://gitlab.com/"] |
GroupName | Pointer to string | Gitlab group name, required for access-type=group | [optional] |
InstallationOrganization | Pointer to string | Gitlab project name, required for access-type=project | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
NewName | Pointer to string | Dynamic secret name | [optional] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
TargetName | Pointer to string | Target name | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
Ttl | Pointer to string | Access Token TTL | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewDynamicSecretUpdateGitlab(gitlabAccessType string, gitlabTokenScopes string, name string, ) *DynamicSecretUpdateGitlab
NewDynamicSecretUpdateGitlab instantiates a new DynamicSecretUpdateGitlab 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 NewDynamicSecretUpdateGitlabWithDefaults() *DynamicSecretUpdateGitlab
NewDynamicSecretUpdateGitlabWithDefaults instantiates a new DynamicSecretUpdateGitlab 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 *DynamicSecretUpdateGitlab) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *DynamicSecretUpdateGitlab) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DynamicSecretUpdateGitlab) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetGitlabAccessToken() string
GetGitlabAccessToken returns the GitlabAccessToken field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabAccessTokenOk() (*string, bool)
GetGitlabAccessTokenOk returns a tuple with the GitlabAccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabAccessToken(v string)
SetGitlabAccessToken sets GitlabAccessToken field to given value.
func (o *DynamicSecretUpdateGitlab) HasGitlabAccessToken() bool
HasGitlabAccessToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetGitlabAccessType() string
GetGitlabAccessType returns the GitlabAccessType field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabAccessTypeOk() (*string, bool)
GetGitlabAccessTypeOk returns a tuple with the GitlabAccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabAccessType(v string)
SetGitlabAccessType sets GitlabAccessType field to given value.
func (o *DynamicSecretUpdateGitlab) GetGitlabCertificate() string
GetGitlabCertificate returns the GitlabCertificate field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabCertificateOk() (*string, bool)
GetGitlabCertificateOk returns a tuple with the GitlabCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabCertificate(v string)
SetGitlabCertificate sets GitlabCertificate field to given value.
func (o *DynamicSecretUpdateGitlab) HasGitlabCertificate() bool
HasGitlabCertificate returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetGitlabRole() string
GetGitlabRole returns the GitlabRole field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabRoleOk() (*string, bool)
GetGitlabRoleOk returns a tuple with the GitlabRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabRole(v string)
SetGitlabRole sets GitlabRole field to given value.
func (o *DynamicSecretUpdateGitlab) HasGitlabRole() bool
HasGitlabRole returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetGitlabTokenScopes() string
GetGitlabTokenScopes returns the GitlabTokenScopes field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabTokenScopesOk() (*string, bool)
GetGitlabTokenScopesOk returns a tuple with the GitlabTokenScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabTokenScopes(v string)
SetGitlabTokenScopes sets GitlabTokenScopes field to given value.
func (o *DynamicSecretUpdateGitlab) GetGitlabUrl() string
GetGitlabUrl returns the GitlabUrl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGitlabUrlOk() (*string, bool)
GetGitlabUrlOk returns a tuple with the GitlabUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGitlabUrl(v string)
SetGitlabUrl sets GitlabUrl field to given value.
func (o *DynamicSecretUpdateGitlab) HasGitlabUrl() bool
HasGitlabUrl returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetGroupNameOk() (*string, bool)
GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *DynamicSecretUpdateGitlab) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetInstallationOrganization() string
GetInstallationOrganization returns the InstallationOrganization field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetInstallationOrganizationOk() (*string, bool)
GetInstallationOrganizationOk returns a tuple with the InstallationOrganization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetInstallationOrganization(v string)
SetInstallationOrganization sets InstallationOrganization field to given value.
func (o *DynamicSecretUpdateGitlab) HasInstallationOrganization() bool
HasInstallationOrganization returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DynamicSecretUpdateGitlab) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetName(v string)
SetName sets Name field to given value.
func (o *DynamicSecretUpdateGitlab) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *DynamicSecretUpdateGitlab) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DynamicSecretUpdateGitlab) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *DynamicSecretUpdateGitlab) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetToken(v string)
SetToken sets Token field to given value.
func (o *DynamicSecretUpdateGitlab) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetTtl() string
GetTtl returns the Ttl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) GetTtlOk() (*string, bool)
GetTtlOk returns a tuple with the Ttl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateGitlab) SetTtl(v string)
SetTtl sets Ttl field to given value.
func (o *DynamicSecretUpdateGitlab) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (o *DynamicSecretUpdateGitlab) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateGitlab) 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 *DynamicSecretUpdateGitlab) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DynamicSecretUpdateGitlab) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.