Microsoft Azure Filtering
This document covers the various ways fine-grained just-in-time access for Microsoft Azure can be configured by using P0's access policies.
Filtering on subscription
Rule structure:
resource:
type: integration
service: azure
filters:
subscription: {
effect: keep|remove|removeAll
key: <tag key>
pattern: <regex pattern>
}resource:
type: integration
service: azure
accessType: any
filters:
subscription: {effect: keep, key: id, pattern: <subscription id>}
approval:
- type: denyFiltering on resource
Rule structure:
Examples:
Filtering on roles
Rule structure:
Examples:
Last updated