modules/Azure/Discovery/Classes/CIEMAzureArmResource.ps1

class CIEMAzureArmResource {
    [string]$Id
    [string]$Type
    [string]$Name
    [string]$Location
    [string]$ResourceGroup
    [string]$SubscriptionId
    [string]$TenantId
    [string]$Kind
    [string]$Sku
    [string]$Identity
    [string]$ManagedBy
    [string]$Plan
    [string]$Zones
    [string]$Tags
    [string]$Properties
    [string]$CollectedAt
    [long]$LastSeenAt

    CIEMAzureArmResource() {}
}