library
turbot/okta
Get Involved
Version
Pipeline: Create Application
Creates a new application to your Okta organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run okta.pipeline.create_application \ --arg 'name=<string>' \ --arg 'label=<string>' \ --arg 'sign_on_mode=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = okta.pipeline.create_application args = { name = <string> label = <string> sign_on_mode = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
name | string | Yes | Unique key for the application definition. | - |
label | string | Yes | User-defined display name for app. | - |
sign_on_mode | string | Yes | Authentication mode for the app. | - |
Outputs
Name | Description |
---|---|
application | Created application. |