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