SensitiveColumnAnalyticsCollection¶
-
class
oci.data_safe.models.
SensitiveColumnAnalyticsCollection
(**kwargs)¶ Bases:
object
A collection of sensitive column analytics summary objects.
Methods
__init__
(**kwargs)Initializes a new SensitiveColumnAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SensitiveColumnAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new SensitiveColumnAnalyticsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.SensitiveColumnAnalyticsSummary]) – The value to assign to the items property of this SensitiveColumnAnalyticsCollection.
-
items
¶ [Required] Gets the items of this SensitiveColumnAnalyticsCollection. An array of sensitive column analytics summary objects.
Returns: The items of this SensitiveColumnAnalyticsCollection. Return type: list[oci.data_safe.models.SensitiveColumnAnalyticsSummary]
-