--- title: UserPresenceAlert --- ## PureCloud::UserPresenceAlert ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | Name of the rule | | | **presence_user** | [**User**](User.html) | The user whose presence will be watched. | | | **presence_type** | **String** | Indicates to which presence type the presence value belongs. | | | **presence_value** | **String** | The Org's UUID or Systems enum constance indicating the presence of concern. | | | **presence_limit_in_seconds** | **Integer** | The number of seconds to wait before alerting based upon the user's presence. | | | **rule_id** | **String** | The id of the rule. | | | **start_date** | **DateTime** | The date/time the alert was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_date** | **DateTime** | The date/time the owning rule exiting in alarm status. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **notification_users** | [**Array<User>**](User.html) | The ids of users who were notified of alarm state change. | | | **alert_types** | **Array<String>** | A collection of notification methods. | | | **rule_uri** | **String** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}