Cloud Mail 2020 Python Edition

Questions / Feedback?

identity_attributes_type Property

Specifies the type of attribute.

Syntax

def get_identity_attributes_type(identity_index: int) -> int: ...

Default Value

0

Remarks

Specifies the type of attribute. When calling get_identity_attributes either Notification or Verification attributes are retrieved. This property indicates which type the current attribute is. Possible values are:

AttributesTypeMeaning
0 Notification
1 Verification
2 None. This will be the case when list_identities is called. Only the identity_name property will be populated.

Only some Attribute properties will be populated depending on the AttributesType. If the AttributesType is Notification (0) the following fields will be populated:

If the AttributesType is Verification (1) the following fields will be populated:

The identity_index parameter specifies the index of the item in the array. The size of the array is controlled by the identity_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]