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

2.3 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-import-entitlements-by-source-request ImportEntitlementsBySourceRequest ImportEntitlementsBySourceRequest ImportEntitlementsBySourceRequest gosdk
go
Golang
sdk
ImportEntitlementsBySourceRequest
V2024ImportEntitlementsBySourceRequest
/tools/sdk/go/v2024/models/import-entitlements-by-source-request
SDK
Software Development Kit
ImportEntitlementsBySourceRequest
V2024ImportEntitlementsBySourceRequest

ImportEntitlementsBySourceRequest

Properties

Name Type Description Notes
CsvFile Pointer to *os.File The CSV file containing the source entitlements to aggregate. [optional]

Methods

NewImportEntitlementsBySourceRequest

func NewImportEntitlementsBySourceRequest() *ImportEntitlementsBySourceRequest

NewImportEntitlementsBySourceRequest instantiates a new ImportEntitlementsBySourceRequest 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

NewImportEntitlementsBySourceRequestWithDefaults

func NewImportEntitlementsBySourceRequestWithDefaults() *ImportEntitlementsBySourceRequest

NewImportEntitlementsBySourceRequestWithDefaults instantiates a new ImportEntitlementsBySourceRequest 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

GetCsvFile

func (o *ImportEntitlementsBySourceRequest) GetCsvFile() *os.File

GetCsvFile returns the CsvFile field if non-nil, zero value otherwise.

GetCsvFileOk

func (o *ImportEntitlementsBySourceRequest) GetCsvFileOk() (**os.File, bool)

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

SetCsvFile

func (o *ImportEntitlementsBySourceRequest) SetCsvFile(v *os.File)

SetCsvFile sets CsvFile field to given value.

HasCsvFile

func (o *ImportEntitlementsBySourceRequest) HasCsvFile() bool

HasCsvFile returns a boolean if a field has been set.