Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.15 KB

UniversalIdentityDetails.md

File metadata and controls

108 lines (59 loc) · 3.15 KB

UniversalIdentityDetails

Properties

Name Type Description Notes
MaxDepth Pointer to int32 [optional]
NumberOfTokens Pointer to int64 [optional]
Root Pointer to UIDTokenDetails [optional]

Methods

NewUniversalIdentityDetails

func NewUniversalIdentityDetails() *UniversalIdentityDetails

NewUniversalIdentityDetails instantiates a new UniversalIdentityDetails 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

NewUniversalIdentityDetailsWithDefaults

func NewUniversalIdentityDetailsWithDefaults() *UniversalIdentityDetails

NewUniversalIdentityDetailsWithDefaults instantiates a new UniversalIdentityDetails 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

GetMaxDepth

func (o *UniversalIdentityDetails) GetMaxDepth() int32

GetMaxDepth returns the MaxDepth field if non-nil, zero value otherwise.

GetMaxDepthOk

func (o *UniversalIdentityDetails) GetMaxDepthOk() (*int32, bool)

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

SetMaxDepth

func (o *UniversalIdentityDetails) SetMaxDepth(v int32)

SetMaxDepth sets MaxDepth field to given value.

HasMaxDepth

func (o *UniversalIdentityDetails) HasMaxDepth() bool

HasMaxDepth returns a boolean if a field has been set.

GetNumberOfTokens

func (o *UniversalIdentityDetails) GetNumberOfTokens() int64

GetNumberOfTokens returns the NumberOfTokens field if non-nil, zero value otherwise.

GetNumberOfTokensOk

func (o *UniversalIdentityDetails) GetNumberOfTokensOk() (*int64, bool)

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

SetNumberOfTokens

func (o *UniversalIdentityDetails) SetNumberOfTokens(v int64)

SetNumberOfTokens sets NumberOfTokens field to given value.

HasNumberOfTokens

func (o *UniversalIdentityDetails) HasNumberOfTokens() bool

HasNumberOfTokens returns a boolean if a field has been set.

GetRoot

func (o *UniversalIdentityDetails) GetRoot() UIDTokenDetails

GetRoot returns the Root field if non-nil, zero value otherwise.

GetRootOk

func (o *UniversalIdentityDetails) GetRootOk() (*UIDTokenDetails, bool)

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

SetRoot

func (o *UniversalIdentityDetails) SetRoot(v UIDTokenDetails)

SetRoot sets Root field to given value.

HasRoot

func (o *UniversalIdentityDetails) HasRoot() bool

HasRoot returns a boolean if a field has been set.

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