ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
Azure

Policy: Azure > Search Management > Permissions > Levels

Define the permissions levels that can be used to grant access to Storage an Azure Subscription. Permissions levels defined will appear in the UI to assign access to Guardrails users.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
array
Default template
{% if $.availableLevels.items[0].value | length == 0 %} [] {% endif %}{% for item in $.availableLevels.items[0].value %}- {{ item }}
{% endfor %}
Default template input
- |
{
item: subscription {
turbot{
id
}
}
}
- |
{
availableLevels: policyValues(filter:"policyTypeLevel:self resourceId:{{ $.item.turbot.id }} policyTypeId:'tmod:@turbot/azure-iam#/policy/types/permissionsLevelsDefault'") {
items {
value
}
}
}

Category

In Your Workspace

Developers