UpdateTermDetails

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

Bases: object

Properties used in term update operations.

Attributes

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

Methods

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

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

WORKFLOW_STATUS_ESCALATED = 'ESCALATED'

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

WORKFLOW_STATUS_NEW = 'NEW'

A constant which can be used with the workflow_status property of a UpdateTermDetails. 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 UpdateTermDetails. This constant has a value of “UNDER_REVIEW”

__init__(**kwargs)

Initializes a new UpdateTermDetails 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 UpdateTermDetails.
  • description (str) – The value to assign to the description property of this UpdateTermDetails.
  • parent_term_key (str) – The value to assign to the parent_term_key property of this UpdateTermDetails.
  • owner (str) – The value to assign to the owner property of this UpdateTermDetails.
  • workflow_status (str) – The value to assign to the workflow_status property of this UpdateTermDetails. 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 UpdateTermDetails.
custom_property_members

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

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

Gets the description of this UpdateTermDetails. Detailed description of the term.

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

Gets the display_name of this UpdateTermDetails. 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 UpdateTermDetails.
Return type:str
owner

Gets the owner of this UpdateTermDetails. OCID of the user who is the owner of this business terminology.

Returns:The owner of this UpdateTermDetails.
Return type:str
parent_term_key

Gets the parent_term_key of this UpdateTermDetails. The parent key of the term. In the case of a root-level category only, the term would have no parent and this should be left unset.

Returns:The parent_term_key of this UpdateTermDetails.
Return type:str
workflow_status

Gets the workflow_status of this UpdateTermDetails. Status of the approval process workflow for this business term in the glossary

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

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