OutcomeType public enum OutcomeType Represents the outcome of executing a policy Documentation Code Failure = 1 Indicates that the policy ultimately failed Successful = 0 Indicates that the policy ultimately executed successfully