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:
- 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