Export a policy as YAML file
Policies
Export a policy as YAML file
GET
Export a policy as YAML file
Authorizations
JWT access token.
Response
200 - application/json
Policy YAML content
YAML content of the policy
Example:
"# Security Policy: Production SAST Rules\nversion: \"1.0\"\nrules:\n - id: block-critical\n type: severity\n operator: equals\n value: critical\n action: block"