NotificationPolicyUser#

class NotificationPolicyUser(name=None, sid=None, uid=None, *args, **kwargs)#

Bases: object

Indicates the user definition for a notification policy. The user can be either SID, UID or username.

Parameters:
  • name (max=256 chars) – (name) Notification policy user name.

  • sid – (sid) Notification policy user security identifier.

  • uid (min=-2147483648, max=2147483647) – (uid) User identifier. Default value of the user identifier is -2.

property name#

Notification policy user name.

Type:

str

property sid#

Notification policy user security identifier.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property uid#

User identifier. Default value of the user identifier is -2.

Type:

int