Selector Class
The selector expression.
Constructor
Selector(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
kind
|
str or
SelectorKind
The selector kind. Known values are: "resourceLocation", "resourceType", "resourceWithoutLocation", "policyDefinitionReferenceId", "userPrincipalId", and "groupPrincipalId". |
|
in_property
|
The list of values to filter in. |
|
not_in
|
The list of values to filter out. |
Attributes
in_property
The list of values to filter in.
in_property: list[str] | None
kind
"resourceLocation", "resourceType", "resourceWithoutLocation", "policyDefinitionReferenceId", "userPrincipalId", and "groupPrincipalId".
kind: str | _models.SelectorKind | None
not_in
The list of values to filter out.
not_in: list[str] | None