modules/Azure/Discovery/Classes/CIEMAzureResourceRelationship.ps1
|
class CIEMAzureResourceRelationship { [int]$Id [string]$SourceId [string]$SourceType [string]$TargetId [string]$TargetType [string]$Relationship [string]$CollectedAt CIEMAzureResourceRelationship() {} } |