sample
turbot/flowpipe-samples/offboard-entra-id-users
Get Involved
Version
Pipeline: Disable Entra ID User
Disable 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.disable_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.disable_entra_id_user }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
azure_conn | connection.azure | Yes | Name of Azure connection to use. If not provided, the default Azure connection will be used. | connection.azure.default |
jira_conn | connection.jira | Yes | Name of Jira connection to use. If not provided, the default Jira connection will be used. | connection.jira.default |
project_key | string | Yes | The key identifying the project. | project-foo |
Outputs
This pipeline has no outputs.