mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.0 KiB
1.0 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 | pythonsdk |
|
/tools/sdk/python/v2024/models/activate-campaign-options |
|
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
from sailpoint.v2024.models.activate_campaign_options import ActivateCampaignOptions
activate_campaign_options = ActivateCampaignOptions(
time_zone='Z'
)