UpdateFolderDetails

class oci.data_integration.models.UpdateFolderDetails(**kwargs)

Bases: object

The properties used in folder update operations.

Methods

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

Attributes

category_name Gets the category_name of this UpdateFolderDetails.
description Gets the description of this UpdateFolderDetails.
identifier Gets the identifier of this UpdateFolderDetails.
key [Required] Gets the key of this UpdateFolderDetails.
model_type [Required] Gets the model_type of this UpdateFolderDetails.
model_version Gets the model_version of this UpdateFolderDetails.
name Gets the name of this UpdateFolderDetails.
object_status Gets the object_status of this UpdateFolderDetails.
object_version [Required] Gets the object_version of this UpdateFolderDetails.
parent_ref Gets the parent_ref of this UpdateFolderDetails.
registry_metadata Gets the registry_metadata of this UpdateFolderDetails.
__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this UpdateFolderDetails.
  • model_type (str) – The value to assign to the model_type property of this UpdateFolderDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateFolderDetails.
  • name (str) – The value to assign to the name property of this UpdateFolderDetails.
  • description (str) – The value to assign to the description property of this UpdateFolderDetails.
  • category_name (str) – The value to assign to the category_name property of this UpdateFolderDetails.
  • object_status (int) – The value to assign to the object_status property of this UpdateFolderDetails.
  • identifier (str) – The value to assign to the identifier property of this UpdateFolderDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateFolderDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateFolderDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateFolderDetails.
category_name

Gets the category_name of this UpdateFolderDetails. The category name.

Returns:The category_name of this UpdateFolderDetails.
Return type:str
description

Gets the description of this UpdateFolderDetails. A user defined description for the folder.

Returns:The description of this UpdateFolderDetails.
Return type:str
identifier

Gets the identifier of this UpdateFolderDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this UpdateFolderDetails.
Return type:str
key

[Required] Gets the key of this UpdateFolderDetails. Generated key that can be used in API calls to identify folder.

Returns:The key of this UpdateFolderDetails.
Return type:str
model_type

[Required] Gets the model_type of this UpdateFolderDetails. The type of the object.

Returns:The model_type of this UpdateFolderDetails.
Return type:str
model_version

Gets the model_version of this UpdateFolderDetails. The model version of an object.

Returns:The model_version of this UpdateFolderDetails.
Return type:str
name

Gets the name of this UpdateFolderDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this UpdateFolderDetails.
Return type:str
object_status

Gets the object_status of this UpdateFolderDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this UpdateFolderDetails.
Return type:int
object_version

[Required] Gets the object_version of this UpdateFolderDetails. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this UpdateFolderDetails.
Return type:int
parent_ref

Gets the parent_ref of this UpdateFolderDetails.

Returns:The parent_ref of this UpdateFolderDetails.
Return type:oci.data_integration.models.ParentReference
registry_metadata

Gets the registry_metadata of this UpdateFolderDetails.

Returns:The registry_metadata of this UpdateFolderDetails.
Return type:oci.data_integration.models.RegistryMetadata