Override Class

The policy property value override.

Inheritance
azure.mgmt.resource.policy._serialization.Model
Override

Constructor

Override(*, kind: str | _models.OverrideKind | None = None, value: str | None = None, selectors: List[_models.Selector] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind

The override kind. "policyEffect"

value
str

The value to override the policy property.

selectors

The list of the selector expressions.

Variables

Name Description
kind

The override kind. "policyEffect"

value
str

The value to override the policy property.

selectors

The list of the selector expressions.