GetSfdcInstanceResult

data class GetSfdcInstanceResult(val authConfigId: List<String>, val createTime: String, val deleteTime: String, val description: String, val displayName: String, val name: String, val serviceAuthority: String, val sfdcOrgId: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetSfdcInstanceResult(authConfigId: List<String>, createTime: String, deleteTime: String, description: String, displayName: String, name: String, serviceAuthority: String, sfdcOrgId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of AuthConfigs that can be tried to open the channel to SFDC

Link copied to clipboard

Time when the instance is created

Link copied to clipboard

Time when the instance was deleted. Empty if not deleted.

Link copied to clipboard

A description of the sfdc instance.

Link copied to clipboard

User selected unique name/alias to easily reference an instance.

Link copied to clipboard

Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.

Link copied to clipboard

URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).

Link copied to clipboard

The SFDC Org Id. This is defined in salesforce.

Link copied to clipboard

Time when the instance was last updated