Type alias PromotionReport
PromotionReport: { createdDate: string; dryRun: boolean; missingESVs: string[]; previouslyIgnoredEncryptedSecrets: string[]; promoter: string; promotionDescription: string; promotionId: string; report: { AMConfig: PromotionConfig[]; IDMConfig: PromotionConfig[]; }; reportId: string; reportName: string; type: PromotionType; } Type declaration
createdDate: string
dryRun: boolean
missingESVs: string[]
previouslyIgnoredEncryptedSecrets: string[]
promoter: string
promotionDescription: string
promotionId: string
reportId: string
reportName: string