published on Wednesday, Jul 15, 2026 by Formal
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:
- Integration
Id string - The ID of the GCP Cloud Integration to activate.
- Service
Account stringEmail - The GCP service account email created for this integration.
- Workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- Integration
Id string - The ID of the GCP Cloud Integration to activate.
- Service
Account stringEmail - The GCP service account email created for this integration.
- Workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- integration_
id string - The ID of the GCP Cloud Integration to activate.
- service_
account_ stringemail - The GCP service account email created for this integration.
- workload_
identity_ stringpool_ provider - The GCP workload identity pool provider created for this integration.
- integration
Id String - The ID of the GCP Cloud Integration to activate.
- service
Account StringEmail - The GCP service account email created for this integration.
- workload
Identity StringPool Provider - The GCP workload identity pool provider created for this integration.
- integration
Id string - The ID of the GCP Cloud Integration to activate.
- service
Account stringEmail - The GCP service account email created for this integration.
- workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- integration_
id str - The ID of the GCP Cloud Integration to activate.
- service_
account_ stremail - The GCP service account email created for this integration.
- workload_
identity_ strpool_ provider - The GCP workload identity pool provider created for this integration.
- integration
Id String - The ID of the GCP Cloud Integration to activate.
- service
Account StringEmail - The GCP service account email created for this integration.
- workload
Identity StringPool Provider - 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) -> IntegrationCloudGcpActivationfunc 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.
- Integration
Id string - The ID of the GCP Cloud Integration to activate.
- Service
Account stringEmail - The GCP service account email created for this integration.
- Workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- Integration
Id string - The ID of the GCP Cloud Integration to activate.
- Service
Account stringEmail - The GCP service account email created for this integration.
- Workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- integration_
id string - The ID of the GCP Cloud Integration to activate.
- service_
account_ stringemail - The GCP service account email created for this integration.
- workload_
identity_ stringpool_ provider - The GCP workload identity pool provider created for this integration.
- integration
Id String - The ID of the GCP Cloud Integration to activate.
- service
Account StringEmail - The GCP service account email created for this integration.
- workload
Identity StringPool Provider - The GCP workload identity pool provider created for this integration.
- integration
Id string - The ID of the GCP Cloud Integration to activate.
- service
Account stringEmail - The GCP service account email created for this integration.
- workload
Identity stringPool Provider - The GCP workload identity pool provider created for this integration.
- integration_
id str - The ID of the GCP Cloud Integration to activate.
- service_
account_ stremail - The GCP service account email created for this integration.
- workload_
identity_ strpool_ provider - The GCP workload identity pool provider created for this integration.
- integration
Id String - The ID of the GCP Cloud Integration to activate.
- service
Account StringEmail - The GCP service account email created for this integration.
- workload
Identity StringPool Provider - 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
formalTerraform Provider.
published on Wednesday, Jul 15, 2026 by Formal