Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.11 KB

PossessionConstraint.md

File metadata and controls

212 lines (115 loc) · 6.11 KB

PossessionConstraint

Properties

Name Type Description Notes
Methods Pointer to []string [optional]
ReauthenticateIn Pointer to string [optional]
Types Pointer to []string [optional]
DeviceBound Pointer to string [optional]
HardwareProtection Pointer to string [optional]
PhishingResistant Pointer to string [optional]
UserPresence Pointer to string [optional]

Methods

NewPossessionConstraint

func NewPossessionConstraint() *PossessionConstraint

NewPossessionConstraint instantiates a new PossessionConstraint 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

NewPossessionConstraintWithDefaults

func NewPossessionConstraintWithDefaults() *PossessionConstraint

NewPossessionConstraintWithDefaults instantiates a new PossessionConstraint 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

GetMethods

func (o *PossessionConstraint) GetMethods() []string

GetMethods returns the Methods field if non-nil, zero value otherwise.

GetMethodsOk

func (o *PossessionConstraint) GetMethodsOk() (*[]string, bool)

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

SetMethods

func (o *PossessionConstraint) SetMethods(v []string)

SetMethods sets Methods field to given value.

HasMethods

func (o *PossessionConstraint) HasMethods() bool

HasMethods returns a boolean if a field has been set.

GetReauthenticateIn

func (o *PossessionConstraint) GetReauthenticateIn() string

GetReauthenticateIn returns the ReauthenticateIn field if non-nil, zero value otherwise.

GetReauthenticateInOk

func (o *PossessionConstraint) GetReauthenticateInOk() (*string, bool)

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

SetReauthenticateIn

func (o *PossessionConstraint) SetReauthenticateIn(v string)

SetReauthenticateIn sets ReauthenticateIn field to given value.

HasReauthenticateIn

func (o *PossessionConstraint) HasReauthenticateIn() bool

HasReauthenticateIn returns a boolean if a field has been set.

GetTypes

func (o *PossessionConstraint) GetTypes() []string

GetTypes returns the Types field if non-nil, zero value otherwise.

GetTypesOk

func (o *PossessionConstraint) GetTypesOk() (*[]string, bool)

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

SetTypes

func (o *PossessionConstraint) SetTypes(v []string)

SetTypes sets Types field to given value.

HasTypes

func (o *PossessionConstraint) HasTypes() bool

HasTypes returns a boolean if a field has been set.

GetDeviceBound

func (o *PossessionConstraint) GetDeviceBound() string

GetDeviceBound returns the DeviceBound field if non-nil, zero value otherwise.

GetDeviceBoundOk

func (o *PossessionConstraint) GetDeviceBoundOk() (*string, bool)

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

SetDeviceBound

func (o *PossessionConstraint) SetDeviceBound(v string)

SetDeviceBound sets DeviceBound field to given value.

HasDeviceBound

func (o *PossessionConstraint) HasDeviceBound() bool

HasDeviceBound returns a boolean if a field has been set.

GetHardwareProtection

func (o *PossessionConstraint) GetHardwareProtection() string

GetHardwareProtection returns the HardwareProtection field if non-nil, zero value otherwise.

GetHardwareProtectionOk

func (o *PossessionConstraint) GetHardwareProtectionOk() (*string, bool)

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

SetHardwareProtection

func (o *PossessionConstraint) SetHardwareProtection(v string)

SetHardwareProtection sets HardwareProtection field to given value.

HasHardwareProtection

func (o *PossessionConstraint) HasHardwareProtection() bool

HasHardwareProtection returns a boolean if a field has been set.

GetPhishingResistant

func (o *PossessionConstraint) GetPhishingResistant() string

GetPhishingResistant returns the PhishingResistant field if non-nil, zero value otherwise.

GetPhishingResistantOk

func (o *PossessionConstraint) GetPhishingResistantOk() (*string, bool)

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

SetPhishingResistant

func (o *PossessionConstraint) SetPhishingResistant(v string)

SetPhishingResistant sets PhishingResistant field to given value.

HasPhishingResistant

func (o *PossessionConstraint) HasPhishingResistant() bool

HasPhishingResistant returns a boolean if a field has been set.

GetUserPresence

func (o *PossessionConstraint) GetUserPresence() string

GetUserPresence returns the UserPresence field if non-nil, zero value otherwise.

GetUserPresenceOk

func (o *PossessionConstraint) GetUserPresenceOk() (*string, bool)

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

SetUserPresence

func (o *PossessionConstraint) SetUserPresence(v string)

SetUserPresence sets UserPresence field to given value.

HasUserPresence

func (o *PossessionConstraint) HasUserPresence() bool

HasUserPresence returns a boolean if a field has been set.

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