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-public-identity
PublicIdentity
PublicIdentity
PublicIdentity
pythonsdk
python
Python
sdk
PublicIdentity
V2025PublicIdentity
/tools/sdk/python/v2025/models/public-identity
SDK
Software Development Kit
PublicIdentity
V2025PublicIdentity
PublicIdentity
Details about a public identity
Properties
Name
Type
Description
Notes
id
str
Identity id
[optional]
name
str
Human-readable display name of identity.
[optional]
alias
str
Alternate unique identifier for the identity.
[optional]
email
str
Email address of identity.
[optional]
status
str
The lifecycle status for the identity
[optional]
identity_state
Enum [ 'ACTIVE', 'INACTIVE_SHORT_TERM', 'INACTIVE_LONG_TERM' ]
The current state of the identity, which determines how Identity Security Cloud interacts with the identity. An identity that is Active will be included identity picklists in Request Center, identity processing, and more. Identities that are Inactive will be excluded from these features.
[optional]
manager
IdentityReference
[optional]
attributes
[]PublicIdentityAttributesInner
The public identity attributes of the identity
[optional]
}
Example
[Back to top]