Skip to main content

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

NameTypeDescriptionNotes
IncludedNames[]StringSet of names to be included.[optional]

Examples

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

[Back to top]