Sfdc Instance Args
data class SfdcInstanceArgs(val authConfigId: Output<List<String>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val productId: Output<String>? = null, val project: Output<String>? = null, val serviceAuthority: Output<String>? = null, val sfdcOrgId: Output<String>? = null) : ConvertibleToJava<SfdcInstanceArgs>
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(authConfigId: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, productId: Output<String>? = null, project: Output<String>? = null, serviceAuthority: Output<String>? = null, sfdcOrgId: Output<String>? = null)
Properties
Link copied to clipboard
A list of AuthConfigs that can be tried to open the channel to SFDC
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
URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).