Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 436 Bytes

File metadata and controls

23 lines (18 loc) · 436 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Identity.Governance

$params = @{
	requestType = "adminAdd"
	resource = @{
		displayName = "Test group"
		originId = "8ab659d0-3839-427d-8c54-5ae92f0b3e2e"
		originSystem = "AadGroup"
	}
	catalog = @{
		id = "beedadfe-01d5-4025-910b-84abb9369997"
	}
}

New-MgEntitlementManagementResourceRequest -BodyParameter $params