CheckRestrictionsResult interface

The result of a check policy restrictions evaluation on a resource.

Properties

contentEvaluationResult

Evaluation results for the provided partial resource content. NOTE: This property will not be serialized. It can only be populated by the server.

fieldRestrictions

The restrictions that will be placed on various fields in the resource by policy. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

contentEvaluationResult

Evaluation results for the provided partial resource content. NOTE: This property will not be serialized. It can only be populated by the server.

contentEvaluationResult?: CheckRestrictionsResultContentEvaluationResult

Property Value

fieldRestrictions

The restrictions that will be placed on various fields in the resource by policy. NOTE: This property will not be serialized. It can only be populated by the server.

fieldRestrictions?: FieldRestrictions[]

Property Value