modules/Azure/Discovery/Classes/CIEMAzureEntraResource.ps1

class CIEMAzureEntraResource {
    [string]$Id
    [string]$Type
    [string]$DisplayName
    [string]$ParentId
    [string]$Properties
    [string]$CollectedAt
    [long]$LastSeenAt

    CIEMAzureEntraResource() {}
}