Sha256: 3fc3638752b15666b69679976e744b8b24a5a354af2f0a6ab3f7fab795ce3a3c
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
--- title: UserPresenceRule --- ## PureCloud::UserPresenceRule ## 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. | | | **enabled** | **BOOLEAN** | Indicates if the rule is enabled. | [default to false]| | **in_alarm** | **BOOLEAN** | Indicates if the rule is in alarm state. | [optional] [default to false]| | **notification_users** | [**Array<User>**](User.html) | The ids of users who will be notified of alarm state change. | | | **alert_types** | **Array<String>** | A collection of notification methods. | | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
4 entries across 4 versions & 1 rubygems