{"files":{"SKILL.md":"---\nname: security-center\ndescription: \"Security Center API skill. Use when working with Security Center for {scope}. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Security Center\nAPI version: 2017-08-01-preview\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName} -- details of the information protection policy.\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### {scope}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName} | Details of the information protection policy. |\n| PUT | /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName} | Details of the information protection policy. |\n| GET | /{scope}/providers/Microsoft.Security/informationProtectionPolicies | Information protection policies of a specific management group. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get informationProtectionPolicy details?\" -> GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\n- \"Update a informationProtectionPolicy?\" -> PUT /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\n- \"List all informationProtectionPolicies?\" -> GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Security Center\n@base https://management.azure.com\n@version 2017-08-01-preview\n@auth OAuth2\n@endpoints 3\n@toc {scope}(3)\n\n@endpoint GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\n@desc Details of the information protection policy.\n@required {informationProtectionPolicyName: any # Name of the information protection policy.}\n@returns(200) OK\n\n@endpoint PUT /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\n@desc Details of the information protection policy.\n@required {informationProtectionPolicyName: any # Name of the information protection policy., informationProtectionPolicy: map # Information protection policy.}\n@returns(200) OK\n@returns(201) Created\n\n@endpoint GET /{scope}/providers/Microsoft.Security/informationProtectionPolicies\n@desc Information protection policies of a specific management group.\n@returns(200) OK\n\n@end\n"}}