Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.55 KB

PolicyRule.md

File metadata and controls

21 lines (17 loc) · 1.55 KB

PolicyRule

Properties

Name Type Description Notes
assets AssetPolicyAssessment A summary of asset compliance. [optional]
benchmark PolicyBenchmark Information about the policy benchmark. [optional]
description str A description of the rule. [optional]
id str The textual representation of the policy rule identifier. [optional]
is_custom bool A flag indicating whether the policy rule is custom. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
name str The name of the rule. [optional]
role str The role of the policy rule. It's value determines how it's results affect compliance. [optional]
scope str The textual representation of the policy rule scope. Policy rules that are automatically available have `"Built-in"` scope, whereas policy rules created by users have scope as `"Custom"`. [optional]
status str The overall compliance status of the policy rule. [optional]
surrogate_id int The identifier of the policy rule. [optional]
title str The title of the policy rule as visible to the user. [optional]

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