Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 422 Bytes

File metadata and controls

22 lines (16 loc) · 422 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const onPremisesSyncBehavior = {
  '@odata.type': '#microsoft.graph.onPremisesSyncBehavior',
  isCloudManaged: true
};

await client.api('/groups/e7c2f02a-7a59-40de-8d6e-1e0197b8cfba/onPremisesSyncBehavior')
	.version('beta')
	.update(onPremisesSyncBehavior);