{"files":{"SKILL.md":"---\nname: security-center\ndescription: \"Security Center API skill. Use when working with Security Center for {resourceId}. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Security Center\nAPI version: 2019-01-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName} -- gets the advanced threat protection settings for the specified resource.\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### {resourceId}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName} | Gets the Advanced Threat Protection settings for the specified resource. |\n| PUT | /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName} | Creates or updates the Advanced Threat Protection settings on a specified resource. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get advancedThreatProtectionSetting details?\" -> GET /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\n- \"Update a advancedThreatProtectionSetting?\" -> PUT /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\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 2019-01-01\n@auth OAuth2\n@endpoints 2\n@toc {resourceId}(2)\n\n@endpoint GET /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\n@desc Gets the Advanced Threat Protection settings for the specified resource.\n@required {settingName: any # Advanced Threat Protection setting name.}\n@returns(200) Successful request to get Advanced Threat Protection settings.\n\n@endpoint PUT /{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\n@desc Creates or updates the Advanced Threat Protection settings on a specified resource.\n@required {settingName: any # Advanced Threat Protection setting name., advancedThreatProtectionSetting: map # Advanced Threat Protection Settings}\n@returns(200) Successful request to put Advanced Threat Protection settings.\n\n@end\n"}}