library
turbot/okta
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Update Application

Replaces an application.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run okta.pipeline.update_application \
--arg 'app_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = okta.pipeline.update_application
args = {
app_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
cred
string
YesName for credentials to use. If not provided, the default credentials will be used.default
app_id
string
YesApplication ID.-
name
string
NoUnique key for the application definition.-
label
string
NoUser-defined display name for app.-
sign_on_mode
string
NoAuthentication mode of app.-
status
string
NoApp instance status.-

Outputs

NameDescription
applicationUpdated application details.