modules/Azure/Discovery/Classes/CIEMAzureResourceType.ps1

class CIEMAzureResourceType {
    [string]$Type
    [string]$ApiSource
    [string]$GraphTable
    [int]$ResourceCount
    [string]$DiscoveredAt
    [string]$LastCollected

    CIEMAzureResourceType() {}
}