library
turbot/azure
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Azure IAM Role

Delete an Azure IAM role.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run azure.pipeline.delete_iam_role \
--arg 'subscription_id=<string>' \
--arg 'role_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = azure.pipeline.delete_iam_role
args = {
subscription_id = <string>
role_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
subscription_idstringYesAzure Subscription Id. Examples: d46d7416-f95f-4771-bbb5-529d4c766.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
role_namestringYesThe name of the IAM role.-

Outputs

NameDescription
iam_roleThe deleted IAM role details.