CreateUserDefinedFunctionValidationDetails

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

Bases: object

The properties used in create UserDefinedFunction validation operations.

Attributes

MODEL_TYPE_DIS_USER_DEFINED_FUNCTION A constant which can be used with the model_type property of a CreateUserDefinedFunctionValidationDetails.
description Gets the description of this CreateUserDefinedFunctionValidationDetails.
expr Gets the expr of this CreateUserDefinedFunctionValidationDetails.
identifier Gets the identifier of this CreateUserDefinedFunctionValidationDetails.
key Gets the key of this CreateUserDefinedFunctionValidationDetails.
key_map Gets the key_map of this CreateUserDefinedFunctionValidationDetails.
metadata Gets the metadata of this CreateUserDefinedFunctionValidationDetails.
model_type Gets the model_type of this CreateUserDefinedFunctionValidationDetails.
model_version Gets the model_version of this CreateUserDefinedFunctionValidationDetails.
name Gets the name of this CreateUserDefinedFunctionValidationDetails.
object_status Gets the object_status of this CreateUserDefinedFunctionValidationDetails.
object_version Gets the object_version of this CreateUserDefinedFunctionValidationDetails.
parent_ref Gets the parent_ref of this CreateUserDefinedFunctionValidationDetails.
signatures Gets the signatures of this CreateUserDefinedFunctionValidationDetails.

Methods

__init__(**kwargs) Initializes a new CreateUserDefinedFunctionValidationDetails object with values from keyword arguments.
MODEL_TYPE_DIS_USER_DEFINED_FUNCTION = 'DIS_USER_DEFINED_FUNCTION'

A constant which can be used with the model_type property of a CreateUserDefinedFunctionValidationDetails. This constant has a value of “DIS_USER_DEFINED_FUNCTION”

__init__(**kwargs)

Initializes a new CreateUserDefinedFunctionValidationDetails 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 CreateUserDefinedFunctionValidationDetails.
  • model_type (str) – The value to assign to the model_type property of this CreateUserDefinedFunctionValidationDetails. Allowed values for this property are: “DIS_USER_DEFINED_FUNCTION”
  • model_version (str) – The value to assign to the model_version property of this CreateUserDefinedFunctionValidationDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateUserDefinedFunctionValidationDetails.
  • name (str) – The value to assign to the name property of this CreateUserDefinedFunctionValidationDetails.
  • identifier (str) – The value to assign to the identifier property of this CreateUserDefinedFunctionValidationDetails.
  • object_version (int) – The value to assign to the object_version property of this CreateUserDefinedFunctionValidationDetails.
  • signatures (list[oci.data_integration.models.FunctionSignature]) – The value to assign to the signatures property of this CreateUserDefinedFunctionValidationDetails.
  • expr (oci.data_integration.models.Expression) – The value to assign to the expr property of this CreateUserDefinedFunctionValidationDetails.
  • description (str) – The value to assign to the description property of this CreateUserDefinedFunctionValidationDetails.
  • object_status (int) – The value to assign to the object_status property of this CreateUserDefinedFunctionValidationDetails.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this CreateUserDefinedFunctionValidationDetails.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this CreateUserDefinedFunctionValidationDetails.
description

Gets the description of this CreateUserDefinedFunctionValidationDetails. Detailed description for the object.

Returns:The description of this CreateUserDefinedFunctionValidationDetails.
Return type:str
expr

Gets the expr of this CreateUserDefinedFunctionValidationDetails.

Returns:The expr of this CreateUserDefinedFunctionValidationDetails.
Return type:oci.data_integration.models.Expression
identifier

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

Gets the key of this CreateUserDefinedFunctionValidationDetails. Generated key that can be used in API calls to identify user defined function. On scenarios where reference to the user defined function is needed, a value can be passed in create.

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

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

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

Gets the metadata of this CreateUserDefinedFunctionValidationDetails.

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

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

Allowed values for this property are: “DIS_USER_DEFINED_FUNCTION”

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

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

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

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

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

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

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

Gets the parent_ref of this CreateUserDefinedFunctionValidationDetails.

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

Gets the signatures of this CreateUserDefinedFunctionValidationDetails. An array of function signature.

Returns:The signatures of this CreateUserDefinedFunctionValidationDetails.
Return type:list[oci.data_integration.models.FunctionSignature]