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

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

NameTypeRequiredDescriptionDefault
azure_credstringYesName for Azure credentials to use. If not provided, the default credentials will be used.default
jira_credstringYesName for Jira credentials to use. If not provided, the default credentials will be used.default
project_keystringYesThe key identifying the project.project-foo

Outputs

This pipeline has no outputs.