sample
turbot/flowpipe-samples/offboard-entra-id-users

Pipeline: Enable Entra ID User

Enable user from Entra ID based on approval status.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run offboard_entra_id_users.pipeline.enable_entra_id_user

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = offboard_entra_id_users.pipeline.enable_entra_id_user
}

Params

NameTypeRequiredDescriptionDefault
azure_conn
connection.azure
YesName of Azure connection to use. If not provided, the default Azure connection will be used.connection.azure.default
jira_conn
connection.jira
YesName of Jira connection to use. If not provided, the default Jira connection will be used.connection.jira.default
project_key
string
YesThe key identifying the project.project-foo

Outputs

This pipeline has no outputs.