Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/IdentitiesDetailsReportArguments.md
2025-04-02 17:07:25 -04:00

2.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-identities-details-report-arguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments gosdk
go
Golang
sdk
IdentitiesDetailsReportArguments
V2024IdentitiesDetailsReportArguments
/tools/sdk/go/v2024/models/identities-details-report-arguments
SDK
Software Development Kit
IdentitiesDetailsReportArguments
V2024IdentitiesDetailsReportArguments

IdentitiesDetailsReportArguments

Properties

Name Type Description Notes
CorrelatedOnly bool Flag to specify if only correlated identities are included in report. [default to false]

Methods

NewIdentitiesDetailsReportArguments

func NewIdentitiesDetailsReportArguments(correlatedOnly bool, ) *IdentitiesDetailsReportArguments

NewIdentitiesDetailsReportArguments instantiates a new IdentitiesDetailsReportArguments 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

NewIdentitiesDetailsReportArgumentsWithDefaults

func NewIdentitiesDetailsReportArgumentsWithDefaults() *IdentitiesDetailsReportArguments

NewIdentitiesDetailsReportArgumentsWithDefaults instantiates a new IdentitiesDetailsReportArguments 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

GetCorrelatedOnly

func (o *IdentitiesDetailsReportArguments) GetCorrelatedOnly() bool

GetCorrelatedOnly returns the CorrelatedOnly field if non-nil, zero value otherwise.

GetCorrelatedOnlyOk

func (o *IdentitiesDetailsReportArguments) GetCorrelatedOnlyOk() (*bool, bool)

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

SetCorrelatedOnly

func (o *IdentitiesDetailsReportArguments) SetCorrelatedOnly(v bool)

SetCorrelatedOnly sets CorrelatedOnly field to given value.