UserAccessAnalyticsCollection¶
-
class
oci.data_safe.models.
UserAccessAnalyticsCollection
(**kwargs)¶ Bases:
object
A collection of user access analytics summary objects.
Methods
__init__
(**kwargs)Initializes a new UserAccessAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this UserAccessAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new UserAccessAnalyticsCollection 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.UserAccessAnalyticsSummary]) – The value to assign to the items property of this UserAccessAnalyticsCollection.
-
items
¶ [Required] Gets the items of this UserAccessAnalyticsCollection. An array of user access analytics summary objects.
Returns: The items of this UserAccessAnalyticsCollection. Return type: list[oci.data_safe.models.UserAccessAnalyticsSummary]
-