{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimidentityprovider","description":"ApiManagementClient","version":"2019-01-01","base_url":"https://management.azure.com","endpoints":6,"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-01-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders\n@desc Lists a collection of Identity Provider configured in the specified service instance.\n@returns(200) Lists a collection of Identity Providers.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}\n@desc Gets the entity state (Etag) version of the identityProvider specified by its identifier.\n@returns(200) Specified identity provider 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}/identityProviders/{identityProviderName}\n@desc Gets the configuration details of the identity Provider configured in specified service instance.\n@returns(200) The response body contains the specified IdentityProvider entity configuration details.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}\n@desc Creates or Updates the IdentityProvider configuration.\n@required {parameters: any # Create parameters.}\n@returns(200) The existing Identity Provider was successfully updated.\n@returns(201) IdentityProvider configuration were successfully created.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}\n@desc Updates an existing IdentityProvider configuration.\n@required {parameters: any # Update parameters.}\n@returns(204) The existing identity provider configuration was successfully updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}\n@desc Deletes the specified identity provider configuration.\n@returns(200) The identity provider configuration was successfully deleted.\n@returns(204) The identity provider configuration was successfully deleted.\n\n@end\n"}