Class SecurityPostureType
Contains security posture information.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class SecurityPostureType
  Properties
| Edit this page View Sourceposture
Identifies the current security posture. Required. Must be one of the values in the securityPosture registry. See Section 10.18 of NENA-STA-010.3. Allowable values: Green, Yelow, Orange, Red.
Declaration
public string posture { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
reason
Text containing the reason posture changed, if available. Otherwise, empty.
Declaration
public string reason { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |