ProjectSummary

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

Bases: object

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

Methods

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

Attributes

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

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

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

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

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

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

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

Gets the key_map of this ProjectSummary. 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 ProjectSummary.
Return type:dict(str, str)
metadata

Gets the metadata of this ProjectSummary.

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

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

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

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

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

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

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

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

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

Gets the parent_ref of this ProjectSummary.

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