Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/ImportAccountsRequest1.md
2025-03-31 14:49:46 -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
beta-import-accounts-request1 ImportAccountsRequest1 ImportAccountsRequest1 ImportAccountsRequest1 gosdk
go
Golang
sdk
ImportAccountsRequest1
BetaImportAccountsRequest1
/tools/sdk/go/beta/models/import-accounts-request1
SDK
Software Development Kit
ImportAccountsRequest1
BetaImportAccountsRequest1

ImportAccountsRequest1

Properties

Name Type Description Notes
DisableOptimization Pointer to string Use this flag to reprocess every account whether or not the data has changed. [optional]

Methods

NewImportAccountsRequest1

func NewImportAccountsRequest1() *ImportAccountsRequest1

NewImportAccountsRequest1 instantiates a new ImportAccountsRequest1 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

NewImportAccountsRequest1WithDefaults

func NewImportAccountsRequest1WithDefaults() *ImportAccountsRequest1

NewImportAccountsRequest1WithDefaults instantiates a new ImportAccountsRequest1 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

GetDisableOptimization

func (o *ImportAccountsRequest1) GetDisableOptimization() string

GetDisableOptimization returns the DisableOptimization field if non-nil, zero value otherwise.

GetDisableOptimizationOk

func (o *ImportAccountsRequest1) GetDisableOptimizationOk() (*string, bool)

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

SetDisableOptimization

func (o *ImportAccountsRequest1) SetDisableOptimization(v string)

SetDisableOptimization sets DisableOptimization field to given value.

HasDisableOptimization

func (o *ImportAccountsRequest1) HasDisableOptimization() bool

HasDisableOptimization returns a boolean if a field has been set.