UNPKG

@microsoft/msgraph-beta-sdk-directory

Version:
67 lines 3.08 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createHardwareOathTokenAuthenticationMethodDeviceFromDiscriminatorValue, serializeHardwareOathTokenAuthenticationMethodDevice } from '@microsoft/msgraph-beta-sdk/models/index.js'; // @ts-ignore import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; // @ts-ignore import { AssignToRequestBuilderNavigationMetadata, AssignToRequestBuilderRequestsMetadata } from './assignTo/index.js'; /** * Uri template for the request builder. */ export const HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderUriTemplate = "{+baseurl}/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice%2Did}{?%24expand,%24select}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderGetQueryParametersMapper = { "expand": "%24expand", "select": "%24select", }; /** * Metadata for all the navigation properties in the request builder. */ export const HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderNavigationMetadata = { assignTo: { requestsMetadata: AssignToRequestBuilderRequestsMetadata, navigationMetadata: AssignToRequestBuilderNavigationMetadata, }, }; /** * Metadata for all the requests in the request builder. */ export const HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderRequestsMetadata = { delete: { uriTemplate: HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "sendNoResponseContent", }, get: { uriTemplate: HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createHardwareOathTokenAuthenticationMethodDeviceFromDiscriminatorValue, queryParametersMapper: HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderGetQueryParametersMapper, }, patch: { uriTemplate: HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createHardwareOathTokenAuthenticationMethodDeviceFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeHardwareOathTokenAuthenticationMethodDevice, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map