UNPKG

@microsoft/msgraph-beta-sdk-users

Version:
27 lines 1.41 kB
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the unblockManagedApps method. */ export interface UnblockManagedAppsRequestBuilder extends BaseRequestBuilder<UnblockManagedAppsRequestBuilder> { /** * Unblocks the managed app user from app check-in. * @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 */ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>; /** * Unblocks the managed app user from app check-in. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const UnblockManagedAppsRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/unblockManagedApps"; /** * Metadata for all the requests in the request builder. */ export declare const UnblockManagedAppsRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map