Override Class

The policy property value override.

Constructor

Override(*args: Any, **kwargs: Any)

Variables

Name Description
kind

The override kind. Known values are: "policyEffect" and "definitionVersion".

value
str

The value to override the policy property.

selectors

The list of the selector expressions.

Attributes

kind

"policyEffect" and "definitionVersion".

kind: str | _models.OverrideKind | None

selectors

The list of the selector expressions.

selectors: list['_models.Selector'] | None

value

The value to override the policy property.

value: str | None