Skip to main content

IntelIdentityRiskBody

Properties

NameTypeDescriptionNotes
Outliers[]IntelOutlierAccessItemPage of outlier access-items associated with the resolved identity outlier.
OutliersTotalNullableInt64Total available outlier access-item count from upstream.
LinksPointer to NullableIntelRiskLinksContinuation links map; omitted when no additional page exists.[optional]

Methods

NewIntelIdentityRiskBody

func NewIntelIdentityRiskBody(outliers []IntelOutlierAccessItem, outliersTotal NullableInt64, ) *IntelIdentityRiskBody

NewIntelIdentityRiskBody instantiates a new IntelIdentityRiskBody 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

NewIntelIdentityRiskBodyWithDefaults

func NewIntelIdentityRiskBodyWithDefaults() *IntelIdentityRiskBody

NewIntelIdentityRiskBodyWithDefaults instantiates a new IntelIdentityRiskBody 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

GetOutliers

func (o *IntelIdentityRiskBody) GetOutliers() []IntelOutlierAccessItem

GetOutliers returns the Outliers field if non-nil, zero value otherwise.

GetOutliersOk

func (o *IntelIdentityRiskBody) GetOutliersOk() (*[]IntelOutlierAccessItem, bool)

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

SetOutliers

func (o *IntelIdentityRiskBody) SetOutliers(v []IntelOutlierAccessItem)

SetOutliers sets Outliers field to given value.

GetOutliersTotal

func (o *IntelIdentityRiskBody) GetOutliersTotal() int64

GetOutliersTotal returns the OutliersTotal field if non-nil, zero value otherwise.

GetOutliersTotalOk

func (o *IntelIdentityRiskBody) GetOutliersTotalOk() (*int64, bool)

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

SetOutliersTotal

func (o *IntelIdentityRiskBody) SetOutliersTotal(v int64)

SetOutliersTotal sets OutliersTotal field to given value.

SetOutliersTotalNil

func (o *IntelIdentityRiskBody) SetOutliersTotalNil(b bool)

SetOutliersTotalNil sets the value for OutliersTotal to be an explicit nil

UnsetOutliersTotal

func (o *IntelIdentityRiskBody) UnsetOutliersTotal()

UnsetOutliersTotal ensures that no value is present for OutliersTotal, not even an explicit nil

func (o *IntelIdentityRiskBody) GetLinks() IntelRiskLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *IntelIdentityRiskBody) GetLinksOk() (*IntelRiskLinks, bool)

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

func (o *IntelIdentityRiskBody) SetLinks(v IntelRiskLinks)

SetLinks sets Links field to given value.

func (o *IntelIdentityRiskBody) HasLinks() bool

HasLinks returns a boolean if a field has been set.

SetLinksNil

func (o *IntelIdentityRiskBody) SetLinksNil(b bool)

SetLinksNil sets the value for Links to be an explicit nil

func (o *IntelIdentityRiskBody) UnsetLinks()

UnsetLinks ensures that no value is present for Links, not even an explicit nil