library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
enrolled_servicesboolNoThe services to enroll for access approval.-
notification_emailsstringNoThe email recipient for access approval requests.-

Outputs

NameDescription
access_approval_settings_infoInformation about the updated access approval settings.