SecurityPolicyCollection¶
-
class
oci.cloud_guard.models.
SecurityPolicyCollection
(**kwargs)¶ Bases:
object
Results of a security policy search.
Methods
__init__
(**kwargs)Initializes a new SecurityPolicyCollection object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this SecurityPolicyCollection. freeform_tags
Gets the freeform_tags of this SecurityPolicyCollection. items
[Required] Gets the items of this SecurityPolicyCollection. locks
Gets the locks of this SecurityPolicyCollection. system_tags
Gets the system_tags of this SecurityPolicyCollection. -
__init__
(**kwargs)¶ Initializes a new SecurityPolicyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.cloud_guard.models.SecurityPolicySummary]) – The value to assign to the items property of this SecurityPolicyCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this SecurityPolicyCollection.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SecurityPolicyCollection.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SecurityPolicyCollection.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SecurityPolicyCollection.
Gets the defined_tags of this SecurityPolicyCollection. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this SecurityPolicyCollection. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this SecurityPolicyCollection. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Avoid entering confidential information.
Returns: The freeform_tags of this SecurityPolicyCollection. Return type: dict(str, str)
-
items
¶ [Required] Gets the items of this SecurityPolicyCollection. A list of SecurityPolicySummary resources
Returns: The items of this SecurityPolicyCollection. Return type: list[oci.cloud_guard.models.SecurityPolicySummary]
-
locks
¶ Gets the locks of this SecurityPolicyCollection. Locks associated with this resource.
Returns: The locks of this SecurityPolicyCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
Gets the system_tags of this SecurityPolicyCollection. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this SecurityPolicyCollection. Return type: dict(str, dict(str, object))
-