Name | Type | Description | Notes |
---|---|---|---|
JwtTtlDefault | Pointer to int64 | [optional] | |
JwtTtlMaximum | Pointer to int64 | [optional] | |
JwtTtlMinimum | Pointer to int64 | [optional] |
func NewSystemAccessCredsSettings() *SystemAccessCredsSettings
NewSystemAccessCredsSettings instantiates a new SystemAccessCredsSettings 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 NewSystemAccessCredsSettingsWithDefaults() *SystemAccessCredsSettings
NewSystemAccessCredsSettingsWithDefaults instantiates a new SystemAccessCredsSettings 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 *SystemAccessCredsSettings) GetJwtTtlDefault() int64
GetJwtTtlDefault returns the JwtTtlDefault field if non-nil, zero value otherwise.
func (o *SystemAccessCredsSettings) GetJwtTtlDefaultOk() (*int64, bool)
GetJwtTtlDefaultOk returns a tuple with the JwtTtlDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemAccessCredsSettings) SetJwtTtlDefault(v int64)
SetJwtTtlDefault sets JwtTtlDefault field to given value.
func (o *SystemAccessCredsSettings) HasJwtTtlDefault() bool
HasJwtTtlDefault returns a boolean if a field has been set.
func (o *SystemAccessCredsSettings) GetJwtTtlMaximum() int64
GetJwtTtlMaximum returns the JwtTtlMaximum field if non-nil, zero value otherwise.
func (o *SystemAccessCredsSettings) GetJwtTtlMaximumOk() (*int64, bool)
GetJwtTtlMaximumOk returns a tuple with the JwtTtlMaximum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemAccessCredsSettings) SetJwtTtlMaximum(v int64)
SetJwtTtlMaximum sets JwtTtlMaximum field to given value.
func (o *SystemAccessCredsSettings) HasJwtTtlMaximum() bool
HasJwtTtlMaximum returns a boolean if a field has been set.
func (o *SystemAccessCredsSettings) GetJwtTtlMinimum() int64
GetJwtTtlMinimum returns the JwtTtlMinimum field if non-nil, zero value otherwise.
func (o *SystemAccessCredsSettings) GetJwtTtlMinimumOk() (*int64, bool)
GetJwtTtlMinimumOk returns a tuple with the JwtTtlMinimum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemAccessCredsSettings) SetJwtTtlMinimum(v int64)
SetJwtTtlMinimum sets JwtTtlMinimum field to given value.
func (o *SystemAccessCredsSettings) HasJwtTtlMinimum() bool
HasJwtTtlMinimum returns a boolean if a field has been set.