Edit

PolicyEvaluationRecord.Context Property

Definition

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

Newtonsoft.Json.Linq.JObject
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.

Applies to