PendingField Class

A field that should be evaluated against Azure Policy to determine restrictions.

All required parameters must be populated in order to send to Azure.

Inheritance
PendingField

Constructor

PendingField(*, field: str, values: Optional[List[str]] = None, **kwargs)

Parameters

field
str
Required

Required. The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.

values
list[str]
Required

The list of potential values for the field that should be evaluated against Azure Policy.