UNPKG

@microsoft/msgraph-beta-sdk-compliance

Version:
30 lines 2.19 kB
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the resetToDefault method. */ export interface MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder extends BaseRequestBuilder<MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder> { /** * Reset a caseSettings object to the default values. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace on 2022-12-05 and will be removed 2023-02-01 * @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta|Find more info here} */ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>; /** * Reset a caseSettings object to the default values. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace on 2022-12-05 and will be removed 2023-02-01 */ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const MicrosoftGraphEdiscoveryResetToDefaultRequestBuilderUriTemplate = "{+baseurl}/compliance/ediscovery/cases/{case%2Did}/settings/microsoft.graph.ediscovery.resetToDefault"; /** * Metadata for all the requests in the request builder. */ export declare const MicrosoftGraphEdiscoveryResetToDefaultRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map