Skip to main content

ActivateCampaignOptions

Properties

NameTypeDescriptionNotes
TimeZoneStringThe timezone must be in a valid ISO 8601 format. Timezones in ISO 8601 are represented as UTC (represented as 'Z') or as an offset from UTC. The offset format can be +/-hh:mm, +/-hhmm, or +/-hh.[optional] [default to "Z"]

Examples

  • Prepare the resource
$ActivateCampaignOptions = Initialize-PSSailpoint.BetaActivateCampaignOptions  -TimeZone -05:00
  • Convert the resource to JSON
$ActivateCampaignOptions | ConvertTo-JSON

[Back to top]