Class PolicyChangeLogEvent
Data class for the PolicyChangeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a routing policy is changed.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class PolicyChangeLogEvent : LogEvent
Constructors
| Edit this page View SourcePolicyChangeLogEvent()
Default constructor
Declaration
public PolicyChangeLogEvent()
Properties
| Edit this page View SourcechangeType
Specifies the type of the change. Must be one of "CREATE", "UPDATE" or "DELETE". Required.
Declaration
public string changeType { get; set; }
Property Value
Type | Description |
---|---|
string |
owner
Identifies the owner of the policy. Required.
Declaration
public string owner { get; set; }
Property Value
Type | Description |
---|---|
string |
policyContent
Contains the policy content as a JSON string. Required.
Declaration
public string policyContent { get; set; }
Property Value
Type | Description |
---|---|
string |
policyEditor
Identifies the application that made the change. Required.
Declaration
public string policyEditor { get; set; }
Property Value
Type | Description |
---|---|
string |
policyId
ID of the policy.
Declaration
public string policyId { get; set; }
Property Value
Type | Description |
---|---|
string |
policyQueueName
Identifies the queue that the policy applies to.
Declaration
public string policyQueueName { get; set; }
Property Value
Type | Description |
---|---|
string |
policyStoreId
Identifies the policy store the the policy is stored in. Required.
Declaration
public string policyStoreId { get; set; }
Property Value
Type | Description |
---|---|
string |
policyType
Specifies the type of the policy. Required.
Declaration
public string policyType { get; set; }
Property Value
Type | Description |
---|---|
string |