Create a Security rule
POST/seb-api/v1/policy/security/rules
Creates a new security rule in the policy. The rule is created in the draft configuration and must be published to become active. The controls object must contain at least one non-null control.
Request
Responses
- 201
- 400
- 403
- 500
Successfully created the security rule. Returns the resolved rule.
Bad request - Invalid request.
Forbidden - Insufficient permissions, or a control included in the request is not available for this tenant because its feature is disabled. In the latter case the error message names the specific control, e.g. "remoteDebugging is not available for this tenant".
Internal server error.
