Skip to content

Latest commit

 

History

History
380 lines (203 loc) · 11 KB

TargetCreateGlobalSign.md

File metadata and controls

380 lines (203 loc) · 11 KB

TargetCreateGlobalSign

Properties

Name Type Description Notes
ContactEmail string Email of the GlobalSign GCC account contact
ContactFirstName string First name of the GlobalSign GCC account contact
ContactLastName string Last name of the GlobalSign GCC account contact
ContactPhone string Telephone of the GlobalSign GCC account contact
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 target secret value (if empty, the account default protectionKey key will be used) [optional]
MaxVersions Pointer to string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Target name
Password string Password of the GlobalSign GCC account
ProfileId string Profile ID of the GlobalSign GCC account
Timeout Pointer to string Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h. [optional] [default to "5m"]
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]
Username string Username of the GlobalSign GCC account

Methods

NewTargetCreateGlobalSign

func NewTargetCreateGlobalSign(contactEmail string, contactFirstName string, contactLastName string, contactPhone string, name string, password string, profileId string, username string, ) *TargetCreateGlobalSign

NewTargetCreateGlobalSign instantiates a new TargetCreateGlobalSign 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

NewTargetCreateGlobalSignWithDefaults

func NewTargetCreateGlobalSignWithDefaults() *TargetCreateGlobalSign

NewTargetCreateGlobalSignWithDefaults instantiates a new TargetCreateGlobalSign 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

GetContactEmail

func (o *TargetCreateGlobalSign) GetContactEmail() string

GetContactEmail returns the ContactEmail field if non-nil, zero value otherwise.

GetContactEmailOk

func (o *TargetCreateGlobalSign) GetContactEmailOk() (*string, bool)

GetContactEmailOk returns a tuple with the ContactEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactEmail

func (o *TargetCreateGlobalSign) SetContactEmail(v string)

SetContactEmail sets ContactEmail field to given value.

GetContactFirstName

func (o *TargetCreateGlobalSign) GetContactFirstName() string

GetContactFirstName returns the ContactFirstName field if non-nil, zero value otherwise.

GetContactFirstNameOk

func (o *TargetCreateGlobalSign) GetContactFirstNameOk() (*string, bool)

GetContactFirstNameOk returns a tuple with the ContactFirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactFirstName

func (o *TargetCreateGlobalSign) SetContactFirstName(v string)

SetContactFirstName sets ContactFirstName field to given value.

GetContactLastName

func (o *TargetCreateGlobalSign) GetContactLastName() string

GetContactLastName returns the ContactLastName field if non-nil, zero value otherwise.

GetContactLastNameOk

func (o *TargetCreateGlobalSign) GetContactLastNameOk() (*string, bool)

GetContactLastNameOk returns a tuple with the ContactLastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactLastName

func (o *TargetCreateGlobalSign) SetContactLastName(v string)

SetContactLastName sets ContactLastName field to given value.

GetContactPhone

func (o *TargetCreateGlobalSign) GetContactPhone() string

GetContactPhone returns the ContactPhone field if non-nil, zero value otherwise.

GetContactPhoneOk

func (o *TargetCreateGlobalSign) GetContactPhoneOk() (*string, bool)

GetContactPhoneOk returns a tuple with the ContactPhone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContactPhone

func (o *TargetCreateGlobalSign) SetContactPhone(v string)

SetContactPhone sets ContactPhone field to given value.

GetDescription

func (o *TargetCreateGlobalSign) GetDescription() string

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

GetDescriptionOk

func (o *TargetCreateGlobalSign) 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 *TargetCreateGlobalSign) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TargetCreateGlobalSign) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *TargetCreateGlobalSign) GetJson() bool

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

GetJsonOk

func (o *TargetCreateGlobalSign) 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 *TargetCreateGlobalSign) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *TargetCreateGlobalSign) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *TargetCreateGlobalSign) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *TargetCreateGlobalSign) 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.

SetKey

func (o *TargetCreateGlobalSign) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *TargetCreateGlobalSign) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *TargetCreateGlobalSign) GetMaxVersions() string

GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.

GetMaxVersionsOk

func (o *TargetCreateGlobalSign) GetMaxVersionsOk() (*string, bool)

GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxVersions

func (o *TargetCreateGlobalSign) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *TargetCreateGlobalSign) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *TargetCreateGlobalSign) GetName() string

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

GetNameOk

func (o *TargetCreateGlobalSign) 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 *TargetCreateGlobalSign) SetName(v string)

SetName sets Name field to given value.

GetPassword

func (o *TargetCreateGlobalSign) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *TargetCreateGlobalSign) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *TargetCreateGlobalSign) SetPassword(v string)

SetPassword sets Password field to given value.

GetProfileId

func (o *TargetCreateGlobalSign) GetProfileId() string

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *TargetCreateGlobalSign) GetProfileIdOk() (*string, bool)

GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProfileId

func (o *TargetCreateGlobalSign) SetProfileId(v string)

SetProfileId sets ProfileId field to given value.

GetTimeout

func (o *TargetCreateGlobalSign) GetTimeout() string

GetTimeout returns the Timeout field if non-nil, zero value otherwise.

GetTimeoutOk

func (o *TargetCreateGlobalSign) GetTimeoutOk() (*string, bool)

GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimeout

func (o *TargetCreateGlobalSign) SetTimeout(v string)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *TargetCreateGlobalSign) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

GetToken

func (o *TargetCreateGlobalSign) GetToken() string

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

GetTokenOk

func (o *TargetCreateGlobalSign) 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 *TargetCreateGlobalSign) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *TargetCreateGlobalSign) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *TargetCreateGlobalSign) GetUidToken() string

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

GetUidTokenOk

func (o *TargetCreateGlobalSign) 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 *TargetCreateGlobalSign) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *TargetCreateGlobalSign) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUsername

func (o *TargetCreateGlobalSign) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *TargetCreateGlobalSign) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *TargetCreateGlobalSign) SetUsername(v string)

SetUsername sets Username field to given value.

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