library
turbot/pipes
Get Involved
Version
Pipeline: List Tenant Service Account Tokens
List all tokens for a service account in a tenant.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.list_tenant_service_account_tokens \ --arg 'tenant_id=<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_tenant_service_account_tokens args = { tenant_id = <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 |
| tenant_id | string | Yes | Specify the tenant ID. | - |
| service_account_identifier | string | Yes | Specify the service account identifier. | - |
Outputs
| Name | Description |
|---|---|
| tenant_service_account_tokens | List of tenant service account tokens. |