sophos_create_cloud_security_profile
Create a cloud security detection profile or add a new version to an existing one, with rule and list overrides using a specific content version.
Instructions
Create a new cloud security runtime detection profile, or create a new version of an existing profile. Provide 'name' when creating a new profile; provide 'profile_id' when adding a new version to an existing profile. Use sophos_list_cloud_security_default_contents to get available content versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Profile name (required when creating a new profile, omit when creating a new version of an existing profile) | |
| tenant_id | Yes | Tenant UUID | |
| profile_id | No | UUID of an existing profile to create a new version of (omit when creating a brand new profile) | |
| list_overrides | No | List of allow/block list overrides for the profile | |
| rule_overrides | No | List of rule-level overrides for the profile | |
| content_version | Yes | Version of the default content to use (e.g. '6.4.8'). Use sophos_list_cloud_security_default_contents to list available versions. | |
| profile_description | No | Description for this version of the profile |