PolicySummary¶
- 
class oci.cloud_guard.models.PolicySummary(**kwargs)¶
- Bases: - object- A policy summary (PolicySummary object) contains a list of all current global policy statements (policy attributes). - Methods - __init__(**kwargs)- Initializes a new PolicySummary object with values from keyword arguments. - Attributes - policy- [Required] Gets the policy of this PolicySummary. - 
__init__(**kwargs)¶
- Initializes a new PolicySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - policy (str) – The value to assign to the policy property of this PolicySummary. 
 - 
policy¶
- [Required] Gets the policy of this PolicySummary. Global policy statement - Returns: - The policy of this PolicySummary. - Return type: - str 
 
-