Skip to main content

JitactivationhistorydocumentSummaryReauthentication

Properties

NameTypeDescriptionNotes
RequiredPointer to boolWhether reauthentication was required for this activation.[optional] [default to false]
BypassedPointer to boolWhether the reauthentication requirement was bypassed.[optional] [default to false]

Methods

NewJitactivationhistorydocumentSummaryReauthentication

func NewJitactivationhistorydocumentSummaryReauthentication() *JitactivationhistorydocumentSummaryReauthentication

NewJitactivationhistorydocumentSummaryReauthentication instantiates a new JitactivationhistorydocumentSummaryReauthentication 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

NewJitactivationhistorydocumentSummaryReauthenticationWithDefaults

func NewJitactivationhistorydocumentSummaryReauthenticationWithDefaults() *JitactivationhistorydocumentSummaryReauthentication

NewJitactivationhistorydocumentSummaryReauthenticationWithDefaults instantiates a new JitactivationhistorydocumentSummaryReauthentication 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

GetRequired

func (o *JitactivationhistorydocumentSummaryReauthentication) GetRequired() bool

GetRequired returns the Required field if non-nil, zero value otherwise.

GetRequiredOk

func (o *JitactivationhistorydocumentSummaryReauthentication) GetRequiredOk() (*bool, bool)

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

SetRequired

func (o *JitactivationhistorydocumentSummaryReauthentication) SetRequired(v bool)

SetRequired sets Required field to given value.

HasRequired

func (o *JitactivationhistorydocumentSummaryReauthentication) HasRequired() bool

HasRequired returns a boolean if a field has been set.

GetBypassed

func (o *JitactivationhistorydocumentSummaryReauthentication) GetBypassed() bool

GetBypassed returns the Bypassed field if non-nil, zero value otherwise.

GetBypassedOk

func (o *JitactivationhistorydocumentSummaryReauthentication) GetBypassedOk() (*bool, bool)

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

SetBypassed

func (o *JitactivationhistorydocumentSummaryReauthentication) SetBypassed(v bool)

SetBypassed sets Bypassed field to given value.

HasBypassed

func (o *JitactivationhistorydocumentSummaryReauthentication) HasBypassed() bool

HasBypassed returns a boolean if a field has been set.