@microsoft/msgraph-beta-sdk-organization
Version:
Organization fluent API for Microsoft Graph
26 lines • 1.42 kB
TypeScript
import { type OrganizationRequestBuilder } from './organization/index.js';
import { type BackingStoreFactory, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';
/**
* Instantiates a new OrganizationServiceClient and sets the default values.
* @param backingStore The backing store to use for the models.
* @param requestAdapter The request adapter to use to execute the requests.
*/
export declare function createOrganizationServiceClient(requestAdapter: RequestAdapter, backingStore?: BackingStoreFactory | undefined): OrganizationServiceClient;
/**
* The main entry point of the SDK, exposes the configuration and the fluent API.
*/
export interface OrganizationServiceClient extends BaseRequestBuilder<OrganizationServiceClient> {
/**
* Provides operations to manage the collection of organization entities.
*/
get organization(): OrganizationRequestBuilder;
}
/**
* Metadata for all the navigation properties in the request builder.
*/
export declare const OrganizationServiceClientNavigationMetadata: Record<Exclude<keyof OrganizationServiceClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
* Uri template for the request builder.
*/
export declare const OrganizationServiceClientUriTemplate = "{+baseurl}";
//# sourceMappingURL=organizationServiceClient.d.ts.map