sca
ArkUAPSCAFilters
¶
Bases: ArkUAPFilters
This module defines filters specific to the SCA (Security Cloud Access) policies within the UAP (Unified Access Policies) service.
You can set the following fields:
-
target_category: Optional[List[ArkCategoryType]] A list of target categories to filter the policies by.
-
policy_type: Optional[List[ArkUAPPolicyType]] A list of policy types to filter the policies by.
-
policy_tags: Optional[List[str]] A list of policy tags to filter the policies by.
-
identities: Optional[List[str]] A list of identities to filter the policies by.
-
status: Optional[List[ArkUAPStatusType]] A list of policy statuses to filter the policies by.
-
text_search: Optional[str] A text value to apply as a search filter across policies.
-
show_editable_policies: Optional[bool] Whether to show only policies that are editable by the current user.
Source code in ark_sdk_python/models/services/uap/sca/ark_uap_sca_filters.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|