Name | Type | Description | Notes |
---|---|---|---|
CertIssuerName | string | The name of the SSH certificate issuer | |
CertUsername | string | The username to sign in the SSH certificate | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
LegacySigningAlgName | Pointer to bool | Set this option to output legacy ('[email protected]') signing algorithm name in the certificate. | [optional] [default to false] |
PublicKeyData | Pointer to string | SSH public key file contents. If this option is used, the certificate will be printed to stdout | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
Ttl | Pointer to int64 | Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGetSSHCertificate(certIssuerName string, certUsername string, ) *GetSSHCertificate
NewGetSSHCertificate instantiates a new GetSSHCertificate 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 NewGetSSHCertificateWithDefaults() *GetSSHCertificate
NewGetSSHCertificateWithDefaults instantiates a new GetSSHCertificate 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 *GetSSHCertificate) GetCertIssuerName() string
GetCertIssuerName returns the CertIssuerName field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) GetCertIssuerNameOk() (*string, bool)
GetCertIssuerNameOk returns a tuple with the CertIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSSHCertificate) SetCertIssuerName(v string)
SetCertIssuerName sets CertIssuerName field to given value.
func (o *GetSSHCertificate) GetCertUsername() string
GetCertUsername returns the CertUsername field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) GetCertUsernameOk() (*string, bool)
GetCertUsernameOk returns a tuple with the CertUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSSHCertificate) SetCertUsername(v string)
SetCertUsername sets CertUsername field to given value.
func (o *GetSSHCertificate) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) 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.
func (o *GetSSHCertificate) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GetSSHCertificate) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GetSSHCertificate) GetLegacySigningAlgName() bool
GetLegacySigningAlgName returns the LegacySigningAlgName field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) GetLegacySigningAlgNameOk() (*bool, bool)
GetLegacySigningAlgNameOk returns a tuple with the LegacySigningAlgName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSSHCertificate) SetLegacySigningAlgName(v bool)
SetLegacySigningAlgName sets LegacySigningAlgName field to given value.
func (o *GetSSHCertificate) HasLegacySigningAlgName() bool
HasLegacySigningAlgName returns a boolean if a field has been set.
func (o *GetSSHCertificate) GetPublicKeyData() string
GetPublicKeyData returns the PublicKeyData field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) GetPublicKeyDataOk() (*string, bool)
GetPublicKeyDataOk returns a tuple with the PublicKeyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSSHCertificate) SetPublicKeyData(v string)
SetPublicKeyData sets PublicKeyData field to given value.
func (o *GetSSHCertificate) HasPublicKeyData() bool
HasPublicKeyData returns a boolean if a field has been set.
func (o *GetSSHCertificate) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) 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.
func (o *GetSSHCertificate) SetToken(v string)
SetToken sets Token field to given value.
func (o *GetSSHCertificate) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GetSSHCertificate) GetTtl() int64
GetTtl returns the Ttl field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) GetTtlOk() (*int64, bool)
GetTtlOk returns a tuple with the Ttl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSSHCertificate) SetTtl(v int64)
SetTtl sets Ttl field to given value.
func (o *GetSSHCertificate) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (o *GetSSHCertificate) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GetSSHCertificate) 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.
func (o *GetSSHCertificate) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GetSSHCertificate) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.