Class PermissionsDiscrepancyReport
Data class for the Permissions Discrepancy Report. See Sections 3.7.10 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class PermissionsDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourcePermissionsDiscrepancyReport()
Default constructor
Declaration
public PermissionsDiscrepancyReport()
Properties
| Edit this page View Sourcedetail
Provides more detail (e.g., specifics of the security failure).
Declaration
public string detail { get; set; }
Property Value
Type | Description |
---|---|
string |
identity
AgentID (Agent Identifier, Agent Id or AgencyID(Agency Identifier, AgencyId of entity that attempted the action. Required.
Declaration
public string identity { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Describes the problem. Must be set to the string equivalent of one of the values in the PermissionsProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
resource
The resource being SUBSCRIBEd, read, written/modified, or deleted, or at which authentication failed (URL if available). Required.
Declaration
public string resource { get; set; }
Property Value
Type | Description |
---|---|
string |
result
The result returned from the requested operation.
Declaration
public string result { get; set; }
Property Value
Type | Description |
---|---|
string |