id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-lifecycle-state |
LifecycleState |
LifecycleState |
LifecycleState |
pythonsdk |
| python |
| Python |
| sdk |
| LifecycleState |
| BetaLifecycleState |
|
/tools/sdk/python/beta/models/lifecycle-state |
| SDK |
| Software Development Kit |
| LifecycleState |
| BetaLifecycleState |
|
LifecycleState
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
Lifecycle state ID. |
[optional] [readonly] |
| name |
str |
Lifecycle state name. |
[optional] [readonly] |
| technical_name |
str |
Lifecycle state technical name. This is for internal use. |
[optional] [readonly] |
| description |
str |
Lifecycle state description. |
[optional] |
| created |
datetime |
Lifecycle state created date. |
[optional] [readonly] |
| modified |
datetime |
Lifecycle state modified date. |
[optional] [readonly] |
| enabled |
bool |
Indicates whether the lifecycle state is enabled or disabled. |
[optional] [default to False] |
| identity_count |
int |
Number of identities that have the lifecycle state. |
[optional] [readonly] |
| email_notification_option |
EmailNotificationOption |
|
[optional] |
| account_actions |
[]AccountAction |
|
[optional] |
| access_profile_ids |
[]str |
List of access-profile IDs that are associated with the lifecycle state. |
[optional] |
| } |
|
|
|
Example
[Back to top]