manage_named_locations
Create, update, delete, or list IP ranges and country locations for Conditional Access policies to control access based on geographic or network criteria.
Instructions
Manage Conditional Access named locations including IP address ranges and country/region locations for location-based access control.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on named locations | |
| locationId | No | Named location ID for specific operations | |
| displayName | No | Display name for the location | |
| locationType | No | Type of named location | |
| isTrusted | No | Whether to mark IP ranges as trusted | |
| ipRanges | No | IP ranges for IP-based named location | |
| countriesAndRegions | No | ISO 3166-1 alpha-2 country codes (e.g., ["US", "CA"]) | |
| includeUnknownCountriesAndRegions | No | Include unknown countries/regions |