CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to add a named location to a specified tenant. It allows users to define a named location by specifying details such as display name, whether the location is trusted, IP ranges, and countries or regions associated with the location. This operation is useful for managing tenant security settings, particularly in scenarios involving conditional access policies or trusted network locations.

Use Case Examples

  1. Adding a trusted named location with specific IP ranges to a tenant for conditional access control.
  2. Defining a named location by country codes to restrict or allow access based on geographic regions.

Properties

Name Meaning
Tenant Filter Specifies the tenant ID or domain name to identify the tenant where the named location will be added.
Display Name The display name for the named location being added.
Is Trusted Indicates whether the named location is considered trusted.
IP Ranges A comma-separated list of IP ranges defining the named location.
Countries And Regions A comma-separated list of country codes associated with the named location.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • namedLocationId - The unique identifier of the newly added named location.
  • displayName - The display name of the named location.
  • isTrusted - Indicates if the named location is trusted.
  • ipRanges - The IP ranges associated with the named location.
  • countriesAndRegions - The countries and regions associated with the named location.

Dependencies

  • CIPP API
  • An API key credential for authentication

Troubleshooting

  • Ensure the tenant ID or domain name is correctly specified in the Tenant Filter property to avoid tenant identification errors.
  • Verify that the API credentials are valid and have sufficient permissions to add named locations.
  • Check the format of IP ranges and country codes to ensure they are comma-separated and valid.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
  • Proxy settings must be correctly configured if used, including authentication details if required.

Links

Discussion