Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ScheduledActionResponseContentBackupOptionsObjectOptionsValue.md
2025-05-07 14:37:48 +00:00

1.4 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-response-content-backup-options-object-options-value ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue powershellsdk
powershell
PowerShell
sdk
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue
/tools/sdk/powershell/v2024/models/scheduled-action-response-content-backup-options-object-options-value
SDK
Software Development Kit
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

Name Type Description Notes
IncludedNames []String Set of names to be included. [optional]

Examples

  • Prepare the resource
$ScheduledActionResponseContentBackupOptionsObjectOptionsValue = Initialize-V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue  -IncludedNames [Admin Role, User Role]
  • Convert the resource to JSON
$ScheduledActionResponseContentBackupOptionsObjectOptionsValue | ConvertTo-JSON

[Back to top]