Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.47 KB

PolicyResult.md

File metadata and controls

20 lines (16 loc) · 1.47 KB

PolicyResult

Properties

Name Type Description Notes
Detail string Details pertaining to the policy result. [optional] [default to null]
EndedAt time.Time The end of the policy application. [optional] [default to null]
ExitStatus int32 The 32-bit unsigned exit status from the applying the policy. [optional] [default to null]
Id string ObjectId uniquely identifying a Policy Result. [optional] [default to null]
PolicyID string ObjectId uniquely identifying the parent Policy. [optional] [default to null]
StartedAt time.Time The start of the policy application. [optional] [default to null]
State string Enumeration describing the state of the policy. Success, failed, or pending. [optional] [default to null]
StdErr string The STDERR output from applying the policy. [optional] [default to null]
StdOut string The STDOUT output from applying the policy. [optional] [default to null]
Success bool True if the policy was successfully applied; false otherwise. [optional] [default to null]
SystemID string ObjectId uniquely identifying the parent System. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]