CreateGlossaryDetails¶
-
class
oci.data_catalog.models.
CreateGlossaryDetails
(**kwargs)¶ Bases:
object
Properties used in glossary create operations.
Attributes
WORKFLOW_STATUS_APPROVED
A constant which can be used with the workflow_status property of a CreateGlossaryDetails. WORKFLOW_STATUS_ESCALATED
A constant which can be used with the workflow_status property of a CreateGlossaryDetails. WORKFLOW_STATUS_NEW
A constant which can be used with the workflow_status property of a CreateGlossaryDetails. WORKFLOW_STATUS_UNDER_REVIEW
A constant which can be used with the workflow_status property of a CreateGlossaryDetails. custom_property_members
Gets the custom_property_members of this CreateGlossaryDetails. description
Gets the description of this CreateGlossaryDetails. display_name
[Required] Gets the display_name of this CreateGlossaryDetails. owner
Gets the owner of this CreateGlossaryDetails. workflow_status
Gets the workflow_status of this CreateGlossaryDetails. Methods
__init__
(**kwargs)Initializes a new CreateGlossaryDetails object with values from keyword arguments. -
WORKFLOW_STATUS_APPROVED
= 'APPROVED'¶ A constant which can be used with the workflow_status property of a CreateGlossaryDetails. This constant has a value of “APPROVED”
-
WORKFLOW_STATUS_ESCALATED
= 'ESCALATED'¶ A constant which can be used with the workflow_status property of a CreateGlossaryDetails. This constant has a value of “ESCALATED”
-
WORKFLOW_STATUS_NEW
= 'NEW'¶ A constant which can be used with the workflow_status property of a CreateGlossaryDetails. 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 CreateGlossaryDetails. This constant has a value of “UNDER_REVIEW”
-
__init__
(**kwargs)¶ Initializes a new CreateGlossaryDetails 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 CreateGlossaryDetails.
- description (str) – The value to assign to the description property of this CreateGlossaryDetails.
- workflow_status (str) – The value to assign to the workflow_status property of this CreateGlossaryDetails. Allowed values for this property are: “NEW”, “APPROVED”, “UNDER_REVIEW”, “ESCALATED”
- owner (str) – The value to assign to the owner property of this CreateGlossaryDetails.
- custom_property_members (list[oci.data_catalog.models.CustomPropertySetUsage]) – The value to assign to the custom_property_members property of this CreateGlossaryDetails.
-
custom_property_members
¶ Gets the custom_property_members of this CreateGlossaryDetails. The list of customized properties along with the values for this object
Returns: The custom_property_members of this CreateGlossaryDetails. Return type: list[oci.data_catalog.models.CustomPropertySetUsage]
-
description
¶ Gets the description of this CreateGlossaryDetails. Detailed description of the glossary.
Returns: The description of this CreateGlossaryDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateGlossaryDetails. 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 CreateGlossaryDetails. Return type: str
-
owner
¶ Gets the owner of this CreateGlossaryDetails. OCID of the user who is the owner of the glossary.
Returns: The owner of this CreateGlossaryDetails. Return type: str
-
workflow_status
¶ Gets the workflow_status of this CreateGlossaryDetails. 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 CreateGlossaryDetails. Return type: str
-