Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.1 KB

SectigoTargetDetails.md

File metadata and controls

212 lines (115 loc) · 6.1 KB

SectigoTargetDetails

Properties

Name Type Description Notes
CertificateProfileId Pointer to int64 [optional]
CustomerUri Pointer to string [optional]
ExternalRequester Pointer to string [optional]
OrgId Pointer to int64 [optional]
Password Pointer to string [optional]
Timeout Pointer to int64 A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. [optional]
Username Pointer to string [optional]

Methods

NewSectigoTargetDetails

func NewSectigoTargetDetails() *SectigoTargetDetails

NewSectigoTargetDetails instantiates a new SectigoTargetDetails 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

NewSectigoTargetDetailsWithDefaults

func NewSectigoTargetDetailsWithDefaults() *SectigoTargetDetails

NewSectigoTargetDetailsWithDefaults instantiates a new SectigoTargetDetails 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

GetCertificateProfileId

func (o *SectigoTargetDetails) GetCertificateProfileId() int64

GetCertificateProfileId returns the CertificateProfileId field if non-nil, zero value otherwise.

GetCertificateProfileIdOk

func (o *SectigoTargetDetails) GetCertificateProfileIdOk() (*int64, bool)

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

SetCertificateProfileId

func (o *SectigoTargetDetails) SetCertificateProfileId(v int64)

SetCertificateProfileId sets CertificateProfileId field to given value.

HasCertificateProfileId

func (o *SectigoTargetDetails) HasCertificateProfileId() bool

HasCertificateProfileId returns a boolean if a field has been set.

GetCustomerUri

func (o *SectigoTargetDetails) GetCustomerUri() string

GetCustomerUri returns the CustomerUri field if non-nil, zero value otherwise.

GetCustomerUriOk

func (o *SectigoTargetDetails) GetCustomerUriOk() (*string, bool)

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

SetCustomerUri

func (o *SectigoTargetDetails) SetCustomerUri(v string)

SetCustomerUri sets CustomerUri field to given value.

HasCustomerUri

func (o *SectigoTargetDetails) HasCustomerUri() bool

HasCustomerUri returns a boolean if a field has been set.

GetExternalRequester

func (o *SectigoTargetDetails) GetExternalRequester() string

GetExternalRequester returns the ExternalRequester field if non-nil, zero value otherwise.

GetExternalRequesterOk

func (o *SectigoTargetDetails) GetExternalRequesterOk() (*string, bool)

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

SetExternalRequester

func (o *SectigoTargetDetails) SetExternalRequester(v string)

SetExternalRequester sets ExternalRequester field to given value.

HasExternalRequester

func (o *SectigoTargetDetails) HasExternalRequester() bool

HasExternalRequester returns a boolean if a field has been set.

GetOrgId

func (o *SectigoTargetDetails) GetOrgId() int64

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

func (o *SectigoTargetDetails) GetOrgIdOk() (*int64, bool)

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

SetOrgId

func (o *SectigoTargetDetails) SetOrgId(v int64)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *SectigoTargetDetails) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetPassword

func (o *SectigoTargetDetails) GetPassword() string

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

GetPasswordOk

func (o *SectigoTargetDetails) 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 *SectigoTargetDetails) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *SectigoTargetDetails) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetTimeout

func (o *SectigoTargetDetails) GetTimeout() int64

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

GetTimeoutOk

func (o *SectigoTargetDetails) GetTimeoutOk() (*int64, 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 *SectigoTargetDetails) SetTimeout(v int64)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *SectigoTargetDetails) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

GetUsername

func (o *SectigoTargetDetails) GetUsername() string

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

GetUsernameOk

func (o *SectigoTargetDetails) 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 *SectigoTargetDetails) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *SectigoTargetDetails) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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