1. Packages
  2. Packages
  3. Formal Provider
  4. API Docs
  5. IntegrationCloudGcpActivation
Viewing docs for Formal v1.2.2
published on Wednesday, Jul 15, 2026 by Formal
formal logo
Viewing docs for Formal v1.2.2
published on Wednesday, Jul 15, 2026 by Formal

    Reports the GCP service account and workload identity pool provider back to Formal to activate a GCP Cloud Integration.

    Create IntegrationCloudGcpActivation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IntegrationCloudGcpActivation(name: string, args: IntegrationCloudGcpActivationArgs, opts?: CustomResourceOptions);
    @overload
    def IntegrationCloudGcpActivation(resource_name: str,
                                      args: IntegrationCloudGcpActivationArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def IntegrationCloudGcpActivation(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      integration_id: Optional[str] = None,
                                      service_account_email: Optional[str] = None,
                                      workload_identity_pool_provider: Optional[str] = None)
    func NewIntegrationCloudGcpActivation(ctx *Context, name string, args IntegrationCloudGcpActivationArgs, opts ...ResourceOption) (*IntegrationCloudGcpActivation, error)
    public IntegrationCloudGcpActivation(string name, IntegrationCloudGcpActivationArgs args, CustomResourceOptions? opts = null)
    public IntegrationCloudGcpActivation(String name, IntegrationCloudGcpActivationArgs args)
    public IntegrationCloudGcpActivation(String name, IntegrationCloudGcpActivationArgs args, CustomResourceOptions options)
    
    type: formal:IntegrationCloudGcpActivation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "formal_integration_cloud_gcp_activation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args IntegrationCloudGcpActivationArgs
    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 IntegrationCloudGcpActivationArgs
    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 IntegrationCloudGcpActivationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationCloudGcpActivationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationCloudGcpActivationArgs
    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 integrationCloudGcpActivationResource = new Pulumi.IntegrationCloudGcpActivation("integrationCloudGcpActivationResource", new()
    {
        IntegrationId = "string",
        ServiceAccountEmail = "string",
        WorkloadIdentityPoolProvider = "string",
    });
    
    example, err := formal.NewIntegrationCloudGcpActivation(ctx, "integrationCloudGcpActivationResource", &formal.IntegrationCloudGcpActivationArgs{
    	IntegrationId:                pulumi.String("string"),
    	ServiceAccountEmail:          pulumi.String("string"),
    	WorkloadIdentityPoolProvider: pulumi.String("string"),
    })
    
    resource "formal_integration_cloud_gcp_activation" "integrationCloudGcpActivationResource" {
      lifecycle {
        create_before_destroy = true
      }
      integration_id                  = "string"
      service_account_email           = "string"
      workload_identity_pool_provider = "string"
    }
    
    var integrationCloudGcpActivationResource = new IntegrationCloudGcpActivation("integrationCloudGcpActivationResource", IntegrationCloudGcpActivationArgs.builder()
        .integrationId("string")
        .serviceAccountEmail("string")
        .workloadIdentityPoolProvider("string")
        .build());
    
    integration_cloud_gcp_activation_resource = formal.IntegrationCloudGcpActivation("integrationCloudGcpActivationResource",
        integration_id="string",
        service_account_email="string",
        workload_identity_pool_provider="string")
    
    const integrationCloudGcpActivationResource = new formal.IntegrationCloudGcpActivation("integrationCloudGcpActivationResource", {
        integrationId: "string",
        serviceAccountEmail: "string",
        workloadIdentityPoolProvider: "string",
    });
    
    type: formal:IntegrationCloudGcpActivation
    properties:
        integrationId: string
        serviceAccountEmail: string
        workloadIdentityPoolProvider: string
    

    IntegrationCloudGcpActivation 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 IntegrationCloudGcpActivation resource accepts the following input properties:

    IntegrationId string
    The ID of the GCP Cloud Integration to activate.
    ServiceAccountEmail string
    The GCP service account email created for this integration.
    WorkloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    IntegrationId string
    The ID of the GCP Cloud Integration to activate.
    ServiceAccountEmail string
    The GCP service account email created for this integration.
    WorkloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    integration_id string
    The ID of the GCP Cloud Integration to activate.
    service_account_email string
    The GCP service account email created for this integration.
    workload_identity_pool_provider string
    The GCP workload identity pool provider created for this integration.
    integrationId String
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail String
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider String
    The GCP workload identity pool provider created for this integration.
    integrationId string
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail string
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    integration_id str
    The ID of the GCP Cloud Integration to activate.
    service_account_email str
    The GCP service account email created for this integration.
    workload_identity_pool_provider str
    The GCP workload identity pool provider created for this integration.
    integrationId String
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail String
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider String
    The GCP workload identity pool provider created for this integration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IntegrationCloudGcpActivation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing IntegrationCloudGcpActivation Resource

    Get an existing IntegrationCloudGcpActivation 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?: IntegrationCloudGcpActivationState, opts?: CustomResourceOptions): IntegrationCloudGcpActivation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            integration_id: Optional[str] = None,
            service_account_email: Optional[str] = None,
            workload_identity_pool_provider: Optional[str] = None) -> IntegrationCloudGcpActivation
    func GetIntegrationCloudGcpActivation(ctx *Context, name string, id IDInput, state *IntegrationCloudGcpActivationState, opts ...ResourceOption) (*IntegrationCloudGcpActivation, error)
    public static IntegrationCloudGcpActivation Get(string name, Input<string> id, IntegrationCloudGcpActivationState? state, CustomResourceOptions? opts = null)
    public static IntegrationCloudGcpActivation get(String name, Output<String> id, IntegrationCloudGcpActivationState state, CustomResourceOptions options)
    resources:  _:    type: formal:IntegrationCloudGcpActivation    get:      id: ${id}
    import {
      to = formal_integration_cloud_gcp_activation.example
      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.
    The following state arguments are supported:
    IntegrationId string
    The ID of the GCP Cloud Integration to activate.
    ServiceAccountEmail string
    The GCP service account email created for this integration.
    WorkloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    IntegrationId string
    The ID of the GCP Cloud Integration to activate.
    ServiceAccountEmail string
    The GCP service account email created for this integration.
    WorkloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    integration_id string
    The ID of the GCP Cloud Integration to activate.
    service_account_email string
    The GCP service account email created for this integration.
    workload_identity_pool_provider string
    The GCP workload identity pool provider created for this integration.
    integrationId String
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail String
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider String
    The GCP workload identity pool provider created for this integration.
    integrationId string
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail string
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider string
    The GCP workload identity pool provider created for this integration.
    integration_id str
    The ID of the GCP Cloud Integration to activate.
    service_account_email str
    The GCP service account email created for this integration.
    workload_identity_pool_provider str
    The GCP workload identity pool provider created for this integration.
    integrationId String
    The ID of the GCP Cloud Integration to activate.
    serviceAccountEmail String
    The GCP service account email created for this integration.
    workloadIdentityPoolProvider String
    The GCP workload identity pool provider created for this integration.

    Package Details

    Repository
    formal formalco/pulumi-formal
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the formal Terraform Provider.
    formal logo
    Viewing docs for Formal v1.2.2
    published on Wednesday, Jul 15, 2026 by Formal

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial