Skip to content

Latest commit

 

History

History
602 lines (325 loc) · 16.4 KB

SystemInsightsCertificates.md

File metadata and controls

602 lines (325 loc) · 16.4 KB

SystemInsightsCertificates

Properties

Name Type Description Notes
AuthorityKeyId Pointer to string [optional]
Ca Pointer to int32 [optional]
CommonName Pointer to string [optional]
Issuer Pointer to string [optional]
KeyAlgorithm Pointer to string [optional]
KeyStrength Pointer to string [optional]
KeyUsage Pointer to string [optional]
NotValidAfter Pointer to string [optional]
NotValidBefore Pointer to string [optional]
Path Pointer to string [optional]
SelfSigned Pointer to int32 [optional]
Serial Pointer to string [optional]
Sha1 Pointer to string [optional]
Sid Pointer to string [optional]
SigningAlgorithm Pointer to string [optional]
Store Pointer to string [optional]
StoreId Pointer to string [optional]
StoreLocation Pointer to string [optional]
Subject Pointer to string [optional]
SubjectKeyId Pointer to string [optional]
SystemId Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewSystemInsightsCertificates

func NewSystemInsightsCertificates() *SystemInsightsCertificates

NewSystemInsightsCertificates instantiates a new SystemInsightsCertificates 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

NewSystemInsightsCertificatesWithDefaults

func NewSystemInsightsCertificatesWithDefaults() *SystemInsightsCertificates

NewSystemInsightsCertificatesWithDefaults instantiates a new SystemInsightsCertificates 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

GetAuthorityKeyId

func (o *SystemInsightsCertificates) GetAuthorityKeyId() string

GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise.

GetAuthorityKeyIdOk

func (o *SystemInsightsCertificates) GetAuthorityKeyIdOk() (*string, bool)

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

SetAuthorityKeyId

func (o *SystemInsightsCertificates) SetAuthorityKeyId(v string)

SetAuthorityKeyId sets AuthorityKeyId field to given value.

HasAuthorityKeyId

func (o *SystemInsightsCertificates) HasAuthorityKeyId() bool

HasAuthorityKeyId returns a boolean if a field has been set.

GetCa

func (o *SystemInsightsCertificates) GetCa() int32

GetCa returns the Ca field if non-nil, zero value otherwise.

GetCaOk

func (o *SystemInsightsCertificates) GetCaOk() (*int32, bool)

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

SetCa

func (o *SystemInsightsCertificates) SetCa(v int32)

SetCa sets Ca field to given value.

HasCa

func (o *SystemInsightsCertificates) HasCa() bool

HasCa returns a boolean if a field has been set.

GetCommonName

func (o *SystemInsightsCertificates) GetCommonName() string

GetCommonName returns the CommonName field if non-nil, zero value otherwise.

GetCommonNameOk

func (o *SystemInsightsCertificates) GetCommonNameOk() (*string, bool)

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

SetCommonName

func (o *SystemInsightsCertificates) SetCommonName(v string)

SetCommonName sets CommonName field to given value.

HasCommonName

func (o *SystemInsightsCertificates) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

GetIssuer

func (o *SystemInsightsCertificates) GetIssuer() string

GetIssuer returns the Issuer field if non-nil, zero value otherwise.

GetIssuerOk

func (o *SystemInsightsCertificates) GetIssuerOk() (*string, bool)

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

SetIssuer

func (o *SystemInsightsCertificates) SetIssuer(v string)

SetIssuer sets Issuer field to given value.

HasIssuer

func (o *SystemInsightsCertificates) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

GetKeyAlgorithm

func (o *SystemInsightsCertificates) GetKeyAlgorithm() string

GetKeyAlgorithm returns the KeyAlgorithm field if non-nil, zero value otherwise.

GetKeyAlgorithmOk

func (o *SystemInsightsCertificates) GetKeyAlgorithmOk() (*string, bool)

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

SetKeyAlgorithm

func (o *SystemInsightsCertificates) SetKeyAlgorithm(v string)

SetKeyAlgorithm sets KeyAlgorithm field to given value.

HasKeyAlgorithm

func (o *SystemInsightsCertificates) HasKeyAlgorithm() bool

HasKeyAlgorithm returns a boolean if a field has been set.

GetKeyStrength

func (o *SystemInsightsCertificates) GetKeyStrength() string

GetKeyStrength returns the KeyStrength field if non-nil, zero value otherwise.

GetKeyStrengthOk

func (o *SystemInsightsCertificates) GetKeyStrengthOk() (*string, bool)

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

SetKeyStrength

func (o *SystemInsightsCertificates) SetKeyStrength(v string)

SetKeyStrength sets KeyStrength field to given value.

HasKeyStrength

func (o *SystemInsightsCertificates) HasKeyStrength() bool

HasKeyStrength returns a boolean if a field has been set.

GetKeyUsage

func (o *SystemInsightsCertificates) GetKeyUsage() string

GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.

GetKeyUsageOk

func (o *SystemInsightsCertificates) GetKeyUsageOk() (*string, bool)

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

SetKeyUsage

func (o *SystemInsightsCertificates) SetKeyUsage(v string)

SetKeyUsage sets KeyUsage field to given value.

HasKeyUsage

func (o *SystemInsightsCertificates) HasKeyUsage() bool

HasKeyUsage returns a boolean if a field has been set.

GetNotValidAfter

func (o *SystemInsightsCertificates) GetNotValidAfter() string

GetNotValidAfter returns the NotValidAfter field if non-nil, zero value otherwise.

GetNotValidAfterOk

func (o *SystemInsightsCertificates) GetNotValidAfterOk() (*string, bool)

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

SetNotValidAfter

func (o *SystemInsightsCertificates) SetNotValidAfter(v string)

SetNotValidAfter sets NotValidAfter field to given value.

HasNotValidAfter

func (o *SystemInsightsCertificates) HasNotValidAfter() bool

HasNotValidAfter returns a boolean if a field has been set.

GetNotValidBefore

func (o *SystemInsightsCertificates) GetNotValidBefore() string

GetNotValidBefore returns the NotValidBefore field if non-nil, zero value otherwise.

GetNotValidBeforeOk

func (o *SystemInsightsCertificates) GetNotValidBeforeOk() (*string, bool)

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

SetNotValidBefore

func (o *SystemInsightsCertificates) SetNotValidBefore(v string)

SetNotValidBefore sets NotValidBefore field to given value.

HasNotValidBefore

func (o *SystemInsightsCertificates) HasNotValidBefore() bool

HasNotValidBefore returns a boolean if a field has been set.

GetPath

func (o *SystemInsightsCertificates) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *SystemInsightsCertificates) GetPathOk() (*string, bool)

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

SetPath

func (o *SystemInsightsCertificates) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *SystemInsightsCertificates) HasPath() bool

HasPath returns a boolean if a field has been set.

GetSelfSigned

func (o *SystemInsightsCertificates) GetSelfSigned() int32

GetSelfSigned returns the SelfSigned field if non-nil, zero value otherwise.

GetSelfSignedOk

func (o *SystemInsightsCertificates) GetSelfSignedOk() (*int32, bool)

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

SetSelfSigned

func (o *SystemInsightsCertificates) SetSelfSigned(v int32)

SetSelfSigned sets SelfSigned field to given value.

HasSelfSigned

func (o *SystemInsightsCertificates) HasSelfSigned() bool

HasSelfSigned returns a boolean if a field has been set.

GetSerial

func (o *SystemInsightsCertificates) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *SystemInsightsCertificates) GetSerialOk() (*string, bool)

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

SetSerial

func (o *SystemInsightsCertificates) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *SystemInsightsCertificates) HasSerial() bool

HasSerial returns a boolean if a field has been set.

GetSha1

func (o *SystemInsightsCertificates) GetSha1() string

GetSha1 returns the Sha1 field if non-nil, zero value otherwise.

GetSha1Ok

func (o *SystemInsightsCertificates) GetSha1Ok() (*string, bool)

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

SetSha1

func (o *SystemInsightsCertificates) SetSha1(v string)

SetSha1 sets Sha1 field to given value.

HasSha1

func (o *SystemInsightsCertificates) HasSha1() bool

HasSha1 returns a boolean if a field has been set.

GetSid

func (o *SystemInsightsCertificates) GetSid() string

GetSid returns the Sid field if non-nil, zero value otherwise.

GetSidOk

func (o *SystemInsightsCertificates) GetSidOk() (*string, bool)

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

SetSid

func (o *SystemInsightsCertificates) SetSid(v string)

SetSid sets Sid field to given value.

HasSid

func (o *SystemInsightsCertificates) HasSid() bool

HasSid returns a boolean if a field has been set.

GetSigningAlgorithm

func (o *SystemInsightsCertificates) GetSigningAlgorithm() string

GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise.

GetSigningAlgorithmOk

func (o *SystemInsightsCertificates) GetSigningAlgorithmOk() (*string, bool)

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

SetSigningAlgorithm

func (o *SystemInsightsCertificates) SetSigningAlgorithm(v string)

SetSigningAlgorithm sets SigningAlgorithm field to given value.

HasSigningAlgorithm

func (o *SystemInsightsCertificates) HasSigningAlgorithm() bool

HasSigningAlgorithm returns a boolean if a field has been set.

GetStore

func (o *SystemInsightsCertificates) GetStore() string

GetStore returns the Store field if non-nil, zero value otherwise.

GetStoreOk

func (o *SystemInsightsCertificates) GetStoreOk() (*string, bool)

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

SetStore

func (o *SystemInsightsCertificates) SetStore(v string)

SetStore sets Store field to given value.

HasStore

func (o *SystemInsightsCertificates) HasStore() bool

HasStore returns a boolean if a field has been set.

GetStoreId

func (o *SystemInsightsCertificates) GetStoreId() string

GetStoreId returns the StoreId field if non-nil, zero value otherwise.

GetStoreIdOk

func (o *SystemInsightsCertificates) GetStoreIdOk() (*string, bool)

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

SetStoreId

func (o *SystemInsightsCertificates) SetStoreId(v string)

SetStoreId sets StoreId field to given value.

HasStoreId

func (o *SystemInsightsCertificates) HasStoreId() bool

HasStoreId returns a boolean if a field has been set.

GetStoreLocation

func (o *SystemInsightsCertificates) GetStoreLocation() string

GetStoreLocation returns the StoreLocation field if non-nil, zero value otherwise.

GetStoreLocationOk

func (o *SystemInsightsCertificates) GetStoreLocationOk() (*string, bool)

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

SetStoreLocation

func (o *SystemInsightsCertificates) SetStoreLocation(v string)

SetStoreLocation sets StoreLocation field to given value.

HasStoreLocation

func (o *SystemInsightsCertificates) HasStoreLocation() bool

HasStoreLocation returns a boolean if a field has been set.

GetSubject

func (o *SystemInsightsCertificates) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *SystemInsightsCertificates) GetSubjectOk() (*string, bool)

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

SetSubject

func (o *SystemInsightsCertificates) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *SystemInsightsCertificates) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetSubjectKeyId

func (o *SystemInsightsCertificates) GetSubjectKeyId() string

GetSubjectKeyId returns the SubjectKeyId field if non-nil, zero value otherwise.

GetSubjectKeyIdOk

func (o *SystemInsightsCertificates) GetSubjectKeyIdOk() (*string, bool)

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

SetSubjectKeyId

func (o *SystemInsightsCertificates) SetSubjectKeyId(v string)

SetSubjectKeyId sets SubjectKeyId field to given value.

HasSubjectKeyId

func (o *SystemInsightsCertificates) HasSubjectKeyId() bool

HasSubjectKeyId returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsCertificates) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsCertificates) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsCertificates) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsCertificates) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetUsername

func (o *SystemInsightsCertificates) GetUsername() string

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

GetUsernameOk

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

SetUsername sets Username field to given value.

HasUsername

func (o *SystemInsightsCertificates) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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