identity_count Property
The number of records in the Identity arrays.
Syntax
def get_identity_count() -> int: ...
identity_count = property(get_identity_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
- identity_attributes_type
- identity_name
- identity_notification_bounce_topic
- identity_notification_complaint_topic
- identity_notification_forwarding_enabled
- identity_verification_status
- identity_verification_token
The array indices start at 0 and end at identity_count - 1.
This property is read-only.