Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.cloudbuild/v2.getConnection
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single connection.
Using getConnection
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOptions): Output<GetConnectionResult>def get_connection(connection_id: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetConnectionResult
def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetConnectionResult]func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput> Note: This function is named LookupConnection in the Go SDK.
public static class GetConnection 
{
    public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
public static Output<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:cloudbuild/v2:getConnection
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConnectionId string
- Location string
- Project string
- ConnectionId string
- Location string
- Project string
- connectionId String
- location String
- project String
- connectionId string
- location string
- project string
- connection_id str
- location str
- project str
- connectionId String
- location String
- project String
getConnection Result
The following output properties are available:
- Annotations Dictionary<string, string>
- Allows clients to store small amounts of arbitrary data.
- CreateTime string
- Server assigned timestamp for when the connection was created.
- Disabled bool
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- GithubConfig Pulumi.Google Native. Cloud Build. V2. Outputs. Git Hub Config Response 
- Configuration for connections to github.com.
- GithubEnterprise Pulumi.Config Google Native. Cloud Build. V2. Outputs. Google Devtools Cloudbuild V2Git Hub Enterprise Config Response 
- Configuration for connections to an instance of GitHub Enterprise.
- GitlabConfig Pulumi.Google Native. Cloud Build. V2. Outputs. Google Devtools Cloudbuild V2Git Lab Config Response 
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- InstallationState Pulumi.Google Native. Cloud Build. V2. Outputs. Installation State Response 
- Installation state of the Connection.
- Name string
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- Reconciling bool
- Set to true when the connection is being set up or updated in the background.
- UpdateTime string
- Server assigned timestamp for when the connection was updated.
- Annotations map[string]string
- Allows clients to store small amounts of arbitrary data.
- CreateTime string
- Server assigned timestamp for when the connection was created.
- Disabled bool
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- GithubConfig GitHub Config Response 
- Configuration for connections to github.com.
- GithubEnterprise GoogleConfig Devtools Cloudbuild V2Git Hub Enterprise Config Response 
- Configuration for connections to an instance of GitHub Enterprise.
- GitlabConfig GoogleDevtools Cloudbuild V2Git Lab Config Response 
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- InstallationState InstallationState Response 
- Installation state of the Connection.
- Name string
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- Reconciling bool
- Set to true when the connection is being set up or updated in the background.
- UpdateTime string
- Server assigned timestamp for when the connection was updated.
- annotations Map<String,String>
- Allows clients to store small amounts of arbitrary data.
- createTime String
- Server assigned timestamp for when the connection was created.
- disabled Boolean
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- githubConfig GitHub Config Response 
- Configuration for connections to github.com.
- githubEnterprise GoogleConfig Devtools Cloudbuild V2Git Hub Enterprise Config Response 
- Configuration for connections to an instance of GitHub Enterprise.
- gitlabConfig GoogleDevtools Cloudbuild V2Git Lab Config Response 
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- installationState InstallationState Response 
- Installation state of the Connection.
- name String
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- reconciling Boolean
- Set to true when the connection is being set up or updated in the background.
- updateTime String
- Server assigned timestamp for when the connection was updated.
- annotations {[key: string]: string}
- Allows clients to store small amounts of arbitrary data.
- createTime string
- Server assigned timestamp for when the connection was created.
- disabled boolean
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- githubConfig GitHub Config Response 
- Configuration for connections to github.com.
- githubEnterprise GoogleConfig Devtools Cloudbuild V2Git Hub Enterprise Config Response 
- Configuration for connections to an instance of GitHub Enterprise.
- gitlabConfig GoogleDevtools Cloudbuild V2Git Lab Config Response 
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- installationState InstallationState Response 
- Installation state of the Connection.
- name string
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- reconciling boolean
- Set to true when the connection is being set up or updated in the background.
- updateTime string
- Server assigned timestamp for when the connection was updated.
- annotations Mapping[str, str]
- Allows clients to store small amounts of arbitrary data.
- create_time str
- Server assigned timestamp for when the connection was created.
- disabled bool
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- etag str
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- github_config GitHub Config Response 
- Configuration for connections to github.com.
- github_enterprise_ Googleconfig Devtools Cloudbuild V2Git Hub Enterprise Config Response 
- Configuration for connections to an instance of GitHub Enterprise.
- gitlab_config GoogleDevtools Cloudbuild V2Git Lab Config Response 
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- installation_state InstallationState Response 
- Installation state of the Connection.
- name str
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- reconciling bool
- Set to true when the connection is being set up or updated in the background.
- update_time str
- Server assigned timestamp for when the connection was updated.
- annotations Map<String>
- Allows clients to store small amounts of arbitrary data.
- createTime String
- Server assigned timestamp for when the connection was created.
- disabled Boolean
- If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- githubConfig Property Map
- Configuration for connections to github.com.
- githubEnterprise Property MapConfig 
- Configuration for connections to an instance of GitHub Enterprise.
- gitlabConfig Property Map
- Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- installationState Property Map
- Installation state of the Connection.
- name String
- Immutable. The resource name of the connection, in the format projects/{project}/locations/{location}/connections/{connection_id}.
- reconciling Boolean
- Set to true when the connection is being set up or updated in the background.
- updateTime String
- Server assigned timestamp for when the connection was updated.
Supporting Types
GitHubConfigResponse   
- AppInstallation stringId 
- GitHub App installation id.
- 
Pulumi.Google Native. Cloud Build. V2. Inputs. OAuth Credential Response 
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
- AppInstallation stringId 
- GitHub App installation id.
- 
OAuthCredential Response 
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
- appInstallation StringId 
- GitHub App installation id.
- 
OAuthCredential Response 
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
- appInstallation stringId 
- GitHub App installation id.
- 
OAuthCredential Response 
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
- app_installation_ strid 
- GitHub App installation id.
- 
OAuthCredential Response 
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
- appInstallation StringId 
- GitHub App installation id.
- Property Map
- OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App.
GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfigResponse       
- ApiKey string
- API Key used for authentication of webhook events.
- AppId string
- Id of the GitHub App created from the manifest.
- AppInstallation stringId 
- ID of the installation of the GitHub App.
- AppSlug string
- The URL-friendly name of the GitHub App.
- HostUri string
- The URI of the GitHub Enterprise host this connection is for.
- PrivateKey stringSecret Version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- ServerVersion string
- GitHub Enterprise version installed at the host_uri.
- ServiceDirectory Pulumi.Config Google Native. Cloud Build. V2. Inputs. Google Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- SslCa string
- SSL certificate to use for requests to GitHub Enterprise.
- WebhookSecret stringSecret Version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- ApiKey string
- API Key used for authentication of webhook events.
- AppId string
- Id of the GitHub App created from the manifest.
- AppInstallation stringId 
- ID of the installation of the GitHub App.
- AppSlug string
- The URL-friendly name of the GitHub App.
- HostUri string
- The URI of the GitHub Enterprise host this connection is for.
- PrivateKey stringSecret Version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- ServerVersion string
- GitHub Enterprise version installed at the host_uri.
- ServiceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- SslCa string
- SSL certificate to use for requests to GitHub Enterprise.
- WebhookSecret stringSecret Version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- apiKey String
- API Key used for authentication of webhook events.
- appId String
- Id of the GitHub App created from the manifest.
- appInstallation StringId 
- ID of the installation of the GitHub App.
- appSlug String
- The URL-friendly name of the GitHub App.
- hostUri String
- The URI of the GitHub Enterprise host this connection is for.
- privateKey StringSecret Version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- serverVersion String
- GitHub Enterprise version installed at the host_uri.
- serviceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- sslCa String
- SSL certificate to use for requests to GitHub Enterprise.
- webhookSecret StringSecret Version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- apiKey string
- API Key used for authentication of webhook events.
- appId string
- Id of the GitHub App created from the manifest.
- appInstallation stringId 
- ID of the installation of the GitHub App.
- appSlug string
- The URL-friendly name of the GitHub App.
- hostUri string
- The URI of the GitHub Enterprise host this connection is for.
- privateKey stringSecret Version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- serverVersion string
- GitHub Enterprise version installed at the host_uri.
- serviceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- sslCa string
- SSL certificate to use for requests to GitHub Enterprise.
- webhookSecret stringSecret Version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- api_key str
- API Key used for authentication of webhook events.
- app_id str
- Id of the GitHub App created from the manifest.
- app_installation_ strid 
- ID of the installation of the GitHub App.
- app_slug str
- The URL-friendly name of the GitHub App.
- host_uri str
- The URI of the GitHub Enterprise host this connection is for.
- private_key_ strsecret_ version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- server_version str
- GitHub Enterprise version installed at the host_uri.
- service_directory_ Googleconfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- ssl_ca str
- SSL certificate to use for requests to GitHub Enterprise.
- webhook_secret_ strsecret_ version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- apiKey String
- API Key used for authentication of webhook events.
- appId String
- Id of the GitHub App created from the manifest.
- appInstallation StringId 
- ID of the installation of the GitHub App.
- appSlug String
- The URL-friendly name of the GitHub App.
- hostUri String
- The URI of the GitHub Enterprise host this connection is for.
- privateKey StringSecret Version 
- SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.
- serverVersion String
- GitHub Enterprise version installed at the host_uri.
- serviceDirectory Property MapConfig 
- Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
- sslCa String
- SSL certificate to use for requests to GitHub Enterprise.
- webhookSecret StringSecret Version 
- SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.
GoogleDevtoolsCloudbuildV2GitLabConfigResponse      
- 
Pulumi.Google Native. Cloud Build. V2. Inputs. User Credential Response 
- A GitLab personal access token with the apiscope access.
- HostUri string
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- 
Pulumi.Google Native. Cloud Build. V2. Inputs. User Credential Response 
- A GitLab personal access token with the minimum read_apiscope access.
- ServerVersion string
- Version of the GitLab Enterprise server running on the host_uri.
- ServiceDirectory Pulumi.Config Google Native. Cloud Build. V2. Inputs. Google Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- SslCa string
- SSL certificate to use for requests to GitLab Enterprise.
- WebhookSecret stringSecret Version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
- 
UserCredential Response 
- A GitLab personal access token with the apiscope access.
- HostUri string
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- 
UserCredential Response 
- A GitLab personal access token with the minimum read_apiscope access.
- ServerVersion string
- Version of the GitLab Enterprise server running on the host_uri.
- ServiceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- SslCa string
- SSL certificate to use for requests to GitLab Enterprise.
- WebhookSecret stringSecret Version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
- 
UserCredential Response 
- A GitLab personal access token with the apiscope access.
- hostUri String
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- 
UserCredential Response 
- A GitLab personal access token with the minimum read_apiscope access.
- serverVersion String
- Version of the GitLab Enterprise server running on the host_uri.
- serviceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- sslCa String
- SSL certificate to use for requests to GitLab Enterprise.
- webhookSecret StringSecret Version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
- 
UserCredential Response 
- A GitLab personal access token with the apiscope access.
- hostUri string
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- 
UserCredential Response 
- A GitLab personal access token with the minimum read_apiscope access.
- serverVersion string
- Version of the GitLab Enterprise server running on the host_uri.
- serviceDirectory GoogleConfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- sslCa string
- SSL certificate to use for requests to GitLab Enterprise.
- webhookSecret stringSecret Version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
- 
UserCredential Response 
- A GitLab personal access token with the apiscope access.
- host_uri str
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- 
UserCredential Response 
- A GitLab personal access token with the minimum read_apiscope access.
- server_version str
- Version of the GitLab Enterprise server running on the host_uri.
- service_directory_ Googleconfig Devtools Cloudbuild V2Service Directory Config Response 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- ssl_ca str
- SSL certificate to use for requests to GitLab Enterprise.
- webhook_secret_ strsecret_ version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
- Property Map
- A GitLab personal access token with the apiscope access.
- hostUri String
- The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
- Property Map
- A GitLab personal access token with the minimum read_apiscope access.
- serverVersion String
- Version of the GitLab Enterprise server running on the host_uri.
- serviceDirectory Property MapConfig 
- Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.
- sslCa String
- SSL certificate to use for requests to GitLab Enterprise.
- webhookSecret StringSecret Version 
- Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, formatted as projects/*/secrets/*/versions/*.
GoogleDevtoolsCloudbuildV2ServiceDirectoryConfigResponse      
- Service string
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
- Service string
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
- service String
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
- service string
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
- service str
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
- service String
- The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
InstallationStateResponse  
- action_uri str
- Link to follow for next action. Empty string if the installation is already complete.
- message str
- Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
- stage str
- Current step of the installation process.
OAuthCredentialResponse  
- OauthToken stringSecret Version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- Username string
- The username associated to this token.
- OauthToken stringSecret Version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- Username string
- The username associated to this token.
- oauthToken StringSecret Version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username String
- The username associated to this token.
- oauthToken stringSecret Version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username string
- The username associated to this token.
- oauth_token_ strsecret_ version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username str
- The username associated to this token.
- oauthToken StringSecret Version 
- A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username String
- The username associated to this token.
UserCredentialResponse  
- UserToken stringSecret Version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- Username string
- The username associated to this token.
- UserToken stringSecret Version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- Username string
- The username associated to this token.
- userToken StringSecret Version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username String
- The username associated to this token.
- userToken stringSecret Version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username string
- The username associated to this token.
- user_token_ strsecret_ version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username str
- The username associated to this token.
- userToken StringSecret Version 
- A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
- username String
- The username associated to this token.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi