Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.04 KB

AccountDrivenUserEnrollmentSessionTokenSettings.md

File metadata and controls

108 lines (59 loc) · 4.04 KB

AccountDrivenUserEnrollmentSessionTokenSettings

Properties

Name Type Description Notes
Enabled Pointer to bool [optional]
ExpirationIntervalDays Pointer to int64 [optional]
ExpirationIntervalSeconds Pointer to int64 [optional]

Methods

NewAccountDrivenUserEnrollmentSessionTokenSettings

func NewAccountDrivenUserEnrollmentSessionTokenSettings() *AccountDrivenUserEnrollmentSessionTokenSettings

NewAccountDrivenUserEnrollmentSessionTokenSettings instantiates a new AccountDrivenUserEnrollmentSessionTokenSettings 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

NewAccountDrivenUserEnrollmentSessionTokenSettingsWithDefaults

func NewAccountDrivenUserEnrollmentSessionTokenSettingsWithDefaults() *AccountDrivenUserEnrollmentSessionTokenSettings

NewAccountDrivenUserEnrollmentSessionTokenSettingsWithDefaults instantiates a new AccountDrivenUserEnrollmentSessionTokenSettings 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

GetEnabled

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetExpirationIntervalDays

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetExpirationIntervalDays() int64

GetExpirationIntervalDays returns the ExpirationIntervalDays field if non-nil, zero value otherwise.

GetExpirationIntervalDaysOk

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetExpirationIntervalDaysOk() (*int64, bool)

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

SetExpirationIntervalDays

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) SetExpirationIntervalDays(v int64)

SetExpirationIntervalDays sets ExpirationIntervalDays field to given value.

HasExpirationIntervalDays

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) HasExpirationIntervalDays() bool

HasExpirationIntervalDays returns a boolean if a field has been set.

GetExpirationIntervalSeconds

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetExpirationIntervalSeconds() int64

GetExpirationIntervalSeconds returns the ExpirationIntervalSeconds field if non-nil, zero value otherwise.

GetExpirationIntervalSecondsOk

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) GetExpirationIntervalSecondsOk() (*int64, bool)

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

SetExpirationIntervalSeconds

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) SetExpirationIntervalSeconds(v int64)

SetExpirationIntervalSeconds sets ExpirationIntervalSeconds field to given value.

HasExpirationIntervalSeconds

func (o *AccountDrivenUserEnrollmentSessionTokenSettings) HasExpirationIntervalSeconds() bool

HasExpirationIntervalSeconds returns a boolean if a field has been set.

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