Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.23 KB

SsoKeystoreDetails.md

File metadata and controls

160 lines (87 loc) · 4.23 KB

SsoKeystoreDetails

Properties

Name Type Description Notes
Keys Pointer to []string [optional]
SerialNumber Pointer to int32 [optional]
Subject Pointer to string [optional]
Issuer Pointer to string [optional]
Expiration Pointer to string [optional]

Methods

NewSsoKeystoreDetails

func NewSsoKeystoreDetails() *SsoKeystoreDetails

NewSsoKeystoreDetails instantiates a new SsoKeystoreDetails 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

NewSsoKeystoreDetailsWithDefaults

func NewSsoKeystoreDetailsWithDefaults() *SsoKeystoreDetails

NewSsoKeystoreDetailsWithDefaults instantiates a new SsoKeystoreDetails 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

GetKeys

func (o *SsoKeystoreDetails) GetKeys() []string

GetKeys returns the Keys field if non-nil, zero value otherwise.

GetKeysOk

func (o *SsoKeystoreDetails) GetKeysOk() (*[]string, bool)

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

SetKeys

func (o *SsoKeystoreDetails) SetKeys(v []string)

SetKeys sets Keys field to given value.

HasKeys

func (o *SsoKeystoreDetails) HasKeys() bool

HasKeys returns a boolean if a field has been set.

GetSerialNumber

func (o *SsoKeystoreDetails) GetSerialNumber() int32

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *SsoKeystoreDetails) GetSerialNumberOk() (*int32, bool)

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

SetSerialNumber

func (o *SsoKeystoreDetails) SetSerialNumber(v int32)

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *SsoKeystoreDetails) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

GetSubject

func (o *SsoKeystoreDetails) GetSubject() string

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

GetSubjectOk

func (o *SsoKeystoreDetails) 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 *SsoKeystoreDetails) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *SsoKeystoreDetails) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetIssuer

func (o *SsoKeystoreDetails) GetIssuer() string

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

GetIssuerOk

func (o *SsoKeystoreDetails) 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 *SsoKeystoreDetails) SetIssuer(v string)

SetIssuer sets Issuer field to given value.

HasIssuer

func (o *SsoKeystoreDetails) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

GetExpiration

func (o *SsoKeystoreDetails) GetExpiration() string

GetExpiration returns the Expiration field if non-nil, zero value otherwise.

GetExpirationOk

func (o *SsoKeystoreDetails) GetExpirationOk() (*string, bool)

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

SetExpiration

func (o *SsoKeystoreDetails) SetExpiration(v string)

SetExpiration sets Expiration field to given value.

HasExpiration

func (o *SsoKeystoreDetails) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

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