UserAccessAnalyticsSummary¶
-
class
oci.data_safe.models.
UserAccessAnalyticsSummary
(**kwargs)¶ Bases:
object
Summary of user access analytics data
Methods
__init__
(**kwargs)Initializes a new UserAccessAnalyticsSummary object with values from keyword arguments. Attributes
count
[Required] Gets the count of this UserAccessAnalyticsSummary. user_name
[Required] Gets the user_name of this UserAccessAnalyticsSummary. -
__init__
(**kwargs)¶ Initializes a new UserAccessAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this UserAccessAnalyticsSummary.
- user_name (str) – The value to assign to the user_name property of this UserAccessAnalyticsSummary.
-
count
¶ [Required] Gets the count of this UserAccessAnalyticsSummary. The total count of schemas a user can access
Returns: The count of this UserAccessAnalyticsSummary. Return type: int
-
user_name
¶ [Required] Gets the user_name of this UserAccessAnalyticsSummary. Name of the user.
Returns: The user_name of this UserAccessAnalyticsSummary. Return type: str
-