library
turbot/pipes
Get Involved
Version
Pipeline: Get Organization Service Account Token
Retrieves information of the specified service account token in organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.get_organization_service_account_token \ --arg 'org_handle=<string>' \ --arg 'service_account_identifier=<string>' \ --arg 'token_id=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.get_organization_service_account_token args = { org_handle = <string> service_account_identifier = <string> token_id = <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. | - |
| token_id | string | Yes | Specify the token id. | - |
Outputs
| Name | Description |
|---|---|
| organization_service_account_token | The organization service account token details. |