Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.22 KB

PolicyOverrideScope.md

File metadata and controls

15 lines (11 loc) · 2.22 KB

PolicyOverrideScope

Properties

Name Type Description Notes
asset int The identifier of the asset whose compliance results are to be overridden. Property is required if the property `scope` is set to either `"specific-asset"` or `"specific-asset-until-next-scan"`. [optional]
links list[Link] [optional]
new_result str The new policy rule result after the override is applied.
original_result str The original policy rule result before the override was applied. This property only applies to overrides with a scope of either `"specific-asset"` or `"specific-asset-until-next-scan"`. [optional]
rule int The identifier of the policy rule whose compliance results are to be overridden.
type str The scope of assets affected by the policy override. Can be one of the following values: Value

[Back to Model list] [Back to API list] [Back to README]