library
turbot/gcp
Get Involved
Version
Pipeline: Update Access Approval Settings
This pipeline updates the access approval settings for a Google Cloud project.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp.pipeline.update_access_approval_settings \ --arg 'project_id=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp.pipeline.update_access_approval_settings args = { project_id = <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. | - |
enrolled_services | bool | No | The services to enroll for access approval. | - |
notification_emails | string | No | The email recipient for access approval requests. | - |
Outputs
Name | Description |
---|---|
access_approval_settings_info | Information about the updated access approval settings. |