library
turbot/pipes
Get Involved
Version
Pipeline: List Organization Service Account Tokens
List all tokens for a service account in an organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.list_organization_service_account_tokens \ --arg 'org_handle=<string>' \ --arg 'service_account_identifier=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.list_organization_service_account_tokens args = { org_handle = <string> service_account_identifier = <string> }}Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.pipes | Yes | Name of Pipes connection to use. If not provided, the default Pipes connection will be used. | connection.pipes.default |
| org_handle | string | Yes | Specify the organization handle. | - |
| service_account_identifier | string | Yes | Specify the service account identifier. | - |
Outputs
| Name | Description |
|---|---|
| organization_service_account_tokens | List of organization service account tokens. |