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] |
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
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
func (o *SectigoTargetDetails) GetCertificateProfileId() int64
GetCertificateProfileId returns the CertificateProfileId field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetCertificateProfileId(v int64)
SetCertificateProfileId sets CertificateProfileId field to given value.
func (o *SectigoTargetDetails) HasCertificateProfileId() bool
HasCertificateProfileId returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetCustomerUri() string
GetCustomerUri returns the CustomerUri field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetCustomerUri(v string)
SetCustomerUri sets CustomerUri field to given value.
func (o *SectigoTargetDetails) HasCustomerUri() bool
HasCustomerUri returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetExternalRequester() string
GetExternalRequester returns the ExternalRequester field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetExternalRequester(v string)
SetExternalRequester sets ExternalRequester field to given value.
func (o *SectigoTargetDetails) HasExternalRequester() bool
HasExternalRequester returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetOrgId() int64
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetOrgId(v int64)
SetOrgId sets OrgId field to given value.
func (o *SectigoTargetDetails) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *SectigoTargetDetails) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *SectigoTargetDetails) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *SectigoTargetDetails) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *SectigoTargetDetails) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *SectigoTargetDetails) HasUsername() bool
HasUsername returns a boolean if a field has been set.