mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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-activate-campaign-options | ActivateCampaignOptions | ActivateCampaignOptions | ActivateCampaignOptions | powershellsdk |
|
/tools/sdk/powershell/v2024/models/activate-campaign-options |
|
ActivateCampaignOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TimeZone | String | The 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.V2024ActivateCampaignOptions -TimeZone -05:00
- Convert the resource to JSON
$ActivateCampaignOptions | ConvertTo-JSON