GlossaryPermissionsSummary

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

Bases: object

Permissions object for glosssaries.

Methods

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

Attributes

glossary_key Gets the glossary_key of this GlossaryPermissionsSummary.
user_permissions Gets the user_permissions of this GlossaryPermissionsSummary.
__init__(**kwargs)

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

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

Gets the glossary_key of this GlossaryPermissionsSummary. The unique key of the parent glossary.

Returns:The glossary_key of this GlossaryPermissionsSummary.
Return type:str
user_permissions

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

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