library
turbot/gcp
Get Involved
Version
Pipeline: Delete API Key
This pipeline deletes an API key in Google Cloud.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.delete_api_key \ --arg 'project_id=<string>' \ --arg 'api_key_uid=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp.pipeline.delete_api_key args = { project_id = <string> api_key_uid = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.gcp | Yes | Name of GCP connection to use. If not provided, the default GCP connection will be used. | connection.gcp.default |
project_id | string | Yes | The GCP project ID. | - |
api_key_uid | string | Yes | The UID of the API key to delete. | - |
Outputs
Name | Description |
---|---|
api_key_deletion_info | Information about the deleted API key. |