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
msrest.serialization.Model
PendingField

Constructor

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

Parameters

Name Description
field
Required
str

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

values
Required

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

Keyword-Only Parameters

Name Description
field
Required
values
Required