DataAssetPermissionsSummary¶
-
class
oci.data_catalog.models.
DataAssetPermissionsSummary
(**kwargs)¶ Bases:
object
Permissions object for data assets.
Methods
__init__
(**kwargs)Initializes a new DataAssetPermissionsSummary object with values from keyword arguments. Attributes
data_asset_key
Gets the data_asset_key of this DataAssetPermissionsSummary. user_permissions
Gets the user_permissions of this DataAssetPermissionsSummary. -
__init__
(**kwargs)¶ Initializes a new DataAssetPermissionsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_asset_key (str) – The value to assign to the data_asset_key property of this DataAssetPermissionsSummary.
- user_permissions (list[str]) – The value to assign to the user_permissions property of this DataAssetPermissionsSummary.
-
data_asset_key
¶ Gets the data_asset_key of this DataAssetPermissionsSummary. The unique key of the parent data asset.
Returns: The data_asset_key of this DataAssetPermissionsSummary. Return type: str
-
user_permissions
¶ Gets the user_permissions of this DataAssetPermissionsSummary. An array of permissions.
Returns: The user_permissions of this DataAssetPermissionsSummary. Return type: list[str]
-