airbyte.SourceGoogleSearchConsole
Explore with Pulumi AI
SourceGoogleSearchConsole Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.airbyte.SourceGoogleSearchConsole;
import com.pulumi.airbyte.SourceGoogleSearchConsoleArgs;
import com.pulumi.airbyte.inputs.SourceGoogleSearchConsoleConfigurationArgs;
import com.pulumi.airbyte.inputs.SourceGoogleSearchConsoleConfigurationAuthorizationArgs;
import com.pulumi.airbyte.inputs.SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs;
import com.pulumi.airbyte.inputs.SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var mySourceGooglesearchconsole = new SourceGoogleSearchConsole("mySourceGooglesearchconsole", SourceGoogleSearchConsoleArgs.builder()
.configuration(SourceGoogleSearchConsoleConfigurationArgs.builder()
.authorization(SourceGoogleSearchConsoleConfigurationAuthorizationArgs.builder()
.oAuth(SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs.builder()
.accessToken("...my_access_token...")
.clientId("...my_client_id...")
.clientSecret("...my_client_secret...")
.refreshToken("...my_refresh_token...")
.build())
.serviceAccountKeyAuthentication(SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs.builder()
.email("...my_email...")
.serviceAccountInfo("{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID, \"private_key_id\": YOUR_PRIVATE_KEY, ... }")
.build())
.build())
.custom_reports_array(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.data_state("final")
.end_date("2021-12-12")
.site_urls("...")
.start_date("2022-02-19")
.build())
.definitionId("38737380-4b05-400b-8478-4fc78e02be0f")
.secretId("...my_secret_id...")
.workspaceId("6406adf4-523d-4b9e-8f60-e386f18bd02c")
.build());
}
}
resources:
mySourceGooglesearchconsole:
type: airbyte:SourceGoogleSearchConsole
properties:
configuration:
authorization:
oAuth:
accessToken: '...my_access_token...'
clientId: '...my_client_id...'
clientSecret: '...my_client_secret...'
refreshToken: '...my_refresh_token...'
serviceAccountKeyAuthentication:
email: '...my_email...'
serviceAccountInfo: '{ "type": "service_account", "project_id": YOUR_PROJECT_ID, "private_key_id": YOUR_PRIVATE_KEY, ... }'
custom_reports_array:
- dimensions: []
name: '...my_name...'
data_state: final
end_date: 2021-12-12
site_urls:
- '...'
start_date: 2022-02-19
definitionId: 38737380-4b05-400b-8478-4fc78e02be0f
secretId: '...my_secret_id...'
workspaceId: 6406adf4-523d-4b9e-8f60-e386f18bd02c
Create SourceGoogleSearchConsole Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SourceGoogleSearchConsole(name: string, args: SourceGoogleSearchConsoleArgs, opts?: CustomResourceOptions);
@overload
def SourceGoogleSearchConsole(resource_name: str,
args: SourceGoogleSearchConsoleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SourceGoogleSearchConsole(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceGoogleSearchConsoleConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
secret_id: Optional[str] = None)
func NewSourceGoogleSearchConsole(ctx *Context, name string, args SourceGoogleSearchConsoleArgs, opts ...ResourceOption) (*SourceGoogleSearchConsole, error)
public SourceGoogleSearchConsole(string name, SourceGoogleSearchConsoleArgs args, CustomResourceOptions? opts = null)
public SourceGoogleSearchConsole(String name, SourceGoogleSearchConsoleArgs args)
public SourceGoogleSearchConsole(String name, SourceGoogleSearchConsoleArgs args, CustomResourceOptions options)
type: airbyte:SourceGoogleSearchConsole
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SourceGoogleSearchConsoleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SourceGoogleSearchConsoleArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SourceGoogleSearchConsoleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SourceGoogleSearchConsoleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SourceGoogleSearchConsoleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sourceGoogleSearchConsoleResource = new Airbyte.SourceGoogleSearchConsole("sourceGoogleSearchConsoleResource", new()
{
Configuration = new Airbyte.Inputs.SourceGoogleSearchConsoleConfigurationArgs
{
Authorization = new Airbyte.Inputs.SourceGoogleSearchConsoleConfigurationAuthorizationArgs
{
OAuth = new Airbyte.Inputs.SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs
{
ClientId = "string",
ClientSecret = "string",
RefreshToken = "string",
AccessToken = "string",
},
ServiceAccountKeyAuthentication = new Airbyte.Inputs.SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs
{
Email = "string",
ServiceAccountInfo = "string",
},
},
SiteUrls = new[]
{
"string",
},
CustomReportsArrays = new[]
{
new Airbyte.Inputs.SourceGoogleSearchConsoleConfigurationCustomReportsArrayArgs
{
Name = "string",
Dimensions = new[]
{
"string",
},
},
},
DataState = "string",
EndDate = "string",
StartDate = "string",
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
SecretId = "string",
});
example, err := airbyte.NewSourceGoogleSearchConsole(ctx, "sourceGoogleSearchConsoleResource", &airbyte.SourceGoogleSearchConsoleArgs{
Configuration: &.SourceGoogleSearchConsoleConfigurationArgs{
Authorization: &.SourceGoogleSearchConsoleConfigurationAuthorizationArgs{
OAuth: &.SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
RefreshToken: pulumi.String("string"),
AccessToken: pulumi.String("string"),
},
ServiceAccountKeyAuthentication: &.SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs{
Email: pulumi.String("string"),
ServiceAccountInfo: pulumi.String("string"),
},
},
SiteUrls: pulumi.StringArray{
pulumi.String("string"),
},
CustomReportsArrays: .SourceGoogleSearchConsoleConfigurationCustomReportsArrayArray{
&.SourceGoogleSearchConsoleConfigurationCustomReportsArrayArgs{
Name: pulumi.String("string"),
Dimensions: pulumi.StringArray{
pulumi.String("string"),
},
},
},
DataState: pulumi.String("string"),
EndDate: pulumi.String("string"),
StartDate: pulumi.String("string"),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
SecretId: pulumi.String("string"),
})
var sourceGoogleSearchConsoleResource = new SourceGoogleSearchConsole("sourceGoogleSearchConsoleResource", SourceGoogleSearchConsoleArgs.builder()
.configuration(SourceGoogleSearchConsoleConfigurationArgs.builder()
.authorization(SourceGoogleSearchConsoleConfigurationAuthorizationArgs.builder()
.oAuth(SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs.builder()
.clientId("string")
.clientSecret("string")
.refreshToken("string")
.accessToken("string")
.build())
.serviceAccountKeyAuthentication(SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs.builder()
.email("string")
.serviceAccountInfo("string")
.build())
.build())
.siteUrls("string")
.customReportsArrays(SourceGoogleSearchConsoleConfigurationCustomReportsArrayArgs.builder()
.name("string")
.dimensions("string")
.build())
.dataState("string")
.endDate("string")
.startDate("string")
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.secretId("string")
.build());
source_google_search_console_resource = airbyte.SourceGoogleSearchConsole("sourceGoogleSearchConsoleResource",
configuration={
"authorization": {
"o_auth": {
"client_id": "string",
"client_secret": "string",
"refresh_token": "string",
"access_token": "string",
},
"service_account_key_authentication": {
"email": "string",
"service_account_info": "string",
},
},
"site_urls": ["string"],
"custom_reports_arrays": [{
"name": "string",
"dimensions": ["string"],
}],
"data_state": "string",
"end_date": "string",
"start_date": "string",
},
workspace_id="string",
definition_id="string",
name="string",
secret_id="string")
const sourceGoogleSearchConsoleResource = new airbyte.SourceGoogleSearchConsole("sourceGoogleSearchConsoleResource", {
configuration: {
authorization: {
oAuth: {
clientId: "string",
clientSecret: "string",
refreshToken: "string",
accessToken: "string",
},
serviceAccountKeyAuthentication: {
email: "string",
serviceAccountInfo: "string",
},
},
siteUrls: ["string"],
customReportsArrays: [{
name: "string",
dimensions: ["string"],
}],
dataState: "string",
endDate: "string",
startDate: "string",
},
workspaceId: "string",
definitionId: "string",
name: "string",
secretId: "string",
});
type: airbyte:SourceGoogleSearchConsole
properties:
configuration:
authorization:
oAuth:
accessToken: string
clientId: string
clientSecret: string
refreshToken: string
serviceAccountKeyAuthentication:
email: string
serviceAccountInfo: string
customReportsArrays:
- dimensions:
- string
name: string
dataState: string
endDate: string
siteUrls:
- string
startDate: string
definitionId: string
name: string
secretId: string
workspaceId: string
SourceGoogleSearchConsole Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SourceGoogleSearchConsole resource accepts the following input properties:
- Configuration
Source
Google Search Console Configuration - 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.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Configuration
Source
Google Search Console Configuration Args - 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.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Google Search Console Configuration - 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.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Google Search Console Configuration - 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.
- name string
- Name of the source e.g. dev-mysql-instance.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Google Search Console Configuration Args - workspace_
id str - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- secret_
id str - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration Property Map
- 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.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
Outputs
All input properties are implicitly available as output properties. Additionally, the SourceGoogleSearchConsole resource produces the following output properties:
- Created
At double - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Id string - Source
Type string
- Created
At float64 - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Id string - Source
Type string
- created
At Double - id String
- The provider-assigned unique ID for this managed resource.
- source
Id String - source
Type String
- created
At number - id string
- The provider-assigned unique ID for this managed resource.
- source
Id string - source
Type string
- created_
at float - id str
- The provider-assigned unique ID for this managed resource.
- source_
id str - source_
type str
- created
At Number - id String
- The provider-assigned unique ID for this managed resource.
- source
Id String - source
Type String
Look up Existing SourceGoogleSearchConsole Resource
Get an existing SourceGoogleSearchConsole resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SourceGoogleSearchConsoleState, opts?: CustomResourceOptions): SourceGoogleSearchConsole
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceGoogleSearchConsoleConfigurationArgs] = None,
created_at: Optional[float] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
secret_id: Optional[str] = None,
source_id: Optional[str] = None,
source_type: Optional[str] = None,
workspace_id: Optional[str] = None) -> SourceGoogleSearchConsole
func GetSourceGoogleSearchConsole(ctx *Context, name string, id IDInput, state *SourceGoogleSearchConsoleState, opts ...ResourceOption) (*SourceGoogleSearchConsole, error)
public static SourceGoogleSearchConsole Get(string name, Input<string> id, SourceGoogleSearchConsoleState? state, CustomResourceOptions? opts = null)
public static SourceGoogleSearchConsole get(String name, Output<String> id, SourceGoogleSearchConsoleState state, CustomResourceOptions options)
resources: _: type: airbyte:SourceGoogleSearchConsole get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Configuration
Source
Google Search Console Configuration - Created
At double - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- Configuration
Source
Google Search Console Configuration Args - Created
At float64 - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- configuration
Source
Google Search Console Configuration - created
At Double - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
- configuration
Source
Google Search Console Configuration - created
At number - definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name string
- Name of the source e.g. dev-mysql-instance.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id string - source
Type string - workspace
Id string
- configuration
Source
Google Search Console Configuration Args - created_
at float - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- secret_
id str - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source_
id str - source_
type str - workspace_
id str
- configuration Property Map
- created
At Number - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
Supporting Types
SourceGoogleSearchConsoleConfiguration, SourceGoogleSearchConsoleConfigurationArgs
- Source
Google Search Console Configuration Authorization - Site
Urls List<string> - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- Custom
Reports List<SourceArrays Google Search Console Configuration Custom Reports Array> - You can add your Custom Analytics report by creating one.
- Data
State string - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- End
Date string - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- Start
Date string - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
- Source
Google Search Console Configuration Authorization - Site
Urls []string - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- Custom
Reports []SourceArrays Google Search Console Configuration Custom Reports Array - You can add your Custom Analytics report by creating one.
- Data
State string - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- End
Date string - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- Start
Date string - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
- Source
Google Search Console Configuration Authorization - site
Urls List<String> - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- custom
Reports List<SourceArrays Google Search Console Configuration Custom Reports Array> - You can add your Custom Analytics report by creating one.
- data
State String - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- end
Date String - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- start
Date String - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
- Source
Google Search Console Configuration Authorization - site
Urls string[] - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- custom
Reports SourceArrays Google Search Console Configuration Custom Reports Array[] - You can add your Custom Analytics report by creating one.
- data
State string - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- end
Date string - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- start
Date string - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
- Source
Google Search Console Configuration Authorization - site_
urls Sequence[str] - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- custom_
reports_ Sequence[Sourcearrays Google Search Console Configuration Custom Reports Array] - You can add your Custom Analytics report by creating one.
- data_
state str - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- end_
date str - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- start_
date str - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
- Property Map
- site
Urls List<String> - The URLs of the website property attached to your GSC account. Learn more about properties \n\nhere\n\n.
- custom
Reports List<Property Map>Arrays - You can add your Custom Analytics report by creating one.
- data
State String - If set to 'final', the returned data will include only finalized, stable data. If set to 'all', fresh data will be included. When using Incremental sync mode, we do not recommend setting this parameter to 'all' as it may cause data loss. More information can be found in our \n\nfull documentation\n\n. Default: "final"; must be one of ["final", "all"]
- end
Date String - UTC date in the format YYYY-MM-DD. Any data created after this date will not be replicated. Must be greater or equal to the start date field. Leaving this field blank will replicate all data from the start date onward.
- start
Date String - UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. Default: "2021-01-01"
SourceGoogleSearchConsoleConfigurationAuthorization, SourceGoogleSearchConsoleConfigurationAuthorizationArgs
SourceGoogleSearchConsoleConfigurationAuthorizationOAuth, SourceGoogleSearchConsoleConfigurationAuthorizationOAuthArgs
- Client
Id string - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- Client
Secret string - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- Refresh
Token string - The token for obtaining a new access token. Read more \n\nhere\n\n.
- Access
Token string - Access token for making authenticated requests. Read more \n\nhere\n\n.
- Client
Id string - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- Client
Secret string - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- Refresh
Token string - The token for obtaining a new access token. Read more \n\nhere\n\n.
- Access
Token string - Access token for making authenticated requests. Read more \n\nhere\n\n.
- client
Id String - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- client
Secret String - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- refresh
Token String - The token for obtaining a new access token. Read more \n\nhere\n\n.
- access
Token String - Access token for making authenticated requests. Read more \n\nhere\n\n.
- client
Id string - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- client
Secret string - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- refresh
Token string - The token for obtaining a new access token. Read more \n\nhere\n\n.
- access
Token string - Access token for making authenticated requests. Read more \n\nhere\n\n.
- client_
id str - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- client_
secret str - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- refresh_
token str - The token for obtaining a new access token. Read more \n\nhere\n\n.
- access_
token str - Access token for making authenticated requests. Read more \n\nhere\n\n.
- client
Id String - The client ID of your Google Search Console developer application. Read more \n\nhere\n\n.
- client
Secret String - The client secret of your Google Search Console developer application. Read more \n\nhere\n\n.
- refresh
Token String - The token for obtaining a new access token. Read more \n\nhere\n\n.
- access
Token String - Access token for making authenticated requests. Read more \n\nhere\n\n.
SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthentication, SourceGoogleSearchConsoleConfigurationAuthorizationServiceAccountKeyAuthenticationArgs
- Email string
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- Service
Account stringInfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
- Email string
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- Service
Account stringInfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
- email String
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- service
Account StringInfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
- email string
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- service
Account stringInfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
- email str
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- service_
account_ strinfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
- email String
- The email of the user which has permissions to access the Google Workspace Admin APIs.
- service
Account StringInfo - The JSON key of the service account to use for authorization. Read more \n\nhere\n\n.
SourceGoogleSearchConsoleConfigurationCustomReportsArray, SourceGoogleSearchConsoleConfigurationCustomReportsArrayArgs
- Name string
- The name of the custom report, this name would be used as stream name
- Dimensions List<string>
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
- Name string
- The name of the custom report, this name would be used as stream name
- Dimensions []string
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
- name String
- The name of the custom report, this name would be used as stream name
- dimensions List<String>
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
- name string
- The name of the custom report, this name would be used as stream name
- dimensions string[]
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
- name str
- The name of the custom report, this name would be used as stream name
- dimensions Sequence[str]
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
- name String
- The name of the custom report, this name would be used as stream name
- dimensions List<String>
- A list of available dimensions. Please note, that for technical reasons
date
is the default dimension which will be included in your query whether you specify it or not. Primary key will consist of your custom dimensions and the default dimension along withsite_url
andsearch_type
.
Import
$ pulumi import airbyte:index/sourceGoogleSearchConsole:SourceGoogleSearchConsole my_airbyte_source_google_search_console ""
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- airbyte airbytehq/terraform-provider-airbyte
- License
- Notes
- This Pulumi package is based on the
airbyte
Terraform Provider.