library
turbot/pipes
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: List Tenant Service Accounts

List all service accounts in a tenant.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run pipes.pipeline.list_tenant_service_accounts \
--arg 'tenant_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = pipes.pipeline.list_tenant_service_accounts
args = {
tenant_id = <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.-

Outputs

NameDescription
tenant_service_accountsList of tenant service accounts.