sample
turbot/flowpipe-samples/report-inactive-okta-accounts

Pipeline: Report on Inactive Okta Accounts and Deactivate

Routinely scan Okta environments for potential inactive accounts and deactivate accounts.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run report_inactive_okta_accounts.pipeline.report_inactive_okta_accounts

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = report_inactive_okta_accounts.pipeline.report_inactive_okta_accounts
}

Params

NameTypeRequiredDescriptionDefault
jira_conn
connection.jira
YesName for Jira connections to use. If not provided, the default connections will be used.connection.jira.default
okta_conn
connection.okta
YesName for Okta connections to use. If not provided, the default connections will be used.connection.okta.default
inactive_hours
number
YesNumber of hours of inactivity before an account is deactivated.48
project_key
string
YesThe key identifying the jira project.project-foo
issue_type
string
YesIssue type.Task

Outputs

NameDescription
jira_issueIssue metadata.

Tags

recommended = true