mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: activate-campaign-options
|
||||
title: ActivateCampaignOptions
|
||||
pagination_label: ActivateCampaignOptions
|
||||
sidebar_label: ActivateCampaignOptions
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ActivateCampaignOptions', 'ActivateCampaignOptions']
|
||||
slug: /tools/sdk/powershell/v3/models/activate-campaign-options
|
||||
tags: ['SDK', 'Software Development Kit', 'ActivateCampaignOptions', 'ActivateCampaignOptions']
|
||||
---
|
||||
|
||||
|
||||
# ActivateCampaignOptions
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**TimeZone** | Pointer to **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
|
||||
```powershell
|
||||
$ActivateCampaignOptions = Initialize-PSSailpoint.V3ActivateCampaignOptions -TimeZone -05:00
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ActivateCampaignOptions | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user