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

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_credstringYesName for Jira credentials to use. If not provided, the default credentials will be used.default
okta_credstringYesName for Okta credentials to use. If not provided, the default credentials will be used.default
inactive_hoursnumberYesNumber of hours of inactivity before an account is deactivated.48
project_keystringYesThe key identifying the jira project.project-foo
issue_typestringYesIssue type.Task

Outputs

NameDescription
jira_issueIssue metadata.