library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.gcp
YesName of GCP connection to use. If not provided, the default GCP connection will be used.connection.gcp.default
project_id
string
YesThe GCP project ID.-
enrolled_services
bool
NoThe services to enroll for access approval.-
notification_emails
string
NoThe email recipient for access approval requests.-

Outputs

NameDescription
access_approval_settings_infoInformation about the updated access approval settings.