CheckRestrictionEvaluationDetails interface
Policy evaluation details.
Properties
evaluated |
Details of the evaluated expressions. |
if |
Evaluation details of IfNotExists effect. |
reason | The reason for the evaluation result. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
evaluatedExpressions
Details of the evaluated expressions.
evaluatedExpressions?: ExpressionEvaluationDetails[]
Property Value
ifNotExistsDetails
Evaluation details of IfNotExists effect.
ifNotExistsDetails?: IfNotExistsEvaluationDetails
Property Value
reason
The reason for the evaluation result. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string