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

2.5 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-orphan-identities-report-arguments OrphanIdentitiesReportArguments OrphanIdentitiesReportArguments OrphanIdentitiesReportArguments gosdk
go
Golang
sdk
OrphanIdentitiesReportArguments
V2024OrphanIdentitiesReportArguments
/tools/sdk/go/v2024/models/orphan-identities-report-arguments
SDK
Software Development Kit
OrphanIdentitiesReportArguments
V2024OrphanIdentitiesReportArguments

OrphanIdentitiesReportArguments

Properties

Name Type Description Notes
SelectedFormats Pointer to []string Output report file formats. These are formats for calling GET endpoint as query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default. [optional]

Methods

NewOrphanIdentitiesReportArguments

func NewOrphanIdentitiesReportArguments() *OrphanIdentitiesReportArguments

NewOrphanIdentitiesReportArguments instantiates a new OrphanIdentitiesReportArguments 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

NewOrphanIdentitiesReportArgumentsWithDefaults

func NewOrphanIdentitiesReportArgumentsWithDefaults() *OrphanIdentitiesReportArguments

NewOrphanIdentitiesReportArgumentsWithDefaults instantiates a new OrphanIdentitiesReportArguments 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

GetSelectedFormats

func (o *OrphanIdentitiesReportArguments) GetSelectedFormats() []string

GetSelectedFormats returns the SelectedFormats field if non-nil, zero value otherwise.

GetSelectedFormatsOk

func (o *OrphanIdentitiesReportArguments) GetSelectedFormatsOk() (*[]string, bool)

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

SetSelectedFormats

func (o *OrphanIdentitiesReportArguments) SetSelectedFormats(v []string)

SetSelectedFormats sets SelectedFormats field to given value.

HasSelectedFormats

func (o *OrphanIdentitiesReportArguments) HasSelectedFormats() bool

HasSelectedFormats returns a boolean if a field has been set.