mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
985 B
985 B
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-entitlements-request | ImportEntitlementsRequest | ImportEntitlementsRequest | ImportEntitlementsRequest | powershellsdk |
|
/tools/sdk/powershell/beta/models/import-entitlements-request |
|
ImportEntitlementsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| File | System.IO.FileInfo | The CSV file containing the source entitlements to aggregate. | [optional] |
Examples
- Prepare the resource
$ImportEntitlementsRequest = Initialize-BetaImportEntitlementsRequest -File null
- Convert the resource to JSON
$ImportEntitlementsRequest | ConvertTo-JSON