Resource: SfdcInstance
The SfdcInstance resource use to hold channels and connection config data.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "sfdcOrgId": string, "authConfigId": [ string ], "createTime": string, "updateTime": string, "deleteTime": string, "serviceAuthority": string } |
Fields | |
---|---|
name |
Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}. |
displayName |
User selected unique name/alias to easily reference an instance. |
description |
A description of the sfdc instance. |
sfdcOrgId |
The SFDC Org id. This is defined in salesforce. |
authConfigId[] |
A list of AuthConfigs that can be tried to open the channel to SFDC |
createTime |
Output only. Time when the instance is created A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time when the instance was last updated A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deleteTime |
Output only. Time when the instance was deleted. Empty if not deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
serviceAuthority |
URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig). |
Methods |
|
---|---|
|
Creates an sfdc instance record. |
|
Deletes an sfdc instance. |
|
Gets an sfdc instance. |
|
Lists all sfdc instances that match the filter. |
|
Updates an sfdc instance. |