Name | Type | Description | Notes |
---|---|---|---|
SigningKeyAlgorithm | Pointer to string | The signing key algorithm the new generated private key is using. Only applicable when `keyType` is `private-keys`. | [optional] |
func NewRotateOidcKeysRequest() *RotateOidcKeysRequest
NewRotateOidcKeysRequest instantiates a new RotateOidcKeysRequest 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 NewRotateOidcKeysRequestWithDefaults() *RotateOidcKeysRequest
NewRotateOidcKeysRequestWithDefaults instantiates a new RotateOidcKeysRequest 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 *RotateOidcKeysRequest) GetSigningKeyAlgorithm() string
GetSigningKeyAlgorithm returns the SigningKeyAlgorithm field if non-nil, zero value otherwise.
func (o *RotateOidcKeysRequest) GetSigningKeyAlgorithmOk() (*string, bool)
GetSigningKeyAlgorithmOk returns a tuple with the SigningKeyAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotateOidcKeysRequest) SetSigningKeyAlgorithm(v string)
SetSigningKeyAlgorithm sets SigningKeyAlgorithm field to given value.
func (o *RotateOidcKeysRequest) HasSigningKeyAlgorithm() bool
HasSigningKeyAlgorithm returns a boolean if a field has been set.