interface ContentScanReport {
    generatedAt: string;
    hostedFeatureServices: ContentPortalItemSummary[];
    portalUrl: string;
    webMaps: ContentPortalItemSummary[];
}

Properties

generatedAt: string
hostedFeatureServices: ContentPortalItemSummary[]
portalUrl: string