Cloud Connector API
version 3.5.1001.64485
API for managing and configuring the Cloud Connector
|
Mapping between an on-premises and in-cloud attribute. More...
Inherited by Mapping.
Properties | |
string | From [get, set] |
Gets or sets on-premises attribute name. More... | |
FromType | FromType [get, set] |
Gets or sets the from source type More... | |
string | To [get] |
Gets in-cloud attribute name. More... | |
IList< string > | Options [get] |
Gets options for mapping attribute. More... | |
bool | Required [get] |
Gets a value indicating whether this attribute is required. More... | |
Mapping between an on-premises and in-cloud attribute.
|
getset |
Gets or sets on-premises attribute name.
If set to empty or null, nothing is mapped to the corresponding in-cloud ("To") attribute. Note that a required attribute or a link attribute needs to have "From" defined.
|
getset |
Gets or sets the from source type
Currently there are two kind of type: single attribute and expression attribute
|
get |
Gets options for mapping attribute.
|
get |
Gets a value indicating whether this attribute is required.
|
get |
Gets in-cloud attribute name.