Class SecurityPostureCondition
Tests the current security posture of a service or agency. See Sections 3.3.3.1.7 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class SecurityPostureCondition : ConditionBase
Constructors
| Edit this page View SourceSecurityPostureCondition()
Default constructor.
Declaration
public SecurityPostureCondition()
Properties
| Edit this page View Sourcecondition
Must be either "EQ" or "NE". Required.
Declaration
public string condition { get; set; }
Property Value
Type | Description |
---|---|
string |
service
Contains one of Service Name, Service Identifier, or Agency Identifier. Required.
Declaration
public string service { get; set; }
Property Value
Type | Description |
---|---|
string |
value
Must be set to one of the entries in the Security Posture Registry (see Section 10.18 of NENA-STA-010.3). Required.
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
string |