PolicyEvaluationRecord.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internal context data of this policy evaluation.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Newtonsoft.Json.Linq.JObject Context { get; set; }
member this.Context : Newtonsoft.Json.Linq.JObject with get, set
Public Property Context As JObject
Property Value
- Attributes
Remarks
The contents of this JSON object are internal to the running policy. It may contain things such as a build ID, a digital signature, or any other thing(s) which are needed for the policy to approve or reject a pull request.