{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimauthorizationservers","description":"ApiManagementClient","version":"2019-12-01-preview","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApiManagementClient\n@base https://management.azure.com\n@version 2019-12-01-preview\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers\n@desc Lists a collection of authorization servers defined within a service instance.\n@optional {$filter: any # |   Field     |     Usage     |     Supported operators     |     Supported functions     ||-------------|-------------|-------------|-------------|| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith | | displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |}\n@returns(200) A Collection of the Authorization Server entities for the specified API Management service instance.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}\n@desc Gets the entity state (Etag) version of the authorizationServer specified by its identifier.\n@returns(200) Specified authorization server entity exists and current entity state version is present in the ETag header.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}\n@desc Gets the details of the authorization server specified by its identifier.\n@returns(200) Gets the details of the specified authorization server.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}\n@desc Creates new authorization server or updates an existing authorization server.\n@required {parameters: any # Create or update parameters.}\n@returns(200) Authorization server is already registered.\n@returns(201) Authorization server was successfully registered.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}\n@desc Updates the details of the authorization server specified by its identifier.\n@required {parameters: any # OAuth2 Server settings Update parameters.}\n@returns(204) The authorization server settings were successfully updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}\n@desc Deletes specific authorization server instance.\n@returns(200) The authorization server settings were successfully deleted.\n@returns(204) The authorization server settings were successfully deleted.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}/listSecrets\n@desc Gets the client secret details of the authorization server.\n@returns(200) The response body contains the client secret.\n\n@end\n"}