CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list the Defender state within the Security & Compliance resource. It is useful for security administrators who want to retrieve the current status of Defender for a specified tenant, identified by tenant ID or domain name. For example, it can be used to monitor security posture or automate security compliance reporting.

Use Case Examples

  1. Retrieve the Defender state for a specific tenant to monitor security status.
  2. Automate security compliance checks by listing Defender states across multiple tenants.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to filter the Defender state for.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • defenderState - The current state information of Defender for the specified tenant.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the tenant ID or domain name is correctly specified; incorrect values may result in no data or errors.
  • If SSL certificate validation fails and the request is blocked, enable 'Ignore SSL Issues' to bypass this, but be aware of security risks.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Discussion