Project

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

Bases: object

The project type contains the audit summary information and the definition of the project.

Methods

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

Attributes

description Gets the description of this Project.
identifier Gets the identifier of this Project.
key Gets the key of this Project.
key_map Gets the key_map of this Project.
metadata Gets the metadata of this Project.
model_type Gets the model_type of this Project.
model_version Gets the model_version of this Project.
name Gets the name of this Project.
object_status Gets the object_status of this Project.
object_version Gets the object_version of this Project.
parent_ref Gets the parent_ref of this Project.
__init__(**kwargs)

Initializes a new Project 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 Project.
  • model_type (str) – The value to assign to the model_type property of this Project.
  • model_version (str) – The value to assign to the model_version property of this Project.
  • name (str) – The value to assign to the name property of this Project.
  • description (str) – The value to assign to the description property of this Project.
  • object_status (int) – The value to assign to the object_status property of this Project.
  • identifier (str) – The value to assign to the identifier property of this Project.
  • object_version (int) – The value to assign to the object_version property of this Project.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this Project.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this Project.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this Project.
description

Gets the description of this Project. A user defined description for the project.

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

Gets the identifier of this Project. 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 Project.
Return type:str
key

Gets the key of this Project. Generated key that can be used in API calls to identify project.

Returns:The key of this Project.
Return type:str
key_map

Gets the key_map of this Project. A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.

Returns:The key_map of this Project.
Return type:dict(str, str)
metadata

Gets the metadata of this Project.

Returns:The metadata of this Project.
Return type:oci.data_integration.models.ObjectMetadata
model_type

Gets the model_type of this Project. The type of the object.

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

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

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

Gets the name of this Project. 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 Project.
Return type:str
object_status

Gets the object_status of this Project. 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 Project.
Return type:int
object_version

Gets the object_version of this Project. The version of the object that is used to track changes in the object instance.

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

Gets the parent_ref of this Project.

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