CheckRestrictionsResult interface
The result of a check policy restrictions evaluation on a resource.
Properties
| content |
Evaluation results for the provided partial resource content. |
| field |
The restrictions that will be placed on various fields in the resource by policy. |
Property Details
contentEvaluationResult
Evaluation results for the provided partial resource content.
contentEvaluationResult?: CheckRestrictionsResultContentEvaluationResult
Property Value
fieldRestrictions
The restrictions that will be placed on various fields in the resource by policy.
fieldRestrictions?: FieldRestrictions[]