mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
id: beta-activate-campaign-options
|
||||
title: ActivateCampaignOptions
|
||||
pagination_label: ActivateCampaignOptions
|
||||
sidebar_label: ActivateCampaignOptions
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ActivateCampaignOptions', 'BetaActivateCampaignOptions']
|
||||
slug: /tools/sdk/python/beta/models/activate-campaign-options
|
||||
tags: ['SDK', 'Software Development Kit', 'ActivateCampaignOptions', 'BetaActivateCampaignOptions']
|
||||
---
|
||||
|
||||
# ActivateCampaignOptions
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**time_zone** | **str** | 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']
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.activate_campaign_options import ActivateCampaignOptions
|
||||
|
||||
activate_campaign_options = ActivateCampaignOptions(
|
||||
time_zone='Z'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user