page_title | subcategory | description |
---|---|---|
airbyte_source_capsule_crm Resource - terraform-provider-airbyte |
SourceCapsuleCrm Resource |
SourceCapsuleCrm Resource
resource "airbyte_source_capsule_crm" "my_source_capsulecrm" {
configuration = {
bearer_token = "...my_bearer_token..."
entity = "kases"
start_date = "2022-04-29T18:37:17.501Z"
}
definition_id = "e25f8f72-b58a-4fbe-94d1-7cb757149983"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "5d45249b-9315-4851-8b0a-0868a4855d0f"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
definition_id
(String) The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.secret_id
(String) Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
created_at
(Number)source_id
(String)source_type
(String)
Required:
bearer_token
(String, Sensitive) Bearer token to authenticate API requests. Generate it from the 'My Preferences' > 'API Authentication Tokens' page in your Capsule account.entity
(String) must be one of ["parties", "opportunities", "kases"]start_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_capsule_crm.my_airbyte_source_capsule_crm ""