library
turbot/pipes
Get Involved
Version
Pipeline: Get Tenant Service Account
Retrieves information of the specified service account in tenant.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.get_tenant_service_account \ --arg 'tenant_id=<string>' \ --arg 'service_account_handle=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.get_tenant_service_account args = { tenant_id = <string> service_account_handle = <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_handle | string | Yes | Specify the service account identifier. | - |
Outputs
| Name | Description |
|---|---|
| tenant_service_account | The tenant service account details. |