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-approval-identity
ApprovalIdentity
ApprovalIdentity
ApprovalIdentity
pythonsdk
python
Python
sdk
ApprovalIdentity
V2025ApprovalIdentity
/tools/sdk/python/v2025/models/approval-identity
SDK
Software Development Kit
ApprovalIdentity
V2025ApprovalIdentity
ApprovalIdentity
Approval Identity Object
Properties
Name
Type
Description
Notes
email
str
Email address.
[optional]
identity_id
str
Identity ID.
[optional]
members
[]ApprovalIdentityMembersInner
List of members of a governance group. Will be omitted if the identity is not a governance group.
[optional]
name
str
Name of the identity.
[optional]
owner_of
[]ApprovalIdentityOwnerOfInner
List of owned items. For example, will show the items in which a ROLE_OWNER owns. Omitted if not an owner of anything.
[optional]
serial_order
int
The serial step of the identity in the approval. For example serialOrder 1 is the first identity to action in an approval request chain. Parallel approvals are set to 0.
[optional]
type
Enum [ 'IDENTITY', 'MANAGER_OF', 'GOVERNANCE_GROUP', 'SOURCE_OWNER', 'ROLE_OWNER', 'ACCESS_PROFILE_OWNER', 'ENTITLEMENT_OWNER', 'APPLICATION_OWNER' ]
Type of identity.
[optional]
}
Example
[Back to top]