UpsertCompositeDataSource Action
API responsible for creating or updating a composite environment variable.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
ParentDisplayName
|
Edm.String | True | False | Display name of the parent environment variable (Optional). |
ParentSchemaName
|
Edm.String | False | False | Identifier of the environment variable. It's recommended to provide a human readable name with no special characters and a publisher prefix. Such requirements reduce the changes of collisions when multiple variables are present in an environment, in addition to providing easier maintenance in source control (Required). |
ParentParameterKey
|
Edm.String | False | False | Parameter key corresponding to the value. Note that only variables of type Data Source can have a hierarchical configuration, hence there's no need to specify the Type of the variables, only the specific Data Source types (Optional). |
ParentApiId
|
Edm.String | True | False | Logical name of the Connection Id backing the environment variable (Optional). |
ParentValue
|
Edm.String | True | False | Value corresponding to the root environment variable (Optional). |
ChildDisplayName
|
Edm.String | True | False | Display name of the child environment variable (Optional). |
ChildSchemaName
|
Edm.String | True | False | Identifier of the child variable connected to the one declared in the ParentSchemaName field (Optional). |
ChildParameterKey
|
Edm.String | True | False | Parameter key corresponding to the value (Optional). |
ChildValue
|
Edm.String | True | False | Value corresponding to the child environment variable. |