CatalogPermissionsSummary

class oci.data_catalog.models.CatalogPermissionsSummary(**kwargs)

Bases: object

General permissions object.

Methods

__init__(**kwargs) Initializes a new CatalogPermissionsSummary object with values from keyword arguments.

Attributes

catalog_id Gets the catalog_id of this CatalogPermissionsSummary.
user_permissions Gets the user_permissions of this CatalogPermissionsSummary.
__init__(**kwargs)

Initializes a new CatalogPermissionsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • catalog_id (str) – The value to assign to the catalog_id property of this CatalogPermissionsSummary.
  • user_permissions (list[str]) – The value to assign to the user_permissions property of this CatalogPermissionsSummary.
catalog_id

Gets the catalog_id of this CatalogPermissionsSummary. The data catalog’s OCID.

Returns:The catalog_id of this CatalogPermissionsSummary.
Return type:str
user_permissions

Gets the user_permissions of this CatalogPermissionsSummary. An array of permissions.

Returns:The user_permissions of this CatalogPermissionsSummary.
Return type:list[str]