library
turbot/pipes
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.pipes
YesName of Pipes connection to use. If not provided, the default Pipes connection will be used.connection.pipes.default
tenant_id
string
YesSpecify the tenant ID.-
service_account_identifier
string
YesSpecify the service account identifier.-

Outputs

NameDescription
tenant_service_account_tokensList of tenant service account tokens.