id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-lifecycle-state |
LifecycleState |
LifecycleState |
LifecycleState |
pythonsdk |
| python |
| Python |
| sdk |
| LifecycleState |
| V2025LifecycleState |
|
/tools/sdk/python/v2025/models/lifecycle-state |
| SDK |
| Software Development Kit |
| LifecycleState |
| V2025LifecycleState |
|
LifecycleState
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
System-generated unique ID of the Object |
[optional] [readonly] |
| name |
str |
Name of the Object |
[required] |
| created |
datetime |
Creation date of the Object |
[optional] [readonly] |
| modified |
datetime |
Last modification date of the Object |
[optional] [readonly] |
| enabled |
bool |
Indicates whether the lifecycle state is enabled or disabled. |
[optional] [default to False] |
| technical_name |
str |
The lifecycle state's technical name. This is for internal use. |
[required] |
| description |
str |
Lifecycle state's description. |
[optional] |
| 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 unique access-profile IDs that are associated with the lifecycle state. |
[optional] |
| identity_state |
str |
The lifecycle state's associated identity state. This field is generally 'null'. |
[optional] |
| } |
|
|
|
Example
[Back to top]