@microsoft/msgraph-sdk 1.0.0-preview.13 → 1.0.0-preview.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphServiceClient.js +1 -1
- package/models/callRecords/index.d.ts +44 -44
- package/models/callRecords/index.js +44 -44
- package/models/externalConnectors/index.d.ts +54 -54
- package/models/externalConnectors/index.js +54 -54
- package/models/identityGovernance/index.d.ts +72 -72
- package/models/identityGovernance/index.js +72 -72
- package/models/index.d.ts +4158 -4090
- package/models/index.d.ts.map +1 -1
- package/models/index.js +4283 -4221
- package/models/oDataErrors/index.d.ts +8 -8
- package/models/oDataErrors/index.js +8 -8
- package/models/partners/billing/index.d.ts +24 -24
- package/models/partners/billing/index.js +24 -24
- package/models/security/index.d.ts +332 -332
- package/models/security/index.js +332 -332
- package/models/termStore/index.d.ts +26 -26
- package/models/termStore/index.js +26 -26
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -577,997 +577,997 @@ export type ContentFormat = (typeof ContentFormatObject)[keyof typeof ContentFor
|
|
|
577
577
|
/**
|
|
578
578
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
579
579
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
580
|
-
* @returns
|
|
580
|
+
* @returns {AlertCollectionResponse}
|
|
581
581
|
*/
|
|
582
582
|
export declare function createAlertCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
583
583
|
/**
|
|
584
584
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
585
585
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
586
|
-
* @returns
|
|
586
|
+
* @returns {AlertComment}
|
|
587
587
|
*/
|
|
588
588
|
export declare function createAlertCommentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
589
589
|
/**
|
|
590
590
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
591
591
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
592
|
-
* @returns
|
|
592
|
+
* @returns {AlertEvidence}
|
|
593
593
|
*/
|
|
594
594
|
export declare function createAlertEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
595
595
|
/**
|
|
596
596
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
597
597
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
598
|
-
* @returns
|
|
598
|
+
* @returns {Alert}
|
|
599
599
|
*/
|
|
600
600
|
export declare function createAlertFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
601
601
|
/**
|
|
602
602
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
603
603
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
604
|
-
* @returns
|
|
604
|
+
* @returns {AmazonResourceEvidence}
|
|
605
605
|
*/
|
|
606
606
|
export declare function createAmazonResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
607
607
|
/**
|
|
608
608
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
609
609
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
610
|
-
* @returns
|
|
610
|
+
* @returns {AnalyzedMessageEvidence}
|
|
611
611
|
*/
|
|
612
612
|
export declare function createAnalyzedMessageEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
613
613
|
/**
|
|
614
614
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
615
615
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
616
|
-
* @returns
|
|
616
|
+
* @returns {ArticleCollectionResponse}
|
|
617
617
|
*/
|
|
618
618
|
export declare function createArticleCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
619
619
|
/**
|
|
620
620
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
621
621
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
622
|
-
* @returns
|
|
622
|
+
* @returns {Article}
|
|
623
623
|
*/
|
|
624
624
|
export declare function createArticleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
625
625
|
/**
|
|
626
626
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
627
627
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
628
|
-
* @returns
|
|
628
|
+
* @returns {ArticleIndicatorCollectionResponse}
|
|
629
629
|
*/
|
|
630
630
|
export declare function createArticleIndicatorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
631
631
|
/**
|
|
632
632
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
633
633
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
634
|
-
* @returns
|
|
634
|
+
* @returns {ArticleIndicator}
|
|
635
635
|
*/
|
|
636
636
|
export declare function createArticleIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
637
637
|
/**
|
|
638
638
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
639
639
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
640
|
-
* @returns
|
|
640
|
+
* @returns {Artifact}
|
|
641
641
|
*/
|
|
642
642
|
export declare function createArtifactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
643
643
|
/**
|
|
644
644
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
645
645
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
646
|
-
* @returns
|
|
646
|
+
* @returns {AutonomousSystem}
|
|
647
647
|
*/
|
|
648
648
|
export declare function createAutonomousSystemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
649
649
|
/**
|
|
650
650
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
651
651
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
652
|
-
* @returns
|
|
652
|
+
* @returns {AzureResourceEvidence}
|
|
653
653
|
*/
|
|
654
654
|
export declare function createAzureResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
655
655
|
/**
|
|
656
656
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
657
657
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
658
|
-
* @returns
|
|
658
|
+
* @returns {BlobContainerEvidence}
|
|
659
659
|
*/
|
|
660
660
|
export declare function createBlobContainerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
661
661
|
/**
|
|
662
662
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
663
663
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
664
|
-
* @returns
|
|
664
|
+
* @returns {BlobEvidence}
|
|
665
665
|
*/
|
|
666
666
|
export declare function createBlobEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
667
667
|
/**
|
|
668
668
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
669
669
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
670
|
-
* @returns
|
|
670
|
+
* @returns {CaseEscaped}
|
|
671
671
|
*/
|
|
672
672
|
export declare function createCaseEscapedFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
673
673
|
/**
|
|
674
674
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
675
675
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
676
|
-
* @returns
|
|
676
|
+
* @returns {CaseOperationCollectionResponse}
|
|
677
677
|
*/
|
|
678
678
|
export declare function createCaseOperationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
679
679
|
/**
|
|
680
680
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
681
681
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
682
|
-
* @returns
|
|
682
|
+
* @returns {CaseOperation}
|
|
683
683
|
*/
|
|
684
684
|
export declare function createCaseOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
685
685
|
/**
|
|
686
686
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
687
687
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
688
|
-
* @returns
|
|
688
|
+
* @returns {CasesRoot}
|
|
689
689
|
*/
|
|
690
690
|
export declare function createCasesRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
691
691
|
/**
|
|
692
692
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
693
693
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
694
|
-
* @returns
|
|
694
|
+
* @returns {CloudApplicationEvidence}
|
|
695
695
|
*/
|
|
696
696
|
export declare function createCloudApplicationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
697
697
|
/**
|
|
698
698
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
699
699
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
700
|
-
* @returns
|
|
700
|
+
* @returns {ContainerEvidence}
|
|
701
701
|
*/
|
|
702
702
|
export declare function createContainerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
703
703
|
/**
|
|
704
704
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
705
705
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
706
|
-
* @returns
|
|
706
|
+
* @returns {ContainerImageEvidence}
|
|
707
707
|
*/
|
|
708
708
|
export declare function createContainerImageEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
709
709
|
/**
|
|
710
710
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
711
711
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
712
|
-
* @returns
|
|
712
|
+
* @returns {ContainerRegistryEvidence}
|
|
713
713
|
*/
|
|
714
714
|
export declare function createContainerRegistryEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
715
715
|
/**
|
|
716
716
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
717
717
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
718
|
-
* @returns
|
|
718
|
+
* @returns {CvssSummary}
|
|
719
719
|
*/
|
|
720
720
|
export declare function createCvssSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
721
721
|
/**
|
|
722
722
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
723
723
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
724
|
-
* @returns
|
|
724
|
+
* @returns {DataSet}
|
|
725
725
|
*/
|
|
726
726
|
export declare function createDataSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
727
727
|
/**
|
|
728
728
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
729
729
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
730
|
-
* @returns
|
|
730
|
+
* @returns {DataSourceCollectionResponse}
|
|
731
731
|
*/
|
|
732
732
|
export declare function createDataSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
733
733
|
/**
|
|
734
734
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
735
735
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
736
|
-
* @returns
|
|
736
|
+
* @returns {DataSourceContainer}
|
|
737
737
|
*/
|
|
738
738
|
export declare function createDataSourceContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
739
739
|
/**
|
|
740
740
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
741
741
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
742
|
-
* @returns
|
|
742
|
+
* @returns {DataSource}
|
|
743
743
|
*/
|
|
744
744
|
export declare function createDataSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
745
745
|
/**
|
|
746
746
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
747
747
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
748
|
-
* @returns
|
|
748
|
+
* @returns {DeviceEvidence}
|
|
749
749
|
*/
|
|
750
750
|
export declare function createDeviceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
751
751
|
/**
|
|
752
752
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
753
753
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
754
|
-
* @returns
|
|
754
|
+
* @returns {Dictionary}
|
|
755
755
|
*/
|
|
756
756
|
export declare function createDictionaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
757
757
|
/**
|
|
758
758
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
759
759
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
760
|
-
* @returns
|
|
760
|
+
* @returns {DnsEvidence}
|
|
761
761
|
*/
|
|
762
762
|
export declare function createDnsEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
763
763
|
/**
|
|
764
764
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
765
765
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
766
|
-
* @returns
|
|
766
|
+
* @returns {EdiscoveryAddToReviewSetOperation}
|
|
767
767
|
*/
|
|
768
768
|
export declare function createEdiscoveryAddToReviewSetOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
769
769
|
/**
|
|
770
770
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
771
771
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
772
|
-
* @returns
|
|
772
|
+
* @returns {EdiscoveryCaseCollectionResponse}
|
|
773
773
|
*/
|
|
774
774
|
export declare function createEdiscoveryCaseCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
775
775
|
/**
|
|
776
776
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
777
777
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
778
|
-
* @returns
|
|
778
|
+
* @returns {EdiscoveryCase}
|
|
779
779
|
*/
|
|
780
780
|
export declare function createEdiscoveryCaseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
781
781
|
/**
|
|
782
782
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
783
783
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
784
|
-
* @returns
|
|
784
|
+
* @returns {EdiscoveryCaseSettings}
|
|
785
785
|
*/
|
|
786
786
|
export declare function createEdiscoveryCaseSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
787
787
|
/**
|
|
788
788
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
789
789
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
790
|
-
* @returns
|
|
790
|
+
* @returns {EdiscoveryCustodianCollectionResponse}
|
|
791
791
|
*/
|
|
792
792
|
export declare function createEdiscoveryCustodianCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
793
793
|
/**
|
|
794
794
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
795
795
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
796
|
-
* @returns
|
|
796
|
+
* @returns {EdiscoveryCustodian}
|
|
797
797
|
*/
|
|
798
798
|
export declare function createEdiscoveryCustodianFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
799
799
|
/**
|
|
800
800
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
801
801
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
802
|
-
* @returns
|
|
802
|
+
* @returns {EdiscoveryEstimateOperation}
|
|
803
803
|
*/
|
|
804
804
|
export declare function createEdiscoveryEstimateOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
805
805
|
/**
|
|
806
806
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
807
807
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
808
|
-
* @returns
|
|
808
|
+
* @returns {EdiscoveryExportOperation}
|
|
809
809
|
*/
|
|
810
810
|
export declare function createEdiscoveryExportOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
811
811
|
/**
|
|
812
812
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
813
813
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
814
|
-
* @returns
|
|
814
|
+
* @returns {EdiscoveryHoldOperation}
|
|
815
815
|
*/
|
|
816
816
|
export declare function createEdiscoveryHoldOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
817
817
|
/**
|
|
818
818
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
819
819
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
820
|
-
* @returns
|
|
820
|
+
* @returns {EdiscoveryIndexOperation}
|
|
821
821
|
*/
|
|
822
822
|
export declare function createEdiscoveryIndexOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
823
823
|
/**
|
|
824
824
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
825
825
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
826
|
-
* @returns
|
|
826
|
+
* @returns {EdiscoveryNoncustodialDataSourceCollectionResponse}
|
|
827
827
|
*/
|
|
828
828
|
export declare function createEdiscoveryNoncustodialDataSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
829
829
|
/**
|
|
830
830
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
831
831
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
832
|
-
* @returns
|
|
832
|
+
* @returns {EdiscoveryNoncustodialDataSource}
|
|
833
833
|
*/
|
|
834
834
|
export declare function createEdiscoveryNoncustodialDataSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
835
835
|
/**
|
|
836
836
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
837
837
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
838
|
-
* @returns
|
|
838
|
+
* @returns {EdiscoveryPurgeDataOperation}
|
|
839
839
|
*/
|
|
840
840
|
export declare function createEdiscoveryPurgeDataOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
841
841
|
/**
|
|
842
842
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
843
843
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
844
|
-
* @returns
|
|
844
|
+
* @returns {EdiscoveryReviewSetCollectionResponse}
|
|
845
845
|
*/
|
|
846
846
|
export declare function createEdiscoveryReviewSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
847
847
|
/**
|
|
848
848
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
849
849
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
850
|
-
* @returns
|
|
850
|
+
* @returns {EdiscoveryReviewSet}
|
|
851
851
|
*/
|
|
852
852
|
export declare function createEdiscoveryReviewSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
853
853
|
/**
|
|
854
854
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
855
855
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
856
|
-
* @returns
|
|
856
|
+
* @returns {EdiscoveryReviewSetQueryCollectionResponse}
|
|
857
857
|
*/
|
|
858
858
|
export declare function createEdiscoveryReviewSetQueryCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
859
859
|
/**
|
|
860
860
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
861
861
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
862
|
-
* @returns
|
|
862
|
+
* @returns {EdiscoveryReviewSetQuery}
|
|
863
863
|
*/
|
|
864
864
|
export declare function createEdiscoveryReviewSetQueryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
865
865
|
/**
|
|
866
866
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
867
867
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
868
|
-
* @returns
|
|
868
|
+
* @returns {EdiscoveryReviewTagCollectionResponse}
|
|
869
869
|
*/
|
|
870
870
|
export declare function createEdiscoveryReviewTagCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
871
871
|
/**
|
|
872
872
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
873
873
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
874
|
-
* @returns
|
|
874
|
+
* @returns {EdiscoveryReviewTag}
|
|
875
875
|
*/
|
|
876
876
|
export declare function createEdiscoveryReviewTagFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
877
877
|
/**
|
|
878
878
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
879
879
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
880
|
-
* @returns
|
|
880
|
+
* @returns {EdiscoverySearchCollectionResponse}
|
|
881
881
|
*/
|
|
882
882
|
export declare function createEdiscoverySearchCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
883
883
|
/**
|
|
884
884
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
885
885
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
886
|
-
* @returns
|
|
886
|
+
* @returns {EdiscoverySearch}
|
|
887
887
|
*/
|
|
888
888
|
export declare function createEdiscoverySearchFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
889
889
|
/**
|
|
890
890
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
891
891
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
892
|
-
* @returns
|
|
892
|
+
* @returns {EdiscoveryTagOperation}
|
|
893
893
|
*/
|
|
894
894
|
export declare function createEdiscoveryTagOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
895
895
|
/**
|
|
896
896
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
897
897
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
898
|
-
* @returns
|
|
898
|
+
* @returns {EmailSender}
|
|
899
899
|
*/
|
|
900
900
|
export declare function createEmailSenderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
901
901
|
/**
|
|
902
902
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
903
903
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
904
|
-
* @returns
|
|
904
|
+
* @returns {EventPropagationResult}
|
|
905
905
|
*/
|
|
906
906
|
export declare function createEventPropagationResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
907
907
|
/**
|
|
908
908
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
909
909
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
910
|
-
* @returns
|
|
910
|
+
* @returns {EventQuery}
|
|
911
911
|
*/
|
|
912
912
|
export declare function createEventQueryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
913
913
|
/**
|
|
914
914
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
915
915
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
916
|
-
* @returns
|
|
916
|
+
* @returns {ExportFileMetadata}
|
|
917
917
|
*/
|
|
918
918
|
export declare function createExportFileMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
919
919
|
/**
|
|
920
920
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
921
921
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
922
|
-
* @returns
|
|
922
|
+
* @returns {FileDetails}
|
|
923
923
|
*/
|
|
924
924
|
export declare function createFileDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
925
925
|
/**
|
|
926
926
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
927
927
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
928
|
-
* @returns
|
|
928
|
+
* @returns {FileEvidence}
|
|
929
929
|
*/
|
|
930
930
|
export declare function createFileEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
931
931
|
/**
|
|
932
932
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
933
933
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
934
|
-
* @returns
|
|
934
|
+
* @returns {FileHashEvidence}
|
|
935
935
|
*/
|
|
936
936
|
export declare function createFileHashEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
937
937
|
/**
|
|
938
938
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
939
939
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
940
|
-
* @returns
|
|
940
|
+
* @returns {FileHash}
|
|
941
941
|
*/
|
|
942
942
|
export declare function createFileHashFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
943
943
|
/**
|
|
944
944
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
945
945
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
946
|
-
* @returns
|
|
946
|
+
* @returns {FormattedContent}
|
|
947
947
|
*/
|
|
948
948
|
export declare function createFormattedContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
949
949
|
/**
|
|
950
950
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
951
951
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
952
|
-
* @returns
|
|
952
|
+
* @returns {GitHubOrganizationEvidence}
|
|
953
953
|
*/
|
|
954
954
|
export declare function createGitHubOrganizationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
955
955
|
/**
|
|
956
956
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
957
957
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
958
|
-
* @returns
|
|
958
|
+
* @returns {GitHubRepoEvidence}
|
|
959
959
|
*/
|
|
960
960
|
export declare function createGitHubRepoEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
961
961
|
/**
|
|
962
962
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
963
963
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
964
|
-
* @returns
|
|
964
|
+
* @returns {GitHubUserEvidence}
|
|
965
965
|
*/
|
|
966
966
|
export declare function createGitHubUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
967
967
|
/**
|
|
968
968
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
969
969
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
970
|
-
* @returns
|
|
970
|
+
* @returns {GoogleCloudResourceEvidence}
|
|
971
971
|
*/
|
|
972
972
|
export declare function createGoogleCloudResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
973
973
|
/**
|
|
974
974
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
975
975
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
976
|
-
* @returns
|
|
976
|
+
* @returns {HostCollectionResponse}
|
|
977
977
|
*/
|
|
978
978
|
export declare function createHostCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
979
979
|
/**
|
|
980
980
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
981
981
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
982
|
-
* @returns
|
|
982
|
+
* @returns {HostComponentCollectionResponse}
|
|
983
983
|
*/
|
|
984
984
|
export declare function createHostComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
985
985
|
/**
|
|
986
986
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
987
987
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
988
|
-
* @returns
|
|
988
|
+
* @returns {HostComponent}
|
|
989
989
|
*/
|
|
990
990
|
export declare function createHostComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
991
991
|
/**
|
|
992
992
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
993
993
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
994
|
-
* @returns
|
|
994
|
+
* @returns {HostCookieCollectionResponse}
|
|
995
995
|
*/
|
|
996
996
|
export declare function createHostCookieCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
997
997
|
/**
|
|
998
998
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
999
999
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1000
|
-
* @returns
|
|
1000
|
+
* @returns {HostCookie}
|
|
1001
1001
|
*/
|
|
1002
1002
|
export declare function createHostCookieFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1005
1005
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1006
|
-
* @returns
|
|
1006
|
+
* @returns {Host}
|
|
1007
1007
|
*/
|
|
1008
1008
|
export declare function createHostFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1009
1009
|
/**
|
|
1010
1010
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1011
1011
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1012
|
-
* @returns
|
|
1012
|
+
* @returns {HostLogonSessionEvidence}
|
|
1013
1013
|
*/
|
|
1014
1014
|
export declare function createHostLogonSessionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1017
1017
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1018
|
-
* @returns
|
|
1018
|
+
* @returns {Hostname}
|
|
1019
1019
|
*/
|
|
1020
1020
|
export declare function createHostnameFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1021
1021
|
/**
|
|
1022
1022
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1023
1023
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1024
|
-
* @returns
|
|
1024
|
+
* @returns {HostPairCollectionResponse}
|
|
1025
1025
|
*/
|
|
1026
1026
|
export declare function createHostPairCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1029
1029
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1030
|
-
* @returns
|
|
1030
|
+
* @returns {HostPair}
|
|
1031
1031
|
*/
|
|
1032
1032
|
export declare function createHostPairFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1035
1035
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1036
|
-
* @returns
|
|
1036
|
+
* @returns {HostPortBanner}
|
|
1037
1037
|
*/
|
|
1038
1038
|
export declare function createHostPortBannerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1039
1039
|
/**
|
|
1040
1040
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1041
1041
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1042
|
-
* @returns
|
|
1042
|
+
* @returns {HostPortCollectionResponse}
|
|
1043
1043
|
*/
|
|
1044
1044
|
export declare function createHostPortCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1045
1045
|
/**
|
|
1046
1046
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1047
1047
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1048
|
-
* @returns
|
|
1048
|
+
* @returns {HostPortComponent}
|
|
1049
1049
|
*/
|
|
1050
1050
|
export declare function createHostPortComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1053
1053
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1054
|
-
* @returns
|
|
1054
|
+
* @returns {HostPort}
|
|
1055
1055
|
*/
|
|
1056
1056
|
export declare function createHostPortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1059
1059
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1060
|
-
* @returns
|
|
1060
|
+
* @returns {HostReputation}
|
|
1061
1061
|
*/
|
|
1062
1062
|
export declare function createHostReputationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1063
1063
|
/**
|
|
1064
1064
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1065
1065
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1066
|
-
* @returns
|
|
1066
|
+
* @returns {HostReputationRule}
|
|
1067
1067
|
*/
|
|
1068
1068
|
export declare function createHostReputationRuleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1069
1069
|
/**
|
|
1070
1070
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1071
1071
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1072
|
-
* @returns
|
|
1072
|
+
* @returns {HostSslCertificateCollectionResponse}
|
|
1073
1073
|
*/
|
|
1074
1074
|
export declare function createHostSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1075
1075
|
/**
|
|
1076
1076
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1077
1077
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1078
|
-
* @returns
|
|
1078
|
+
* @returns {HostSslCertificate}
|
|
1079
1079
|
*/
|
|
1080
1080
|
export declare function createHostSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1081
1081
|
/**
|
|
1082
1082
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1083
1083
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1084
|
-
* @returns
|
|
1084
|
+
* @returns {HostSslCertificatePort}
|
|
1085
1085
|
*/
|
|
1086
1086
|
export declare function createHostSslCertificatePortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1087
1087
|
/**
|
|
1088
1088
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1089
1089
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1090
|
-
* @returns
|
|
1090
|
+
* @returns {HostTrackerCollectionResponse}
|
|
1091
1091
|
*/
|
|
1092
1092
|
export declare function createHostTrackerCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1095
1095
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1096
|
-
* @returns
|
|
1096
|
+
* @returns {HostTracker}
|
|
1097
1097
|
*/
|
|
1098
1098
|
export declare function createHostTrackerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1101
1101
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1102
|
-
* @returns
|
|
1102
|
+
* @returns {HuntingQueryResults}
|
|
1103
1103
|
*/
|
|
1104
1104
|
export declare function createHuntingQueryResultsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1107
1107
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1108
|
-
* @returns
|
|
1108
|
+
* @returns {HuntingRowResult}
|
|
1109
1109
|
*/
|
|
1110
1110
|
export declare function createHuntingRowResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1111
1111
|
/**
|
|
1112
1112
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1113
1113
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1114
|
-
* @returns
|
|
1114
|
+
* @returns {Hyperlink}
|
|
1115
1115
|
*/
|
|
1116
1116
|
export declare function createHyperlinkFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1119
1119
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1120
|
-
* @returns
|
|
1120
|
+
* @returns {IncidentCollectionResponse}
|
|
1121
1121
|
*/
|
|
1122
1122
|
export declare function createIncidentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1123
1123
|
/**
|
|
1124
1124
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1125
1125
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1126
|
-
* @returns
|
|
1126
|
+
* @returns {Incident}
|
|
1127
1127
|
*/
|
|
1128
1128
|
export declare function createIncidentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1129
1129
|
/**
|
|
1130
1130
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1131
1131
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1132
|
-
* @returns
|
|
1132
|
+
* @returns {Indicator}
|
|
1133
1133
|
*/
|
|
1134
1134
|
export declare function createIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1135
1135
|
/**
|
|
1136
1136
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1137
1137
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1138
|
-
* @returns
|
|
1138
|
+
* @returns {IntelligenceProfileCollectionResponse}
|
|
1139
1139
|
*/
|
|
1140
1140
|
export declare function createIntelligenceProfileCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1143
1143
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1144
|
-
* @returns
|
|
1144
|
+
* @returns {IntelligenceProfileCountryOrRegionOfOrigin}
|
|
1145
1145
|
*/
|
|
1146
1146
|
export declare function createIntelligenceProfileCountryOrRegionOfOriginFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1147
1147
|
/**
|
|
1148
1148
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1149
1149
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1150
|
-
* @returns
|
|
1150
|
+
* @returns {IntelligenceProfile}
|
|
1151
1151
|
*/
|
|
1152
1152
|
export declare function createIntelligenceProfileFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1155
1155
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1156
|
-
* @returns
|
|
1156
|
+
* @returns {IntelligenceProfileIndicatorCollectionResponse}
|
|
1157
1157
|
*/
|
|
1158
1158
|
export declare function createIntelligenceProfileIndicatorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1159
1159
|
/**
|
|
1160
1160
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1161
1161
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1162
|
-
* @returns
|
|
1162
|
+
* @returns {IntelligenceProfileIndicator}
|
|
1163
1163
|
*/
|
|
1164
1164
|
export declare function createIntelligenceProfileIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1167
1167
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1168
|
-
* @returns
|
|
1168
|
+
* @returns {IoTDeviceEvidence}
|
|
1169
1169
|
*/
|
|
1170
1170
|
export declare function createIoTDeviceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1171
1171
|
/**
|
|
1172
1172
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1173
1173
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1174
|
-
* @returns
|
|
1174
|
+
* @returns {IpAddress}
|
|
1175
1175
|
*/
|
|
1176
1176
|
export declare function createIpAddressFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1177
1177
|
/**
|
|
1178
1178
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1179
1179
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1180
|
-
* @returns
|
|
1180
|
+
* @returns {IpEvidence}
|
|
1181
1181
|
*/
|
|
1182
1182
|
export declare function createIpEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1185
1185
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1186
|
-
* @returns
|
|
1186
|
+
* @returns {KubernetesClusterEvidence}
|
|
1187
1187
|
*/
|
|
1188
1188
|
export declare function createKubernetesClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1191
1191
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1192
|
-
* @returns
|
|
1192
|
+
* @returns {KubernetesControllerEvidence}
|
|
1193
1193
|
*/
|
|
1194
1194
|
export declare function createKubernetesControllerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1197
1197
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1198
|
-
* @returns
|
|
1198
|
+
* @returns {KubernetesNamespaceEvidence}
|
|
1199
1199
|
*/
|
|
1200
1200
|
export declare function createKubernetesNamespaceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1201
1201
|
/**
|
|
1202
1202
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1203
1203
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1204
|
-
* @returns
|
|
1204
|
+
* @returns {KubernetesPodEvidence}
|
|
1205
1205
|
*/
|
|
1206
1206
|
export declare function createKubernetesPodEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1209
1209
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1210
|
-
* @returns
|
|
1210
|
+
* @returns {KubernetesSecretEvidence}
|
|
1211
1211
|
*/
|
|
1212
1212
|
export declare function createKubernetesSecretEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1215
1215
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1216
|
-
* @returns
|
|
1216
|
+
* @returns {KubernetesServiceAccountEvidence}
|
|
1217
1217
|
*/
|
|
1218
1218
|
export declare function createKubernetesServiceAccountEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1219
1219
|
/**
|
|
1220
1220
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1221
1221
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1222
|
-
* @returns
|
|
1222
|
+
* @returns {KubernetesServiceEvidence}
|
|
1223
1223
|
*/
|
|
1224
1224
|
export declare function createKubernetesServiceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1225
1225
|
/**
|
|
1226
1226
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1227
1227
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1228
|
-
* @returns
|
|
1228
|
+
* @returns {KubernetesServicePort}
|
|
1229
1229
|
*/
|
|
1230
1230
|
export declare function createKubernetesServicePortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1233
1233
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1234
|
-
* @returns
|
|
1234
|
+
* @returns {LoggedOnUser}
|
|
1235
1235
|
*/
|
|
1236
1236
|
export declare function createLoggedOnUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1239
1239
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1240
|
-
* @returns
|
|
1240
|
+
* @returns {MailboxEvidence}
|
|
1241
1241
|
*/
|
|
1242
1242
|
export declare function createMailboxEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1245
1245
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1246
|
-
* @returns
|
|
1246
|
+
* @returns {MailClusterEvidence}
|
|
1247
1247
|
*/
|
|
1248
1248
|
export declare function createMailClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1249
1249
|
/**
|
|
1250
1250
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1251
1251
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1252
|
-
* @returns
|
|
1252
|
+
* @returns {MalwareEvidence}
|
|
1253
1253
|
*/
|
|
1254
1254
|
export declare function createMalwareEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1257
1257
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1258
|
-
* @returns
|
|
1258
|
+
* @returns {NetworkConnectionEvidence}
|
|
1259
1259
|
*/
|
|
1260
1260
|
export declare function createNetworkConnectionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1261
1261
|
/**
|
|
1262
1262
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1263
1263
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1264
|
-
* @returns
|
|
1264
|
+
* @returns {NicEvidence}
|
|
1265
1265
|
*/
|
|
1266
1266
|
export declare function createNicEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1267
1267
|
/**
|
|
1268
1268
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1269
1269
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1270
|
-
* @returns
|
|
1270
|
+
* @returns {OauthApplicationEvidence}
|
|
1271
1271
|
*/
|
|
1272
1272
|
export declare function createOauthApplicationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1273
1273
|
/**
|
|
1274
1274
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1275
1275
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1276
|
-
* @returns
|
|
1276
|
+
* @returns {OcrSettings}
|
|
1277
1277
|
*/
|
|
1278
1278
|
export declare function createOcrSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1279
1279
|
/**
|
|
1280
1280
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1281
1281
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1282
|
-
* @returns
|
|
1282
|
+
* @returns {PassiveDnsRecordCollectionResponse}
|
|
1283
1283
|
*/
|
|
1284
1284
|
export declare function createPassiveDnsRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1285
1285
|
/**
|
|
1286
1286
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1287
1287
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1288
|
-
* @returns
|
|
1288
|
+
* @returns {PassiveDnsRecord}
|
|
1289
1289
|
*/
|
|
1290
1290
|
export declare function createPassiveDnsRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1293
1293
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1294
|
-
* @returns
|
|
1294
|
+
* @returns {ProcessEvidence}
|
|
1295
1295
|
*/
|
|
1296
1296
|
export declare function createProcessEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1299
1299
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1300
|
-
* @returns
|
|
1300
|
+
* @returns {RedundancyDetectionSettings}
|
|
1301
1301
|
*/
|
|
1302
1302
|
export declare function createRedundancyDetectionSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1305
1305
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1306
|
-
* @returns
|
|
1306
|
+
* @returns {RegistryKeyEvidence}
|
|
1307
1307
|
*/
|
|
1308
1308
|
export declare function createRegistryKeyEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1309
1309
|
/**
|
|
1310
1310
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1311
1311
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1312
|
-
* @returns
|
|
1312
|
+
* @returns {RegistryValueEvidence}
|
|
1313
1313
|
*/
|
|
1314
1314
|
export declare function createRegistryValueEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1315
1315
|
/**
|
|
1316
1316
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1317
1317
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1318
|
-
* @returns
|
|
1318
|
+
* @returns {RetentionEventCollectionResponse}
|
|
1319
1319
|
*/
|
|
1320
1320
|
export declare function createRetentionEventCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1321
1321
|
/**
|
|
1322
1322
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1323
1323
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1324
|
-
* @returns
|
|
1324
|
+
* @returns {RetentionEvent}
|
|
1325
1325
|
*/
|
|
1326
1326
|
export declare function createRetentionEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1329
1329
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1330
|
-
* @returns
|
|
1330
|
+
* @returns {RetentionEventStatus}
|
|
1331
1331
|
*/
|
|
1332
1332
|
export declare function createRetentionEventStatusFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1333
1333
|
/**
|
|
1334
1334
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1335
1335
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1336
|
-
* @returns
|
|
1336
|
+
* @returns {RetentionEventTypeCollectionResponse}
|
|
1337
1337
|
*/
|
|
1338
1338
|
export declare function createRetentionEventTypeCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1341
1341
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1342
|
-
* @returns
|
|
1342
|
+
* @returns {RetentionEventType}
|
|
1343
1343
|
*/
|
|
1344
1344
|
export declare function createRetentionEventTypeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1345
1345
|
/**
|
|
1346
1346
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1347
1347
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1348
|
-
* @returns
|
|
1348
|
+
* @returns {SasTokenEvidence}
|
|
1349
1349
|
*/
|
|
1350
1350
|
export declare function createSasTokenEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1351
1351
|
/**
|
|
1352
1352
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1353
1353
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1354
|
-
* @returns
|
|
1354
|
+
* @returns {Search}
|
|
1355
1355
|
*/
|
|
1356
1356
|
export declare function createSearchFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1357
1357
|
/**
|
|
1358
1358
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1359
1359
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1360
|
-
* @returns
|
|
1360
|
+
* @returns {SecurityGroupEvidence}
|
|
1361
1361
|
*/
|
|
1362
1362
|
export declare function createSecurityGroupEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1363
1363
|
/**
|
|
1364
1364
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1365
1365
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1366
|
-
* @returns
|
|
1366
|
+
* @returns {ServicePrincipalEvidence}
|
|
1367
1367
|
*/
|
|
1368
1368
|
export declare function createServicePrincipalEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1371
1371
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1372
|
-
* @returns
|
|
1372
|
+
* @returns {SinglePropertySchema}
|
|
1373
1373
|
*/
|
|
1374
1374
|
export declare function createSinglePropertySchemaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1375
1375
|
/**
|
|
1376
1376
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1377
1377
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1378
|
-
* @returns
|
|
1378
|
+
* @returns {SiteSourceCollectionResponse}
|
|
1379
1379
|
*/
|
|
1380
1380
|
export declare function createSiteSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1383
1383
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1384
|
-
* @returns
|
|
1384
|
+
* @returns {SiteSource}
|
|
1385
1385
|
*/
|
|
1386
1386
|
export declare function createSiteSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1389
1389
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1390
|
-
* @returns
|
|
1390
|
+
* @returns {SslCertificateCollectionResponse}
|
|
1391
1391
|
*/
|
|
1392
1392
|
export declare function createSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1393
1393
|
/**
|
|
1394
1394
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1395
1395
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1396
|
-
* @returns
|
|
1396
|
+
* @returns {SslCertificateEntity}
|
|
1397
1397
|
*/
|
|
1398
1398
|
export declare function createSslCertificateEntityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1399
1399
|
/**
|
|
1400
1400
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1401
1401
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1402
|
-
* @returns
|
|
1402
|
+
* @returns {SslCertificate}
|
|
1403
1403
|
*/
|
|
1404
1404
|
export declare function createSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1407
1407
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1408
|
-
* @returns
|
|
1408
|
+
* @returns {SubdomainCollectionResponse}
|
|
1409
1409
|
*/
|
|
1410
1410
|
export declare function createSubdomainCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1413
1413
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1414
|
-
* @returns
|
|
1414
|
+
* @returns {Subdomain}
|
|
1415
1415
|
*/
|
|
1416
1416
|
export declare function createSubdomainFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1419
1419
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1420
|
-
* @returns
|
|
1420
|
+
* @returns {SubmissionMailEvidence}
|
|
1421
1421
|
*/
|
|
1422
1422
|
export declare function createSubmissionMailEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1425
1425
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1426
|
-
* @returns
|
|
1426
|
+
* @returns {Tag}
|
|
1427
1427
|
*/
|
|
1428
1428
|
export declare function createTagFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1429
1429
|
/**
|
|
1430
1430
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1431
1431
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1432
|
-
* @returns
|
|
1432
|
+
* @returns {ThreatIntelligence}
|
|
1433
1433
|
*/
|
|
1434
1434
|
export declare function createThreatIntelligenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1435
1435
|
/**
|
|
1436
1436
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1437
1437
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1438
|
-
* @returns
|
|
1438
|
+
* @returns {TopicModelingSettings}
|
|
1439
1439
|
*/
|
|
1440
1440
|
export declare function createTopicModelingSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1443
1443
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1444
|
-
* @returns
|
|
1444
|
+
* @returns {TriggersRoot}
|
|
1445
1445
|
*/
|
|
1446
1446
|
export declare function createTriggersRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1449
1449
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1450
|
-
* @returns
|
|
1450
|
+
* @returns {TriggerTypesRoot}
|
|
1451
1451
|
*/
|
|
1452
1452
|
export declare function createTriggerTypesRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1453
1453
|
/**
|
|
1454
1454
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1455
1455
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1456
|
-
* @returns
|
|
1456
|
+
* @returns {UnclassifiedArtifact}
|
|
1457
1457
|
*/
|
|
1458
1458
|
export declare function createUnclassifiedArtifactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1461
1461
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1462
|
-
* @returns
|
|
1462
|
+
* @returns {UnifiedGroupSourceCollectionResponse}
|
|
1463
1463
|
*/
|
|
1464
1464
|
export declare function createUnifiedGroupSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1467
1467
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1468
|
-
* @returns
|
|
1468
|
+
* @returns {UnifiedGroupSource}
|
|
1469
1469
|
*/
|
|
1470
1470
|
export declare function createUnifiedGroupSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1473
1473
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1474
|
-
* @returns
|
|
1474
|
+
* @returns {UrlEvidence}
|
|
1475
1475
|
*/
|
|
1476
1476
|
export declare function createUrlEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1477
1477
|
/**
|
|
1478
1478
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1479
1479
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1480
|
-
* @returns
|
|
1480
|
+
* @returns {UserAccount}
|
|
1481
1481
|
*/
|
|
1482
1482
|
export declare function createUserAccountFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1483
1483
|
/**
|
|
1484
1484
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1485
1485
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1486
|
-
* @returns
|
|
1486
|
+
* @returns {UserEvidence}
|
|
1487
1487
|
*/
|
|
1488
1488
|
export declare function createUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1489
1489
|
/**
|
|
1490
1490
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1491
1491
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1492
|
-
* @returns
|
|
1492
|
+
* @returns {UserSourceCollectionResponse}
|
|
1493
1493
|
*/
|
|
1494
1494
|
export declare function createUserSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1497
1497
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1498
|
-
* @returns
|
|
1498
|
+
* @returns {UserSource}
|
|
1499
1499
|
*/
|
|
1500
1500
|
export declare function createUserSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1503
1503
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1504
|
-
* @returns
|
|
1504
|
+
* @returns {VmMetadata}
|
|
1505
1505
|
*/
|
|
1506
1506
|
export declare function createVmMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1509
1509
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1510
|
-
* @returns
|
|
1510
|
+
* @returns {VulnerabilityCollectionResponse}
|
|
1511
1511
|
*/
|
|
1512
1512
|
export declare function createVulnerabilityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1513
1513
|
/**
|
|
1514
1514
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1515
1515
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1516
|
-
* @returns
|
|
1516
|
+
* @returns {VulnerabilityComponentCollectionResponse}
|
|
1517
1517
|
*/
|
|
1518
1518
|
export declare function createVulnerabilityComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1521
1521
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1522
|
-
* @returns
|
|
1522
|
+
* @returns {VulnerabilityComponent}
|
|
1523
1523
|
*/
|
|
1524
1524
|
export declare function createVulnerabilityComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1527
1527
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1528
|
-
* @returns
|
|
1528
|
+
* @returns {Vulnerability}
|
|
1529
1529
|
*/
|
|
1530
1530
|
export declare function createVulnerabilityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1531
1531
|
/**
|
|
1532
1532
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1533
1533
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1534
|
-
* @returns
|
|
1534
|
+
* @returns {WhoisBaseRecord}
|
|
1535
1535
|
*/
|
|
1536
1536
|
export declare function createWhoisBaseRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1537
1537
|
/**
|
|
1538
1538
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1539
1539
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1540
|
-
* @returns
|
|
1540
|
+
* @returns {WhoisContact}
|
|
1541
1541
|
*/
|
|
1542
1542
|
export declare function createWhoisContactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1543
1543
|
/**
|
|
1544
1544
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1545
1545
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1546
|
-
* @returns
|
|
1546
|
+
* @returns {WhoisHistoryRecordCollectionResponse}
|
|
1547
1547
|
*/
|
|
1548
1548
|
export declare function createWhoisHistoryRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1551
1551
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1552
|
-
* @returns
|
|
1552
|
+
* @returns {WhoisHistoryRecord}
|
|
1553
1553
|
*/
|
|
1554
1554
|
export declare function createWhoisHistoryRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1557
1557
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1558
|
-
* @returns
|
|
1558
|
+
* @returns {WhoisNameserver}
|
|
1559
1559
|
*/
|
|
1560
1560
|
export declare function createWhoisNameserverFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1563
1563
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1564
|
-
* @returns
|
|
1564
|
+
* @returns {WhoisRecordCollectionResponse}
|
|
1565
1565
|
*/
|
|
1566
1566
|
export declare function createWhoisRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1567
1567
|
/**
|
|
1568
1568
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1569
1569
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1570
|
-
* @returns
|
|
1570
|
+
* @returns {WhoisRecord}
|
|
1571
1571
|
*/
|
|
1572
1572
|
export declare function createWhoisRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1573
1573
|
export interface CvssSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -1666,832 +1666,832 @@ export type DataSourceScopes = (typeof DataSourceScopesObject)[keyof typeof Data
|
|
|
1666
1666
|
export type DefenderAvStatus = (typeof DefenderAvStatusObject)[keyof typeof DefenderAvStatusObject];
|
|
1667
1667
|
/**
|
|
1668
1668
|
* The deserialization information for the current model
|
|
1669
|
-
* @returns
|
|
1669
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1670
1670
|
*/
|
|
1671
1671
|
export declare function deserializeIntoAlert(alert?: Partial<Alert> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1672
1672
|
/**
|
|
1673
1673
|
* The deserialization information for the current model
|
|
1674
|
-
* @returns
|
|
1674
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1675
1675
|
*/
|
|
1676
1676
|
export declare function deserializeIntoAlertCollectionResponse(alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1677
1677
|
/**
|
|
1678
1678
|
* The deserialization information for the current model
|
|
1679
|
-
* @returns
|
|
1679
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1680
1680
|
*/
|
|
1681
1681
|
export declare function deserializeIntoAlertComment(alertComment?: Partial<AlertComment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* The deserialization information for the current model
|
|
1684
|
-
* @returns
|
|
1684
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1685
1685
|
*/
|
|
1686
1686
|
export declare function deserializeIntoAlertEvidence(alertEvidence?: Partial<AlertEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* The deserialization information for the current model
|
|
1689
|
-
* @returns
|
|
1689
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1690
1690
|
*/
|
|
1691
1691
|
export declare function deserializeIntoAmazonResourceEvidence(amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1692
1692
|
/**
|
|
1693
1693
|
* The deserialization information for the current model
|
|
1694
|
-
* @returns
|
|
1694
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1695
1695
|
*/
|
|
1696
1696
|
export declare function deserializeIntoAnalyzedMessageEvidence(analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* The deserialization information for the current model
|
|
1699
|
-
* @returns
|
|
1699
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1700
1700
|
*/
|
|
1701
1701
|
export declare function deserializeIntoArticle(article?: Partial<Article> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1702
1702
|
/**
|
|
1703
1703
|
* The deserialization information for the current model
|
|
1704
|
-
* @returns
|
|
1704
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1705
1705
|
*/
|
|
1706
1706
|
export declare function deserializeIntoArticleCollectionResponse(articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1707
1707
|
/**
|
|
1708
1708
|
* The deserialization information for the current model
|
|
1709
|
-
* @returns
|
|
1709
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1710
1710
|
*/
|
|
1711
1711
|
export declare function deserializeIntoArticleIndicator(articleIndicator?: Partial<ArticleIndicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1712
1712
|
/**
|
|
1713
1713
|
* The deserialization information for the current model
|
|
1714
|
-
* @returns
|
|
1714
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1715
1715
|
*/
|
|
1716
1716
|
export declare function deserializeIntoArticleIndicatorCollectionResponse(articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1717
1717
|
/**
|
|
1718
1718
|
* The deserialization information for the current model
|
|
1719
|
-
* @returns
|
|
1719
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1720
1720
|
*/
|
|
1721
1721
|
export declare function deserializeIntoArtifact(artifact?: Partial<Artifact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1722
1722
|
/**
|
|
1723
1723
|
* The deserialization information for the current model
|
|
1724
|
-
* @returns
|
|
1724
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1725
1725
|
*/
|
|
1726
1726
|
export declare function deserializeIntoAutonomousSystem(autonomousSystem?: Partial<AutonomousSystem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1727
1727
|
/**
|
|
1728
1728
|
* The deserialization information for the current model
|
|
1729
|
-
* @returns
|
|
1729
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1730
1730
|
*/
|
|
1731
1731
|
export declare function deserializeIntoAzureResourceEvidence(azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1732
1732
|
/**
|
|
1733
1733
|
* The deserialization information for the current model
|
|
1734
|
-
* @returns
|
|
1734
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1735
1735
|
*/
|
|
1736
1736
|
export declare function deserializeIntoBlobContainerEvidence(blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* The deserialization information for the current model
|
|
1739
|
-
* @returns
|
|
1739
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1740
1740
|
*/
|
|
1741
1741
|
export declare function deserializeIntoBlobEvidence(blobEvidence?: Partial<BlobEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1742
1742
|
/**
|
|
1743
1743
|
* The deserialization information for the current model
|
|
1744
|
-
* @returns
|
|
1744
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1745
1745
|
*/
|
|
1746
1746
|
export declare function deserializeIntoCaseEscaped(caseEscaped?: Partial<CaseEscaped> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1747
1747
|
/**
|
|
1748
1748
|
* The deserialization information for the current model
|
|
1749
|
-
* @returns
|
|
1749
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1750
1750
|
*/
|
|
1751
1751
|
export declare function deserializeIntoCaseOperation(caseOperation?: Partial<CaseOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* The deserialization information for the current model
|
|
1754
|
-
* @returns
|
|
1754
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1755
1755
|
*/
|
|
1756
1756
|
export declare function deserializeIntoCaseOperationCollectionResponse(caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1757
1757
|
/**
|
|
1758
1758
|
* The deserialization information for the current model
|
|
1759
|
-
* @returns
|
|
1759
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1760
1760
|
*/
|
|
1761
1761
|
export declare function deserializeIntoCasesRoot(casesRoot?: Partial<CasesRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1762
1762
|
/**
|
|
1763
1763
|
* The deserialization information for the current model
|
|
1764
|
-
* @returns
|
|
1764
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1765
1765
|
*/
|
|
1766
1766
|
export declare function deserializeIntoCloudApplicationEvidence(cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1767
1767
|
/**
|
|
1768
1768
|
* The deserialization information for the current model
|
|
1769
|
-
* @returns
|
|
1769
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1770
1770
|
*/
|
|
1771
1771
|
export declare function deserializeIntoContainerEvidence(containerEvidence?: Partial<ContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1772
1772
|
/**
|
|
1773
1773
|
* The deserialization information for the current model
|
|
1774
|
-
* @returns
|
|
1774
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1775
1775
|
*/
|
|
1776
1776
|
export declare function deserializeIntoContainerImageEvidence(containerImageEvidence?: Partial<ContainerImageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1777
1777
|
/**
|
|
1778
1778
|
* The deserialization information for the current model
|
|
1779
|
-
* @returns
|
|
1779
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1780
1780
|
*/
|
|
1781
1781
|
export declare function deserializeIntoContainerRegistryEvidence(containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1782
1782
|
/**
|
|
1783
1783
|
* The deserialization information for the current model
|
|
1784
|
-
* @returns
|
|
1784
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1785
1785
|
*/
|
|
1786
1786
|
export declare function deserializeIntoCvssSummary(cvssSummary?: Partial<CvssSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1787
1787
|
/**
|
|
1788
1788
|
* The deserialization information for the current model
|
|
1789
|
-
* @returns
|
|
1789
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1790
1790
|
*/
|
|
1791
1791
|
export declare function deserializeIntoDataSet(dataSet?: Partial<DataSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1792
1792
|
/**
|
|
1793
1793
|
* The deserialization information for the current model
|
|
1794
|
-
* @returns
|
|
1794
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1795
1795
|
*/
|
|
1796
1796
|
export declare function deserializeIntoDataSource(dataSource?: Partial<DataSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1797
1797
|
/**
|
|
1798
1798
|
* The deserialization information for the current model
|
|
1799
|
-
* @returns
|
|
1799
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1800
1800
|
*/
|
|
1801
1801
|
export declare function deserializeIntoDataSourceCollectionResponse(dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1802
1802
|
/**
|
|
1803
1803
|
* The deserialization information for the current model
|
|
1804
|
-
* @returns
|
|
1804
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1805
1805
|
*/
|
|
1806
1806
|
export declare function deserializeIntoDataSourceContainer(dataSourceContainer?: Partial<DataSourceContainer> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1807
1807
|
/**
|
|
1808
1808
|
* The deserialization information for the current model
|
|
1809
|
-
* @returns
|
|
1809
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1810
1810
|
*/
|
|
1811
1811
|
export declare function deserializeIntoDeviceEvidence(deviceEvidence?: Partial<DeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1812
1812
|
/**
|
|
1813
1813
|
* The deserialization information for the current model
|
|
1814
|
-
* @returns
|
|
1814
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1815
1815
|
*/
|
|
1816
1816
|
export declare function deserializeIntoDictionary(dictionary?: Partial<Dictionary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1817
1817
|
/**
|
|
1818
1818
|
* The deserialization information for the current model
|
|
1819
|
-
* @returns
|
|
1819
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1820
1820
|
*/
|
|
1821
1821
|
export declare function deserializeIntoDnsEvidence(dnsEvidence?: Partial<DnsEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1822
1822
|
/**
|
|
1823
1823
|
* The deserialization information for the current model
|
|
1824
|
-
* @returns
|
|
1824
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1825
1825
|
*/
|
|
1826
1826
|
export declare function deserializeIntoEdiscoveryAddToReviewSetOperation(ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1827
1827
|
/**
|
|
1828
1828
|
* The deserialization information for the current model
|
|
1829
|
-
* @returns
|
|
1829
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1830
1830
|
*/
|
|
1831
1831
|
export declare function deserializeIntoEdiscoveryCase(ediscoveryCase?: Partial<EdiscoveryCase> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1832
1832
|
/**
|
|
1833
1833
|
* The deserialization information for the current model
|
|
1834
|
-
* @returns
|
|
1834
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1835
1835
|
*/
|
|
1836
1836
|
export declare function deserializeIntoEdiscoveryCaseCollectionResponse(ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1837
1837
|
/**
|
|
1838
1838
|
* The deserialization information for the current model
|
|
1839
|
-
* @returns
|
|
1839
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1840
1840
|
*/
|
|
1841
1841
|
export declare function deserializeIntoEdiscoveryCaseSettings(ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* The deserialization information for the current model
|
|
1844
|
-
* @returns
|
|
1844
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1845
1845
|
*/
|
|
1846
1846
|
export declare function deserializeIntoEdiscoveryCustodian(ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1847
1847
|
/**
|
|
1848
1848
|
* The deserialization information for the current model
|
|
1849
|
-
* @returns
|
|
1849
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1850
1850
|
*/
|
|
1851
1851
|
export declare function deserializeIntoEdiscoveryCustodianCollectionResponse(ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1852
1852
|
/**
|
|
1853
1853
|
* The deserialization information for the current model
|
|
1854
|
-
* @returns
|
|
1854
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1855
1855
|
*/
|
|
1856
1856
|
export declare function deserializeIntoEdiscoveryEstimateOperation(ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* The deserialization information for the current model
|
|
1859
|
-
* @returns
|
|
1859
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1860
1860
|
*/
|
|
1861
1861
|
export declare function deserializeIntoEdiscoveryExportOperation(ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1862
1862
|
/**
|
|
1863
1863
|
* The deserialization information for the current model
|
|
1864
|
-
* @returns
|
|
1864
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1865
1865
|
*/
|
|
1866
1866
|
export declare function deserializeIntoEdiscoveryHoldOperation(ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1867
1867
|
/**
|
|
1868
1868
|
* The deserialization information for the current model
|
|
1869
|
-
* @returns
|
|
1869
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1870
1870
|
*/
|
|
1871
1871
|
export declare function deserializeIntoEdiscoveryIndexOperation(ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1872
1872
|
/**
|
|
1873
1873
|
* The deserialization information for the current model
|
|
1874
|
-
* @returns
|
|
1874
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1875
1875
|
*/
|
|
1876
1876
|
export declare function deserializeIntoEdiscoveryNoncustodialDataSource(ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1877
1877
|
/**
|
|
1878
1878
|
* The deserialization information for the current model
|
|
1879
|
-
* @returns
|
|
1879
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1880
1880
|
*/
|
|
1881
1881
|
export declare function deserializeIntoEdiscoveryNoncustodialDataSourceCollectionResponse(ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1882
1882
|
/**
|
|
1883
1883
|
* The deserialization information for the current model
|
|
1884
|
-
* @returns
|
|
1884
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1885
1885
|
*/
|
|
1886
1886
|
export declare function deserializeIntoEdiscoveryPurgeDataOperation(ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1887
1887
|
/**
|
|
1888
1888
|
* The deserialization information for the current model
|
|
1889
|
-
* @returns
|
|
1889
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1890
1890
|
*/
|
|
1891
1891
|
export declare function deserializeIntoEdiscoveryReviewSet(ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1892
1892
|
/**
|
|
1893
1893
|
* The deserialization information for the current model
|
|
1894
|
-
* @returns
|
|
1894
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1895
1895
|
*/
|
|
1896
1896
|
export declare function deserializeIntoEdiscoveryReviewSetCollectionResponse(ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1897
1897
|
/**
|
|
1898
1898
|
* The deserialization information for the current model
|
|
1899
|
-
* @returns
|
|
1899
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1900
1900
|
*/
|
|
1901
1901
|
export declare function deserializeIntoEdiscoveryReviewSetQuery(ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1902
1902
|
/**
|
|
1903
1903
|
* The deserialization information for the current model
|
|
1904
|
-
* @returns
|
|
1904
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1905
1905
|
*/
|
|
1906
1906
|
export declare function deserializeIntoEdiscoveryReviewSetQueryCollectionResponse(ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1907
1907
|
/**
|
|
1908
1908
|
* The deserialization information for the current model
|
|
1909
|
-
* @returns
|
|
1909
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1910
1910
|
*/
|
|
1911
1911
|
export declare function deserializeIntoEdiscoveryReviewTag(ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* The deserialization information for the current model
|
|
1914
|
-
* @returns
|
|
1914
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1915
1915
|
*/
|
|
1916
1916
|
export declare function deserializeIntoEdiscoveryReviewTagCollectionResponse(ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1917
1917
|
/**
|
|
1918
1918
|
* The deserialization information for the current model
|
|
1919
|
-
* @returns
|
|
1919
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1920
1920
|
*/
|
|
1921
1921
|
export declare function deserializeIntoEdiscoverySearch(ediscoverySearch?: Partial<EdiscoverySearch> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1922
1922
|
/**
|
|
1923
1923
|
* The deserialization information for the current model
|
|
1924
|
-
* @returns
|
|
1924
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1925
1925
|
*/
|
|
1926
1926
|
export declare function deserializeIntoEdiscoverySearchCollectionResponse(ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1927
1927
|
/**
|
|
1928
1928
|
* The deserialization information for the current model
|
|
1929
|
-
* @returns
|
|
1929
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1930
1930
|
*/
|
|
1931
1931
|
export declare function deserializeIntoEdiscoveryTagOperation(ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1932
1932
|
/**
|
|
1933
1933
|
* The deserialization information for the current model
|
|
1934
|
-
* @returns
|
|
1934
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1935
1935
|
*/
|
|
1936
1936
|
export declare function deserializeIntoEmailSender(emailSender?: Partial<EmailSender> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* The deserialization information for the current model
|
|
1939
|
-
* @returns
|
|
1939
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1940
1940
|
*/
|
|
1941
1941
|
export declare function deserializeIntoEventPropagationResult(eventPropagationResult?: Partial<EventPropagationResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1942
1942
|
/**
|
|
1943
1943
|
* The deserialization information for the current model
|
|
1944
|
-
* @returns
|
|
1944
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1945
1945
|
*/
|
|
1946
1946
|
export declare function deserializeIntoEventQuery(eventQuery?: Partial<EventQuery> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1947
1947
|
/**
|
|
1948
1948
|
* The deserialization information for the current model
|
|
1949
|
-
* @returns
|
|
1949
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1950
1950
|
*/
|
|
1951
1951
|
export declare function deserializeIntoExportFileMetadata(exportFileMetadata?: Partial<ExportFileMetadata> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1952
1952
|
/**
|
|
1953
1953
|
* The deserialization information for the current model
|
|
1954
|
-
* @returns
|
|
1954
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1955
1955
|
*/
|
|
1956
1956
|
export declare function deserializeIntoFileDetails(fileDetails?: Partial<FileDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1957
1957
|
/**
|
|
1958
1958
|
* The deserialization information for the current model
|
|
1959
|
-
* @returns
|
|
1959
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1960
1960
|
*/
|
|
1961
1961
|
export declare function deserializeIntoFileEvidence(fileEvidence?: Partial<FileEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* The deserialization information for the current model
|
|
1964
|
-
* @returns
|
|
1964
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1965
1965
|
*/
|
|
1966
1966
|
export declare function deserializeIntoFileHash(fileHash?: Partial<FileHash> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1967
1967
|
/**
|
|
1968
1968
|
* The deserialization information for the current model
|
|
1969
|
-
* @returns
|
|
1969
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1970
1970
|
*/
|
|
1971
1971
|
export declare function deserializeIntoFileHashEvidence(fileHashEvidence?: Partial<FileHashEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* The deserialization information for the current model
|
|
1974
|
-
* @returns
|
|
1974
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1975
1975
|
*/
|
|
1976
1976
|
export declare function deserializeIntoFormattedContent(formattedContent?: Partial<FormattedContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1977
1977
|
/**
|
|
1978
1978
|
* The deserialization information for the current model
|
|
1979
|
-
* @returns
|
|
1979
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1980
1980
|
*/
|
|
1981
1981
|
export declare function deserializeIntoGitHubOrganizationEvidence(gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1982
1982
|
/**
|
|
1983
1983
|
* The deserialization information for the current model
|
|
1984
|
-
* @returns
|
|
1984
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1985
1985
|
*/
|
|
1986
1986
|
export declare function deserializeIntoGitHubRepoEvidence(gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1987
1987
|
/**
|
|
1988
1988
|
* The deserialization information for the current model
|
|
1989
|
-
* @returns
|
|
1989
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1990
1990
|
*/
|
|
1991
1991
|
export declare function deserializeIntoGitHubUserEvidence(gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1992
1992
|
/**
|
|
1993
1993
|
* The deserialization information for the current model
|
|
1994
|
-
* @returns
|
|
1994
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1995
1995
|
*/
|
|
1996
1996
|
export declare function deserializeIntoGoogleCloudResourceEvidence(googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1997
1997
|
/**
|
|
1998
1998
|
* The deserialization information for the current model
|
|
1999
|
-
* @returns
|
|
1999
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2000
2000
|
*/
|
|
2001
2001
|
export declare function deserializeIntoHost(host?: Partial<Host> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2002
2002
|
/**
|
|
2003
2003
|
* The deserialization information for the current model
|
|
2004
|
-
* @returns
|
|
2004
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2005
2005
|
*/
|
|
2006
2006
|
export declare function deserializeIntoHostCollectionResponse(hostCollectionResponse?: Partial<HostCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2007
2007
|
/**
|
|
2008
2008
|
* The deserialization information for the current model
|
|
2009
|
-
* @returns
|
|
2009
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2010
2010
|
*/
|
|
2011
2011
|
export declare function deserializeIntoHostComponent(hostComponent?: Partial<HostComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2012
2012
|
/**
|
|
2013
2013
|
* The deserialization information for the current model
|
|
2014
|
-
* @returns
|
|
2014
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2015
2015
|
*/
|
|
2016
2016
|
export declare function deserializeIntoHostComponentCollectionResponse(hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2017
2017
|
/**
|
|
2018
2018
|
* The deserialization information for the current model
|
|
2019
|
-
* @returns
|
|
2019
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2020
2020
|
*/
|
|
2021
2021
|
export declare function deserializeIntoHostCookie(hostCookie?: Partial<HostCookie> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2022
2022
|
/**
|
|
2023
2023
|
* The deserialization information for the current model
|
|
2024
|
-
* @returns
|
|
2024
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2025
2025
|
*/
|
|
2026
2026
|
export declare function deserializeIntoHostCookieCollectionResponse(hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2027
2027
|
/**
|
|
2028
2028
|
* The deserialization information for the current model
|
|
2029
|
-
* @returns
|
|
2029
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2030
2030
|
*/
|
|
2031
2031
|
export declare function deserializeIntoHostLogonSessionEvidence(hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2032
2032
|
/**
|
|
2033
2033
|
* The deserialization information for the current model
|
|
2034
|
-
* @returns
|
|
2034
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2035
2035
|
*/
|
|
2036
2036
|
export declare function deserializeIntoHostname(hostname?: Partial<Hostname> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2037
2037
|
/**
|
|
2038
2038
|
* The deserialization information for the current model
|
|
2039
|
-
* @returns
|
|
2039
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2040
2040
|
*/
|
|
2041
2041
|
export declare function deserializeIntoHostPair(hostPair?: Partial<HostPair> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2042
2042
|
/**
|
|
2043
2043
|
* The deserialization information for the current model
|
|
2044
|
-
* @returns
|
|
2044
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2045
2045
|
*/
|
|
2046
2046
|
export declare function deserializeIntoHostPairCollectionResponse(hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
* The deserialization information for the current model
|
|
2049
|
-
* @returns
|
|
2049
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2050
2050
|
*/
|
|
2051
2051
|
export declare function deserializeIntoHostPort(hostPort?: Partial<HostPort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2052
2052
|
/**
|
|
2053
2053
|
* The deserialization information for the current model
|
|
2054
|
-
* @returns
|
|
2054
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2055
2055
|
*/
|
|
2056
2056
|
export declare function deserializeIntoHostPortBanner(hostPortBanner?: Partial<HostPortBanner> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2057
2057
|
/**
|
|
2058
2058
|
* The deserialization information for the current model
|
|
2059
|
-
* @returns
|
|
2059
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2060
2060
|
*/
|
|
2061
2061
|
export declare function deserializeIntoHostPortCollectionResponse(hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2062
2062
|
/**
|
|
2063
2063
|
* The deserialization information for the current model
|
|
2064
|
-
* @returns
|
|
2064
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2065
2065
|
*/
|
|
2066
2066
|
export declare function deserializeIntoHostPortComponent(hostPortComponent?: Partial<HostPortComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2067
2067
|
/**
|
|
2068
2068
|
* The deserialization information for the current model
|
|
2069
|
-
* @returns
|
|
2069
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2070
2070
|
*/
|
|
2071
2071
|
export declare function deserializeIntoHostReputation(hostReputation?: Partial<HostReputation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2072
2072
|
/**
|
|
2073
2073
|
* The deserialization information for the current model
|
|
2074
|
-
* @returns
|
|
2074
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2075
2075
|
*/
|
|
2076
2076
|
export declare function deserializeIntoHostReputationRule(hostReputationRule?: Partial<HostReputationRule> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2077
2077
|
/**
|
|
2078
2078
|
* The deserialization information for the current model
|
|
2079
|
-
* @returns
|
|
2079
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2080
2080
|
*/
|
|
2081
2081
|
export declare function deserializeIntoHostSslCertificate(hostSslCertificate?: Partial<HostSslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2082
2082
|
/**
|
|
2083
2083
|
* The deserialization information for the current model
|
|
2084
|
-
* @returns
|
|
2084
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2085
2085
|
*/
|
|
2086
2086
|
export declare function deserializeIntoHostSslCertificateCollectionResponse(hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2087
2087
|
/**
|
|
2088
2088
|
* The deserialization information for the current model
|
|
2089
|
-
* @returns
|
|
2089
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2090
2090
|
*/
|
|
2091
2091
|
export declare function deserializeIntoHostSslCertificatePort(hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2092
2092
|
/**
|
|
2093
2093
|
* The deserialization information for the current model
|
|
2094
|
-
* @returns
|
|
2094
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2095
2095
|
*/
|
|
2096
2096
|
export declare function deserializeIntoHostTracker(hostTracker?: Partial<HostTracker> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2097
2097
|
/**
|
|
2098
2098
|
* The deserialization information for the current model
|
|
2099
|
-
* @returns
|
|
2099
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2100
2100
|
*/
|
|
2101
2101
|
export declare function deserializeIntoHostTrackerCollectionResponse(hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2102
2102
|
/**
|
|
2103
2103
|
* The deserialization information for the current model
|
|
2104
|
-
* @returns
|
|
2104
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2105
2105
|
*/
|
|
2106
2106
|
export declare function deserializeIntoHuntingQueryResults(huntingQueryResults?: Partial<HuntingQueryResults> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2107
2107
|
/**
|
|
2108
2108
|
* The deserialization information for the current model
|
|
2109
|
-
* @returns
|
|
2109
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2110
2110
|
*/
|
|
2111
2111
|
export declare function deserializeIntoHuntingRowResult(huntingRowResult?: Partial<HuntingRowResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2112
2112
|
/**
|
|
2113
2113
|
* The deserialization information for the current model
|
|
2114
|
-
* @returns
|
|
2114
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2115
2115
|
*/
|
|
2116
2116
|
export declare function deserializeIntoHyperlink(hyperlink?: Partial<Hyperlink> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2117
2117
|
/**
|
|
2118
2118
|
* The deserialization information for the current model
|
|
2119
|
-
* @returns
|
|
2119
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2120
2120
|
*/
|
|
2121
2121
|
export declare function deserializeIntoIncident(incident?: Partial<Incident> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2122
2122
|
/**
|
|
2123
2123
|
* The deserialization information for the current model
|
|
2124
|
-
* @returns
|
|
2124
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2125
2125
|
*/
|
|
2126
2126
|
export declare function deserializeIntoIncidentCollectionResponse(incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2127
2127
|
/**
|
|
2128
2128
|
* The deserialization information for the current model
|
|
2129
|
-
* @returns
|
|
2129
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2130
2130
|
*/
|
|
2131
2131
|
export declare function deserializeIntoIndicator(indicator?: Partial<Indicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2132
2132
|
/**
|
|
2133
2133
|
* The deserialization information for the current model
|
|
2134
|
-
* @returns
|
|
2134
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2135
2135
|
*/
|
|
2136
2136
|
export declare function deserializeIntoIntelligenceProfile(intelligenceProfile?: Partial<IntelligenceProfile> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* The deserialization information for the current model
|
|
2139
|
-
* @returns
|
|
2139
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2140
2140
|
*/
|
|
2141
2141
|
export declare function deserializeIntoIntelligenceProfileCollectionResponse(intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2142
2142
|
/**
|
|
2143
2143
|
* The deserialization information for the current model
|
|
2144
|
-
* @returns
|
|
2144
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2145
2145
|
*/
|
|
2146
2146
|
export declare function deserializeIntoIntelligenceProfileCountryOrRegionOfOrigin(intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2147
2147
|
/**
|
|
2148
2148
|
* The deserialization information for the current model
|
|
2149
|
-
* @returns
|
|
2149
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2150
2150
|
*/
|
|
2151
2151
|
export declare function deserializeIntoIntelligenceProfileIndicator(intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2152
2152
|
/**
|
|
2153
2153
|
* The deserialization information for the current model
|
|
2154
|
-
* @returns
|
|
2154
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2155
2155
|
*/
|
|
2156
2156
|
export declare function deserializeIntoIntelligenceProfileIndicatorCollectionResponse(intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2157
2157
|
/**
|
|
2158
2158
|
* The deserialization information for the current model
|
|
2159
|
-
* @returns
|
|
2159
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2160
2160
|
*/
|
|
2161
2161
|
export declare function deserializeIntoIoTDeviceEvidence(ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2162
2162
|
/**
|
|
2163
2163
|
* The deserialization information for the current model
|
|
2164
|
-
* @returns
|
|
2164
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2165
2165
|
*/
|
|
2166
2166
|
export declare function deserializeIntoIpAddress(ipAddress?: Partial<IpAddress> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2167
2167
|
/**
|
|
2168
2168
|
* The deserialization information for the current model
|
|
2169
|
-
* @returns
|
|
2169
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2170
2170
|
*/
|
|
2171
2171
|
export declare function deserializeIntoIpEvidence(ipEvidence?: Partial<IpEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2172
2172
|
/**
|
|
2173
2173
|
* The deserialization information for the current model
|
|
2174
|
-
* @returns
|
|
2174
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2175
2175
|
*/
|
|
2176
2176
|
export declare function deserializeIntoKubernetesClusterEvidence(kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2177
2177
|
/**
|
|
2178
2178
|
* The deserialization information for the current model
|
|
2179
|
-
* @returns
|
|
2179
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2180
2180
|
*/
|
|
2181
2181
|
export declare function deserializeIntoKubernetesControllerEvidence(kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2182
2182
|
/**
|
|
2183
2183
|
* The deserialization information for the current model
|
|
2184
|
-
* @returns
|
|
2184
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2185
2185
|
*/
|
|
2186
2186
|
export declare function deserializeIntoKubernetesNamespaceEvidence(kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2187
2187
|
/**
|
|
2188
2188
|
* The deserialization information for the current model
|
|
2189
|
-
* @returns
|
|
2189
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2190
2190
|
*/
|
|
2191
2191
|
export declare function deserializeIntoKubernetesPodEvidence(kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2192
2192
|
/**
|
|
2193
2193
|
* The deserialization information for the current model
|
|
2194
|
-
* @returns
|
|
2194
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2195
2195
|
*/
|
|
2196
2196
|
export declare function deserializeIntoKubernetesSecretEvidence(kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2197
2197
|
/**
|
|
2198
2198
|
* The deserialization information for the current model
|
|
2199
|
-
* @returns
|
|
2199
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2200
2200
|
*/
|
|
2201
2201
|
export declare function deserializeIntoKubernetesServiceAccountEvidence(kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2202
2202
|
/**
|
|
2203
2203
|
* The deserialization information for the current model
|
|
2204
|
-
* @returns
|
|
2204
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2205
2205
|
*/
|
|
2206
2206
|
export declare function deserializeIntoKubernetesServiceEvidence(kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2207
2207
|
/**
|
|
2208
2208
|
* The deserialization information for the current model
|
|
2209
|
-
* @returns
|
|
2209
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2210
2210
|
*/
|
|
2211
2211
|
export declare function deserializeIntoKubernetesServicePort(kubernetesServicePort?: Partial<KubernetesServicePort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2212
2212
|
/**
|
|
2213
2213
|
* The deserialization information for the current model
|
|
2214
|
-
* @returns
|
|
2214
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2215
2215
|
*/
|
|
2216
2216
|
export declare function deserializeIntoLoggedOnUser(loggedOnUser?: Partial<LoggedOnUser> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2217
2217
|
/**
|
|
2218
2218
|
* The deserialization information for the current model
|
|
2219
|
-
* @returns
|
|
2219
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2220
2220
|
*/
|
|
2221
2221
|
export declare function deserializeIntoMailboxEvidence(mailboxEvidence?: Partial<MailboxEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2222
2222
|
/**
|
|
2223
2223
|
* The deserialization information for the current model
|
|
2224
|
-
* @returns
|
|
2224
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2225
2225
|
*/
|
|
2226
2226
|
export declare function deserializeIntoMailClusterEvidence(mailClusterEvidence?: Partial<MailClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2227
2227
|
/**
|
|
2228
2228
|
* The deserialization information for the current model
|
|
2229
|
-
* @returns
|
|
2229
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2230
2230
|
*/
|
|
2231
2231
|
export declare function deserializeIntoMalwareEvidence(malwareEvidence?: Partial<MalwareEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2232
2232
|
/**
|
|
2233
2233
|
* The deserialization information for the current model
|
|
2234
|
-
* @returns
|
|
2234
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2235
2235
|
*/
|
|
2236
2236
|
export declare function deserializeIntoNetworkConnectionEvidence(networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2237
2237
|
/**
|
|
2238
2238
|
* The deserialization information for the current model
|
|
2239
|
-
* @returns
|
|
2239
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2240
2240
|
*/
|
|
2241
2241
|
export declare function deserializeIntoNicEvidence(nicEvidence?: Partial<NicEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* The deserialization information for the current model
|
|
2244
|
-
* @returns
|
|
2244
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2245
2245
|
*/
|
|
2246
2246
|
export declare function deserializeIntoOauthApplicationEvidence(oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2247
2247
|
/**
|
|
2248
2248
|
* The deserialization information for the current model
|
|
2249
|
-
* @returns
|
|
2249
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2250
2250
|
*/
|
|
2251
2251
|
export declare function deserializeIntoOcrSettings(ocrSettings?: Partial<OcrSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* The deserialization information for the current model
|
|
2254
|
-
* @returns
|
|
2254
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2255
2255
|
*/
|
|
2256
2256
|
export declare function deserializeIntoPassiveDnsRecord(passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2257
2257
|
/**
|
|
2258
2258
|
* The deserialization information for the current model
|
|
2259
|
-
* @returns
|
|
2259
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2260
2260
|
*/
|
|
2261
2261
|
export declare function deserializeIntoPassiveDnsRecordCollectionResponse(passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2262
2262
|
/**
|
|
2263
2263
|
* The deserialization information for the current model
|
|
2264
|
-
* @returns
|
|
2264
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2265
2265
|
*/
|
|
2266
2266
|
export declare function deserializeIntoProcessEvidence(processEvidence?: Partial<ProcessEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2267
2267
|
/**
|
|
2268
2268
|
* The deserialization information for the current model
|
|
2269
|
-
* @returns
|
|
2269
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2270
2270
|
*/
|
|
2271
2271
|
export declare function deserializeIntoRedundancyDetectionSettings(redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2272
2272
|
/**
|
|
2273
2273
|
* The deserialization information for the current model
|
|
2274
|
-
* @returns
|
|
2274
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2275
2275
|
*/
|
|
2276
2276
|
export declare function deserializeIntoRegistryKeyEvidence(registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2277
2277
|
/**
|
|
2278
2278
|
* The deserialization information for the current model
|
|
2279
|
-
* @returns
|
|
2279
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2280
2280
|
*/
|
|
2281
2281
|
export declare function deserializeIntoRegistryValueEvidence(registryValueEvidence?: Partial<RegistryValueEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2282
2282
|
/**
|
|
2283
2283
|
* The deserialization information for the current model
|
|
2284
|
-
* @returns
|
|
2284
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2285
2285
|
*/
|
|
2286
2286
|
export declare function deserializeIntoRetentionEvent(retentionEvent?: Partial<RetentionEvent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2287
2287
|
/**
|
|
2288
2288
|
* The deserialization information for the current model
|
|
2289
|
-
* @returns
|
|
2289
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2290
2290
|
*/
|
|
2291
2291
|
export declare function deserializeIntoRetentionEventCollectionResponse(retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2292
2292
|
/**
|
|
2293
2293
|
* The deserialization information for the current model
|
|
2294
|
-
* @returns
|
|
2294
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2295
2295
|
*/
|
|
2296
2296
|
export declare function deserializeIntoRetentionEventStatus(retentionEventStatus?: Partial<RetentionEventStatus> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2297
2297
|
/**
|
|
2298
2298
|
* The deserialization information for the current model
|
|
2299
|
-
* @returns
|
|
2299
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2300
2300
|
*/
|
|
2301
2301
|
export declare function deserializeIntoRetentionEventType(retentionEventType?: Partial<RetentionEventType> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2302
2302
|
/**
|
|
2303
2303
|
* The deserialization information for the current model
|
|
2304
|
-
* @returns
|
|
2304
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2305
2305
|
*/
|
|
2306
2306
|
export declare function deserializeIntoRetentionEventTypeCollectionResponse(retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2307
2307
|
/**
|
|
2308
2308
|
* The deserialization information for the current model
|
|
2309
|
-
* @returns
|
|
2309
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2310
2310
|
*/
|
|
2311
2311
|
export declare function deserializeIntoSasTokenEvidence(sasTokenEvidence?: Partial<SasTokenEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2312
2312
|
/**
|
|
2313
2313
|
* The deserialization information for the current model
|
|
2314
|
-
* @returns
|
|
2314
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2315
2315
|
*/
|
|
2316
2316
|
export declare function deserializeIntoSearch(search?: Partial<Search> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2317
2317
|
/**
|
|
2318
2318
|
* The deserialization information for the current model
|
|
2319
|
-
* @returns
|
|
2319
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2320
2320
|
*/
|
|
2321
2321
|
export declare function deserializeIntoSecurityGroupEvidence(securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2322
2322
|
/**
|
|
2323
2323
|
* The deserialization information for the current model
|
|
2324
|
-
* @returns
|
|
2324
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2325
2325
|
*/
|
|
2326
2326
|
export declare function deserializeIntoServicePrincipalEvidence(servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2327
2327
|
/**
|
|
2328
2328
|
* The deserialization information for the current model
|
|
2329
|
-
* @returns
|
|
2329
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2330
2330
|
*/
|
|
2331
2331
|
export declare function deserializeIntoSinglePropertySchema(singlePropertySchema?: Partial<SinglePropertySchema> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* The deserialization information for the current model
|
|
2334
|
-
* @returns
|
|
2334
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2335
2335
|
*/
|
|
2336
2336
|
export declare function deserializeIntoSiteSource(siteSource?: Partial<SiteSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2337
2337
|
/**
|
|
2338
2338
|
* The deserialization information for the current model
|
|
2339
|
-
* @returns
|
|
2339
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2340
2340
|
*/
|
|
2341
2341
|
export declare function deserializeIntoSiteSourceCollectionResponse(siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2342
2342
|
/**
|
|
2343
2343
|
* The deserialization information for the current model
|
|
2344
|
-
* @returns
|
|
2344
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2345
2345
|
*/
|
|
2346
2346
|
export declare function deserializeIntoSslCertificate(sslCertificate?: Partial<SslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2347
2347
|
/**
|
|
2348
2348
|
* The deserialization information for the current model
|
|
2349
|
-
* @returns
|
|
2349
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2350
2350
|
*/
|
|
2351
2351
|
export declare function deserializeIntoSslCertificateCollectionResponse(sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2352
2352
|
/**
|
|
2353
2353
|
* The deserialization information for the current model
|
|
2354
|
-
* @returns
|
|
2354
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2355
2355
|
*/
|
|
2356
2356
|
export declare function deserializeIntoSslCertificateEntity(sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2357
2357
|
/**
|
|
2358
2358
|
* The deserialization information for the current model
|
|
2359
|
-
* @returns
|
|
2359
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2360
2360
|
*/
|
|
2361
2361
|
export declare function deserializeIntoSubdomain(subdomain?: Partial<Subdomain> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2362
2362
|
/**
|
|
2363
2363
|
* The deserialization information for the current model
|
|
2364
|
-
* @returns
|
|
2364
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2365
2365
|
*/
|
|
2366
2366
|
export declare function deserializeIntoSubdomainCollectionResponse(subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2367
2367
|
/**
|
|
2368
2368
|
* The deserialization information for the current model
|
|
2369
|
-
* @returns
|
|
2369
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2370
2370
|
*/
|
|
2371
2371
|
export declare function deserializeIntoSubmissionMailEvidence(submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2372
2372
|
/**
|
|
2373
2373
|
* The deserialization information for the current model
|
|
2374
|
-
* @returns
|
|
2374
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2375
2375
|
*/
|
|
2376
2376
|
export declare function deserializeIntoTag(tag?: Partial<Tag> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2377
2377
|
/**
|
|
2378
2378
|
* The deserialization information for the current model
|
|
2379
|
-
* @returns
|
|
2379
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2380
2380
|
*/
|
|
2381
2381
|
export declare function deserializeIntoThreatIntelligence(threatIntelligence?: Partial<ThreatIntelligence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2382
2382
|
/**
|
|
2383
2383
|
* The deserialization information for the current model
|
|
2384
|
-
* @returns
|
|
2384
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2385
2385
|
*/
|
|
2386
2386
|
export declare function deserializeIntoTopicModelingSettings(topicModelingSettings?: Partial<TopicModelingSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2387
2387
|
/**
|
|
2388
2388
|
* The deserialization information for the current model
|
|
2389
|
-
* @returns
|
|
2389
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2390
2390
|
*/
|
|
2391
2391
|
export declare function deserializeIntoTriggersRoot(triggersRoot?: Partial<TriggersRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2392
2392
|
/**
|
|
2393
2393
|
* The deserialization information for the current model
|
|
2394
|
-
* @returns
|
|
2394
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2395
2395
|
*/
|
|
2396
2396
|
export declare function deserializeIntoTriggerTypesRoot(triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2397
2397
|
/**
|
|
2398
2398
|
* The deserialization information for the current model
|
|
2399
|
-
* @returns
|
|
2399
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2400
2400
|
*/
|
|
2401
2401
|
export declare function deserializeIntoUnclassifiedArtifact(unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2402
2402
|
/**
|
|
2403
2403
|
* The deserialization information for the current model
|
|
2404
|
-
* @returns
|
|
2404
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2405
2405
|
*/
|
|
2406
2406
|
export declare function deserializeIntoUnifiedGroupSource(unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2407
2407
|
/**
|
|
2408
2408
|
* The deserialization information for the current model
|
|
2409
|
-
* @returns
|
|
2409
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2410
2410
|
*/
|
|
2411
2411
|
export declare function deserializeIntoUnifiedGroupSourceCollectionResponse(unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* The deserialization information for the current model
|
|
2414
|
-
* @returns
|
|
2414
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2415
2415
|
*/
|
|
2416
2416
|
export declare function deserializeIntoUrlEvidence(urlEvidence?: Partial<UrlEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2417
2417
|
/**
|
|
2418
2418
|
* The deserialization information for the current model
|
|
2419
|
-
* @returns
|
|
2419
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2420
2420
|
*/
|
|
2421
2421
|
export declare function deserializeIntoUserAccount(userAccount?: Partial<UserAccount> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2422
2422
|
/**
|
|
2423
2423
|
* The deserialization information for the current model
|
|
2424
|
-
* @returns
|
|
2424
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2425
2425
|
*/
|
|
2426
2426
|
export declare function deserializeIntoUserEvidence(userEvidence?: Partial<UserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2427
2427
|
/**
|
|
2428
2428
|
* The deserialization information for the current model
|
|
2429
|
-
* @returns
|
|
2429
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2430
2430
|
*/
|
|
2431
2431
|
export declare function deserializeIntoUserSource(userSource?: Partial<UserSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2432
2432
|
/**
|
|
2433
2433
|
* The deserialization information for the current model
|
|
2434
|
-
* @returns
|
|
2434
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2435
2435
|
*/
|
|
2436
2436
|
export declare function deserializeIntoUserSourceCollectionResponse(userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2437
2437
|
/**
|
|
2438
2438
|
* The deserialization information for the current model
|
|
2439
|
-
* @returns
|
|
2439
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2440
2440
|
*/
|
|
2441
2441
|
export declare function deserializeIntoVmMetadata(vmMetadata?: Partial<VmMetadata> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2442
2442
|
/**
|
|
2443
2443
|
* The deserialization information for the current model
|
|
2444
|
-
* @returns
|
|
2444
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2445
2445
|
*/
|
|
2446
2446
|
export declare function deserializeIntoVulnerability(vulnerability?: Partial<Vulnerability> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2447
2447
|
/**
|
|
2448
2448
|
* The deserialization information for the current model
|
|
2449
|
-
* @returns
|
|
2449
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2450
2450
|
*/
|
|
2451
2451
|
export declare function deserializeIntoVulnerabilityCollectionResponse(vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* The deserialization information for the current model
|
|
2454
|
-
* @returns
|
|
2454
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2455
2455
|
*/
|
|
2456
2456
|
export declare function deserializeIntoVulnerabilityComponent(vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2457
2457
|
/**
|
|
2458
2458
|
* The deserialization information for the current model
|
|
2459
|
-
* @returns
|
|
2459
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2460
2460
|
*/
|
|
2461
2461
|
export declare function deserializeIntoVulnerabilityComponentCollectionResponse(vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2462
2462
|
/**
|
|
2463
2463
|
* The deserialization information for the current model
|
|
2464
|
-
* @returns
|
|
2464
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2465
2465
|
*/
|
|
2466
2466
|
export declare function deserializeIntoWhoisBaseRecord(whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* The deserialization information for the current model
|
|
2469
|
-
* @returns
|
|
2469
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2470
2470
|
*/
|
|
2471
2471
|
export declare function deserializeIntoWhoisContact(whoisContact?: Partial<WhoisContact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2472
2472
|
/**
|
|
2473
2473
|
* The deserialization information for the current model
|
|
2474
|
-
* @returns
|
|
2474
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2475
2475
|
*/
|
|
2476
2476
|
export declare function deserializeIntoWhoisHistoryRecord(whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2477
2477
|
/**
|
|
2478
2478
|
* The deserialization information for the current model
|
|
2479
|
-
* @returns
|
|
2479
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2480
2480
|
*/
|
|
2481
2481
|
export declare function deserializeIntoWhoisHistoryRecordCollectionResponse(whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2482
2482
|
/**
|
|
2483
2483
|
* The deserialization information for the current model
|
|
2484
|
-
* @returns
|
|
2484
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2485
2485
|
*/
|
|
2486
2486
|
export declare function deserializeIntoWhoisNameserver(whoisNameserver?: Partial<WhoisNameserver> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2487
2487
|
/**
|
|
2488
2488
|
* The deserialization information for the current model
|
|
2489
|
-
* @returns
|
|
2489
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2490
2490
|
*/
|
|
2491
2491
|
export declare function deserializeIntoWhoisRecord(whoisRecord?: Partial<WhoisRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2492
2492
|
/**
|
|
2493
2493
|
* The deserialization information for the current model
|
|
2494
|
-
* @returns
|
|
2494
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
2495
2495
|
*/
|
|
2496
2496
|
export declare function deserializeIntoWhoisRecordCollectionResponse(whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2497
2497
|
export type DetectionSource = (typeof DetectionSourceObject)[keyof typeof DetectionSourceObject];
|