PendingField interface
A field that should be evaluated against Azure Policy to determine restrictions.
Properties
field | The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. |
values | The list of potential values for the field that should be evaluated against Azure Policy. |
Property Details
field
The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.
field: string
Property Value
string
values
The list of potential values for the field that should be evaluated against Azure Policy.
values?: string[]
Property Value
string[]