Skip to main content

IntelIdentityLinks

Properties

NameTypeDescriptionNotes
AccessIntelHrefHyperlink to the Intelligence Package access document for this identity.
AccessHistoryIntelHrefHyperlink to the Intelligence Package access history document for this identity.

Methods

func NewIntelIdentityLinks(access IntelHref, accessHistory IntelHref, ) *IntelIdentityLinks

NewIntelIdentityLinks instantiates a new IntelIdentityLinks 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

NewIntelIdentityLinksWithDefaults

func NewIntelIdentityLinksWithDefaults() *IntelIdentityLinks

NewIntelIdentityLinksWithDefaults instantiates a new IntelIdentityLinks 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

GetAccess

func (o *IntelIdentityLinks) GetAccess() IntelHref

GetAccess returns the Access field if non-nil, zero value otherwise.

GetAccessOk

func (o *IntelIdentityLinks) GetAccessOk() (*IntelHref, bool)

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

SetAccess

func (o *IntelIdentityLinks) SetAccess(v IntelHref)

SetAccess sets Access field to given value.

GetAccessHistory

func (o *IntelIdentityLinks) GetAccessHistory() IntelHref

GetAccessHistory returns the AccessHistory field if non-nil, zero value otherwise.

GetAccessHistoryOk

func (o *IntelIdentityLinks) GetAccessHistoryOk() (*IntelHref, bool)

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

SetAccessHistory

func (o *IntelIdentityLinks) SetAccessHistory(v IntelHref)

SetAccessHistory sets AccessHistory field to given value.