mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.6 KiB
1.6 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-scheduled-action-payload-content-backup-options | ScheduledActionPayloadContentBackupOptions | ScheduledActionPayloadContentBackupOptions | ScheduledActionPayloadContentBackupOptions | powershellsdk |
|
/tools/sdk/powershell/v2024/models/scheduled-action-payload-content-backup-options |
|
ScheduledActionPayloadContentBackupOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IncludeTypes | []String | Object types that are to be included in the backup. | [optional] |
| ObjectOptions | map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue | Map of objectType string to the options to be passed to the target service for that objectType. | [optional] |
Examples
- Prepare the resource
$ScheduledActionPayloadContentBackupOptions = Initialize-V2024ScheduledActionPayloadContentBackupOptions -IncludeTypes [ROLE, IDENTITY_PROFILE] `
-ObjectOptions {SOURCE={includedNames=[Source1, Source2]}, ROLE={includedNames=[Admin Role, User Role]}}
- Convert the resource to JSON
$ScheduledActionPayloadContentBackupOptions | ConvertTo-JSON