Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 413 Bytes

File metadata and controls

21 lines (15 loc) · 413 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const unifiedRoleManagementAlert = {
  isActive: false
};

await client.api('/identityGovernance/roleManagementAlerts/alerts/DirectoryRole_67b47f38-0f0b-4e62-a3be-859140c2061f_StaleSignInAlert')
	.version('beta')
	.update(unifiedRoleManagementAlert);