UpdateGlossaryDetails

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

Bases: object

Properties used in glossary update operations.

Attributes

WORKFLOW_STATUS_APPROVED A constant which can be used with the workflow_status property of a UpdateGlossaryDetails.
WORKFLOW_STATUS_ESCALATED A constant which can be used with the workflow_status property of a UpdateGlossaryDetails.
WORKFLOW_STATUS_NEW A constant which can be used with the workflow_status property of a UpdateGlossaryDetails.
WORKFLOW_STATUS_UNDER_REVIEW A constant which can be used with the workflow_status property of a UpdateGlossaryDetails.
custom_property_members Gets the custom_property_members of this UpdateGlossaryDetails.
description Gets the description of this UpdateGlossaryDetails.
display_name Gets the display_name of this UpdateGlossaryDetails.
owner Gets the owner of this UpdateGlossaryDetails.
workflow_status Gets the workflow_status of this UpdateGlossaryDetails.

Methods

__init__(**kwargs) Initializes a new UpdateGlossaryDetails object with values from keyword arguments.
WORKFLOW_STATUS_APPROVED = 'APPROVED'

A constant which can be used with the workflow_status property of a UpdateGlossaryDetails. This constant has a value of “APPROVED”

WORKFLOW_STATUS_ESCALATED = 'ESCALATED'

A constant which can be used with the workflow_status property of a UpdateGlossaryDetails. This constant has a value of “ESCALATED”

WORKFLOW_STATUS_NEW = 'NEW'

A constant which can be used with the workflow_status property of a UpdateGlossaryDetails. This constant has a value of “NEW”

WORKFLOW_STATUS_UNDER_REVIEW = 'UNDER_REVIEW'

A constant which can be used with the workflow_status property of a UpdateGlossaryDetails. This constant has a value of “UNDER_REVIEW”

__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateGlossaryDetails.
  • description (str) – The value to assign to the description property of this UpdateGlossaryDetails.
  • owner (str) – The value to assign to the owner property of this UpdateGlossaryDetails.
  • workflow_status (str) – The value to assign to the workflow_status property of this UpdateGlossaryDetails. Allowed values for this property are: “NEW”, “APPROVED”, “UNDER_REVIEW”, “ESCALATED”
  • custom_property_members (list[oci.data_catalog.models.CustomPropertySetUsage]) – The value to assign to the custom_property_members property of this UpdateGlossaryDetails.
custom_property_members

Gets the custom_property_members of this UpdateGlossaryDetails. The list of customized properties along with the values for this object

Returns:The custom_property_members of this UpdateGlossaryDetails.
Return type:list[oci.data_catalog.models.CustomPropertySetUsage]
description

Gets the description of this UpdateGlossaryDetails. Detailed description of the glossary.

Returns:The description of this UpdateGlossaryDetails.
Return type:str
display_name

Gets the display_name of this UpdateGlossaryDetails. A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UpdateGlossaryDetails.
Return type:str
owner

Gets the owner of this UpdateGlossaryDetails. OCID of the user who is the owner of the glossary.

Returns:The owner of this UpdateGlossaryDetails.
Return type:str
workflow_status

Gets the workflow_status of this UpdateGlossaryDetails. Status of the approval process workflow for this business glossary.

Allowed values for this property are: “NEW”, “APPROVED”, “UNDER_REVIEW”, “ESCALATED”

Returns:The workflow_status of this UpdateGlossaryDetails.
Return type:str