modules/Azure/Infrastructure/Classes/CIEMAzureProviderApi.ps1

class CIEMAzureProviderApi {
    [int]$Id
    [string]$Name
    [string]$BaseUrl
    [string]$Version
    [string]$Service
    [string]$Path
    [hashtable]$Permissions
    [bool]$Disabled

    CIEMAzureProviderApi() {
    }
}