BasePermissionsSummary¶
-
class
oci.data_catalog.models.
BasePermissionsSummary
(**kwargs)¶ Bases:
object
Permissions object sent as part of the response.
Methods
__init__
(**kwargs)Initializes a new BasePermissionsSummary object with values from keyword arguments. Attributes
user_permissions
Gets the user_permissions of this BasePermissionsSummary. -
__init__
(**kwargs)¶ Initializes a new BasePermissionsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: user_permissions (list[str]) – The value to assign to the user_permissions property of this BasePermissionsSummary.
-
user_permissions
¶ Gets the user_permissions of this BasePermissionsSummary. An array of permissions.
Returns: The user_permissions of this BasePermissionsSummary. Return type: list[str]
-