@microsoft/msgraph-sdk 1.0.0-preview.11 → 1.0.0-preview.12
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/models/callRecords/index.d.ts +66 -66
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/externalConnectors/index.d.ts +81 -81
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/identityGovernance/index.d.ts +108 -108
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/index.d.ts +6140 -6137
- package/models/index.d.ts.map +1 -1
- package/models/index.js +6 -6
- package/models/oDataErrors/index.d.ts +12 -12
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/security/index.d.ts +492 -492
- package/models/security/index.d.ts.map +1 -1
- package/models/termStore/index.d.ts +39 -39
- package/models/termStore/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -579,985 +579,985 @@ export type ContentFormat = (typeof ContentFormatObject)[keyof typeof ContentFor
|
|
|
579
579
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
580
580
|
* @returns a alertCollectionResponse
|
|
581
581
|
*/
|
|
582
|
-
export declare function createAlertCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
586
|
* @returns a alertComment
|
|
587
587
|
*/
|
|
588
|
-
export declare function createAlertCommentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
592
|
* @returns a alertEvidence
|
|
593
593
|
*/
|
|
594
|
-
export declare function createAlertEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
598
|
* @returns a alert
|
|
599
599
|
*/
|
|
600
|
-
export declare function createAlertFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
604
|
* @returns a amazonResourceEvidence
|
|
605
605
|
*/
|
|
606
|
-
export declare function createAmazonResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
610
|
* @returns a analyzedMessageEvidence
|
|
611
611
|
*/
|
|
612
|
-
export declare function createAnalyzedMessageEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
616
|
* @returns a articleCollectionResponse
|
|
617
617
|
*/
|
|
618
|
-
export declare function createArticleCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
622
|
* @returns a article
|
|
623
623
|
*/
|
|
624
|
-
export declare function createArticleFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
628
|
* @returns a articleIndicatorCollectionResponse
|
|
629
629
|
*/
|
|
630
|
-
export declare function createArticleIndicatorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
634
|
* @returns a articleIndicator
|
|
635
635
|
*/
|
|
636
|
-
export declare function createArticleIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
640
|
* @returns a artifact
|
|
641
641
|
*/
|
|
642
|
-
export declare function createArtifactFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
646
|
* @returns a autonomousSystem
|
|
647
647
|
*/
|
|
648
|
-
export declare function createAutonomousSystemFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
652
|
* @returns a azureResourceEvidence
|
|
653
653
|
*/
|
|
654
|
-
export declare function createAzureResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
658
|
* @returns a blobContainerEvidence
|
|
659
659
|
*/
|
|
660
|
-
export declare function createBlobContainerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
664
|
* @returns a blobEvidence
|
|
665
665
|
*/
|
|
666
|
-
export declare function createBlobEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
670
|
* @returns a caseEscaped
|
|
671
671
|
*/
|
|
672
|
-
export declare function createCaseEscapedFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
676
|
* @returns a caseOperationCollectionResponse
|
|
677
677
|
*/
|
|
678
|
-
export declare function createCaseOperationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
682
|
* @returns a caseOperation
|
|
683
683
|
*/
|
|
684
|
-
export declare function createCaseOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
688
|
* @returns a casesRoot
|
|
689
689
|
*/
|
|
690
|
-
export declare function createCasesRootFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
694
|
* @returns a cloudApplicationEvidence
|
|
695
695
|
*/
|
|
696
|
-
export declare function createCloudApplicationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
700
|
* @returns a containerEvidence
|
|
701
701
|
*/
|
|
702
|
-
export declare function createContainerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
706
|
* @returns a containerImageEvidence
|
|
707
707
|
*/
|
|
708
|
-
export declare function createContainerImageEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
712
|
* @returns a containerRegistryEvidence
|
|
713
713
|
*/
|
|
714
|
-
export declare function createContainerRegistryEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
718
|
* @returns a cvssSummary
|
|
719
719
|
*/
|
|
720
|
-
export declare function createCvssSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
724
|
* @returns a dataSet
|
|
725
725
|
*/
|
|
726
|
-
export declare function createDataSetFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
730
|
* @returns a dataSourceCollectionResponse
|
|
731
731
|
*/
|
|
732
|
-
export declare function createDataSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
736
|
* @returns a dataSourceContainer
|
|
737
737
|
*/
|
|
738
|
-
export declare function createDataSourceContainerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
742
|
* @returns a dataSource
|
|
743
743
|
*/
|
|
744
|
-
export declare function createDataSourceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
748
|
* @returns a deviceEvidence
|
|
749
749
|
*/
|
|
750
|
-
export declare function createDeviceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
754
|
* @returns a dictionary
|
|
755
755
|
*/
|
|
756
|
-
export declare function createDictionaryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
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
760
|
* @returns a ediscoveryAddToReviewSetOperation
|
|
761
761
|
*/
|
|
762
|
-
export declare function createEdiscoveryAddToReviewSetOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
762
|
+
export declare function createEdiscoveryAddToReviewSetOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
763
763
|
/**
|
|
764
764
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
765
765
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
766
766
|
* @returns a ediscoveryCaseCollectionResponse
|
|
767
767
|
*/
|
|
768
|
-
export declare function createEdiscoveryCaseCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
768
|
+
export declare function createEdiscoveryCaseCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
769
769
|
/**
|
|
770
770
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
771
771
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
772
772
|
* @returns a ediscoveryCase
|
|
773
773
|
*/
|
|
774
|
-
export declare function createEdiscoveryCaseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
774
|
+
export declare function createEdiscoveryCaseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
775
775
|
/**
|
|
776
776
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
777
777
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
778
778
|
* @returns a ediscoveryCaseSettings
|
|
779
779
|
*/
|
|
780
|
-
export declare function createEdiscoveryCaseSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
780
|
+
export declare function createEdiscoveryCaseSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
781
781
|
/**
|
|
782
782
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
783
783
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
784
784
|
* @returns a ediscoveryCustodianCollectionResponse
|
|
785
785
|
*/
|
|
786
|
-
export declare function createEdiscoveryCustodianCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
786
|
+
export declare function createEdiscoveryCustodianCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
787
787
|
/**
|
|
788
788
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
789
789
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
790
790
|
* @returns a ediscoveryCustodian
|
|
791
791
|
*/
|
|
792
|
-
export declare function createEdiscoveryCustodianFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
792
|
+
export declare function createEdiscoveryCustodianFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
793
793
|
/**
|
|
794
794
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
795
795
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
796
796
|
* @returns a ediscoveryEstimateOperation
|
|
797
797
|
*/
|
|
798
|
-
export declare function createEdiscoveryEstimateOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
798
|
+
export declare function createEdiscoveryEstimateOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
799
799
|
/**
|
|
800
800
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
801
801
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
802
802
|
* @returns a ediscoveryExportOperation
|
|
803
803
|
*/
|
|
804
|
-
export declare function createEdiscoveryExportOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
804
|
+
export declare function createEdiscoveryExportOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
805
805
|
/**
|
|
806
806
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
807
807
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
808
808
|
* @returns a ediscoveryHoldOperation
|
|
809
809
|
*/
|
|
810
|
-
export declare function createEdiscoveryHoldOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
810
|
+
export declare function createEdiscoveryHoldOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
811
811
|
/**
|
|
812
812
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
813
813
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
814
814
|
* @returns a ediscoveryIndexOperation
|
|
815
815
|
*/
|
|
816
|
-
export declare function createEdiscoveryIndexOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
816
|
+
export declare function createEdiscoveryIndexOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
817
817
|
/**
|
|
818
818
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
819
819
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
820
820
|
* @returns a ediscoveryNoncustodialDataSourceCollectionResponse
|
|
821
821
|
*/
|
|
822
|
-
export declare function createEdiscoveryNoncustodialDataSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
822
|
+
export declare function createEdiscoveryNoncustodialDataSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
823
823
|
/**
|
|
824
824
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
825
825
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
826
826
|
* @returns a ediscoveryNoncustodialDataSource
|
|
827
827
|
*/
|
|
828
|
-
export declare function createEdiscoveryNoncustodialDataSourceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
828
|
+
export declare function createEdiscoveryNoncustodialDataSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
829
829
|
/**
|
|
830
830
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
831
831
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
832
832
|
* @returns a ediscoveryPurgeDataOperation
|
|
833
833
|
*/
|
|
834
|
-
export declare function createEdiscoveryPurgeDataOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
834
|
+
export declare function createEdiscoveryPurgeDataOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
835
835
|
/**
|
|
836
836
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
837
837
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
838
838
|
* @returns a ediscoveryReviewSetCollectionResponse
|
|
839
839
|
*/
|
|
840
|
-
export declare function createEdiscoveryReviewSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
840
|
+
export declare function createEdiscoveryReviewSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
841
841
|
/**
|
|
842
842
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
843
843
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
844
844
|
* @returns a ediscoveryReviewSet
|
|
845
845
|
*/
|
|
846
|
-
export declare function createEdiscoveryReviewSetFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
846
|
+
export declare function createEdiscoveryReviewSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
847
847
|
/**
|
|
848
848
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
849
849
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
850
850
|
* @returns a ediscoveryReviewSetQueryCollectionResponse
|
|
851
851
|
*/
|
|
852
|
-
export declare function createEdiscoveryReviewSetQueryCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
852
|
+
export declare function createEdiscoveryReviewSetQueryCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
853
853
|
/**
|
|
854
854
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
855
855
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
856
856
|
* @returns a ediscoveryReviewSetQuery
|
|
857
857
|
*/
|
|
858
|
-
export declare function createEdiscoveryReviewSetQueryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
858
|
+
export declare function createEdiscoveryReviewSetQueryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
859
859
|
/**
|
|
860
860
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
861
861
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
862
862
|
* @returns a ediscoveryReviewTagCollectionResponse
|
|
863
863
|
*/
|
|
864
|
-
export declare function createEdiscoveryReviewTagCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
864
|
+
export declare function createEdiscoveryReviewTagCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
865
865
|
/**
|
|
866
866
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
867
867
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
868
868
|
* @returns a ediscoveryReviewTag
|
|
869
869
|
*/
|
|
870
|
-
export declare function createEdiscoveryReviewTagFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
870
|
+
export declare function createEdiscoveryReviewTagFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
871
871
|
/**
|
|
872
872
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
873
873
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
874
874
|
* @returns a ediscoverySearchCollectionResponse
|
|
875
875
|
*/
|
|
876
|
-
export declare function createEdiscoverySearchCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
876
|
+
export declare function createEdiscoverySearchCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
877
877
|
/**
|
|
878
878
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
879
879
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
880
880
|
* @returns a ediscoverySearch
|
|
881
881
|
*/
|
|
882
|
-
export declare function createEdiscoverySearchFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
882
|
+
export declare function createEdiscoverySearchFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
883
883
|
/**
|
|
884
884
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
885
885
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
886
886
|
* @returns a ediscoveryTagOperation
|
|
887
887
|
*/
|
|
888
|
-
export declare function createEdiscoveryTagOperationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
888
|
+
export declare function createEdiscoveryTagOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
889
889
|
/**
|
|
890
890
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
891
891
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
892
892
|
* @returns a emailSender
|
|
893
893
|
*/
|
|
894
|
-
export declare function createEmailSenderFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
894
|
+
export declare function createEmailSenderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
895
895
|
/**
|
|
896
896
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
897
897
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
898
898
|
* @returns a eventPropagationResult
|
|
899
899
|
*/
|
|
900
|
-
export declare function createEventPropagationResultFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
900
|
+
export declare function createEventPropagationResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
901
901
|
/**
|
|
902
902
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
903
903
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
904
904
|
* @returns a eventQuery
|
|
905
905
|
*/
|
|
906
|
-
export declare function createEventQueryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
906
|
+
export declare function createEventQueryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
907
907
|
/**
|
|
908
908
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
909
909
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
910
910
|
* @returns a exportFileMetadata
|
|
911
911
|
*/
|
|
912
|
-
export declare function createExportFileMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
912
|
+
export declare function createExportFileMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
913
913
|
/**
|
|
914
914
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
915
915
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
916
916
|
* @returns a fileDetails
|
|
917
917
|
*/
|
|
918
|
-
export declare function createFileDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
918
|
+
export declare function createFileDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
919
919
|
/**
|
|
920
920
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
921
921
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
922
922
|
* @returns a fileEvidence
|
|
923
923
|
*/
|
|
924
|
-
export declare function createFileEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
924
|
+
export declare function createFileEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
925
925
|
/**
|
|
926
926
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
927
927
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
928
928
|
* @returns a fileHash
|
|
929
929
|
*/
|
|
930
|
-
export declare function createFileHashFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
930
|
+
export declare function createFileHashFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
931
931
|
/**
|
|
932
932
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
933
933
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
934
934
|
* @returns a formattedContent
|
|
935
935
|
*/
|
|
936
|
-
export declare function createFormattedContentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
936
|
+
export declare function createFormattedContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
937
937
|
/**
|
|
938
938
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
939
939
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
940
940
|
* @returns a gitHubOrganizationEvidence
|
|
941
941
|
*/
|
|
942
|
-
export declare function createGitHubOrganizationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
942
|
+
export declare function createGitHubOrganizationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
943
943
|
/**
|
|
944
944
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
945
945
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
946
946
|
* @returns a gitHubRepoEvidence
|
|
947
947
|
*/
|
|
948
|
-
export declare function createGitHubRepoEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
948
|
+
export declare function createGitHubRepoEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
949
949
|
/**
|
|
950
950
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
951
951
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
952
952
|
* @returns a gitHubUserEvidence
|
|
953
953
|
*/
|
|
954
|
-
export declare function createGitHubUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
954
|
+
export declare function createGitHubUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
955
955
|
/**
|
|
956
956
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
957
957
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
958
958
|
* @returns a googleCloudResourceEvidence
|
|
959
959
|
*/
|
|
960
|
-
export declare function createGoogleCloudResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
960
|
+
export declare function createGoogleCloudResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
961
961
|
/**
|
|
962
962
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
963
963
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
964
964
|
* @returns a hostCollectionResponse
|
|
965
965
|
*/
|
|
966
|
-
export declare function createHostCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
966
|
+
export declare function createHostCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
967
967
|
/**
|
|
968
968
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
969
969
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
970
970
|
* @returns a hostComponentCollectionResponse
|
|
971
971
|
*/
|
|
972
|
-
export declare function createHostComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
972
|
+
export declare function createHostComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
973
973
|
/**
|
|
974
974
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
975
975
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
976
976
|
* @returns a hostComponent
|
|
977
977
|
*/
|
|
978
|
-
export declare function createHostComponentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
978
|
+
export declare function createHostComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
979
979
|
/**
|
|
980
980
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
981
981
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
982
982
|
* @returns a hostCookieCollectionResponse
|
|
983
983
|
*/
|
|
984
|
-
export declare function createHostCookieCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
984
|
+
export declare function createHostCookieCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
985
985
|
/**
|
|
986
986
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
987
987
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
988
988
|
* @returns a hostCookie
|
|
989
989
|
*/
|
|
990
|
-
export declare function createHostCookieFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
990
|
+
export declare function createHostCookieFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
991
991
|
/**
|
|
992
992
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
993
993
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
994
994
|
* @returns a host
|
|
995
995
|
*/
|
|
996
|
-
export declare function createHostFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
996
|
+
export declare function createHostFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
997
997
|
/**
|
|
998
998
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
999
999
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1000
1000
|
* @returns a hostLogonSessionEvidence
|
|
1001
1001
|
*/
|
|
1002
|
-
export declare function createHostLogonSessionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1002
|
+
export declare function createHostLogonSessionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1005
1005
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1006
1006
|
* @returns a hostname
|
|
1007
1007
|
*/
|
|
1008
|
-
export declare function createHostnameFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1008
|
+
export declare function createHostnameFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1009
1009
|
/**
|
|
1010
1010
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1011
1011
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1012
1012
|
* @returns a hostPairCollectionResponse
|
|
1013
1013
|
*/
|
|
1014
|
-
export declare function createHostPairCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1014
|
+
export declare function createHostPairCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1017
1017
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1018
1018
|
* @returns a hostPair
|
|
1019
1019
|
*/
|
|
1020
|
-
export declare function createHostPairFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1020
|
+
export declare function createHostPairFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1021
1021
|
/**
|
|
1022
1022
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1023
1023
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1024
1024
|
* @returns a hostPortBanner
|
|
1025
1025
|
*/
|
|
1026
|
-
export declare function createHostPortBannerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1026
|
+
export declare function createHostPortBannerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1029
1029
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1030
1030
|
* @returns a hostPortCollectionResponse
|
|
1031
1031
|
*/
|
|
1032
|
-
export declare function createHostPortCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1032
|
+
export declare function createHostPortCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1035
1035
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1036
1036
|
* @returns a hostPortComponent
|
|
1037
1037
|
*/
|
|
1038
|
-
export declare function createHostPortComponentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1038
|
+
export declare function createHostPortComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1039
1039
|
/**
|
|
1040
1040
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1041
1041
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1042
1042
|
* @returns a hostPort
|
|
1043
1043
|
*/
|
|
1044
|
-
export declare function createHostPortFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1044
|
+
export declare function createHostPortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1045
1045
|
/**
|
|
1046
1046
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1047
1047
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1048
1048
|
* @returns a hostReputation
|
|
1049
1049
|
*/
|
|
1050
|
-
export declare function createHostReputationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1050
|
+
export declare function createHostReputationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1053
1053
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1054
1054
|
* @returns a hostReputationRule
|
|
1055
1055
|
*/
|
|
1056
|
-
export declare function createHostReputationRuleFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1056
|
+
export declare function createHostReputationRuleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1059
1059
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1060
1060
|
* @returns a hostSslCertificateCollectionResponse
|
|
1061
1061
|
*/
|
|
1062
|
-
export declare function createHostSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1062
|
+
export declare function createHostSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1063
1063
|
/**
|
|
1064
1064
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1065
1065
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1066
1066
|
* @returns a hostSslCertificate
|
|
1067
1067
|
*/
|
|
1068
|
-
export declare function createHostSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1068
|
+
export declare function createHostSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1069
1069
|
/**
|
|
1070
1070
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1071
1071
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1072
1072
|
* @returns a hostSslCertificatePort
|
|
1073
1073
|
*/
|
|
1074
|
-
export declare function createHostSslCertificatePortFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1074
|
+
export declare function createHostSslCertificatePortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1075
1075
|
/**
|
|
1076
1076
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1077
1077
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1078
1078
|
* @returns a hostTrackerCollectionResponse
|
|
1079
1079
|
*/
|
|
1080
|
-
export declare function createHostTrackerCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1080
|
+
export declare function createHostTrackerCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1081
1081
|
/**
|
|
1082
1082
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1083
1083
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1084
1084
|
* @returns a hostTracker
|
|
1085
1085
|
*/
|
|
1086
|
-
export declare function createHostTrackerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1086
|
+
export declare function createHostTrackerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1087
1087
|
/**
|
|
1088
1088
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1089
1089
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1090
1090
|
* @returns a huntingQueryResults
|
|
1091
1091
|
*/
|
|
1092
|
-
export declare function createHuntingQueryResultsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1092
|
+
export declare function createHuntingQueryResultsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1095
1095
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1096
1096
|
* @returns a huntingRowResult
|
|
1097
1097
|
*/
|
|
1098
|
-
export declare function createHuntingRowResultFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1098
|
+
export declare function createHuntingRowResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1101
1101
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1102
1102
|
* @returns a hyperlink
|
|
1103
1103
|
*/
|
|
1104
|
-
export declare function createHyperlinkFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1104
|
+
export declare function createHyperlinkFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1107
1107
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1108
1108
|
* @returns a incidentCollectionResponse
|
|
1109
1109
|
*/
|
|
1110
|
-
export declare function createIncidentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1110
|
+
export declare function createIncidentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1111
1111
|
/**
|
|
1112
1112
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1113
1113
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1114
1114
|
* @returns a incident
|
|
1115
1115
|
*/
|
|
1116
|
-
export declare function createIncidentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1116
|
+
export declare function createIncidentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1119
1119
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1120
1120
|
* @returns a indicator
|
|
1121
1121
|
*/
|
|
1122
|
-
export declare function createIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1122
|
+
export declare function createIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1123
1123
|
/**
|
|
1124
1124
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1125
1125
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1126
1126
|
* @returns a intelligenceProfileCollectionResponse
|
|
1127
1127
|
*/
|
|
1128
|
-
export declare function createIntelligenceProfileCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1128
|
+
export declare function createIntelligenceProfileCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1129
1129
|
/**
|
|
1130
1130
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1131
1131
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1132
1132
|
* @returns a intelligenceProfileCountryOrRegionOfOrigin
|
|
1133
1133
|
*/
|
|
1134
|
-
export declare function createIntelligenceProfileCountryOrRegionOfOriginFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1134
|
+
export declare function createIntelligenceProfileCountryOrRegionOfOriginFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1135
1135
|
/**
|
|
1136
1136
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1137
1137
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1138
1138
|
* @returns a intelligenceProfile
|
|
1139
1139
|
*/
|
|
1140
|
-
export declare function createIntelligenceProfileFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1140
|
+
export declare function createIntelligenceProfileFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1143
1143
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1144
1144
|
* @returns a intelligenceProfileIndicatorCollectionResponse
|
|
1145
1145
|
*/
|
|
1146
|
-
export declare function createIntelligenceProfileIndicatorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1146
|
+
export declare function createIntelligenceProfileIndicatorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1147
1147
|
/**
|
|
1148
1148
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1149
1149
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1150
1150
|
* @returns a intelligenceProfileIndicator
|
|
1151
1151
|
*/
|
|
1152
|
-
export declare function createIntelligenceProfileIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1152
|
+
export declare function createIntelligenceProfileIndicatorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1155
1155
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1156
1156
|
* @returns a ioTDeviceEvidence
|
|
1157
1157
|
*/
|
|
1158
|
-
export declare function createIoTDeviceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1158
|
+
export declare function createIoTDeviceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1159
1159
|
/**
|
|
1160
1160
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1161
1161
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1162
1162
|
* @returns a ipAddress
|
|
1163
1163
|
*/
|
|
1164
|
-
export declare function createIpAddressFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1164
|
+
export declare function createIpAddressFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1167
1167
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1168
1168
|
* @returns a ipEvidence
|
|
1169
1169
|
*/
|
|
1170
|
-
export declare function createIpEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1170
|
+
export declare function createIpEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1171
1171
|
/**
|
|
1172
1172
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1173
1173
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1174
1174
|
* @returns a kubernetesClusterEvidence
|
|
1175
1175
|
*/
|
|
1176
|
-
export declare function createKubernetesClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1176
|
+
export declare function createKubernetesClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1177
1177
|
/**
|
|
1178
1178
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1179
1179
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1180
1180
|
* @returns a kubernetesControllerEvidence
|
|
1181
1181
|
*/
|
|
1182
|
-
export declare function createKubernetesControllerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1182
|
+
export declare function createKubernetesControllerEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1185
1185
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1186
1186
|
* @returns a kubernetesNamespaceEvidence
|
|
1187
1187
|
*/
|
|
1188
|
-
export declare function createKubernetesNamespaceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1188
|
+
export declare function createKubernetesNamespaceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1191
1191
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1192
1192
|
* @returns a kubernetesPodEvidence
|
|
1193
1193
|
*/
|
|
1194
|
-
export declare function createKubernetesPodEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1194
|
+
export declare function createKubernetesPodEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1197
1197
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1198
1198
|
* @returns a kubernetesSecretEvidence
|
|
1199
1199
|
*/
|
|
1200
|
-
export declare function createKubernetesSecretEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1200
|
+
export declare function createKubernetesSecretEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1201
1201
|
/**
|
|
1202
1202
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1203
1203
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1204
1204
|
* @returns a kubernetesServiceAccountEvidence
|
|
1205
1205
|
*/
|
|
1206
|
-
export declare function createKubernetesServiceAccountEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1206
|
+
export declare function createKubernetesServiceAccountEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1209
1209
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1210
1210
|
* @returns a kubernetesServiceEvidence
|
|
1211
1211
|
*/
|
|
1212
|
-
export declare function createKubernetesServiceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1212
|
+
export declare function createKubernetesServiceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1215
1215
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1216
1216
|
* @returns a kubernetesServicePort
|
|
1217
1217
|
*/
|
|
1218
|
-
export declare function createKubernetesServicePortFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1218
|
+
export declare function createKubernetesServicePortFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1219
1219
|
/**
|
|
1220
1220
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1221
1221
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1222
1222
|
* @returns a loggedOnUser
|
|
1223
1223
|
*/
|
|
1224
|
-
export declare function createLoggedOnUserFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1224
|
+
export declare function createLoggedOnUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1225
1225
|
/**
|
|
1226
1226
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1227
1227
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1228
1228
|
* @returns a mailboxEvidence
|
|
1229
1229
|
*/
|
|
1230
|
-
export declare function createMailboxEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1230
|
+
export declare function createMailboxEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1233
1233
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1234
1234
|
* @returns a mailClusterEvidence
|
|
1235
1235
|
*/
|
|
1236
|
-
export declare function createMailClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1236
|
+
export declare function createMailClusterEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1239
1239
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1240
1240
|
* @returns a malwareEvidence
|
|
1241
1241
|
*/
|
|
1242
|
-
export declare function createMalwareEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1242
|
+
export declare function createMalwareEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1245
1245
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1246
1246
|
* @returns a networkConnectionEvidence
|
|
1247
1247
|
*/
|
|
1248
|
-
export declare function createNetworkConnectionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1248
|
+
export declare function createNetworkConnectionEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1249
1249
|
/**
|
|
1250
1250
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1251
1251
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1252
1252
|
* @returns a nicEvidence
|
|
1253
1253
|
*/
|
|
1254
|
-
export declare function createNicEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1254
|
+
export declare function createNicEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1257
1257
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1258
1258
|
* @returns a oauthApplicationEvidence
|
|
1259
1259
|
*/
|
|
1260
|
-
export declare function createOauthApplicationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1260
|
+
export declare function createOauthApplicationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1261
1261
|
/**
|
|
1262
1262
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1263
1263
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1264
1264
|
* @returns a ocrSettings
|
|
1265
1265
|
*/
|
|
1266
|
-
export declare function createOcrSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1266
|
+
export declare function createOcrSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1267
1267
|
/**
|
|
1268
1268
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1269
1269
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1270
1270
|
* @returns a passiveDnsRecordCollectionResponse
|
|
1271
1271
|
*/
|
|
1272
|
-
export declare function createPassiveDnsRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1272
|
+
export declare function createPassiveDnsRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1273
1273
|
/**
|
|
1274
1274
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1275
1275
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1276
1276
|
* @returns a passiveDnsRecord
|
|
1277
1277
|
*/
|
|
1278
|
-
export declare function createPassiveDnsRecordFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1278
|
+
export declare function createPassiveDnsRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1279
1279
|
/**
|
|
1280
1280
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1281
1281
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1282
1282
|
* @returns a processEvidence
|
|
1283
1283
|
*/
|
|
1284
|
-
export declare function createProcessEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1284
|
+
export declare function createProcessEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1285
1285
|
/**
|
|
1286
1286
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1287
1287
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1288
1288
|
* @returns a redundancyDetectionSettings
|
|
1289
1289
|
*/
|
|
1290
|
-
export declare function createRedundancyDetectionSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1290
|
+
export declare function createRedundancyDetectionSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1293
1293
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1294
1294
|
* @returns a registryKeyEvidence
|
|
1295
1295
|
*/
|
|
1296
|
-
export declare function createRegistryKeyEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1296
|
+
export declare function createRegistryKeyEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1299
1299
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1300
1300
|
* @returns a registryValueEvidence
|
|
1301
1301
|
*/
|
|
1302
|
-
export declare function createRegistryValueEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1302
|
+
export declare function createRegistryValueEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1305
1305
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1306
1306
|
* @returns a retentionEventCollectionResponse
|
|
1307
1307
|
*/
|
|
1308
|
-
export declare function createRetentionEventCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1308
|
+
export declare function createRetentionEventCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1309
1309
|
/**
|
|
1310
1310
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1311
1311
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1312
1312
|
* @returns a retentionEvent
|
|
1313
1313
|
*/
|
|
1314
|
-
export declare function createRetentionEventFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1314
|
+
export declare function createRetentionEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1315
1315
|
/**
|
|
1316
1316
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1317
1317
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1318
1318
|
* @returns a retentionEventStatus
|
|
1319
1319
|
*/
|
|
1320
|
-
export declare function createRetentionEventStatusFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1320
|
+
export declare function createRetentionEventStatusFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1321
1321
|
/**
|
|
1322
1322
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1323
1323
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1324
1324
|
* @returns a retentionEventTypeCollectionResponse
|
|
1325
1325
|
*/
|
|
1326
|
-
export declare function createRetentionEventTypeCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1326
|
+
export declare function createRetentionEventTypeCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1329
1329
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1330
1330
|
* @returns a retentionEventType
|
|
1331
1331
|
*/
|
|
1332
|
-
export declare function createRetentionEventTypeFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1332
|
+
export declare function createRetentionEventTypeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1333
1333
|
/**
|
|
1334
1334
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1335
1335
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1336
1336
|
* @returns a sasTokenEvidence
|
|
1337
1337
|
*/
|
|
1338
|
-
export declare function createSasTokenEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1338
|
+
export declare function createSasTokenEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1341
1341
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1342
1342
|
* @returns a search
|
|
1343
1343
|
*/
|
|
1344
|
-
export declare function createSearchFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1344
|
+
export declare function createSearchFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1345
1345
|
/**
|
|
1346
1346
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1347
1347
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1348
1348
|
* @returns a securityGroupEvidence
|
|
1349
1349
|
*/
|
|
1350
|
-
export declare function createSecurityGroupEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1350
|
+
export declare function createSecurityGroupEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1351
1351
|
/**
|
|
1352
1352
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1353
1353
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1354
1354
|
* @returns a servicePrincipalEvidence
|
|
1355
1355
|
*/
|
|
1356
|
-
export declare function createServicePrincipalEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1356
|
+
export declare function createServicePrincipalEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1357
1357
|
/**
|
|
1358
1358
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1359
1359
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1360
1360
|
* @returns a singlePropertySchema
|
|
1361
1361
|
*/
|
|
1362
|
-
export declare function createSinglePropertySchemaFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1362
|
+
export declare function createSinglePropertySchemaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1363
1363
|
/**
|
|
1364
1364
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1365
1365
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1366
1366
|
* @returns a siteSourceCollectionResponse
|
|
1367
1367
|
*/
|
|
1368
|
-
export declare function createSiteSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1368
|
+
export declare function createSiteSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1371
1371
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1372
1372
|
* @returns a siteSource
|
|
1373
1373
|
*/
|
|
1374
|
-
export declare function createSiteSourceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1374
|
+
export declare function createSiteSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1375
1375
|
/**
|
|
1376
1376
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1377
1377
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1378
1378
|
* @returns a sslCertificateCollectionResponse
|
|
1379
1379
|
*/
|
|
1380
|
-
export declare function createSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1380
|
+
export declare function createSslCertificateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1383
1383
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1384
1384
|
* @returns a sslCertificateEntity
|
|
1385
1385
|
*/
|
|
1386
|
-
export declare function createSslCertificateEntityFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1386
|
+
export declare function createSslCertificateEntityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1389
1389
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1390
1390
|
* @returns a sslCertificate
|
|
1391
1391
|
*/
|
|
1392
|
-
export declare function createSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1392
|
+
export declare function createSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1393
1393
|
/**
|
|
1394
1394
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1395
1395
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1396
1396
|
* @returns a subdomainCollectionResponse
|
|
1397
1397
|
*/
|
|
1398
|
-
export declare function createSubdomainCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1398
|
+
export declare function createSubdomainCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1399
1399
|
/**
|
|
1400
1400
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1401
1401
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1402
1402
|
* @returns a subdomain
|
|
1403
1403
|
*/
|
|
1404
|
-
export declare function createSubdomainFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1404
|
+
export declare function createSubdomainFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1407
1407
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1408
1408
|
* @returns a submissionMailEvidence
|
|
1409
1409
|
*/
|
|
1410
|
-
export declare function createSubmissionMailEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1410
|
+
export declare function createSubmissionMailEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1413
1413
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1414
1414
|
* @returns a tag
|
|
1415
1415
|
*/
|
|
1416
|
-
export declare function createTagFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1416
|
+
export declare function createTagFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1419
1419
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1420
1420
|
* @returns a threatIntelligence
|
|
1421
1421
|
*/
|
|
1422
|
-
export declare function createThreatIntelligenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1422
|
+
export declare function createThreatIntelligenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1425
1425
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1426
1426
|
* @returns a topicModelingSettings
|
|
1427
1427
|
*/
|
|
1428
|
-
export declare function createTopicModelingSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1428
|
+
export declare function createTopicModelingSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1429
1429
|
/**
|
|
1430
1430
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1431
1431
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1432
1432
|
* @returns a triggersRoot
|
|
1433
1433
|
*/
|
|
1434
|
-
export declare function createTriggersRootFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1434
|
+
export declare function createTriggersRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1435
1435
|
/**
|
|
1436
1436
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1437
1437
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1438
1438
|
* @returns a triggerTypesRoot
|
|
1439
1439
|
*/
|
|
1440
|
-
export declare function createTriggerTypesRootFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1440
|
+
export declare function createTriggerTypesRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1443
1443
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1444
1444
|
* @returns a unclassifiedArtifact
|
|
1445
1445
|
*/
|
|
1446
|
-
export declare function createUnclassifiedArtifactFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1446
|
+
export declare function createUnclassifiedArtifactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1449
1449
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1450
1450
|
* @returns a unifiedGroupSourceCollectionResponse
|
|
1451
1451
|
*/
|
|
1452
|
-
export declare function createUnifiedGroupSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1452
|
+
export declare function createUnifiedGroupSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1453
1453
|
/**
|
|
1454
1454
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1455
1455
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1456
1456
|
* @returns a unifiedGroupSource
|
|
1457
1457
|
*/
|
|
1458
|
-
export declare function createUnifiedGroupSourceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1458
|
+
export declare function createUnifiedGroupSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1459
1459
|
/**
|
|
1460
1460
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1461
1461
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1462
1462
|
* @returns a urlEvidence
|
|
1463
1463
|
*/
|
|
1464
|
-
export declare function createUrlEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1464
|
+
export declare function createUrlEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1467
1467
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1468
1468
|
* @returns a userAccount
|
|
1469
1469
|
*/
|
|
1470
|
-
export declare function createUserAccountFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1470
|
+
export declare function createUserAccountFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1473
1473
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1474
1474
|
* @returns a userEvidence
|
|
1475
1475
|
*/
|
|
1476
|
-
export declare function createUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1476
|
+
export declare function createUserEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1477
1477
|
/**
|
|
1478
1478
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1479
1479
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1480
1480
|
* @returns a userSourceCollectionResponse
|
|
1481
1481
|
*/
|
|
1482
|
-
export declare function createUserSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1482
|
+
export declare function createUserSourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1483
1483
|
/**
|
|
1484
1484
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1485
1485
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1486
1486
|
* @returns a userSource
|
|
1487
1487
|
*/
|
|
1488
|
-
export declare function createUserSourceFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1488
|
+
export declare function createUserSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1489
1489
|
/**
|
|
1490
1490
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1491
1491
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1492
1492
|
* @returns a vmMetadata
|
|
1493
1493
|
*/
|
|
1494
|
-
export declare function createVmMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1494
|
+
export declare function createVmMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1497
1497
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1498
1498
|
* @returns a vulnerabilityCollectionResponse
|
|
1499
1499
|
*/
|
|
1500
|
-
export declare function createVulnerabilityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1500
|
+
export declare function createVulnerabilityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1503
1503
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1504
1504
|
* @returns a vulnerabilityComponentCollectionResponse
|
|
1505
1505
|
*/
|
|
1506
|
-
export declare function createVulnerabilityComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1506
|
+
export declare function createVulnerabilityComponentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1509
1509
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1510
1510
|
* @returns a vulnerabilityComponent
|
|
1511
1511
|
*/
|
|
1512
|
-
export declare function createVulnerabilityComponentFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1512
|
+
export declare function createVulnerabilityComponentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1513
1513
|
/**
|
|
1514
1514
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1515
1515
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1516
1516
|
* @returns a vulnerability
|
|
1517
1517
|
*/
|
|
1518
|
-
export declare function createVulnerabilityFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1518
|
+
export declare function createVulnerabilityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1521
1521
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1522
1522
|
* @returns a whoisBaseRecord
|
|
1523
1523
|
*/
|
|
1524
|
-
export declare function createWhoisBaseRecordFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1524
|
+
export declare function createWhoisBaseRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1527
1527
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1528
1528
|
* @returns a whoisContact
|
|
1529
1529
|
*/
|
|
1530
|
-
export declare function createWhoisContactFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1530
|
+
export declare function createWhoisContactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1531
1531
|
/**
|
|
1532
1532
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1533
1533
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1534
1534
|
* @returns a whoisHistoryRecordCollectionResponse
|
|
1535
1535
|
*/
|
|
1536
|
-
export declare function createWhoisHistoryRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1536
|
+
export declare function createWhoisHistoryRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1537
1537
|
/**
|
|
1538
1538
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1539
1539
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1540
1540
|
* @returns a whoisHistoryRecord
|
|
1541
1541
|
*/
|
|
1542
|
-
export declare function createWhoisHistoryRecordFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1542
|
+
export declare function createWhoisHistoryRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1543
1543
|
/**
|
|
1544
1544
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1545
1545
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1546
1546
|
* @returns a whoisNameserver
|
|
1547
1547
|
*/
|
|
1548
|
-
export declare function createWhoisNameserverFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1548
|
+
export declare function createWhoisNameserverFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1551
1551
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1552
1552
|
* @returns a whoisRecordCollectionResponse
|
|
1553
1553
|
*/
|
|
1554
|
-
export declare function createWhoisRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1554
|
+
export declare function createWhoisRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1557
1557
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1558
1558
|
* @returns a whoisRecord
|
|
1559
1559
|
*/
|
|
1560
|
-
export declare function createWhoisRecordFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
1560
|
+
export declare function createWhoisRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1561
1561
|
export interface CvssSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -1656,822 +1656,822 @@ export type DefenderAvStatus = (typeof DefenderAvStatusObject)[keyof typeof Defe
|
|
|
1656
1656
|
* The deserialization information for the current model
|
|
1657
1657
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1658
1658
|
*/
|
|
1659
|
-
export declare function deserializeIntoAlert(alert?: Alert | undefined): Record<string, (node: ParseNode) => void>;
|
|
1659
|
+
export declare function deserializeIntoAlert(alert?: Partial<Alert> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1660
1660
|
/**
|
|
1661
1661
|
* The deserialization information for the current model
|
|
1662
1662
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1663
1663
|
*/
|
|
1664
|
-
export declare function deserializeIntoAlertCollectionResponse(alertCollectionResponse?: AlertCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1664
|
+
export declare function deserializeIntoAlertCollectionResponse(alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* The deserialization information for the current model
|
|
1667
1667
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1668
1668
|
*/
|
|
1669
|
-
export declare function deserializeIntoAlertComment(alertComment?: AlertComment | undefined): Record<string, (node: ParseNode) => void>;
|
|
1669
|
+
export declare function deserializeIntoAlertComment(alertComment?: Partial<AlertComment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1670
1670
|
/**
|
|
1671
1671
|
* The deserialization information for the current model
|
|
1672
1672
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1673
1673
|
*/
|
|
1674
|
-
export declare function deserializeIntoAlertEvidence(alertEvidence?: AlertEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1674
|
+
export declare function deserializeIntoAlertEvidence(alertEvidence?: Partial<AlertEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1675
1675
|
/**
|
|
1676
1676
|
* The deserialization information for the current model
|
|
1677
1677
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1678
1678
|
*/
|
|
1679
|
-
export declare function deserializeIntoAmazonResourceEvidence(amazonResourceEvidence?: AmazonResourceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1679
|
+
export declare function deserializeIntoAmazonResourceEvidence(amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1680
1680
|
/**
|
|
1681
1681
|
* The deserialization information for the current model
|
|
1682
1682
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1683
1683
|
*/
|
|
1684
|
-
export declare function deserializeIntoAnalyzedMessageEvidence(analyzedMessageEvidence?: AnalyzedMessageEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1684
|
+
export declare function deserializeIntoAnalyzedMessageEvidence(analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1685
1685
|
/**
|
|
1686
1686
|
* The deserialization information for the current model
|
|
1687
1687
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1688
1688
|
*/
|
|
1689
|
-
export declare function deserializeIntoArticle(article?: Article | undefined): Record<string, (node: ParseNode) => void>;
|
|
1689
|
+
export declare function deserializeIntoArticle(article?: Partial<Article> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1690
1690
|
/**
|
|
1691
1691
|
* The deserialization information for the current model
|
|
1692
1692
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1693
1693
|
*/
|
|
1694
|
-
export declare function deserializeIntoArticleCollectionResponse(articleCollectionResponse?: ArticleCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1694
|
+
export declare function deserializeIntoArticleCollectionResponse(articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1695
1695
|
/**
|
|
1696
1696
|
* The deserialization information for the current model
|
|
1697
1697
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1698
1698
|
*/
|
|
1699
|
-
export declare function deserializeIntoArticleIndicator(articleIndicator?: ArticleIndicator | undefined): Record<string, (node: ParseNode) => void>;
|
|
1699
|
+
export declare function deserializeIntoArticleIndicator(articleIndicator?: Partial<ArticleIndicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* The deserialization information for the current model
|
|
1702
1702
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1703
1703
|
*/
|
|
1704
|
-
export declare function deserializeIntoArticleIndicatorCollectionResponse(articleIndicatorCollectionResponse?: ArticleIndicatorCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1704
|
+
export declare function deserializeIntoArticleIndicatorCollectionResponse(articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1705
1705
|
/**
|
|
1706
1706
|
* The deserialization information for the current model
|
|
1707
1707
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1708
1708
|
*/
|
|
1709
|
-
export declare function deserializeIntoArtifact(artifact?: Artifact | undefined): Record<string, (node: ParseNode) => void>;
|
|
1709
|
+
export declare function deserializeIntoArtifact(artifact?: Partial<Artifact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* The deserialization information for the current model
|
|
1712
1712
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1713
1713
|
*/
|
|
1714
|
-
export declare function deserializeIntoAutonomousSystem(autonomousSystem?: AutonomousSystem | undefined): Record<string, (node: ParseNode) => void>;
|
|
1714
|
+
export declare function deserializeIntoAutonomousSystem(autonomousSystem?: Partial<AutonomousSystem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1715
1715
|
/**
|
|
1716
1716
|
* The deserialization information for the current model
|
|
1717
1717
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1718
1718
|
*/
|
|
1719
|
-
export declare function deserializeIntoAzureResourceEvidence(azureResourceEvidence?: AzureResourceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1719
|
+
export declare function deserializeIntoAzureResourceEvidence(azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1720
1720
|
/**
|
|
1721
1721
|
* The deserialization information for the current model
|
|
1722
1722
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1723
1723
|
*/
|
|
1724
|
-
export declare function deserializeIntoBlobContainerEvidence(blobContainerEvidence?: BlobContainerEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1724
|
+
export declare function deserializeIntoBlobContainerEvidence(blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1725
1725
|
/**
|
|
1726
1726
|
* The deserialization information for the current model
|
|
1727
1727
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1728
1728
|
*/
|
|
1729
|
-
export declare function deserializeIntoBlobEvidence(blobEvidence?: BlobEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1729
|
+
export declare function deserializeIntoBlobEvidence(blobEvidence?: Partial<BlobEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1730
1730
|
/**
|
|
1731
1731
|
* The deserialization information for the current model
|
|
1732
1732
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1733
1733
|
*/
|
|
1734
|
-
export declare function deserializeIntoCaseEscaped(caseEscaped?: CaseEscaped | undefined): Record<string, (node: ParseNode) => void>;
|
|
1734
|
+
export declare function deserializeIntoCaseEscaped(caseEscaped?: Partial<CaseEscaped> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1735
1735
|
/**
|
|
1736
1736
|
* The deserialization information for the current model
|
|
1737
1737
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1738
1738
|
*/
|
|
1739
|
-
export declare function deserializeIntoCaseOperation(caseOperation?: CaseOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1739
|
+
export declare function deserializeIntoCaseOperation(caseOperation?: Partial<CaseOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1740
1740
|
/**
|
|
1741
1741
|
* The deserialization information for the current model
|
|
1742
1742
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1743
1743
|
*/
|
|
1744
|
-
export declare function deserializeIntoCaseOperationCollectionResponse(caseOperationCollectionResponse?: CaseOperationCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1744
|
+
export declare function deserializeIntoCaseOperationCollectionResponse(caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1745
1745
|
/**
|
|
1746
1746
|
* The deserialization information for the current model
|
|
1747
1747
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1748
1748
|
*/
|
|
1749
|
-
export declare function deserializeIntoCasesRoot(casesRoot?: CasesRoot | undefined): Record<string, (node: ParseNode) => void>;
|
|
1749
|
+
export declare function deserializeIntoCasesRoot(casesRoot?: Partial<CasesRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1750
1750
|
/**
|
|
1751
1751
|
* The deserialization information for the current model
|
|
1752
1752
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1753
1753
|
*/
|
|
1754
|
-
export declare function deserializeIntoCloudApplicationEvidence(cloudApplicationEvidence?: CloudApplicationEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1754
|
+
export declare function deserializeIntoCloudApplicationEvidence(cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1755
1755
|
/**
|
|
1756
1756
|
* The deserialization information for the current model
|
|
1757
1757
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1758
1758
|
*/
|
|
1759
|
-
export declare function deserializeIntoContainerEvidence(containerEvidence?: ContainerEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1759
|
+
export declare function deserializeIntoContainerEvidence(containerEvidence?: Partial<ContainerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1760
1760
|
/**
|
|
1761
1761
|
* The deserialization information for the current model
|
|
1762
1762
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1763
1763
|
*/
|
|
1764
|
-
export declare function deserializeIntoContainerImageEvidence(containerImageEvidence?: ContainerImageEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1764
|
+
export declare function deserializeIntoContainerImageEvidence(containerImageEvidence?: Partial<ContainerImageEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1765
1765
|
/**
|
|
1766
1766
|
* The deserialization information for the current model
|
|
1767
1767
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1768
1768
|
*/
|
|
1769
|
-
export declare function deserializeIntoContainerRegistryEvidence(containerRegistryEvidence?: ContainerRegistryEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1769
|
+
export declare function deserializeIntoContainerRegistryEvidence(containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1770
1770
|
/**
|
|
1771
1771
|
* The deserialization information for the current model
|
|
1772
1772
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1773
1773
|
*/
|
|
1774
|
-
export declare function deserializeIntoCvssSummary(cvssSummary?: CvssSummary | undefined): Record<string, (node: ParseNode) => void>;
|
|
1774
|
+
export declare function deserializeIntoCvssSummary(cvssSummary?: Partial<CvssSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1775
1775
|
/**
|
|
1776
1776
|
* The deserialization information for the current model
|
|
1777
1777
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1778
1778
|
*/
|
|
1779
|
-
export declare function deserializeIntoDataSet(dataSet?: DataSet | undefined): Record<string, (node: ParseNode) => void>;
|
|
1779
|
+
export declare function deserializeIntoDataSet(dataSet?: Partial<DataSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1780
1780
|
/**
|
|
1781
1781
|
* The deserialization information for the current model
|
|
1782
1782
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1783
1783
|
*/
|
|
1784
|
-
export declare function deserializeIntoDataSource(dataSource?: DataSource | undefined): Record<string, (node: ParseNode) => void>;
|
|
1784
|
+
export declare function deserializeIntoDataSource(dataSource?: Partial<DataSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1785
1785
|
/**
|
|
1786
1786
|
* The deserialization information for the current model
|
|
1787
1787
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1788
1788
|
*/
|
|
1789
|
-
export declare function deserializeIntoDataSourceCollectionResponse(dataSourceCollectionResponse?: DataSourceCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1789
|
+
export declare function deserializeIntoDataSourceCollectionResponse(dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1790
1790
|
/**
|
|
1791
1791
|
* The deserialization information for the current model
|
|
1792
1792
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1793
1793
|
*/
|
|
1794
|
-
export declare function deserializeIntoDataSourceContainer(dataSourceContainer?: DataSourceContainer | undefined): Record<string, (node: ParseNode) => void>;
|
|
1794
|
+
export declare function deserializeIntoDataSourceContainer(dataSourceContainer?: Partial<DataSourceContainer> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1795
1795
|
/**
|
|
1796
1796
|
* The deserialization information for the current model
|
|
1797
1797
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1798
1798
|
*/
|
|
1799
|
-
export declare function deserializeIntoDeviceEvidence(deviceEvidence?: DeviceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1799
|
+
export declare function deserializeIntoDeviceEvidence(deviceEvidence?: Partial<DeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* The deserialization information for the current model
|
|
1802
1802
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1803
1803
|
*/
|
|
1804
|
-
export declare function deserializeIntoDictionary(dictionary?: Dictionary | undefined): Record<string, (node: ParseNode) => void>;
|
|
1804
|
+
export declare function deserializeIntoDictionary(dictionary?: Partial<Dictionary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1805
1805
|
/**
|
|
1806
1806
|
* The deserialization information for the current model
|
|
1807
1807
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1808
1808
|
*/
|
|
1809
|
-
export declare function deserializeIntoEdiscoveryAddToReviewSetOperation(ediscoveryAddToReviewSetOperation?: EdiscoveryAddToReviewSetOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1809
|
+
export declare function deserializeIntoEdiscoveryAddToReviewSetOperation(ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1810
1810
|
/**
|
|
1811
1811
|
* The deserialization information for the current model
|
|
1812
1812
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1813
1813
|
*/
|
|
1814
|
-
export declare function deserializeIntoEdiscoveryCase(ediscoveryCase?: EdiscoveryCase | undefined): Record<string, (node: ParseNode) => void>;
|
|
1814
|
+
export declare function deserializeIntoEdiscoveryCase(ediscoveryCase?: Partial<EdiscoveryCase> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1815
1815
|
/**
|
|
1816
1816
|
* The deserialization information for the current model
|
|
1817
1817
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1818
1818
|
*/
|
|
1819
|
-
export declare function deserializeIntoEdiscoveryCaseCollectionResponse(ediscoveryCaseCollectionResponse?: EdiscoveryCaseCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1819
|
+
export declare function deserializeIntoEdiscoveryCaseCollectionResponse(ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1820
1820
|
/**
|
|
1821
1821
|
* The deserialization information for the current model
|
|
1822
1822
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1823
1823
|
*/
|
|
1824
|
-
export declare function deserializeIntoEdiscoveryCaseSettings(ediscoveryCaseSettings?: EdiscoveryCaseSettings | undefined): Record<string, (node: ParseNode) => void>;
|
|
1824
|
+
export declare function deserializeIntoEdiscoveryCaseSettings(ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1825
1825
|
/**
|
|
1826
1826
|
* The deserialization information for the current model
|
|
1827
1827
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1828
1828
|
*/
|
|
1829
|
-
export declare function deserializeIntoEdiscoveryCustodian(ediscoveryCustodian?: EdiscoveryCustodian | undefined): Record<string, (node: ParseNode) => void>;
|
|
1829
|
+
export declare function deserializeIntoEdiscoveryCustodian(ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1830
1830
|
/**
|
|
1831
1831
|
* The deserialization information for the current model
|
|
1832
1832
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1833
1833
|
*/
|
|
1834
|
-
export declare function deserializeIntoEdiscoveryCustodianCollectionResponse(ediscoveryCustodianCollectionResponse?: EdiscoveryCustodianCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1834
|
+
export declare function deserializeIntoEdiscoveryCustodianCollectionResponse(ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1835
1835
|
/**
|
|
1836
1836
|
* The deserialization information for the current model
|
|
1837
1837
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1838
1838
|
*/
|
|
1839
|
-
export declare function deserializeIntoEdiscoveryEstimateOperation(ediscoveryEstimateOperation?: EdiscoveryEstimateOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1839
|
+
export declare function deserializeIntoEdiscoveryEstimateOperation(ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1840
1840
|
/**
|
|
1841
1841
|
* The deserialization information for the current model
|
|
1842
1842
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1843
1843
|
*/
|
|
1844
|
-
export declare function deserializeIntoEdiscoveryExportOperation(ediscoveryExportOperation?: EdiscoveryExportOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1844
|
+
export declare function deserializeIntoEdiscoveryExportOperation(ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1845
1845
|
/**
|
|
1846
1846
|
* The deserialization information for the current model
|
|
1847
1847
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1848
1848
|
*/
|
|
1849
|
-
export declare function deserializeIntoEdiscoveryHoldOperation(ediscoveryHoldOperation?: EdiscoveryHoldOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1849
|
+
export declare function deserializeIntoEdiscoveryHoldOperation(ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1850
1850
|
/**
|
|
1851
1851
|
* The deserialization information for the current model
|
|
1852
1852
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1853
1853
|
*/
|
|
1854
|
-
export declare function deserializeIntoEdiscoveryIndexOperation(ediscoveryIndexOperation?: EdiscoveryIndexOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1854
|
+
export declare function deserializeIntoEdiscoveryIndexOperation(ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1855
1855
|
/**
|
|
1856
1856
|
* The deserialization information for the current model
|
|
1857
1857
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1858
1858
|
*/
|
|
1859
|
-
export declare function deserializeIntoEdiscoveryNoncustodialDataSource(ediscoveryNoncustodialDataSource?: EdiscoveryNoncustodialDataSource | undefined): Record<string, (node: ParseNode) => void>;
|
|
1859
|
+
export declare function deserializeIntoEdiscoveryNoncustodialDataSource(ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1860
1860
|
/**
|
|
1861
1861
|
* The deserialization information for the current model
|
|
1862
1862
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1863
1863
|
*/
|
|
1864
|
-
export declare function deserializeIntoEdiscoveryNoncustodialDataSourceCollectionResponse(ediscoveryNoncustodialDataSourceCollectionResponse?: EdiscoveryNoncustodialDataSourceCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1864
|
+
export declare function deserializeIntoEdiscoveryNoncustodialDataSourceCollectionResponse(ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1865
1865
|
/**
|
|
1866
1866
|
* The deserialization information for the current model
|
|
1867
1867
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1868
1868
|
*/
|
|
1869
|
-
export declare function deserializeIntoEdiscoveryPurgeDataOperation(ediscoveryPurgeDataOperation?: EdiscoveryPurgeDataOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1869
|
+
export declare function deserializeIntoEdiscoveryPurgeDataOperation(ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1870
1870
|
/**
|
|
1871
1871
|
* The deserialization information for the current model
|
|
1872
1872
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1873
1873
|
*/
|
|
1874
|
-
export declare function deserializeIntoEdiscoveryReviewSet(ediscoveryReviewSet?: EdiscoveryReviewSet | undefined): Record<string, (node: ParseNode) => void>;
|
|
1874
|
+
export declare function deserializeIntoEdiscoveryReviewSet(ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1875
1875
|
/**
|
|
1876
1876
|
* The deserialization information for the current model
|
|
1877
1877
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1878
1878
|
*/
|
|
1879
|
-
export declare function deserializeIntoEdiscoveryReviewSetCollectionResponse(ediscoveryReviewSetCollectionResponse?: EdiscoveryReviewSetCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1879
|
+
export declare function deserializeIntoEdiscoveryReviewSetCollectionResponse(ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1880
1880
|
/**
|
|
1881
1881
|
* The deserialization information for the current model
|
|
1882
1882
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1883
1883
|
*/
|
|
1884
|
-
export declare function deserializeIntoEdiscoveryReviewSetQuery(ediscoveryReviewSetQuery?: EdiscoveryReviewSetQuery | undefined): Record<string, (node: ParseNode) => void>;
|
|
1884
|
+
export declare function deserializeIntoEdiscoveryReviewSetQuery(ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1885
1885
|
/**
|
|
1886
1886
|
* The deserialization information for the current model
|
|
1887
1887
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1888
1888
|
*/
|
|
1889
|
-
export declare function deserializeIntoEdiscoveryReviewSetQueryCollectionResponse(ediscoveryReviewSetQueryCollectionResponse?: EdiscoveryReviewSetQueryCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1889
|
+
export declare function deserializeIntoEdiscoveryReviewSetQueryCollectionResponse(ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1890
1890
|
/**
|
|
1891
1891
|
* The deserialization information for the current model
|
|
1892
1892
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1893
1893
|
*/
|
|
1894
|
-
export declare function deserializeIntoEdiscoveryReviewTag(ediscoveryReviewTag?: EdiscoveryReviewTag | undefined): Record<string, (node: ParseNode) => void>;
|
|
1894
|
+
export declare function deserializeIntoEdiscoveryReviewTag(ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1895
1895
|
/**
|
|
1896
1896
|
* The deserialization information for the current model
|
|
1897
1897
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1898
1898
|
*/
|
|
1899
|
-
export declare function deserializeIntoEdiscoveryReviewTagCollectionResponse(ediscoveryReviewTagCollectionResponse?: EdiscoveryReviewTagCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1899
|
+
export declare function deserializeIntoEdiscoveryReviewTagCollectionResponse(ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1900
1900
|
/**
|
|
1901
1901
|
* The deserialization information for the current model
|
|
1902
1902
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1903
1903
|
*/
|
|
1904
|
-
export declare function deserializeIntoEdiscoverySearch(ediscoverySearch?: EdiscoverySearch | undefined): Record<string, (node: ParseNode) => void>;
|
|
1904
|
+
export declare function deserializeIntoEdiscoverySearch(ediscoverySearch?: Partial<EdiscoverySearch> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1905
1905
|
/**
|
|
1906
1906
|
* The deserialization information for the current model
|
|
1907
1907
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1908
1908
|
*/
|
|
1909
|
-
export declare function deserializeIntoEdiscoverySearchCollectionResponse(ediscoverySearchCollectionResponse?: EdiscoverySearchCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1909
|
+
export declare function deserializeIntoEdiscoverySearchCollectionResponse(ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1910
1910
|
/**
|
|
1911
1911
|
* The deserialization information for the current model
|
|
1912
1912
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1913
1913
|
*/
|
|
1914
|
-
export declare function deserializeIntoEdiscoveryTagOperation(ediscoveryTagOperation?: EdiscoveryTagOperation | undefined): Record<string, (node: ParseNode) => void>;
|
|
1914
|
+
export declare function deserializeIntoEdiscoveryTagOperation(ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1915
1915
|
/**
|
|
1916
1916
|
* The deserialization information for the current model
|
|
1917
1917
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1918
1918
|
*/
|
|
1919
|
-
export declare function deserializeIntoEmailSender(emailSender?: EmailSender | undefined): Record<string, (node: ParseNode) => void>;
|
|
1919
|
+
export declare function deserializeIntoEmailSender(emailSender?: Partial<EmailSender> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1920
1920
|
/**
|
|
1921
1921
|
* The deserialization information for the current model
|
|
1922
1922
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1923
1923
|
*/
|
|
1924
|
-
export declare function deserializeIntoEventPropagationResult(eventPropagationResult?: EventPropagationResult | undefined): Record<string, (node: ParseNode) => void>;
|
|
1924
|
+
export declare function deserializeIntoEventPropagationResult(eventPropagationResult?: Partial<EventPropagationResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1925
1925
|
/**
|
|
1926
1926
|
* The deserialization information for the current model
|
|
1927
1927
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1928
1928
|
*/
|
|
1929
|
-
export declare function deserializeIntoEventQuery(eventQuery?: EventQuery | undefined): Record<string, (node: ParseNode) => void>;
|
|
1929
|
+
export declare function deserializeIntoEventQuery(eventQuery?: Partial<EventQuery> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1930
1930
|
/**
|
|
1931
1931
|
* The deserialization information for the current model
|
|
1932
1932
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1933
1933
|
*/
|
|
1934
|
-
export declare function deserializeIntoExportFileMetadata(exportFileMetadata?: ExportFileMetadata | undefined): Record<string, (node: ParseNode) => void>;
|
|
1934
|
+
export declare function deserializeIntoExportFileMetadata(exportFileMetadata?: Partial<ExportFileMetadata> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1935
1935
|
/**
|
|
1936
1936
|
* The deserialization information for the current model
|
|
1937
1937
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1938
1938
|
*/
|
|
1939
|
-
export declare function deserializeIntoFileDetails(fileDetails?: FileDetails | undefined): Record<string, (node: ParseNode) => void>;
|
|
1939
|
+
export declare function deserializeIntoFileDetails(fileDetails?: Partial<FileDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* The deserialization information for the current model
|
|
1942
1942
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1943
1943
|
*/
|
|
1944
|
-
export declare function deserializeIntoFileEvidence(fileEvidence?: FileEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1944
|
+
export declare function deserializeIntoFileEvidence(fileEvidence?: Partial<FileEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1945
1945
|
/**
|
|
1946
1946
|
* The deserialization information for the current model
|
|
1947
1947
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1948
1948
|
*/
|
|
1949
|
-
export declare function deserializeIntoFileHash(fileHash?: FileHash | undefined): Record<string, (node: ParseNode) => void>;
|
|
1949
|
+
export declare function deserializeIntoFileHash(fileHash?: Partial<FileHash> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1950
1950
|
/**
|
|
1951
1951
|
* The deserialization information for the current model
|
|
1952
1952
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1953
1953
|
*/
|
|
1954
|
-
export declare function deserializeIntoFormattedContent(formattedContent?: FormattedContent | undefined): Record<string, (node: ParseNode) => void>;
|
|
1954
|
+
export declare function deserializeIntoFormattedContent(formattedContent?: Partial<FormattedContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1955
1955
|
/**
|
|
1956
1956
|
* The deserialization information for the current model
|
|
1957
1957
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1958
1958
|
*/
|
|
1959
|
-
export declare function deserializeIntoGitHubOrganizationEvidence(gitHubOrganizationEvidence?: GitHubOrganizationEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1959
|
+
export declare function deserializeIntoGitHubOrganizationEvidence(gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* The deserialization information for the current model
|
|
1962
1962
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1963
1963
|
*/
|
|
1964
|
-
export declare function deserializeIntoGitHubRepoEvidence(gitHubRepoEvidence?: GitHubRepoEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1964
|
+
export declare function deserializeIntoGitHubRepoEvidence(gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1965
1965
|
/**
|
|
1966
1966
|
* The deserialization information for the current model
|
|
1967
1967
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1968
1968
|
*/
|
|
1969
|
-
export declare function deserializeIntoGitHubUserEvidence(gitHubUserEvidence?: GitHubUserEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1969
|
+
export declare function deserializeIntoGitHubUserEvidence(gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1970
1970
|
/**
|
|
1971
1971
|
* The deserialization information for the current model
|
|
1972
1972
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1973
1973
|
*/
|
|
1974
|
-
export declare function deserializeIntoGoogleCloudResourceEvidence(googleCloudResourceEvidence?: GoogleCloudResourceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
1974
|
+
export declare function deserializeIntoGoogleCloudResourceEvidence(googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1975
1975
|
/**
|
|
1976
1976
|
* The deserialization information for the current model
|
|
1977
1977
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1978
1978
|
*/
|
|
1979
|
-
export declare function deserializeIntoHost(host?: Host | undefined): Record<string, (node: ParseNode) => void>;
|
|
1979
|
+
export declare function deserializeIntoHost(host?: Partial<Host> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* The deserialization information for the current model
|
|
1982
1982
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1983
1983
|
*/
|
|
1984
|
-
export declare function deserializeIntoHostCollectionResponse(hostCollectionResponse?: HostCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1984
|
+
export declare function deserializeIntoHostCollectionResponse(hostCollectionResponse?: Partial<HostCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1985
1985
|
/**
|
|
1986
1986
|
* The deserialization information for the current model
|
|
1987
1987
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1988
1988
|
*/
|
|
1989
|
-
export declare function deserializeIntoHostComponent(hostComponent?: HostComponent | undefined): Record<string, (node: ParseNode) => void>;
|
|
1989
|
+
export declare function deserializeIntoHostComponent(hostComponent?: Partial<HostComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1990
1990
|
/**
|
|
1991
1991
|
* The deserialization information for the current model
|
|
1992
1992
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1993
1993
|
*/
|
|
1994
|
-
export declare function deserializeIntoHostComponentCollectionResponse(hostComponentCollectionResponse?: HostComponentCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
1994
|
+
export declare function deserializeIntoHostComponentCollectionResponse(hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1995
1995
|
/**
|
|
1996
1996
|
* The deserialization information for the current model
|
|
1997
1997
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
1998
1998
|
*/
|
|
1999
|
-
export declare function deserializeIntoHostCookie(hostCookie?: HostCookie | undefined): Record<string, (node: ParseNode) => void>;
|
|
1999
|
+
export declare function deserializeIntoHostCookie(hostCookie?: Partial<HostCookie> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2000
2000
|
/**
|
|
2001
2001
|
* The deserialization information for the current model
|
|
2002
2002
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2003
2003
|
*/
|
|
2004
|
-
export declare function deserializeIntoHostCookieCollectionResponse(hostCookieCollectionResponse?: HostCookieCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2004
|
+
export declare function deserializeIntoHostCookieCollectionResponse(hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* The deserialization information for the current model
|
|
2007
2007
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2008
2008
|
*/
|
|
2009
|
-
export declare function deserializeIntoHostLogonSessionEvidence(hostLogonSessionEvidence?: HostLogonSessionEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2009
|
+
export declare function deserializeIntoHostLogonSessionEvidence(hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2010
2010
|
/**
|
|
2011
2011
|
* The deserialization information for the current model
|
|
2012
2012
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2013
2013
|
*/
|
|
2014
|
-
export declare function deserializeIntoHostname(hostname?: Hostname | undefined): Record<string, (node: ParseNode) => void>;
|
|
2014
|
+
export declare function deserializeIntoHostname(hostname?: Partial<Hostname> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2015
2015
|
/**
|
|
2016
2016
|
* The deserialization information for the current model
|
|
2017
2017
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2018
2018
|
*/
|
|
2019
|
-
export declare function deserializeIntoHostPair(hostPair?: HostPair | undefined): Record<string, (node: ParseNode) => void>;
|
|
2019
|
+
export declare function deserializeIntoHostPair(hostPair?: Partial<HostPair> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2020
2020
|
/**
|
|
2021
2021
|
* The deserialization information for the current model
|
|
2022
2022
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2023
2023
|
*/
|
|
2024
|
-
export declare function deserializeIntoHostPairCollectionResponse(hostPairCollectionResponse?: HostPairCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2024
|
+
export declare function deserializeIntoHostPairCollectionResponse(hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2025
2025
|
/**
|
|
2026
2026
|
* The deserialization information for the current model
|
|
2027
2027
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2028
2028
|
*/
|
|
2029
|
-
export declare function deserializeIntoHostPort(hostPort?: HostPort | undefined): Record<string, (node: ParseNode) => void>;
|
|
2029
|
+
export declare function deserializeIntoHostPort(hostPort?: Partial<HostPort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* The deserialization information for the current model
|
|
2032
2032
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2033
2033
|
*/
|
|
2034
|
-
export declare function deserializeIntoHostPortBanner(hostPortBanner?: HostPortBanner | undefined): Record<string, (node: ParseNode) => void>;
|
|
2034
|
+
export declare function deserializeIntoHostPortBanner(hostPortBanner?: Partial<HostPortBanner> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2035
2035
|
/**
|
|
2036
2036
|
* The deserialization information for the current model
|
|
2037
2037
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2038
2038
|
*/
|
|
2039
|
-
export declare function deserializeIntoHostPortCollectionResponse(hostPortCollectionResponse?: HostPortCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2039
|
+
export declare function deserializeIntoHostPortCollectionResponse(hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2040
2040
|
/**
|
|
2041
2041
|
* The deserialization information for the current model
|
|
2042
2042
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2043
2043
|
*/
|
|
2044
|
-
export declare function deserializeIntoHostPortComponent(hostPortComponent?: HostPortComponent | undefined): Record<string, (node: ParseNode) => void>;
|
|
2044
|
+
export declare function deserializeIntoHostPortComponent(hostPortComponent?: Partial<HostPortComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2045
2045
|
/**
|
|
2046
2046
|
* The deserialization information for the current model
|
|
2047
2047
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2048
2048
|
*/
|
|
2049
|
-
export declare function deserializeIntoHostReputation(hostReputation?: HostReputation | undefined): Record<string, (node: ParseNode) => void>;
|
|
2049
|
+
export declare function deserializeIntoHostReputation(hostReputation?: Partial<HostReputation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2050
2050
|
/**
|
|
2051
2051
|
* The deserialization information for the current model
|
|
2052
2052
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2053
2053
|
*/
|
|
2054
|
-
export declare function deserializeIntoHostReputationRule(hostReputationRule?: HostReputationRule | undefined): Record<string, (node: ParseNode) => void>;
|
|
2054
|
+
export declare function deserializeIntoHostReputationRule(hostReputationRule?: Partial<HostReputationRule> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* The deserialization information for the current model
|
|
2057
2057
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2058
2058
|
*/
|
|
2059
|
-
export declare function deserializeIntoHostSslCertificate(hostSslCertificate?: HostSslCertificate | undefined): Record<string, (node: ParseNode) => void>;
|
|
2059
|
+
export declare function deserializeIntoHostSslCertificate(hostSslCertificate?: Partial<HostSslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2060
2060
|
/**
|
|
2061
2061
|
* The deserialization information for the current model
|
|
2062
2062
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2063
2063
|
*/
|
|
2064
|
-
export declare function deserializeIntoHostSslCertificateCollectionResponse(hostSslCertificateCollectionResponse?: HostSslCertificateCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2064
|
+
export declare function deserializeIntoHostSslCertificateCollectionResponse(hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* The deserialization information for the current model
|
|
2067
2067
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2068
2068
|
*/
|
|
2069
|
-
export declare function deserializeIntoHostSslCertificatePort(hostSslCertificatePort?: HostSslCertificatePort | undefined): Record<string, (node: ParseNode) => void>;
|
|
2069
|
+
export declare function deserializeIntoHostSslCertificatePort(hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2070
2070
|
/**
|
|
2071
2071
|
* The deserialization information for the current model
|
|
2072
2072
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2073
2073
|
*/
|
|
2074
|
-
export declare function deserializeIntoHostTracker(hostTracker?: HostTracker | undefined): Record<string, (node: ParseNode) => void>;
|
|
2074
|
+
export declare function deserializeIntoHostTracker(hostTracker?: Partial<HostTracker> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2075
2075
|
/**
|
|
2076
2076
|
* The deserialization information for the current model
|
|
2077
2077
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2078
2078
|
*/
|
|
2079
|
-
export declare function deserializeIntoHostTrackerCollectionResponse(hostTrackerCollectionResponse?: HostTrackerCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2079
|
+
export declare function deserializeIntoHostTrackerCollectionResponse(hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2080
2080
|
/**
|
|
2081
2081
|
* The deserialization information for the current model
|
|
2082
2082
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2083
2083
|
*/
|
|
2084
|
-
export declare function deserializeIntoHuntingQueryResults(huntingQueryResults?: HuntingQueryResults | undefined): Record<string, (node: ParseNode) => void>;
|
|
2084
|
+
export declare function deserializeIntoHuntingQueryResults(huntingQueryResults?: Partial<HuntingQueryResults> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2085
2085
|
/**
|
|
2086
2086
|
* The deserialization information for the current model
|
|
2087
2087
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2088
2088
|
*/
|
|
2089
|
-
export declare function deserializeIntoHuntingRowResult(huntingRowResult?: HuntingRowResult | undefined): Record<string, (node: ParseNode) => void>;
|
|
2089
|
+
export declare function deserializeIntoHuntingRowResult(huntingRowResult?: Partial<HuntingRowResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* The deserialization information for the current model
|
|
2092
2092
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2093
2093
|
*/
|
|
2094
|
-
export declare function deserializeIntoHyperlink(hyperlink?: Hyperlink | undefined): Record<string, (node: ParseNode) => void>;
|
|
2094
|
+
export declare function deserializeIntoHyperlink(hyperlink?: Partial<Hyperlink> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* The deserialization information for the current model
|
|
2097
2097
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2098
2098
|
*/
|
|
2099
|
-
export declare function deserializeIntoIncident(incident?: Incident | undefined): Record<string, (node: ParseNode) => void>;
|
|
2099
|
+
export declare function deserializeIntoIncident(incident?: Partial<Incident> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2100
2100
|
/**
|
|
2101
2101
|
* The deserialization information for the current model
|
|
2102
2102
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2103
2103
|
*/
|
|
2104
|
-
export declare function deserializeIntoIncidentCollectionResponse(incidentCollectionResponse?: IncidentCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2104
|
+
export declare function deserializeIntoIncidentCollectionResponse(incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2105
2105
|
/**
|
|
2106
2106
|
* The deserialization information for the current model
|
|
2107
2107
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2108
2108
|
*/
|
|
2109
|
-
export declare function deserializeIntoIndicator(indicator?: Indicator | undefined): Record<string, (node: ParseNode) => void>;
|
|
2109
|
+
export declare function deserializeIntoIndicator(indicator?: Partial<Indicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2110
2110
|
/**
|
|
2111
2111
|
* The deserialization information for the current model
|
|
2112
2112
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2113
2113
|
*/
|
|
2114
|
-
export declare function deserializeIntoIntelligenceProfile(intelligenceProfile?: IntelligenceProfile | undefined): Record<string, (node: ParseNode) => void>;
|
|
2114
|
+
export declare function deserializeIntoIntelligenceProfile(intelligenceProfile?: Partial<IntelligenceProfile> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2115
2115
|
/**
|
|
2116
2116
|
* The deserialization information for the current model
|
|
2117
2117
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2118
2118
|
*/
|
|
2119
|
-
export declare function deserializeIntoIntelligenceProfileCollectionResponse(intelligenceProfileCollectionResponse?: IntelligenceProfileCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2119
|
+
export declare function deserializeIntoIntelligenceProfileCollectionResponse(intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2120
2120
|
/**
|
|
2121
2121
|
* The deserialization information for the current model
|
|
2122
2122
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2123
2123
|
*/
|
|
2124
|
-
export declare function deserializeIntoIntelligenceProfileCountryOrRegionOfOrigin(intelligenceProfileCountryOrRegionOfOrigin?: IntelligenceProfileCountryOrRegionOfOrigin | undefined): Record<string, (node: ParseNode) => void>;
|
|
2124
|
+
export declare function deserializeIntoIntelligenceProfileCountryOrRegionOfOrigin(intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2125
2125
|
/**
|
|
2126
2126
|
* The deserialization information for the current model
|
|
2127
2127
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2128
2128
|
*/
|
|
2129
|
-
export declare function deserializeIntoIntelligenceProfileIndicator(intelligenceProfileIndicator?: IntelligenceProfileIndicator | undefined): Record<string, (node: ParseNode) => void>;
|
|
2129
|
+
export declare function deserializeIntoIntelligenceProfileIndicator(intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2130
2130
|
/**
|
|
2131
2131
|
* The deserialization information for the current model
|
|
2132
2132
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2133
2133
|
*/
|
|
2134
|
-
export declare function deserializeIntoIntelligenceProfileIndicatorCollectionResponse(intelligenceProfileIndicatorCollectionResponse?: IntelligenceProfileIndicatorCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2134
|
+
export declare function deserializeIntoIntelligenceProfileIndicatorCollectionResponse(intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2135
2135
|
/**
|
|
2136
2136
|
* The deserialization information for the current model
|
|
2137
2137
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2138
2138
|
*/
|
|
2139
|
-
export declare function deserializeIntoIoTDeviceEvidence(ioTDeviceEvidence?: IoTDeviceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2139
|
+
export declare function deserializeIntoIoTDeviceEvidence(ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2140
2140
|
/**
|
|
2141
2141
|
* The deserialization information for the current model
|
|
2142
2142
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2143
2143
|
*/
|
|
2144
|
-
export declare function deserializeIntoIpAddress(ipAddress?: IpAddress | undefined): Record<string, (node: ParseNode) => void>;
|
|
2144
|
+
export declare function deserializeIntoIpAddress(ipAddress?: Partial<IpAddress> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2145
2145
|
/**
|
|
2146
2146
|
* The deserialization information for the current model
|
|
2147
2147
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2148
2148
|
*/
|
|
2149
|
-
export declare function deserializeIntoIpEvidence(ipEvidence?: IpEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2149
|
+
export declare function deserializeIntoIpEvidence(ipEvidence?: Partial<IpEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2150
2150
|
/**
|
|
2151
2151
|
* The deserialization information for the current model
|
|
2152
2152
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2153
2153
|
*/
|
|
2154
|
-
export declare function deserializeIntoKubernetesClusterEvidence(kubernetesClusterEvidence?: KubernetesClusterEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2154
|
+
export declare function deserializeIntoKubernetesClusterEvidence(kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2155
2155
|
/**
|
|
2156
2156
|
* The deserialization information for the current model
|
|
2157
2157
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2158
2158
|
*/
|
|
2159
|
-
export declare function deserializeIntoKubernetesControllerEvidence(kubernetesControllerEvidence?: KubernetesControllerEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2159
|
+
export declare function deserializeIntoKubernetesControllerEvidence(kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2160
2160
|
/**
|
|
2161
2161
|
* The deserialization information for the current model
|
|
2162
2162
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2163
2163
|
*/
|
|
2164
|
-
export declare function deserializeIntoKubernetesNamespaceEvidence(kubernetesNamespaceEvidence?: KubernetesNamespaceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2164
|
+
export declare function deserializeIntoKubernetesNamespaceEvidence(kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2165
2165
|
/**
|
|
2166
2166
|
* The deserialization information for the current model
|
|
2167
2167
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2168
2168
|
*/
|
|
2169
|
-
export declare function deserializeIntoKubernetesPodEvidence(kubernetesPodEvidence?: KubernetesPodEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2169
|
+
export declare function deserializeIntoKubernetesPodEvidence(kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* The deserialization information for the current model
|
|
2172
2172
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2173
2173
|
*/
|
|
2174
|
-
export declare function deserializeIntoKubernetesSecretEvidence(kubernetesSecretEvidence?: KubernetesSecretEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2174
|
+
export declare function deserializeIntoKubernetesSecretEvidence(kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2175
2175
|
/**
|
|
2176
2176
|
* The deserialization information for the current model
|
|
2177
2177
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2178
2178
|
*/
|
|
2179
|
-
export declare function deserializeIntoKubernetesServiceAccountEvidence(kubernetesServiceAccountEvidence?: KubernetesServiceAccountEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2179
|
+
export declare function deserializeIntoKubernetesServiceAccountEvidence(kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2180
2180
|
/**
|
|
2181
2181
|
* The deserialization information for the current model
|
|
2182
2182
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2183
2183
|
*/
|
|
2184
|
-
export declare function deserializeIntoKubernetesServiceEvidence(kubernetesServiceEvidence?: KubernetesServiceEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2184
|
+
export declare function deserializeIntoKubernetesServiceEvidence(kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2185
2185
|
/**
|
|
2186
2186
|
* The deserialization information for the current model
|
|
2187
2187
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2188
2188
|
*/
|
|
2189
|
-
export declare function deserializeIntoKubernetesServicePort(kubernetesServicePort?: KubernetesServicePort | undefined): Record<string, (node: ParseNode) => void>;
|
|
2189
|
+
export declare function deserializeIntoKubernetesServicePort(kubernetesServicePort?: Partial<KubernetesServicePort> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2190
2190
|
/**
|
|
2191
2191
|
* The deserialization information for the current model
|
|
2192
2192
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2193
2193
|
*/
|
|
2194
|
-
export declare function deserializeIntoLoggedOnUser(loggedOnUser?: LoggedOnUser | undefined): Record<string, (node: ParseNode) => void>;
|
|
2194
|
+
export declare function deserializeIntoLoggedOnUser(loggedOnUser?: Partial<LoggedOnUser> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2195
2195
|
/**
|
|
2196
2196
|
* The deserialization information for the current model
|
|
2197
2197
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2198
2198
|
*/
|
|
2199
|
-
export declare function deserializeIntoMailboxEvidence(mailboxEvidence?: MailboxEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2199
|
+
export declare function deserializeIntoMailboxEvidence(mailboxEvidence?: Partial<MailboxEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* The deserialization information for the current model
|
|
2202
2202
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2203
2203
|
*/
|
|
2204
|
-
export declare function deserializeIntoMailClusterEvidence(mailClusterEvidence?: MailClusterEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2204
|
+
export declare function deserializeIntoMailClusterEvidence(mailClusterEvidence?: Partial<MailClusterEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2205
2205
|
/**
|
|
2206
2206
|
* The deserialization information for the current model
|
|
2207
2207
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2208
2208
|
*/
|
|
2209
|
-
export declare function deserializeIntoMalwareEvidence(malwareEvidence?: MalwareEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2209
|
+
export declare function deserializeIntoMalwareEvidence(malwareEvidence?: Partial<MalwareEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2210
2210
|
/**
|
|
2211
2211
|
* The deserialization information for the current model
|
|
2212
2212
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2213
2213
|
*/
|
|
2214
|
-
export declare function deserializeIntoNetworkConnectionEvidence(networkConnectionEvidence?: NetworkConnectionEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2214
|
+
export declare function deserializeIntoNetworkConnectionEvidence(networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2215
2215
|
/**
|
|
2216
2216
|
* The deserialization information for the current model
|
|
2217
2217
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2218
2218
|
*/
|
|
2219
|
-
export declare function deserializeIntoNicEvidence(nicEvidence?: NicEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2219
|
+
export declare function deserializeIntoNicEvidence(nicEvidence?: Partial<NicEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2220
2220
|
/**
|
|
2221
2221
|
* The deserialization information for the current model
|
|
2222
2222
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2223
2223
|
*/
|
|
2224
|
-
export declare function deserializeIntoOauthApplicationEvidence(oauthApplicationEvidence?: OauthApplicationEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2224
|
+
export declare function deserializeIntoOauthApplicationEvidence(oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2225
2225
|
/**
|
|
2226
2226
|
* The deserialization information for the current model
|
|
2227
2227
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2228
2228
|
*/
|
|
2229
|
-
export declare function deserializeIntoOcrSettings(ocrSettings?: OcrSettings | undefined): Record<string, (node: ParseNode) => void>;
|
|
2229
|
+
export declare function deserializeIntoOcrSettings(ocrSettings?: Partial<OcrSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2230
2230
|
/**
|
|
2231
2231
|
* The deserialization information for the current model
|
|
2232
2232
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2233
2233
|
*/
|
|
2234
|
-
export declare function deserializeIntoPassiveDnsRecord(passiveDnsRecord?: PassiveDnsRecord | undefined): Record<string, (node: ParseNode) => void>;
|
|
2234
|
+
export declare function deserializeIntoPassiveDnsRecord(passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2235
2235
|
/**
|
|
2236
2236
|
* The deserialization information for the current model
|
|
2237
2237
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2238
2238
|
*/
|
|
2239
|
-
export declare function deserializeIntoPassiveDnsRecordCollectionResponse(passiveDnsRecordCollectionResponse?: PassiveDnsRecordCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2239
|
+
export declare function deserializeIntoPassiveDnsRecordCollectionResponse(passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2240
2240
|
/**
|
|
2241
2241
|
* The deserialization information for the current model
|
|
2242
2242
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2243
2243
|
*/
|
|
2244
|
-
export declare function deserializeIntoProcessEvidence(processEvidence?: ProcessEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2244
|
+
export declare function deserializeIntoProcessEvidence(processEvidence?: Partial<ProcessEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2245
2245
|
/**
|
|
2246
2246
|
* The deserialization information for the current model
|
|
2247
2247
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2248
2248
|
*/
|
|
2249
|
-
export declare function deserializeIntoRedundancyDetectionSettings(redundancyDetectionSettings?: RedundancyDetectionSettings | undefined): Record<string, (node: ParseNode) => void>;
|
|
2249
|
+
export declare function deserializeIntoRedundancyDetectionSettings(redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2250
2250
|
/**
|
|
2251
2251
|
* The deserialization information for the current model
|
|
2252
2252
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2253
2253
|
*/
|
|
2254
|
-
export declare function deserializeIntoRegistryKeyEvidence(registryKeyEvidence?: RegistryKeyEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2254
|
+
export declare function deserializeIntoRegistryKeyEvidence(registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2255
2255
|
/**
|
|
2256
2256
|
* The deserialization information for the current model
|
|
2257
2257
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2258
2258
|
*/
|
|
2259
|
-
export declare function deserializeIntoRegistryValueEvidence(registryValueEvidence?: RegistryValueEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2259
|
+
export declare function deserializeIntoRegistryValueEvidence(registryValueEvidence?: Partial<RegistryValueEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2260
2260
|
/**
|
|
2261
2261
|
* The deserialization information for the current model
|
|
2262
2262
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2263
2263
|
*/
|
|
2264
|
-
export declare function deserializeIntoRetentionEvent(retentionEvent?: RetentionEvent | undefined): Record<string, (node: ParseNode) => void>;
|
|
2264
|
+
export declare function deserializeIntoRetentionEvent(retentionEvent?: Partial<RetentionEvent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2265
2265
|
/**
|
|
2266
2266
|
* The deserialization information for the current model
|
|
2267
2267
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2268
2268
|
*/
|
|
2269
|
-
export declare function deserializeIntoRetentionEventCollectionResponse(retentionEventCollectionResponse?: RetentionEventCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2269
|
+
export declare function deserializeIntoRetentionEventCollectionResponse(retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2270
2270
|
/**
|
|
2271
2271
|
* The deserialization information for the current model
|
|
2272
2272
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2273
2273
|
*/
|
|
2274
|
-
export declare function deserializeIntoRetentionEventStatus(retentionEventStatus?: RetentionEventStatus | undefined): Record<string, (node: ParseNode) => void>;
|
|
2274
|
+
export declare function deserializeIntoRetentionEventStatus(retentionEventStatus?: Partial<RetentionEventStatus> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2275
2275
|
/**
|
|
2276
2276
|
* The deserialization information for the current model
|
|
2277
2277
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2278
2278
|
*/
|
|
2279
|
-
export declare function deserializeIntoRetentionEventType(retentionEventType?: RetentionEventType | undefined): Record<string, (node: ParseNode) => void>;
|
|
2279
|
+
export declare function deserializeIntoRetentionEventType(retentionEventType?: Partial<RetentionEventType> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2280
2280
|
/**
|
|
2281
2281
|
* The deserialization information for the current model
|
|
2282
2282
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2283
2283
|
*/
|
|
2284
|
-
export declare function deserializeIntoRetentionEventTypeCollectionResponse(retentionEventTypeCollectionResponse?: RetentionEventTypeCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2284
|
+
export declare function deserializeIntoRetentionEventTypeCollectionResponse(retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2285
2285
|
/**
|
|
2286
2286
|
* The deserialization information for the current model
|
|
2287
2287
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2288
2288
|
*/
|
|
2289
|
-
export declare function deserializeIntoSasTokenEvidence(sasTokenEvidence?: SasTokenEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2289
|
+
export declare function deserializeIntoSasTokenEvidence(sasTokenEvidence?: Partial<SasTokenEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2290
2290
|
/**
|
|
2291
2291
|
* The deserialization information for the current model
|
|
2292
2292
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2293
2293
|
*/
|
|
2294
|
-
export declare function deserializeIntoSearch(search?: Search | undefined): Record<string, (node: ParseNode) => void>;
|
|
2294
|
+
export declare function deserializeIntoSearch(search?: Partial<Search> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2295
2295
|
/**
|
|
2296
2296
|
* The deserialization information for the current model
|
|
2297
2297
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2298
2298
|
*/
|
|
2299
|
-
export declare function deserializeIntoSecurityGroupEvidence(securityGroupEvidence?: SecurityGroupEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2299
|
+
export declare function deserializeIntoSecurityGroupEvidence(securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2300
2300
|
/**
|
|
2301
2301
|
* The deserialization information for the current model
|
|
2302
2302
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2303
2303
|
*/
|
|
2304
|
-
export declare function deserializeIntoServicePrincipalEvidence(servicePrincipalEvidence?: ServicePrincipalEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2304
|
+
export declare function deserializeIntoServicePrincipalEvidence(servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* The deserialization information for the current model
|
|
2307
2307
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2308
2308
|
*/
|
|
2309
|
-
export declare function deserializeIntoSinglePropertySchema(singlePropertySchema?: SinglePropertySchema | undefined): Record<string, (node: ParseNode) => void>;
|
|
2309
|
+
export declare function deserializeIntoSinglePropertySchema(singlePropertySchema?: Partial<SinglePropertySchema> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2310
2310
|
/**
|
|
2311
2311
|
* The deserialization information for the current model
|
|
2312
2312
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2313
2313
|
*/
|
|
2314
|
-
export declare function deserializeIntoSiteSource(siteSource?: SiteSource | undefined): Record<string, (node: ParseNode) => void>;
|
|
2314
|
+
export declare function deserializeIntoSiteSource(siteSource?: Partial<SiteSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2315
2315
|
/**
|
|
2316
2316
|
* The deserialization information for the current model
|
|
2317
2317
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2318
2318
|
*/
|
|
2319
|
-
export declare function deserializeIntoSiteSourceCollectionResponse(siteSourceCollectionResponse?: SiteSourceCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2319
|
+
export declare function deserializeIntoSiteSourceCollectionResponse(siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2320
2320
|
/**
|
|
2321
2321
|
* The deserialization information for the current model
|
|
2322
2322
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2323
2323
|
*/
|
|
2324
|
-
export declare function deserializeIntoSslCertificate(sslCertificate?: SslCertificate | undefined): Record<string, (node: ParseNode) => void>;
|
|
2324
|
+
export declare function deserializeIntoSslCertificate(sslCertificate?: Partial<SslCertificate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2325
2325
|
/**
|
|
2326
2326
|
* The deserialization information for the current model
|
|
2327
2327
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2328
2328
|
*/
|
|
2329
|
-
export declare function deserializeIntoSslCertificateCollectionResponse(sslCertificateCollectionResponse?: SslCertificateCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2329
|
+
export declare function deserializeIntoSslCertificateCollectionResponse(sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2330
2330
|
/**
|
|
2331
2331
|
* The deserialization information for the current model
|
|
2332
2332
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2333
2333
|
*/
|
|
2334
|
-
export declare function deserializeIntoSslCertificateEntity(sslCertificateEntity?: SslCertificateEntity | undefined): Record<string, (node: ParseNode) => void>;
|
|
2334
|
+
export declare function deserializeIntoSslCertificateEntity(sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2335
2335
|
/**
|
|
2336
2336
|
* The deserialization information for the current model
|
|
2337
2337
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2338
2338
|
*/
|
|
2339
|
-
export declare function deserializeIntoSubdomain(subdomain?: Subdomain | undefined): Record<string, (node: ParseNode) => void>;
|
|
2339
|
+
export declare function deserializeIntoSubdomain(subdomain?: Partial<Subdomain> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2340
2340
|
/**
|
|
2341
2341
|
* The deserialization information for the current model
|
|
2342
2342
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2343
2343
|
*/
|
|
2344
|
-
export declare function deserializeIntoSubdomainCollectionResponse(subdomainCollectionResponse?: SubdomainCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2344
|
+
export declare function deserializeIntoSubdomainCollectionResponse(subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2345
2345
|
/**
|
|
2346
2346
|
* The deserialization information for the current model
|
|
2347
2347
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2348
2348
|
*/
|
|
2349
|
-
export declare function deserializeIntoSubmissionMailEvidence(submissionMailEvidence?: SubmissionMailEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2349
|
+
export declare function deserializeIntoSubmissionMailEvidence(submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2350
2350
|
/**
|
|
2351
2351
|
* The deserialization information for the current model
|
|
2352
2352
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2353
2353
|
*/
|
|
2354
|
-
export declare function deserializeIntoTag(tag?: Tag | undefined): Record<string, (node: ParseNode) => void>;
|
|
2354
|
+
export declare function deserializeIntoTag(tag?: Partial<Tag> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2355
2355
|
/**
|
|
2356
2356
|
* The deserialization information for the current model
|
|
2357
2357
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2358
2358
|
*/
|
|
2359
|
-
export declare function deserializeIntoThreatIntelligence(threatIntelligence?: ThreatIntelligence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2359
|
+
export declare function deserializeIntoThreatIntelligence(threatIntelligence?: Partial<ThreatIntelligence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2360
2360
|
/**
|
|
2361
2361
|
* The deserialization information for the current model
|
|
2362
2362
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2363
2363
|
*/
|
|
2364
|
-
export declare function deserializeIntoTopicModelingSettings(topicModelingSettings?: TopicModelingSettings | undefined): Record<string, (node: ParseNode) => void>;
|
|
2364
|
+
export declare function deserializeIntoTopicModelingSettings(topicModelingSettings?: Partial<TopicModelingSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* The deserialization information for the current model
|
|
2367
2367
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2368
2368
|
*/
|
|
2369
|
-
export declare function deserializeIntoTriggersRoot(triggersRoot?: TriggersRoot | undefined): Record<string, (node: ParseNode) => void>;
|
|
2369
|
+
export declare function deserializeIntoTriggersRoot(triggersRoot?: Partial<TriggersRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2370
2370
|
/**
|
|
2371
2371
|
* The deserialization information for the current model
|
|
2372
2372
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2373
2373
|
*/
|
|
2374
|
-
export declare function deserializeIntoTriggerTypesRoot(triggerTypesRoot?: TriggerTypesRoot | undefined): Record<string, (node: ParseNode) => void>;
|
|
2374
|
+
export declare function deserializeIntoTriggerTypesRoot(triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2375
2375
|
/**
|
|
2376
2376
|
* The deserialization information for the current model
|
|
2377
2377
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2378
2378
|
*/
|
|
2379
|
-
export declare function deserializeIntoUnclassifiedArtifact(unclassifiedArtifact?: UnclassifiedArtifact | undefined): Record<string, (node: ParseNode) => void>;
|
|
2379
|
+
export declare function deserializeIntoUnclassifiedArtifact(unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* The deserialization information for the current model
|
|
2382
2382
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2383
2383
|
*/
|
|
2384
|
-
export declare function deserializeIntoUnifiedGroupSource(unifiedGroupSource?: UnifiedGroupSource | undefined): Record<string, (node: ParseNode) => void>;
|
|
2384
|
+
export declare function deserializeIntoUnifiedGroupSource(unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2385
2385
|
/**
|
|
2386
2386
|
* The deserialization information for the current model
|
|
2387
2387
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2388
2388
|
*/
|
|
2389
|
-
export declare function deserializeIntoUnifiedGroupSourceCollectionResponse(unifiedGroupSourceCollectionResponse?: UnifiedGroupSourceCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2389
|
+
export declare function deserializeIntoUnifiedGroupSourceCollectionResponse(unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2390
2390
|
/**
|
|
2391
2391
|
* The deserialization information for the current model
|
|
2392
2392
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2393
2393
|
*/
|
|
2394
|
-
export declare function deserializeIntoUrlEvidence(urlEvidence?: UrlEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2394
|
+
export declare function deserializeIntoUrlEvidence(urlEvidence?: Partial<UrlEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2395
2395
|
/**
|
|
2396
2396
|
* The deserialization information for the current model
|
|
2397
2397
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2398
2398
|
*/
|
|
2399
|
-
export declare function deserializeIntoUserAccount(userAccount?: UserAccount | undefined): Record<string, (node: ParseNode) => void>;
|
|
2399
|
+
export declare function deserializeIntoUserAccount(userAccount?: Partial<UserAccount> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2400
2400
|
/**
|
|
2401
2401
|
* The deserialization information for the current model
|
|
2402
2402
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2403
2403
|
*/
|
|
2404
|
-
export declare function deserializeIntoUserEvidence(userEvidence?: UserEvidence | undefined): Record<string, (node: ParseNode) => void>;
|
|
2404
|
+
export declare function deserializeIntoUserEvidence(userEvidence?: Partial<UserEvidence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2405
2405
|
/**
|
|
2406
2406
|
* The deserialization information for the current model
|
|
2407
2407
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2408
2408
|
*/
|
|
2409
|
-
export declare function deserializeIntoUserSource(userSource?: UserSource | undefined): Record<string, (node: ParseNode) => void>;
|
|
2409
|
+
export declare function deserializeIntoUserSource(userSource?: Partial<UserSource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2410
2410
|
/**
|
|
2411
2411
|
* The deserialization information for the current model
|
|
2412
2412
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2413
2413
|
*/
|
|
2414
|
-
export declare function deserializeIntoUserSourceCollectionResponse(userSourceCollectionResponse?: UserSourceCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2414
|
+
export declare function deserializeIntoUserSourceCollectionResponse(userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2415
2415
|
/**
|
|
2416
2416
|
* The deserialization information for the current model
|
|
2417
2417
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2418
2418
|
*/
|
|
2419
|
-
export declare function deserializeIntoVmMetadata(vmMetadata?: VmMetadata | undefined): Record<string, (node: ParseNode) => void>;
|
|
2419
|
+
export declare function deserializeIntoVmMetadata(vmMetadata?: Partial<VmMetadata> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2420
2420
|
/**
|
|
2421
2421
|
* The deserialization information for the current model
|
|
2422
2422
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2423
2423
|
*/
|
|
2424
|
-
export declare function deserializeIntoVulnerability(vulnerability?: Vulnerability | undefined): Record<string, (node: ParseNode) => void>;
|
|
2424
|
+
export declare function deserializeIntoVulnerability(vulnerability?: Partial<Vulnerability> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2425
2425
|
/**
|
|
2426
2426
|
* The deserialization information for the current model
|
|
2427
2427
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2428
2428
|
*/
|
|
2429
|
-
export declare function deserializeIntoVulnerabilityCollectionResponse(vulnerabilityCollectionResponse?: VulnerabilityCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2429
|
+
export declare function deserializeIntoVulnerabilityCollectionResponse(vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2430
2430
|
/**
|
|
2431
2431
|
* The deserialization information for the current model
|
|
2432
2432
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2433
2433
|
*/
|
|
2434
|
-
export declare function deserializeIntoVulnerabilityComponent(vulnerabilityComponent?: VulnerabilityComponent | undefined): Record<string, (node: ParseNode) => void>;
|
|
2434
|
+
export declare function deserializeIntoVulnerabilityComponent(vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* The deserialization information for the current model
|
|
2437
2437
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2438
2438
|
*/
|
|
2439
|
-
export declare function deserializeIntoVulnerabilityComponentCollectionResponse(vulnerabilityComponentCollectionResponse?: VulnerabilityComponentCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2439
|
+
export declare function deserializeIntoVulnerabilityComponentCollectionResponse(vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2440
2440
|
/**
|
|
2441
2441
|
* The deserialization information for the current model
|
|
2442
2442
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2443
2443
|
*/
|
|
2444
|
-
export declare function deserializeIntoWhoisBaseRecord(whoisBaseRecord?: WhoisBaseRecord | undefined): Record<string, (node: ParseNode) => void>;
|
|
2444
|
+
export declare function deserializeIntoWhoisBaseRecord(whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2445
2445
|
/**
|
|
2446
2446
|
* The deserialization information for the current model
|
|
2447
2447
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2448
2448
|
*/
|
|
2449
|
-
export declare function deserializeIntoWhoisContact(whoisContact?: WhoisContact | undefined): Record<string, (node: ParseNode) => void>;
|
|
2449
|
+
export declare function deserializeIntoWhoisContact(whoisContact?: Partial<WhoisContact> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2450
2450
|
/**
|
|
2451
2451
|
* The deserialization information for the current model
|
|
2452
2452
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2453
2453
|
*/
|
|
2454
|
-
export declare function deserializeIntoWhoisHistoryRecord(whoisHistoryRecord?: WhoisHistoryRecord | undefined): Record<string, (node: ParseNode) => void>;
|
|
2454
|
+
export declare function deserializeIntoWhoisHistoryRecord(whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2455
2455
|
/**
|
|
2456
2456
|
* The deserialization information for the current model
|
|
2457
2457
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2458
2458
|
*/
|
|
2459
|
-
export declare function deserializeIntoWhoisHistoryRecordCollectionResponse(whoisHistoryRecordCollectionResponse?: WhoisHistoryRecordCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2459
|
+
export declare function deserializeIntoWhoisHistoryRecordCollectionResponse(whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* The deserialization information for the current model
|
|
2462
2462
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2463
2463
|
*/
|
|
2464
|
-
export declare function deserializeIntoWhoisNameserver(whoisNameserver?: WhoisNameserver | undefined): Record<string, (node: ParseNode) => void>;
|
|
2464
|
+
export declare function deserializeIntoWhoisNameserver(whoisNameserver?: Partial<WhoisNameserver> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2465
2465
|
/**
|
|
2466
2466
|
* The deserialization information for the current model
|
|
2467
2467
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2468
2468
|
*/
|
|
2469
|
-
export declare function deserializeIntoWhoisRecord(whoisRecord?: WhoisRecord | undefined): Record<string, (node: ParseNode) => void>;
|
|
2469
|
+
export declare function deserializeIntoWhoisRecord(whoisRecord?: Partial<WhoisRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2470
2470
|
/**
|
|
2471
2471
|
* The deserialization information for the current model
|
|
2472
2472
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
2473
2473
|
*/
|
|
2474
|
-
export declare function deserializeIntoWhoisRecordCollectionResponse(whoisRecordCollectionResponse?: WhoisRecordCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
2474
|
+
export declare function deserializeIntoWhoisRecordCollectionResponse(whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
2475
2475
|
export type DetectionSource = (typeof DetectionSourceObject)[keyof typeof DetectionSourceObject];
|
|
2476
2476
|
export type DetectionStatus = (typeof DetectionStatusObject)[keyof typeof DetectionStatusObject];
|
|
2477
2477
|
export interface DeviceEvidence extends AlertEvidence, Parsable {
|
|
@@ -4622,822 +4622,822 @@ export interface SecurityGroupEvidence extends AlertEvidence, Parsable {
|
|
|
4622
4622
|
* Serializes information the current object
|
|
4623
4623
|
* @param writer Serialization writer to use to serialize this model
|
|
4624
4624
|
*/
|
|
4625
|
-
export declare function serializeAlert(writer: SerializationWriter, alert?: Alert | undefined): void;
|
|
4625
|
+
export declare function serializeAlert(writer: SerializationWriter, alert?: Partial<Alert> | undefined): void;
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Serializes information the current object
|
|
4628
4628
|
* @param writer Serialization writer to use to serialize this model
|
|
4629
4629
|
*/
|
|
4630
|
-
export declare function serializeAlertCollectionResponse(writer: SerializationWriter, alertCollectionResponse?: AlertCollectionResponse | undefined): void;
|
|
4630
|
+
export declare function serializeAlertCollectionResponse(writer: SerializationWriter, alertCollectionResponse?: Partial<AlertCollectionResponse> | undefined): void;
|
|
4631
4631
|
/**
|
|
4632
4632
|
* Serializes information the current object
|
|
4633
4633
|
* @param writer Serialization writer to use to serialize this model
|
|
4634
4634
|
*/
|
|
4635
|
-
export declare function serializeAlertComment(writer: SerializationWriter, alertComment?: AlertComment | undefined): void;
|
|
4635
|
+
export declare function serializeAlertComment(writer: SerializationWriter, alertComment?: Partial<AlertComment> | undefined): void;
|
|
4636
4636
|
/**
|
|
4637
4637
|
* Serializes information the current object
|
|
4638
4638
|
* @param writer Serialization writer to use to serialize this model
|
|
4639
4639
|
*/
|
|
4640
|
-
export declare function serializeAlertEvidence(writer: SerializationWriter, alertEvidence?: AlertEvidence | undefined): void;
|
|
4640
|
+
export declare function serializeAlertEvidence(writer: SerializationWriter, alertEvidence?: Partial<AlertEvidence> | undefined): void;
|
|
4641
4641
|
/**
|
|
4642
4642
|
* Serializes information the current object
|
|
4643
4643
|
* @param writer Serialization writer to use to serialize this model
|
|
4644
4644
|
*/
|
|
4645
|
-
export declare function serializeAmazonResourceEvidence(writer: SerializationWriter, amazonResourceEvidence?: AmazonResourceEvidence | undefined): void;
|
|
4645
|
+
export declare function serializeAmazonResourceEvidence(writer: SerializationWriter, amazonResourceEvidence?: Partial<AmazonResourceEvidence> | undefined): void;
|
|
4646
4646
|
/**
|
|
4647
4647
|
* Serializes information the current object
|
|
4648
4648
|
* @param writer Serialization writer to use to serialize this model
|
|
4649
4649
|
*/
|
|
4650
|
-
export declare function serializeAnalyzedMessageEvidence(writer: SerializationWriter, analyzedMessageEvidence?: AnalyzedMessageEvidence | undefined): void;
|
|
4650
|
+
export declare function serializeAnalyzedMessageEvidence(writer: SerializationWriter, analyzedMessageEvidence?: Partial<AnalyzedMessageEvidence> | undefined): void;
|
|
4651
4651
|
/**
|
|
4652
4652
|
* Serializes information the current object
|
|
4653
4653
|
* @param writer Serialization writer to use to serialize this model
|
|
4654
4654
|
*/
|
|
4655
|
-
export declare function serializeArticle(writer: SerializationWriter, article?: Article | undefined): void;
|
|
4655
|
+
export declare function serializeArticle(writer: SerializationWriter, article?: Partial<Article> | undefined): void;
|
|
4656
4656
|
/**
|
|
4657
4657
|
* Serializes information the current object
|
|
4658
4658
|
* @param writer Serialization writer to use to serialize this model
|
|
4659
4659
|
*/
|
|
4660
|
-
export declare function serializeArticleCollectionResponse(writer: SerializationWriter, articleCollectionResponse?: ArticleCollectionResponse | undefined): void;
|
|
4660
|
+
export declare function serializeArticleCollectionResponse(writer: SerializationWriter, articleCollectionResponse?: Partial<ArticleCollectionResponse> | undefined): void;
|
|
4661
4661
|
/**
|
|
4662
4662
|
* Serializes information the current object
|
|
4663
4663
|
* @param writer Serialization writer to use to serialize this model
|
|
4664
4664
|
*/
|
|
4665
|
-
export declare function serializeArticleIndicator(writer: SerializationWriter, articleIndicator?: ArticleIndicator | undefined): void;
|
|
4665
|
+
export declare function serializeArticleIndicator(writer: SerializationWriter, articleIndicator?: Partial<ArticleIndicator> | undefined): void;
|
|
4666
4666
|
/**
|
|
4667
4667
|
* Serializes information the current object
|
|
4668
4668
|
* @param writer Serialization writer to use to serialize this model
|
|
4669
4669
|
*/
|
|
4670
|
-
export declare function serializeArticleIndicatorCollectionResponse(writer: SerializationWriter, articleIndicatorCollectionResponse?: ArticleIndicatorCollectionResponse | undefined): void;
|
|
4670
|
+
export declare function serializeArticleIndicatorCollectionResponse(writer: SerializationWriter, articleIndicatorCollectionResponse?: Partial<ArticleIndicatorCollectionResponse> | undefined): void;
|
|
4671
4671
|
/**
|
|
4672
4672
|
* Serializes information the current object
|
|
4673
4673
|
* @param writer Serialization writer to use to serialize this model
|
|
4674
4674
|
*/
|
|
4675
|
-
export declare function serializeArtifact(writer: SerializationWriter, artifact?: Artifact | undefined): void;
|
|
4675
|
+
export declare function serializeArtifact(writer: SerializationWriter, artifact?: Partial<Artifact> | undefined): void;
|
|
4676
4676
|
/**
|
|
4677
4677
|
* Serializes information the current object
|
|
4678
4678
|
* @param writer Serialization writer to use to serialize this model
|
|
4679
4679
|
*/
|
|
4680
|
-
export declare function serializeAutonomousSystem(writer: SerializationWriter, autonomousSystem?: AutonomousSystem | undefined): void;
|
|
4680
|
+
export declare function serializeAutonomousSystem(writer: SerializationWriter, autonomousSystem?: Partial<AutonomousSystem> | undefined): void;
|
|
4681
4681
|
/**
|
|
4682
4682
|
* Serializes information the current object
|
|
4683
4683
|
* @param writer Serialization writer to use to serialize this model
|
|
4684
4684
|
*/
|
|
4685
|
-
export declare function serializeAzureResourceEvidence(writer: SerializationWriter, azureResourceEvidence?: AzureResourceEvidence | undefined): void;
|
|
4685
|
+
export declare function serializeAzureResourceEvidence(writer: SerializationWriter, azureResourceEvidence?: Partial<AzureResourceEvidence> | undefined): void;
|
|
4686
4686
|
/**
|
|
4687
4687
|
* Serializes information the current object
|
|
4688
4688
|
* @param writer Serialization writer to use to serialize this model
|
|
4689
4689
|
*/
|
|
4690
|
-
export declare function serializeBlobContainerEvidence(writer: SerializationWriter, blobContainerEvidence?: BlobContainerEvidence | undefined): void;
|
|
4690
|
+
export declare function serializeBlobContainerEvidence(writer: SerializationWriter, blobContainerEvidence?: Partial<BlobContainerEvidence> | undefined): void;
|
|
4691
4691
|
/**
|
|
4692
4692
|
* Serializes information the current object
|
|
4693
4693
|
* @param writer Serialization writer to use to serialize this model
|
|
4694
4694
|
*/
|
|
4695
|
-
export declare function serializeBlobEvidence(writer: SerializationWriter, blobEvidence?: BlobEvidence | undefined): void;
|
|
4695
|
+
export declare function serializeBlobEvidence(writer: SerializationWriter, blobEvidence?: Partial<BlobEvidence> | undefined): void;
|
|
4696
4696
|
/**
|
|
4697
4697
|
* Serializes information the current object
|
|
4698
4698
|
* @param writer Serialization writer to use to serialize this model
|
|
4699
4699
|
*/
|
|
4700
|
-
export declare function serializeCaseEscaped(writer: SerializationWriter, caseEscaped?: CaseEscaped | undefined): void;
|
|
4700
|
+
export declare function serializeCaseEscaped(writer: SerializationWriter, caseEscaped?: Partial<CaseEscaped> | undefined): void;
|
|
4701
4701
|
/**
|
|
4702
4702
|
* Serializes information the current object
|
|
4703
4703
|
* @param writer Serialization writer to use to serialize this model
|
|
4704
4704
|
*/
|
|
4705
|
-
export declare function serializeCaseOperation(writer: SerializationWriter, caseOperation?: CaseOperation | undefined): void;
|
|
4705
|
+
export declare function serializeCaseOperation(writer: SerializationWriter, caseOperation?: Partial<CaseOperation> | undefined): void;
|
|
4706
4706
|
/**
|
|
4707
4707
|
* Serializes information the current object
|
|
4708
4708
|
* @param writer Serialization writer to use to serialize this model
|
|
4709
4709
|
*/
|
|
4710
|
-
export declare function serializeCaseOperationCollectionResponse(writer: SerializationWriter, caseOperationCollectionResponse?: CaseOperationCollectionResponse | undefined): void;
|
|
4710
|
+
export declare function serializeCaseOperationCollectionResponse(writer: SerializationWriter, caseOperationCollectionResponse?: Partial<CaseOperationCollectionResponse> | undefined): void;
|
|
4711
4711
|
/**
|
|
4712
4712
|
* Serializes information the current object
|
|
4713
4713
|
* @param writer Serialization writer to use to serialize this model
|
|
4714
4714
|
*/
|
|
4715
|
-
export declare function serializeCasesRoot(writer: SerializationWriter, casesRoot?: CasesRoot | undefined): void;
|
|
4715
|
+
export declare function serializeCasesRoot(writer: SerializationWriter, casesRoot?: Partial<CasesRoot> | undefined): void;
|
|
4716
4716
|
/**
|
|
4717
4717
|
* Serializes information the current object
|
|
4718
4718
|
* @param writer Serialization writer to use to serialize this model
|
|
4719
4719
|
*/
|
|
4720
|
-
export declare function serializeCloudApplicationEvidence(writer: SerializationWriter, cloudApplicationEvidence?: CloudApplicationEvidence | undefined): void;
|
|
4720
|
+
export declare function serializeCloudApplicationEvidence(writer: SerializationWriter, cloudApplicationEvidence?: Partial<CloudApplicationEvidence> | undefined): void;
|
|
4721
4721
|
/**
|
|
4722
4722
|
* Serializes information the current object
|
|
4723
4723
|
* @param writer Serialization writer to use to serialize this model
|
|
4724
4724
|
*/
|
|
4725
|
-
export declare function serializeContainerEvidence(writer: SerializationWriter, containerEvidence?: ContainerEvidence | undefined): void;
|
|
4725
|
+
export declare function serializeContainerEvidence(writer: SerializationWriter, containerEvidence?: Partial<ContainerEvidence> | undefined): void;
|
|
4726
4726
|
/**
|
|
4727
4727
|
* Serializes information the current object
|
|
4728
4728
|
* @param writer Serialization writer to use to serialize this model
|
|
4729
4729
|
*/
|
|
4730
|
-
export declare function serializeContainerImageEvidence(writer: SerializationWriter, containerImageEvidence?: ContainerImageEvidence | undefined): void;
|
|
4730
|
+
export declare function serializeContainerImageEvidence(writer: SerializationWriter, containerImageEvidence?: Partial<ContainerImageEvidence> | undefined): void;
|
|
4731
4731
|
/**
|
|
4732
4732
|
* Serializes information the current object
|
|
4733
4733
|
* @param writer Serialization writer to use to serialize this model
|
|
4734
4734
|
*/
|
|
4735
|
-
export declare function serializeContainerRegistryEvidence(writer: SerializationWriter, containerRegistryEvidence?: ContainerRegistryEvidence | undefined): void;
|
|
4735
|
+
export declare function serializeContainerRegistryEvidence(writer: SerializationWriter, containerRegistryEvidence?: Partial<ContainerRegistryEvidence> | undefined): void;
|
|
4736
4736
|
/**
|
|
4737
4737
|
* Serializes information the current object
|
|
4738
4738
|
* @param writer Serialization writer to use to serialize this model
|
|
4739
4739
|
*/
|
|
4740
|
-
export declare function serializeCvssSummary(writer: SerializationWriter, cvssSummary?: CvssSummary | undefined): void;
|
|
4740
|
+
export declare function serializeCvssSummary(writer: SerializationWriter, cvssSummary?: Partial<CvssSummary> | undefined): void;
|
|
4741
4741
|
/**
|
|
4742
4742
|
* Serializes information the current object
|
|
4743
4743
|
* @param writer Serialization writer to use to serialize this model
|
|
4744
4744
|
*/
|
|
4745
|
-
export declare function serializeDataSet(writer: SerializationWriter, dataSet?: DataSet | undefined): void;
|
|
4745
|
+
export declare function serializeDataSet(writer: SerializationWriter, dataSet?: Partial<DataSet> | undefined): void;
|
|
4746
4746
|
/**
|
|
4747
4747
|
* Serializes information the current object
|
|
4748
4748
|
* @param writer Serialization writer to use to serialize this model
|
|
4749
4749
|
*/
|
|
4750
|
-
export declare function serializeDataSource(writer: SerializationWriter, dataSource?: DataSource | undefined): void;
|
|
4750
|
+
export declare function serializeDataSource(writer: SerializationWriter, dataSource?: Partial<DataSource> | undefined): void;
|
|
4751
4751
|
/**
|
|
4752
4752
|
* Serializes information the current object
|
|
4753
4753
|
* @param writer Serialization writer to use to serialize this model
|
|
4754
4754
|
*/
|
|
4755
|
-
export declare function serializeDataSourceCollectionResponse(writer: SerializationWriter, dataSourceCollectionResponse?: DataSourceCollectionResponse | undefined): void;
|
|
4755
|
+
export declare function serializeDataSourceCollectionResponse(writer: SerializationWriter, dataSourceCollectionResponse?: Partial<DataSourceCollectionResponse> | undefined): void;
|
|
4756
4756
|
/**
|
|
4757
4757
|
* Serializes information the current object
|
|
4758
4758
|
* @param writer Serialization writer to use to serialize this model
|
|
4759
4759
|
*/
|
|
4760
|
-
export declare function serializeDataSourceContainer(writer: SerializationWriter, dataSourceContainer?: DataSourceContainer | undefined): void;
|
|
4760
|
+
export declare function serializeDataSourceContainer(writer: SerializationWriter, dataSourceContainer?: Partial<DataSourceContainer> | undefined): void;
|
|
4761
4761
|
/**
|
|
4762
4762
|
* Serializes information the current object
|
|
4763
4763
|
* @param writer Serialization writer to use to serialize this model
|
|
4764
4764
|
*/
|
|
4765
|
-
export declare function serializeDeviceEvidence(writer: SerializationWriter, deviceEvidence?: DeviceEvidence | undefined): void;
|
|
4765
|
+
export declare function serializeDeviceEvidence(writer: SerializationWriter, deviceEvidence?: Partial<DeviceEvidence> | undefined): void;
|
|
4766
4766
|
/**
|
|
4767
4767
|
* Serializes information the current object
|
|
4768
4768
|
* @param writer Serialization writer to use to serialize this model
|
|
4769
4769
|
*/
|
|
4770
|
-
export declare function serializeDictionary(writer: SerializationWriter, dictionary?: Dictionary | undefined): void;
|
|
4770
|
+
export declare function serializeDictionary(writer: SerializationWriter, dictionary?: Partial<Dictionary> | undefined): void;
|
|
4771
4771
|
/**
|
|
4772
4772
|
* Serializes information the current object
|
|
4773
4773
|
* @param writer Serialization writer to use to serialize this model
|
|
4774
4774
|
*/
|
|
4775
|
-
export declare function serializeEdiscoveryAddToReviewSetOperation(writer: SerializationWriter, ediscoveryAddToReviewSetOperation?: EdiscoveryAddToReviewSetOperation | undefined): void;
|
|
4775
|
+
export declare function serializeEdiscoveryAddToReviewSetOperation(writer: SerializationWriter, ediscoveryAddToReviewSetOperation?: Partial<EdiscoveryAddToReviewSetOperation> | undefined): void;
|
|
4776
4776
|
/**
|
|
4777
4777
|
* Serializes information the current object
|
|
4778
4778
|
* @param writer Serialization writer to use to serialize this model
|
|
4779
4779
|
*/
|
|
4780
|
-
export declare function serializeEdiscoveryCase(writer: SerializationWriter, ediscoveryCase?: EdiscoveryCase | undefined): void;
|
|
4780
|
+
export declare function serializeEdiscoveryCase(writer: SerializationWriter, ediscoveryCase?: Partial<EdiscoveryCase> | undefined): void;
|
|
4781
4781
|
/**
|
|
4782
4782
|
* Serializes information the current object
|
|
4783
4783
|
* @param writer Serialization writer to use to serialize this model
|
|
4784
4784
|
*/
|
|
4785
|
-
export declare function serializeEdiscoveryCaseCollectionResponse(writer: SerializationWriter, ediscoveryCaseCollectionResponse?: EdiscoveryCaseCollectionResponse | undefined): void;
|
|
4785
|
+
export declare function serializeEdiscoveryCaseCollectionResponse(writer: SerializationWriter, ediscoveryCaseCollectionResponse?: Partial<EdiscoveryCaseCollectionResponse> | undefined): void;
|
|
4786
4786
|
/**
|
|
4787
4787
|
* Serializes information the current object
|
|
4788
4788
|
* @param writer Serialization writer to use to serialize this model
|
|
4789
4789
|
*/
|
|
4790
|
-
export declare function serializeEdiscoveryCaseSettings(writer: SerializationWriter, ediscoveryCaseSettings?: EdiscoveryCaseSettings | undefined): void;
|
|
4790
|
+
export declare function serializeEdiscoveryCaseSettings(writer: SerializationWriter, ediscoveryCaseSettings?: Partial<EdiscoveryCaseSettings> | undefined): void;
|
|
4791
4791
|
/**
|
|
4792
4792
|
* Serializes information the current object
|
|
4793
4793
|
* @param writer Serialization writer to use to serialize this model
|
|
4794
4794
|
*/
|
|
4795
|
-
export declare function serializeEdiscoveryCustodian(writer: SerializationWriter, ediscoveryCustodian?: EdiscoveryCustodian | undefined): void;
|
|
4795
|
+
export declare function serializeEdiscoveryCustodian(writer: SerializationWriter, ediscoveryCustodian?: Partial<EdiscoveryCustodian> | undefined): void;
|
|
4796
4796
|
/**
|
|
4797
4797
|
* Serializes information the current object
|
|
4798
4798
|
* @param writer Serialization writer to use to serialize this model
|
|
4799
4799
|
*/
|
|
4800
|
-
export declare function serializeEdiscoveryCustodianCollectionResponse(writer: SerializationWriter, ediscoveryCustodianCollectionResponse?: EdiscoveryCustodianCollectionResponse | undefined): void;
|
|
4800
|
+
export declare function serializeEdiscoveryCustodianCollectionResponse(writer: SerializationWriter, ediscoveryCustodianCollectionResponse?: Partial<EdiscoveryCustodianCollectionResponse> | undefined): void;
|
|
4801
4801
|
/**
|
|
4802
4802
|
* Serializes information the current object
|
|
4803
4803
|
* @param writer Serialization writer to use to serialize this model
|
|
4804
4804
|
*/
|
|
4805
|
-
export declare function serializeEdiscoveryEstimateOperation(writer: SerializationWriter, ediscoveryEstimateOperation?: EdiscoveryEstimateOperation | undefined): void;
|
|
4805
|
+
export declare function serializeEdiscoveryEstimateOperation(writer: SerializationWriter, ediscoveryEstimateOperation?: Partial<EdiscoveryEstimateOperation> | undefined): void;
|
|
4806
4806
|
/**
|
|
4807
4807
|
* Serializes information the current object
|
|
4808
4808
|
* @param writer Serialization writer to use to serialize this model
|
|
4809
4809
|
*/
|
|
4810
|
-
export declare function serializeEdiscoveryExportOperation(writer: SerializationWriter, ediscoveryExportOperation?: EdiscoveryExportOperation | undefined): void;
|
|
4810
|
+
export declare function serializeEdiscoveryExportOperation(writer: SerializationWriter, ediscoveryExportOperation?: Partial<EdiscoveryExportOperation> | undefined): void;
|
|
4811
4811
|
/**
|
|
4812
4812
|
* Serializes information the current object
|
|
4813
4813
|
* @param writer Serialization writer to use to serialize this model
|
|
4814
4814
|
*/
|
|
4815
|
-
export declare function serializeEdiscoveryHoldOperation(writer: SerializationWriter, ediscoveryHoldOperation?: EdiscoveryHoldOperation | undefined): void;
|
|
4815
|
+
export declare function serializeEdiscoveryHoldOperation(writer: SerializationWriter, ediscoveryHoldOperation?: Partial<EdiscoveryHoldOperation> | undefined): void;
|
|
4816
4816
|
/**
|
|
4817
4817
|
* Serializes information the current object
|
|
4818
4818
|
* @param writer Serialization writer to use to serialize this model
|
|
4819
4819
|
*/
|
|
4820
|
-
export declare function serializeEdiscoveryIndexOperation(writer: SerializationWriter, ediscoveryIndexOperation?: EdiscoveryIndexOperation | undefined): void;
|
|
4820
|
+
export declare function serializeEdiscoveryIndexOperation(writer: SerializationWriter, ediscoveryIndexOperation?: Partial<EdiscoveryIndexOperation> | undefined): void;
|
|
4821
4821
|
/**
|
|
4822
4822
|
* Serializes information the current object
|
|
4823
4823
|
* @param writer Serialization writer to use to serialize this model
|
|
4824
4824
|
*/
|
|
4825
|
-
export declare function serializeEdiscoveryNoncustodialDataSource(writer: SerializationWriter, ediscoveryNoncustodialDataSource?: EdiscoveryNoncustodialDataSource | undefined): void;
|
|
4825
|
+
export declare function serializeEdiscoveryNoncustodialDataSource(writer: SerializationWriter, ediscoveryNoncustodialDataSource?: Partial<EdiscoveryNoncustodialDataSource> | undefined): void;
|
|
4826
4826
|
/**
|
|
4827
4827
|
* Serializes information the current object
|
|
4828
4828
|
* @param writer Serialization writer to use to serialize this model
|
|
4829
4829
|
*/
|
|
4830
|
-
export declare function serializeEdiscoveryNoncustodialDataSourceCollectionResponse(writer: SerializationWriter, ediscoveryNoncustodialDataSourceCollectionResponse?: EdiscoveryNoncustodialDataSourceCollectionResponse | undefined): void;
|
|
4830
|
+
export declare function serializeEdiscoveryNoncustodialDataSourceCollectionResponse(writer: SerializationWriter, ediscoveryNoncustodialDataSourceCollectionResponse?: Partial<EdiscoveryNoncustodialDataSourceCollectionResponse> | undefined): void;
|
|
4831
4831
|
/**
|
|
4832
4832
|
* Serializes information the current object
|
|
4833
4833
|
* @param writer Serialization writer to use to serialize this model
|
|
4834
4834
|
*/
|
|
4835
|
-
export declare function serializeEdiscoveryPurgeDataOperation(writer: SerializationWriter, ediscoveryPurgeDataOperation?: EdiscoveryPurgeDataOperation | undefined): void;
|
|
4835
|
+
export declare function serializeEdiscoveryPurgeDataOperation(writer: SerializationWriter, ediscoveryPurgeDataOperation?: Partial<EdiscoveryPurgeDataOperation> | undefined): void;
|
|
4836
4836
|
/**
|
|
4837
4837
|
* Serializes information the current object
|
|
4838
4838
|
* @param writer Serialization writer to use to serialize this model
|
|
4839
4839
|
*/
|
|
4840
|
-
export declare function serializeEdiscoveryReviewSet(writer: SerializationWriter, ediscoveryReviewSet?: EdiscoveryReviewSet | undefined): void;
|
|
4840
|
+
export declare function serializeEdiscoveryReviewSet(writer: SerializationWriter, ediscoveryReviewSet?: Partial<EdiscoveryReviewSet> | undefined): void;
|
|
4841
4841
|
/**
|
|
4842
4842
|
* Serializes information the current object
|
|
4843
4843
|
* @param writer Serialization writer to use to serialize this model
|
|
4844
4844
|
*/
|
|
4845
|
-
export declare function serializeEdiscoveryReviewSetCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetCollectionResponse?: EdiscoveryReviewSetCollectionResponse | undefined): void;
|
|
4845
|
+
export declare function serializeEdiscoveryReviewSetCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetCollectionResponse?: Partial<EdiscoveryReviewSetCollectionResponse> | undefined): void;
|
|
4846
4846
|
/**
|
|
4847
4847
|
* Serializes information the current object
|
|
4848
4848
|
* @param writer Serialization writer to use to serialize this model
|
|
4849
4849
|
*/
|
|
4850
|
-
export declare function serializeEdiscoveryReviewSetQuery(writer: SerializationWriter, ediscoveryReviewSetQuery?: EdiscoveryReviewSetQuery | undefined): void;
|
|
4850
|
+
export declare function serializeEdiscoveryReviewSetQuery(writer: SerializationWriter, ediscoveryReviewSetQuery?: Partial<EdiscoveryReviewSetQuery> | undefined): void;
|
|
4851
4851
|
/**
|
|
4852
4852
|
* Serializes information the current object
|
|
4853
4853
|
* @param writer Serialization writer to use to serialize this model
|
|
4854
4854
|
*/
|
|
4855
|
-
export declare function serializeEdiscoveryReviewSetQueryCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetQueryCollectionResponse?: EdiscoveryReviewSetQueryCollectionResponse | undefined): void;
|
|
4855
|
+
export declare function serializeEdiscoveryReviewSetQueryCollectionResponse(writer: SerializationWriter, ediscoveryReviewSetQueryCollectionResponse?: Partial<EdiscoveryReviewSetQueryCollectionResponse> | undefined): void;
|
|
4856
4856
|
/**
|
|
4857
4857
|
* Serializes information the current object
|
|
4858
4858
|
* @param writer Serialization writer to use to serialize this model
|
|
4859
4859
|
*/
|
|
4860
|
-
export declare function serializeEdiscoveryReviewTag(writer: SerializationWriter, ediscoveryReviewTag?: EdiscoveryReviewTag | undefined): void;
|
|
4860
|
+
export declare function serializeEdiscoveryReviewTag(writer: SerializationWriter, ediscoveryReviewTag?: Partial<EdiscoveryReviewTag> | undefined): void;
|
|
4861
4861
|
/**
|
|
4862
4862
|
* Serializes information the current object
|
|
4863
4863
|
* @param writer Serialization writer to use to serialize this model
|
|
4864
4864
|
*/
|
|
4865
|
-
export declare function serializeEdiscoveryReviewTagCollectionResponse(writer: SerializationWriter, ediscoveryReviewTagCollectionResponse?: EdiscoveryReviewTagCollectionResponse | undefined): void;
|
|
4865
|
+
export declare function serializeEdiscoveryReviewTagCollectionResponse(writer: SerializationWriter, ediscoveryReviewTagCollectionResponse?: Partial<EdiscoveryReviewTagCollectionResponse> | undefined): void;
|
|
4866
4866
|
/**
|
|
4867
4867
|
* Serializes information the current object
|
|
4868
4868
|
* @param writer Serialization writer to use to serialize this model
|
|
4869
4869
|
*/
|
|
4870
|
-
export declare function serializeEdiscoverySearch(writer: SerializationWriter, ediscoverySearch?: EdiscoverySearch | undefined): void;
|
|
4870
|
+
export declare function serializeEdiscoverySearch(writer: SerializationWriter, ediscoverySearch?: Partial<EdiscoverySearch> | undefined): void;
|
|
4871
4871
|
/**
|
|
4872
4872
|
* Serializes information the current object
|
|
4873
4873
|
* @param writer Serialization writer to use to serialize this model
|
|
4874
4874
|
*/
|
|
4875
|
-
export declare function serializeEdiscoverySearchCollectionResponse(writer: SerializationWriter, ediscoverySearchCollectionResponse?: EdiscoverySearchCollectionResponse | undefined): void;
|
|
4875
|
+
export declare function serializeEdiscoverySearchCollectionResponse(writer: SerializationWriter, ediscoverySearchCollectionResponse?: Partial<EdiscoverySearchCollectionResponse> | undefined): void;
|
|
4876
4876
|
/**
|
|
4877
4877
|
* Serializes information the current object
|
|
4878
4878
|
* @param writer Serialization writer to use to serialize this model
|
|
4879
4879
|
*/
|
|
4880
|
-
export declare function serializeEdiscoveryTagOperation(writer: SerializationWriter, ediscoveryTagOperation?: EdiscoveryTagOperation | undefined): void;
|
|
4880
|
+
export declare function serializeEdiscoveryTagOperation(writer: SerializationWriter, ediscoveryTagOperation?: Partial<EdiscoveryTagOperation> | undefined): void;
|
|
4881
4881
|
/**
|
|
4882
4882
|
* Serializes information the current object
|
|
4883
4883
|
* @param writer Serialization writer to use to serialize this model
|
|
4884
4884
|
*/
|
|
4885
|
-
export declare function serializeEmailSender(writer: SerializationWriter, emailSender?: EmailSender | undefined): void;
|
|
4885
|
+
export declare function serializeEmailSender(writer: SerializationWriter, emailSender?: Partial<EmailSender> | undefined): void;
|
|
4886
4886
|
/**
|
|
4887
4887
|
* Serializes information the current object
|
|
4888
4888
|
* @param writer Serialization writer to use to serialize this model
|
|
4889
4889
|
*/
|
|
4890
|
-
export declare function serializeEventPropagationResult(writer: SerializationWriter, eventPropagationResult?: EventPropagationResult | undefined): void;
|
|
4890
|
+
export declare function serializeEventPropagationResult(writer: SerializationWriter, eventPropagationResult?: Partial<EventPropagationResult> | undefined): void;
|
|
4891
4891
|
/**
|
|
4892
4892
|
* Serializes information the current object
|
|
4893
4893
|
* @param writer Serialization writer to use to serialize this model
|
|
4894
4894
|
*/
|
|
4895
|
-
export declare function serializeEventQuery(writer: SerializationWriter, eventQuery?: EventQuery | undefined): void;
|
|
4895
|
+
export declare function serializeEventQuery(writer: SerializationWriter, eventQuery?: Partial<EventQuery> | undefined): void;
|
|
4896
4896
|
/**
|
|
4897
4897
|
* Serializes information the current object
|
|
4898
4898
|
* @param writer Serialization writer to use to serialize this model
|
|
4899
4899
|
*/
|
|
4900
|
-
export declare function serializeExportFileMetadata(writer: SerializationWriter, exportFileMetadata?: ExportFileMetadata | undefined): void;
|
|
4900
|
+
export declare function serializeExportFileMetadata(writer: SerializationWriter, exportFileMetadata?: Partial<ExportFileMetadata> | undefined): void;
|
|
4901
4901
|
/**
|
|
4902
4902
|
* Serializes information the current object
|
|
4903
4903
|
* @param writer Serialization writer to use to serialize this model
|
|
4904
4904
|
*/
|
|
4905
|
-
export declare function serializeFileDetails(writer: SerializationWriter, fileDetails?: FileDetails | undefined): void;
|
|
4905
|
+
export declare function serializeFileDetails(writer: SerializationWriter, fileDetails?: Partial<FileDetails> | undefined): void;
|
|
4906
4906
|
/**
|
|
4907
4907
|
* Serializes information the current object
|
|
4908
4908
|
* @param writer Serialization writer to use to serialize this model
|
|
4909
4909
|
*/
|
|
4910
|
-
export declare function serializeFileEvidence(writer: SerializationWriter, fileEvidence?: FileEvidence | undefined): void;
|
|
4910
|
+
export declare function serializeFileEvidence(writer: SerializationWriter, fileEvidence?: Partial<FileEvidence> | undefined): void;
|
|
4911
4911
|
/**
|
|
4912
4912
|
* Serializes information the current object
|
|
4913
4913
|
* @param writer Serialization writer to use to serialize this model
|
|
4914
4914
|
*/
|
|
4915
|
-
export declare function serializeFileHash(writer: SerializationWriter, fileHash?: FileHash | undefined): void;
|
|
4915
|
+
export declare function serializeFileHash(writer: SerializationWriter, fileHash?: Partial<FileHash> | undefined): void;
|
|
4916
4916
|
/**
|
|
4917
4917
|
* Serializes information the current object
|
|
4918
4918
|
* @param writer Serialization writer to use to serialize this model
|
|
4919
4919
|
*/
|
|
4920
|
-
export declare function serializeFormattedContent(writer: SerializationWriter, formattedContent?: FormattedContent | undefined): void;
|
|
4920
|
+
export declare function serializeFormattedContent(writer: SerializationWriter, formattedContent?: Partial<FormattedContent> | undefined): void;
|
|
4921
4921
|
/**
|
|
4922
4922
|
* Serializes information the current object
|
|
4923
4923
|
* @param writer Serialization writer to use to serialize this model
|
|
4924
4924
|
*/
|
|
4925
|
-
export declare function serializeGitHubOrganizationEvidence(writer: SerializationWriter, gitHubOrganizationEvidence?: GitHubOrganizationEvidence | undefined): void;
|
|
4925
|
+
export declare function serializeGitHubOrganizationEvidence(writer: SerializationWriter, gitHubOrganizationEvidence?: Partial<GitHubOrganizationEvidence> | undefined): void;
|
|
4926
4926
|
/**
|
|
4927
4927
|
* Serializes information the current object
|
|
4928
4928
|
* @param writer Serialization writer to use to serialize this model
|
|
4929
4929
|
*/
|
|
4930
|
-
export declare function serializeGitHubRepoEvidence(writer: SerializationWriter, gitHubRepoEvidence?: GitHubRepoEvidence | undefined): void;
|
|
4930
|
+
export declare function serializeGitHubRepoEvidence(writer: SerializationWriter, gitHubRepoEvidence?: Partial<GitHubRepoEvidence> | undefined): void;
|
|
4931
4931
|
/**
|
|
4932
4932
|
* Serializes information the current object
|
|
4933
4933
|
* @param writer Serialization writer to use to serialize this model
|
|
4934
4934
|
*/
|
|
4935
|
-
export declare function serializeGitHubUserEvidence(writer: SerializationWriter, gitHubUserEvidence?: GitHubUserEvidence | undefined): void;
|
|
4935
|
+
export declare function serializeGitHubUserEvidence(writer: SerializationWriter, gitHubUserEvidence?: Partial<GitHubUserEvidence> | undefined): void;
|
|
4936
4936
|
/**
|
|
4937
4937
|
* Serializes information the current object
|
|
4938
4938
|
* @param writer Serialization writer to use to serialize this model
|
|
4939
4939
|
*/
|
|
4940
|
-
export declare function serializeGoogleCloudResourceEvidence(writer: SerializationWriter, googleCloudResourceEvidence?: GoogleCloudResourceEvidence | undefined): void;
|
|
4940
|
+
export declare function serializeGoogleCloudResourceEvidence(writer: SerializationWriter, googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): void;
|
|
4941
4941
|
/**
|
|
4942
4942
|
* Serializes information the current object
|
|
4943
4943
|
* @param writer Serialization writer to use to serialize this model
|
|
4944
4944
|
*/
|
|
4945
|
-
export declare function serializeHost(writer: SerializationWriter, host?: Host | undefined): void;
|
|
4945
|
+
export declare function serializeHost(writer: SerializationWriter, host?: Partial<Host> | undefined): void;
|
|
4946
4946
|
/**
|
|
4947
4947
|
* Serializes information the current object
|
|
4948
4948
|
* @param writer Serialization writer to use to serialize this model
|
|
4949
4949
|
*/
|
|
4950
|
-
export declare function serializeHostCollectionResponse(writer: SerializationWriter, hostCollectionResponse?: HostCollectionResponse | undefined): void;
|
|
4950
|
+
export declare function serializeHostCollectionResponse(writer: SerializationWriter, hostCollectionResponse?: Partial<HostCollectionResponse> | undefined): void;
|
|
4951
4951
|
/**
|
|
4952
4952
|
* Serializes information the current object
|
|
4953
4953
|
* @param writer Serialization writer to use to serialize this model
|
|
4954
4954
|
*/
|
|
4955
|
-
export declare function serializeHostComponent(writer: SerializationWriter, hostComponent?: HostComponent | undefined): void;
|
|
4955
|
+
export declare function serializeHostComponent(writer: SerializationWriter, hostComponent?: Partial<HostComponent> | undefined): void;
|
|
4956
4956
|
/**
|
|
4957
4957
|
* Serializes information the current object
|
|
4958
4958
|
* @param writer Serialization writer to use to serialize this model
|
|
4959
4959
|
*/
|
|
4960
|
-
export declare function serializeHostComponentCollectionResponse(writer: SerializationWriter, hostComponentCollectionResponse?: HostComponentCollectionResponse | undefined): void;
|
|
4960
|
+
export declare function serializeHostComponentCollectionResponse(writer: SerializationWriter, hostComponentCollectionResponse?: Partial<HostComponentCollectionResponse> | undefined): void;
|
|
4961
4961
|
/**
|
|
4962
4962
|
* Serializes information the current object
|
|
4963
4963
|
* @param writer Serialization writer to use to serialize this model
|
|
4964
4964
|
*/
|
|
4965
|
-
export declare function serializeHostCookie(writer: SerializationWriter, hostCookie?: HostCookie | undefined): void;
|
|
4965
|
+
export declare function serializeHostCookie(writer: SerializationWriter, hostCookie?: Partial<HostCookie> | undefined): void;
|
|
4966
4966
|
/**
|
|
4967
4967
|
* Serializes information the current object
|
|
4968
4968
|
* @param writer Serialization writer to use to serialize this model
|
|
4969
4969
|
*/
|
|
4970
|
-
export declare function serializeHostCookieCollectionResponse(writer: SerializationWriter, hostCookieCollectionResponse?: HostCookieCollectionResponse | undefined): void;
|
|
4970
|
+
export declare function serializeHostCookieCollectionResponse(writer: SerializationWriter, hostCookieCollectionResponse?: Partial<HostCookieCollectionResponse> | undefined): void;
|
|
4971
4971
|
/**
|
|
4972
4972
|
* Serializes information the current object
|
|
4973
4973
|
* @param writer Serialization writer to use to serialize this model
|
|
4974
4974
|
*/
|
|
4975
|
-
export declare function serializeHostLogonSessionEvidence(writer: SerializationWriter, hostLogonSessionEvidence?: HostLogonSessionEvidence | undefined): void;
|
|
4975
|
+
export declare function serializeHostLogonSessionEvidence(writer: SerializationWriter, hostLogonSessionEvidence?: Partial<HostLogonSessionEvidence> | undefined): void;
|
|
4976
4976
|
/**
|
|
4977
4977
|
* Serializes information the current object
|
|
4978
4978
|
* @param writer Serialization writer to use to serialize this model
|
|
4979
4979
|
*/
|
|
4980
|
-
export declare function serializeHostname(writer: SerializationWriter, hostname?: Hostname | undefined): void;
|
|
4980
|
+
export declare function serializeHostname(writer: SerializationWriter, hostname?: Partial<Hostname> | undefined): void;
|
|
4981
4981
|
/**
|
|
4982
4982
|
* Serializes information the current object
|
|
4983
4983
|
* @param writer Serialization writer to use to serialize this model
|
|
4984
4984
|
*/
|
|
4985
|
-
export declare function serializeHostPair(writer: SerializationWriter, hostPair?: HostPair | undefined): void;
|
|
4985
|
+
export declare function serializeHostPair(writer: SerializationWriter, hostPair?: Partial<HostPair> | undefined): void;
|
|
4986
4986
|
/**
|
|
4987
4987
|
* Serializes information the current object
|
|
4988
4988
|
* @param writer Serialization writer to use to serialize this model
|
|
4989
4989
|
*/
|
|
4990
|
-
export declare function serializeHostPairCollectionResponse(writer: SerializationWriter, hostPairCollectionResponse?: HostPairCollectionResponse | undefined): void;
|
|
4990
|
+
export declare function serializeHostPairCollectionResponse(writer: SerializationWriter, hostPairCollectionResponse?: Partial<HostPairCollectionResponse> | undefined): void;
|
|
4991
4991
|
/**
|
|
4992
4992
|
* Serializes information the current object
|
|
4993
4993
|
* @param writer Serialization writer to use to serialize this model
|
|
4994
4994
|
*/
|
|
4995
|
-
export declare function serializeHostPort(writer: SerializationWriter, hostPort?: HostPort | undefined): void;
|
|
4995
|
+
export declare function serializeHostPort(writer: SerializationWriter, hostPort?: Partial<HostPort> | undefined): void;
|
|
4996
4996
|
/**
|
|
4997
4997
|
* Serializes information the current object
|
|
4998
4998
|
* @param writer Serialization writer to use to serialize this model
|
|
4999
4999
|
*/
|
|
5000
|
-
export declare function serializeHostPortBanner(writer: SerializationWriter, hostPortBanner?: HostPortBanner | undefined): void;
|
|
5000
|
+
export declare function serializeHostPortBanner(writer: SerializationWriter, hostPortBanner?: Partial<HostPortBanner> | undefined): void;
|
|
5001
5001
|
/**
|
|
5002
5002
|
* Serializes information the current object
|
|
5003
5003
|
* @param writer Serialization writer to use to serialize this model
|
|
5004
5004
|
*/
|
|
5005
|
-
export declare function serializeHostPortCollectionResponse(writer: SerializationWriter, hostPortCollectionResponse?: HostPortCollectionResponse | undefined): void;
|
|
5005
|
+
export declare function serializeHostPortCollectionResponse(writer: SerializationWriter, hostPortCollectionResponse?: Partial<HostPortCollectionResponse> | undefined): void;
|
|
5006
5006
|
/**
|
|
5007
5007
|
* Serializes information the current object
|
|
5008
5008
|
* @param writer Serialization writer to use to serialize this model
|
|
5009
5009
|
*/
|
|
5010
|
-
export declare function serializeHostPortComponent(writer: SerializationWriter, hostPortComponent?: HostPortComponent | undefined): void;
|
|
5010
|
+
export declare function serializeHostPortComponent(writer: SerializationWriter, hostPortComponent?: Partial<HostPortComponent> | undefined): void;
|
|
5011
5011
|
/**
|
|
5012
5012
|
* Serializes information the current object
|
|
5013
5013
|
* @param writer Serialization writer to use to serialize this model
|
|
5014
5014
|
*/
|
|
5015
|
-
export declare function serializeHostReputation(writer: SerializationWriter, hostReputation?: HostReputation | undefined): void;
|
|
5015
|
+
export declare function serializeHostReputation(writer: SerializationWriter, hostReputation?: Partial<HostReputation> | undefined): void;
|
|
5016
5016
|
/**
|
|
5017
5017
|
* Serializes information the current object
|
|
5018
5018
|
* @param writer Serialization writer to use to serialize this model
|
|
5019
5019
|
*/
|
|
5020
|
-
export declare function serializeHostReputationRule(writer: SerializationWriter, hostReputationRule?: HostReputationRule | undefined): void;
|
|
5020
|
+
export declare function serializeHostReputationRule(writer: SerializationWriter, hostReputationRule?: Partial<HostReputationRule> | undefined): void;
|
|
5021
5021
|
/**
|
|
5022
5022
|
* Serializes information the current object
|
|
5023
5023
|
* @param writer Serialization writer to use to serialize this model
|
|
5024
5024
|
*/
|
|
5025
|
-
export declare function serializeHostSslCertificate(writer: SerializationWriter, hostSslCertificate?: HostSslCertificate | undefined): void;
|
|
5025
|
+
export declare function serializeHostSslCertificate(writer: SerializationWriter, hostSslCertificate?: Partial<HostSslCertificate> | undefined): void;
|
|
5026
5026
|
/**
|
|
5027
5027
|
* Serializes information the current object
|
|
5028
5028
|
* @param writer Serialization writer to use to serialize this model
|
|
5029
5029
|
*/
|
|
5030
|
-
export declare function serializeHostSslCertificateCollectionResponse(writer: SerializationWriter, hostSslCertificateCollectionResponse?: HostSslCertificateCollectionResponse | undefined): void;
|
|
5030
|
+
export declare function serializeHostSslCertificateCollectionResponse(writer: SerializationWriter, hostSslCertificateCollectionResponse?: Partial<HostSslCertificateCollectionResponse> | undefined): void;
|
|
5031
5031
|
/**
|
|
5032
5032
|
* Serializes information the current object
|
|
5033
5033
|
* @param writer Serialization writer to use to serialize this model
|
|
5034
5034
|
*/
|
|
5035
|
-
export declare function serializeHostSslCertificatePort(writer: SerializationWriter, hostSslCertificatePort?: HostSslCertificatePort | undefined): void;
|
|
5035
|
+
export declare function serializeHostSslCertificatePort(writer: SerializationWriter, hostSslCertificatePort?: Partial<HostSslCertificatePort> | undefined): void;
|
|
5036
5036
|
/**
|
|
5037
5037
|
* Serializes information the current object
|
|
5038
5038
|
* @param writer Serialization writer to use to serialize this model
|
|
5039
5039
|
*/
|
|
5040
|
-
export declare function serializeHostTracker(writer: SerializationWriter, hostTracker?: HostTracker | undefined): void;
|
|
5040
|
+
export declare function serializeHostTracker(writer: SerializationWriter, hostTracker?: Partial<HostTracker> | undefined): void;
|
|
5041
5041
|
/**
|
|
5042
5042
|
* Serializes information the current object
|
|
5043
5043
|
* @param writer Serialization writer to use to serialize this model
|
|
5044
5044
|
*/
|
|
5045
|
-
export declare function serializeHostTrackerCollectionResponse(writer: SerializationWriter, hostTrackerCollectionResponse?: HostTrackerCollectionResponse | undefined): void;
|
|
5045
|
+
export declare function serializeHostTrackerCollectionResponse(writer: SerializationWriter, hostTrackerCollectionResponse?: Partial<HostTrackerCollectionResponse> | undefined): void;
|
|
5046
5046
|
/**
|
|
5047
5047
|
* Serializes information the current object
|
|
5048
5048
|
* @param writer Serialization writer to use to serialize this model
|
|
5049
5049
|
*/
|
|
5050
|
-
export declare function serializeHuntingQueryResults(writer: SerializationWriter, huntingQueryResults?: HuntingQueryResults | undefined): void;
|
|
5050
|
+
export declare function serializeHuntingQueryResults(writer: SerializationWriter, huntingQueryResults?: Partial<HuntingQueryResults> | undefined): void;
|
|
5051
5051
|
/**
|
|
5052
5052
|
* Serializes information the current object
|
|
5053
5053
|
* @param writer Serialization writer to use to serialize this model
|
|
5054
5054
|
*/
|
|
5055
|
-
export declare function serializeHuntingRowResult(writer: SerializationWriter, huntingRowResult?: HuntingRowResult | undefined): void;
|
|
5055
|
+
export declare function serializeHuntingRowResult(writer: SerializationWriter, huntingRowResult?: Partial<HuntingRowResult> | undefined): void;
|
|
5056
5056
|
/**
|
|
5057
5057
|
* Serializes information the current object
|
|
5058
5058
|
* @param writer Serialization writer to use to serialize this model
|
|
5059
5059
|
*/
|
|
5060
|
-
export declare function serializeHyperlink(writer: SerializationWriter, hyperlink?: Hyperlink | undefined): void;
|
|
5060
|
+
export declare function serializeHyperlink(writer: SerializationWriter, hyperlink?: Partial<Hyperlink> | undefined): void;
|
|
5061
5061
|
/**
|
|
5062
5062
|
* Serializes information the current object
|
|
5063
5063
|
* @param writer Serialization writer to use to serialize this model
|
|
5064
5064
|
*/
|
|
5065
|
-
export declare function serializeIncident(writer: SerializationWriter, incident?: Incident | undefined): void;
|
|
5065
|
+
export declare function serializeIncident(writer: SerializationWriter, incident?: Partial<Incident> | undefined): void;
|
|
5066
5066
|
/**
|
|
5067
5067
|
* Serializes information the current object
|
|
5068
5068
|
* @param writer Serialization writer to use to serialize this model
|
|
5069
5069
|
*/
|
|
5070
|
-
export declare function serializeIncidentCollectionResponse(writer: SerializationWriter, incidentCollectionResponse?: IncidentCollectionResponse | undefined): void;
|
|
5070
|
+
export declare function serializeIncidentCollectionResponse(writer: SerializationWriter, incidentCollectionResponse?: Partial<IncidentCollectionResponse> | undefined): void;
|
|
5071
5071
|
/**
|
|
5072
5072
|
* Serializes information the current object
|
|
5073
5073
|
* @param writer Serialization writer to use to serialize this model
|
|
5074
5074
|
*/
|
|
5075
|
-
export declare function serializeIndicator(writer: SerializationWriter, indicator?: Indicator | undefined): void;
|
|
5075
|
+
export declare function serializeIndicator(writer: SerializationWriter, indicator?: Partial<Indicator> | undefined): void;
|
|
5076
5076
|
/**
|
|
5077
5077
|
* Serializes information the current object
|
|
5078
5078
|
* @param writer Serialization writer to use to serialize this model
|
|
5079
5079
|
*/
|
|
5080
|
-
export declare function serializeIntelligenceProfile(writer: SerializationWriter, intelligenceProfile?: IntelligenceProfile | undefined): void;
|
|
5080
|
+
export declare function serializeIntelligenceProfile(writer: SerializationWriter, intelligenceProfile?: Partial<IntelligenceProfile> | undefined): void;
|
|
5081
5081
|
/**
|
|
5082
5082
|
* Serializes information the current object
|
|
5083
5083
|
* @param writer Serialization writer to use to serialize this model
|
|
5084
5084
|
*/
|
|
5085
|
-
export declare function serializeIntelligenceProfileCollectionResponse(writer: SerializationWriter, intelligenceProfileCollectionResponse?: IntelligenceProfileCollectionResponse | undefined): void;
|
|
5085
|
+
export declare function serializeIntelligenceProfileCollectionResponse(writer: SerializationWriter, intelligenceProfileCollectionResponse?: Partial<IntelligenceProfileCollectionResponse> | undefined): void;
|
|
5086
5086
|
/**
|
|
5087
5087
|
* Serializes information the current object
|
|
5088
5088
|
* @param writer Serialization writer to use to serialize this model
|
|
5089
5089
|
*/
|
|
5090
|
-
export declare function serializeIntelligenceProfileCountryOrRegionOfOrigin(writer: SerializationWriter, intelligenceProfileCountryOrRegionOfOrigin?: IntelligenceProfileCountryOrRegionOfOrigin | undefined): void;
|
|
5090
|
+
export declare function serializeIntelligenceProfileCountryOrRegionOfOrigin(writer: SerializationWriter, intelligenceProfileCountryOrRegionOfOrigin?: Partial<IntelligenceProfileCountryOrRegionOfOrigin> | undefined): void;
|
|
5091
5091
|
/**
|
|
5092
5092
|
* Serializes information the current object
|
|
5093
5093
|
* @param writer Serialization writer to use to serialize this model
|
|
5094
5094
|
*/
|
|
5095
|
-
export declare function serializeIntelligenceProfileIndicator(writer: SerializationWriter, intelligenceProfileIndicator?: IntelligenceProfileIndicator | undefined): void;
|
|
5095
|
+
export declare function serializeIntelligenceProfileIndicator(writer: SerializationWriter, intelligenceProfileIndicator?: Partial<IntelligenceProfileIndicator> | undefined): void;
|
|
5096
5096
|
/**
|
|
5097
5097
|
* Serializes information the current object
|
|
5098
5098
|
* @param writer Serialization writer to use to serialize this model
|
|
5099
5099
|
*/
|
|
5100
|
-
export declare function serializeIntelligenceProfileIndicatorCollectionResponse(writer: SerializationWriter, intelligenceProfileIndicatorCollectionResponse?: IntelligenceProfileIndicatorCollectionResponse | undefined): void;
|
|
5100
|
+
export declare function serializeIntelligenceProfileIndicatorCollectionResponse(writer: SerializationWriter, intelligenceProfileIndicatorCollectionResponse?: Partial<IntelligenceProfileIndicatorCollectionResponse> | undefined): void;
|
|
5101
5101
|
/**
|
|
5102
5102
|
* Serializes information the current object
|
|
5103
5103
|
* @param writer Serialization writer to use to serialize this model
|
|
5104
5104
|
*/
|
|
5105
|
-
export declare function serializeIoTDeviceEvidence(writer: SerializationWriter, ioTDeviceEvidence?: IoTDeviceEvidence | undefined): void;
|
|
5105
|
+
export declare function serializeIoTDeviceEvidence(writer: SerializationWriter, ioTDeviceEvidence?: Partial<IoTDeviceEvidence> | undefined): void;
|
|
5106
5106
|
/**
|
|
5107
5107
|
* Serializes information the current object
|
|
5108
5108
|
* @param writer Serialization writer to use to serialize this model
|
|
5109
5109
|
*/
|
|
5110
|
-
export declare function serializeIpAddress(writer: SerializationWriter, ipAddress?: IpAddress | undefined): void;
|
|
5110
|
+
export declare function serializeIpAddress(writer: SerializationWriter, ipAddress?: Partial<IpAddress> | undefined): void;
|
|
5111
5111
|
/**
|
|
5112
5112
|
* Serializes information the current object
|
|
5113
5113
|
* @param writer Serialization writer to use to serialize this model
|
|
5114
5114
|
*/
|
|
5115
|
-
export declare function serializeIpEvidence(writer: SerializationWriter, ipEvidence?: IpEvidence | undefined): void;
|
|
5115
|
+
export declare function serializeIpEvidence(writer: SerializationWriter, ipEvidence?: Partial<IpEvidence> | undefined): void;
|
|
5116
5116
|
/**
|
|
5117
5117
|
* Serializes information the current object
|
|
5118
5118
|
* @param writer Serialization writer to use to serialize this model
|
|
5119
5119
|
*/
|
|
5120
|
-
export declare function serializeKubernetesClusterEvidence(writer: SerializationWriter, kubernetesClusterEvidence?: KubernetesClusterEvidence | undefined): void;
|
|
5120
|
+
export declare function serializeKubernetesClusterEvidence(writer: SerializationWriter, kubernetesClusterEvidence?: Partial<KubernetesClusterEvidence> | undefined): void;
|
|
5121
5121
|
/**
|
|
5122
5122
|
* Serializes information the current object
|
|
5123
5123
|
* @param writer Serialization writer to use to serialize this model
|
|
5124
5124
|
*/
|
|
5125
|
-
export declare function serializeKubernetesControllerEvidence(writer: SerializationWriter, kubernetesControllerEvidence?: KubernetesControllerEvidence | undefined): void;
|
|
5125
|
+
export declare function serializeKubernetesControllerEvidence(writer: SerializationWriter, kubernetesControllerEvidence?: Partial<KubernetesControllerEvidence> | undefined): void;
|
|
5126
5126
|
/**
|
|
5127
5127
|
* Serializes information the current object
|
|
5128
5128
|
* @param writer Serialization writer to use to serialize this model
|
|
5129
5129
|
*/
|
|
5130
|
-
export declare function serializeKubernetesNamespaceEvidence(writer: SerializationWriter, kubernetesNamespaceEvidence?: KubernetesNamespaceEvidence | undefined): void;
|
|
5130
|
+
export declare function serializeKubernetesNamespaceEvidence(writer: SerializationWriter, kubernetesNamespaceEvidence?: Partial<KubernetesNamespaceEvidence> | undefined): void;
|
|
5131
5131
|
/**
|
|
5132
5132
|
* Serializes information the current object
|
|
5133
5133
|
* @param writer Serialization writer to use to serialize this model
|
|
5134
5134
|
*/
|
|
5135
|
-
export declare function serializeKubernetesPodEvidence(writer: SerializationWriter, kubernetesPodEvidence?: KubernetesPodEvidence | undefined): void;
|
|
5135
|
+
export declare function serializeKubernetesPodEvidence(writer: SerializationWriter, kubernetesPodEvidence?: Partial<KubernetesPodEvidence> | undefined): void;
|
|
5136
5136
|
/**
|
|
5137
5137
|
* Serializes information the current object
|
|
5138
5138
|
* @param writer Serialization writer to use to serialize this model
|
|
5139
5139
|
*/
|
|
5140
|
-
export declare function serializeKubernetesSecretEvidence(writer: SerializationWriter, kubernetesSecretEvidence?: KubernetesSecretEvidence | undefined): void;
|
|
5140
|
+
export declare function serializeKubernetesSecretEvidence(writer: SerializationWriter, kubernetesSecretEvidence?: Partial<KubernetesSecretEvidence> | undefined): void;
|
|
5141
5141
|
/**
|
|
5142
5142
|
* Serializes information the current object
|
|
5143
5143
|
* @param writer Serialization writer to use to serialize this model
|
|
5144
5144
|
*/
|
|
5145
|
-
export declare function serializeKubernetesServiceAccountEvidence(writer: SerializationWriter, kubernetesServiceAccountEvidence?: KubernetesServiceAccountEvidence | undefined): void;
|
|
5145
|
+
export declare function serializeKubernetesServiceAccountEvidence(writer: SerializationWriter, kubernetesServiceAccountEvidence?: Partial<KubernetesServiceAccountEvidence> | undefined): void;
|
|
5146
5146
|
/**
|
|
5147
5147
|
* Serializes information the current object
|
|
5148
5148
|
* @param writer Serialization writer to use to serialize this model
|
|
5149
5149
|
*/
|
|
5150
|
-
export declare function serializeKubernetesServiceEvidence(writer: SerializationWriter, kubernetesServiceEvidence?: KubernetesServiceEvidence | undefined): void;
|
|
5150
|
+
export declare function serializeKubernetesServiceEvidence(writer: SerializationWriter, kubernetesServiceEvidence?: Partial<KubernetesServiceEvidence> | undefined): void;
|
|
5151
5151
|
/**
|
|
5152
5152
|
* Serializes information the current object
|
|
5153
5153
|
* @param writer Serialization writer to use to serialize this model
|
|
5154
5154
|
*/
|
|
5155
|
-
export declare function serializeKubernetesServicePort(writer: SerializationWriter, kubernetesServicePort?: KubernetesServicePort | undefined): void;
|
|
5155
|
+
export declare function serializeKubernetesServicePort(writer: SerializationWriter, kubernetesServicePort?: Partial<KubernetesServicePort> | undefined): void;
|
|
5156
5156
|
/**
|
|
5157
5157
|
* Serializes information the current object
|
|
5158
5158
|
* @param writer Serialization writer to use to serialize this model
|
|
5159
5159
|
*/
|
|
5160
|
-
export declare function serializeLoggedOnUser(writer: SerializationWriter, loggedOnUser?: LoggedOnUser | undefined): void;
|
|
5160
|
+
export declare function serializeLoggedOnUser(writer: SerializationWriter, loggedOnUser?: Partial<LoggedOnUser> | undefined): void;
|
|
5161
5161
|
/**
|
|
5162
5162
|
* Serializes information the current object
|
|
5163
5163
|
* @param writer Serialization writer to use to serialize this model
|
|
5164
5164
|
*/
|
|
5165
|
-
export declare function serializeMailboxEvidence(writer: SerializationWriter, mailboxEvidence?: MailboxEvidence | undefined): void;
|
|
5165
|
+
export declare function serializeMailboxEvidence(writer: SerializationWriter, mailboxEvidence?: Partial<MailboxEvidence> | undefined): void;
|
|
5166
5166
|
/**
|
|
5167
5167
|
* Serializes information the current object
|
|
5168
5168
|
* @param writer Serialization writer to use to serialize this model
|
|
5169
5169
|
*/
|
|
5170
|
-
export declare function serializeMailClusterEvidence(writer: SerializationWriter, mailClusterEvidence?: MailClusterEvidence | undefined): void;
|
|
5170
|
+
export declare function serializeMailClusterEvidence(writer: SerializationWriter, mailClusterEvidence?: Partial<MailClusterEvidence> | undefined): void;
|
|
5171
5171
|
/**
|
|
5172
5172
|
* Serializes information the current object
|
|
5173
5173
|
* @param writer Serialization writer to use to serialize this model
|
|
5174
5174
|
*/
|
|
5175
|
-
export declare function serializeMalwareEvidence(writer: SerializationWriter, malwareEvidence?: MalwareEvidence | undefined): void;
|
|
5175
|
+
export declare function serializeMalwareEvidence(writer: SerializationWriter, malwareEvidence?: Partial<MalwareEvidence> | undefined): void;
|
|
5176
5176
|
/**
|
|
5177
5177
|
* Serializes information the current object
|
|
5178
5178
|
* @param writer Serialization writer to use to serialize this model
|
|
5179
5179
|
*/
|
|
5180
|
-
export declare function serializeNetworkConnectionEvidence(writer: SerializationWriter, networkConnectionEvidence?: NetworkConnectionEvidence | undefined): void;
|
|
5180
|
+
export declare function serializeNetworkConnectionEvidence(writer: SerializationWriter, networkConnectionEvidence?: Partial<NetworkConnectionEvidence> | undefined): void;
|
|
5181
5181
|
/**
|
|
5182
5182
|
* Serializes information the current object
|
|
5183
5183
|
* @param writer Serialization writer to use to serialize this model
|
|
5184
5184
|
*/
|
|
5185
|
-
export declare function serializeNicEvidence(writer: SerializationWriter, nicEvidence?: NicEvidence | undefined): void;
|
|
5185
|
+
export declare function serializeNicEvidence(writer: SerializationWriter, nicEvidence?: Partial<NicEvidence> | undefined): void;
|
|
5186
5186
|
/**
|
|
5187
5187
|
* Serializes information the current object
|
|
5188
5188
|
* @param writer Serialization writer to use to serialize this model
|
|
5189
5189
|
*/
|
|
5190
|
-
export declare function serializeOauthApplicationEvidence(writer: SerializationWriter, oauthApplicationEvidence?: OauthApplicationEvidence | undefined): void;
|
|
5190
|
+
export declare function serializeOauthApplicationEvidence(writer: SerializationWriter, oauthApplicationEvidence?: Partial<OauthApplicationEvidence> | undefined): void;
|
|
5191
5191
|
/**
|
|
5192
5192
|
* Serializes information the current object
|
|
5193
5193
|
* @param writer Serialization writer to use to serialize this model
|
|
5194
5194
|
*/
|
|
5195
|
-
export declare function serializeOcrSettings(writer: SerializationWriter, ocrSettings?: OcrSettings | undefined): void;
|
|
5195
|
+
export declare function serializeOcrSettings(writer: SerializationWriter, ocrSettings?: Partial<OcrSettings> | undefined): void;
|
|
5196
5196
|
/**
|
|
5197
5197
|
* Serializes information the current object
|
|
5198
5198
|
* @param writer Serialization writer to use to serialize this model
|
|
5199
5199
|
*/
|
|
5200
|
-
export declare function serializePassiveDnsRecord(writer: SerializationWriter, passiveDnsRecord?: PassiveDnsRecord | undefined): void;
|
|
5200
|
+
export declare function serializePassiveDnsRecord(writer: SerializationWriter, passiveDnsRecord?: Partial<PassiveDnsRecord> | undefined): void;
|
|
5201
5201
|
/**
|
|
5202
5202
|
* Serializes information the current object
|
|
5203
5203
|
* @param writer Serialization writer to use to serialize this model
|
|
5204
5204
|
*/
|
|
5205
|
-
export declare function serializePassiveDnsRecordCollectionResponse(writer: SerializationWriter, passiveDnsRecordCollectionResponse?: PassiveDnsRecordCollectionResponse | undefined): void;
|
|
5205
|
+
export declare function serializePassiveDnsRecordCollectionResponse(writer: SerializationWriter, passiveDnsRecordCollectionResponse?: Partial<PassiveDnsRecordCollectionResponse> | undefined): void;
|
|
5206
5206
|
/**
|
|
5207
5207
|
* Serializes information the current object
|
|
5208
5208
|
* @param writer Serialization writer to use to serialize this model
|
|
5209
5209
|
*/
|
|
5210
|
-
export declare function serializeProcessEvidence(writer: SerializationWriter, processEvidence?: ProcessEvidence | undefined): void;
|
|
5210
|
+
export declare function serializeProcessEvidence(writer: SerializationWriter, processEvidence?: Partial<ProcessEvidence> | undefined): void;
|
|
5211
5211
|
/**
|
|
5212
5212
|
* Serializes information the current object
|
|
5213
5213
|
* @param writer Serialization writer to use to serialize this model
|
|
5214
5214
|
*/
|
|
5215
|
-
export declare function serializeRedundancyDetectionSettings(writer: SerializationWriter, redundancyDetectionSettings?: RedundancyDetectionSettings | undefined): void;
|
|
5215
|
+
export declare function serializeRedundancyDetectionSettings(writer: SerializationWriter, redundancyDetectionSettings?: Partial<RedundancyDetectionSettings> | undefined): void;
|
|
5216
5216
|
/**
|
|
5217
5217
|
* Serializes information the current object
|
|
5218
5218
|
* @param writer Serialization writer to use to serialize this model
|
|
5219
5219
|
*/
|
|
5220
|
-
export declare function serializeRegistryKeyEvidence(writer: SerializationWriter, registryKeyEvidence?: RegistryKeyEvidence | undefined): void;
|
|
5220
|
+
export declare function serializeRegistryKeyEvidence(writer: SerializationWriter, registryKeyEvidence?: Partial<RegistryKeyEvidence> | undefined): void;
|
|
5221
5221
|
/**
|
|
5222
5222
|
* Serializes information the current object
|
|
5223
5223
|
* @param writer Serialization writer to use to serialize this model
|
|
5224
5224
|
*/
|
|
5225
|
-
export declare function serializeRegistryValueEvidence(writer: SerializationWriter, registryValueEvidence?: RegistryValueEvidence | undefined): void;
|
|
5225
|
+
export declare function serializeRegistryValueEvidence(writer: SerializationWriter, registryValueEvidence?: Partial<RegistryValueEvidence> | undefined): void;
|
|
5226
5226
|
/**
|
|
5227
5227
|
* Serializes information the current object
|
|
5228
5228
|
* @param writer Serialization writer to use to serialize this model
|
|
5229
5229
|
*/
|
|
5230
|
-
export declare function serializeRetentionEvent(writer: SerializationWriter, retentionEvent?: RetentionEvent | undefined): void;
|
|
5230
|
+
export declare function serializeRetentionEvent(writer: SerializationWriter, retentionEvent?: Partial<RetentionEvent> | undefined): void;
|
|
5231
5231
|
/**
|
|
5232
5232
|
* Serializes information the current object
|
|
5233
5233
|
* @param writer Serialization writer to use to serialize this model
|
|
5234
5234
|
*/
|
|
5235
|
-
export declare function serializeRetentionEventCollectionResponse(writer: SerializationWriter, retentionEventCollectionResponse?: RetentionEventCollectionResponse | undefined): void;
|
|
5235
|
+
export declare function serializeRetentionEventCollectionResponse(writer: SerializationWriter, retentionEventCollectionResponse?: Partial<RetentionEventCollectionResponse> | undefined): void;
|
|
5236
5236
|
/**
|
|
5237
5237
|
* Serializes information the current object
|
|
5238
5238
|
* @param writer Serialization writer to use to serialize this model
|
|
5239
5239
|
*/
|
|
5240
|
-
export declare function serializeRetentionEventStatus(writer: SerializationWriter, retentionEventStatus?: RetentionEventStatus | undefined): void;
|
|
5240
|
+
export declare function serializeRetentionEventStatus(writer: SerializationWriter, retentionEventStatus?: Partial<RetentionEventStatus> | undefined): void;
|
|
5241
5241
|
/**
|
|
5242
5242
|
* Serializes information the current object
|
|
5243
5243
|
* @param writer Serialization writer to use to serialize this model
|
|
5244
5244
|
*/
|
|
5245
|
-
export declare function serializeRetentionEventType(writer: SerializationWriter, retentionEventType?: RetentionEventType | undefined): void;
|
|
5245
|
+
export declare function serializeRetentionEventType(writer: SerializationWriter, retentionEventType?: Partial<RetentionEventType> | undefined): void;
|
|
5246
5246
|
/**
|
|
5247
5247
|
* Serializes information the current object
|
|
5248
5248
|
* @param writer Serialization writer to use to serialize this model
|
|
5249
5249
|
*/
|
|
5250
|
-
export declare function serializeRetentionEventTypeCollectionResponse(writer: SerializationWriter, retentionEventTypeCollectionResponse?: RetentionEventTypeCollectionResponse | undefined): void;
|
|
5250
|
+
export declare function serializeRetentionEventTypeCollectionResponse(writer: SerializationWriter, retentionEventTypeCollectionResponse?: Partial<RetentionEventTypeCollectionResponse> | undefined): void;
|
|
5251
5251
|
/**
|
|
5252
5252
|
* Serializes information the current object
|
|
5253
5253
|
* @param writer Serialization writer to use to serialize this model
|
|
5254
5254
|
*/
|
|
5255
|
-
export declare function serializeSasTokenEvidence(writer: SerializationWriter, sasTokenEvidence?: SasTokenEvidence | undefined): void;
|
|
5255
|
+
export declare function serializeSasTokenEvidence(writer: SerializationWriter, sasTokenEvidence?: Partial<SasTokenEvidence> | undefined): void;
|
|
5256
5256
|
/**
|
|
5257
5257
|
* Serializes information the current object
|
|
5258
5258
|
* @param writer Serialization writer to use to serialize this model
|
|
5259
5259
|
*/
|
|
5260
|
-
export declare function serializeSearch(writer: SerializationWriter, search?: Search | undefined): void;
|
|
5260
|
+
export declare function serializeSearch(writer: SerializationWriter, search?: Partial<Search> | undefined): void;
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Serializes information the current object
|
|
5263
5263
|
* @param writer Serialization writer to use to serialize this model
|
|
5264
5264
|
*/
|
|
5265
|
-
export declare function serializeSecurityGroupEvidence(writer: SerializationWriter, securityGroupEvidence?: SecurityGroupEvidence | undefined): void;
|
|
5265
|
+
export declare function serializeSecurityGroupEvidence(writer: SerializationWriter, securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined): void;
|
|
5266
5266
|
/**
|
|
5267
5267
|
* Serializes information the current object
|
|
5268
5268
|
* @param writer Serialization writer to use to serialize this model
|
|
5269
5269
|
*/
|
|
5270
|
-
export declare function serializeServicePrincipalEvidence(writer: SerializationWriter, servicePrincipalEvidence?: ServicePrincipalEvidence | undefined): void;
|
|
5270
|
+
export declare function serializeServicePrincipalEvidence(writer: SerializationWriter, servicePrincipalEvidence?: Partial<ServicePrincipalEvidence> | undefined): void;
|
|
5271
5271
|
/**
|
|
5272
5272
|
* Serializes information the current object
|
|
5273
5273
|
* @param writer Serialization writer to use to serialize this model
|
|
5274
5274
|
*/
|
|
5275
|
-
export declare function serializeSinglePropertySchema(writer: SerializationWriter, singlePropertySchema?: SinglePropertySchema | undefined): void;
|
|
5275
|
+
export declare function serializeSinglePropertySchema(writer: SerializationWriter, singlePropertySchema?: Partial<SinglePropertySchema> | undefined): void;
|
|
5276
5276
|
/**
|
|
5277
5277
|
* Serializes information the current object
|
|
5278
5278
|
* @param writer Serialization writer to use to serialize this model
|
|
5279
5279
|
*/
|
|
5280
|
-
export declare function serializeSiteSource(writer: SerializationWriter, siteSource?: SiteSource | undefined): void;
|
|
5280
|
+
export declare function serializeSiteSource(writer: SerializationWriter, siteSource?: Partial<SiteSource> | undefined): void;
|
|
5281
5281
|
/**
|
|
5282
5282
|
* Serializes information the current object
|
|
5283
5283
|
* @param writer Serialization writer to use to serialize this model
|
|
5284
5284
|
*/
|
|
5285
|
-
export declare function serializeSiteSourceCollectionResponse(writer: SerializationWriter, siteSourceCollectionResponse?: SiteSourceCollectionResponse | undefined): void;
|
|
5285
|
+
export declare function serializeSiteSourceCollectionResponse(writer: SerializationWriter, siteSourceCollectionResponse?: Partial<SiteSourceCollectionResponse> | undefined): void;
|
|
5286
5286
|
/**
|
|
5287
5287
|
* Serializes information the current object
|
|
5288
5288
|
* @param writer Serialization writer to use to serialize this model
|
|
5289
5289
|
*/
|
|
5290
|
-
export declare function serializeSslCertificate(writer: SerializationWriter, sslCertificate?: SslCertificate | undefined): void;
|
|
5290
|
+
export declare function serializeSslCertificate(writer: SerializationWriter, sslCertificate?: Partial<SslCertificate> | undefined): void;
|
|
5291
5291
|
/**
|
|
5292
5292
|
* Serializes information the current object
|
|
5293
5293
|
* @param writer Serialization writer to use to serialize this model
|
|
5294
5294
|
*/
|
|
5295
|
-
export declare function serializeSslCertificateCollectionResponse(writer: SerializationWriter, sslCertificateCollectionResponse?: SslCertificateCollectionResponse | undefined): void;
|
|
5295
|
+
export declare function serializeSslCertificateCollectionResponse(writer: SerializationWriter, sslCertificateCollectionResponse?: Partial<SslCertificateCollectionResponse> | undefined): void;
|
|
5296
5296
|
/**
|
|
5297
5297
|
* Serializes information the current object
|
|
5298
5298
|
* @param writer Serialization writer to use to serialize this model
|
|
5299
5299
|
*/
|
|
5300
|
-
export declare function serializeSslCertificateEntity(writer: SerializationWriter, sslCertificateEntity?: SslCertificateEntity | undefined): void;
|
|
5300
|
+
export declare function serializeSslCertificateEntity(writer: SerializationWriter, sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): void;
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Serializes information the current object
|
|
5303
5303
|
* @param writer Serialization writer to use to serialize this model
|
|
5304
5304
|
*/
|
|
5305
|
-
export declare function serializeSubdomain(writer: SerializationWriter, subdomain?: Subdomain | undefined): void;
|
|
5305
|
+
export declare function serializeSubdomain(writer: SerializationWriter, subdomain?: Partial<Subdomain> | undefined): void;
|
|
5306
5306
|
/**
|
|
5307
5307
|
* Serializes information the current object
|
|
5308
5308
|
* @param writer Serialization writer to use to serialize this model
|
|
5309
5309
|
*/
|
|
5310
|
-
export declare function serializeSubdomainCollectionResponse(writer: SerializationWriter, subdomainCollectionResponse?: SubdomainCollectionResponse | undefined): void;
|
|
5310
|
+
export declare function serializeSubdomainCollectionResponse(writer: SerializationWriter, subdomainCollectionResponse?: Partial<SubdomainCollectionResponse> | undefined): void;
|
|
5311
5311
|
/**
|
|
5312
5312
|
* Serializes information the current object
|
|
5313
5313
|
* @param writer Serialization writer to use to serialize this model
|
|
5314
5314
|
*/
|
|
5315
|
-
export declare function serializeSubmissionMailEvidence(writer: SerializationWriter, submissionMailEvidence?: SubmissionMailEvidence | undefined): void;
|
|
5315
|
+
export declare function serializeSubmissionMailEvidence(writer: SerializationWriter, submissionMailEvidence?: Partial<SubmissionMailEvidence> | undefined): void;
|
|
5316
5316
|
/**
|
|
5317
5317
|
* Serializes information the current object
|
|
5318
5318
|
* @param writer Serialization writer to use to serialize this model
|
|
5319
5319
|
*/
|
|
5320
|
-
export declare function serializeTag(writer: SerializationWriter, tag?: Tag | undefined): void;
|
|
5320
|
+
export declare function serializeTag(writer: SerializationWriter, tag?: Partial<Tag> | undefined): void;
|
|
5321
5321
|
/**
|
|
5322
5322
|
* Serializes information the current object
|
|
5323
5323
|
* @param writer Serialization writer to use to serialize this model
|
|
5324
5324
|
*/
|
|
5325
|
-
export declare function serializeThreatIntelligence(writer: SerializationWriter, threatIntelligence?: ThreatIntelligence | undefined): void;
|
|
5325
|
+
export declare function serializeThreatIntelligence(writer: SerializationWriter, threatIntelligence?: Partial<ThreatIntelligence> | undefined): void;
|
|
5326
5326
|
/**
|
|
5327
5327
|
* Serializes information the current object
|
|
5328
5328
|
* @param writer Serialization writer to use to serialize this model
|
|
5329
5329
|
*/
|
|
5330
|
-
export declare function serializeTopicModelingSettings(writer: SerializationWriter, topicModelingSettings?: TopicModelingSettings | undefined): void;
|
|
5330
|
+
export declare function serializeTopicModelingSettings(writer: SerializationWriter, topicModelingSettings?: Partial<TopicModelingSettings> | undefined): void;
|
|
5331
5331
|
/**
|
|
5332
5332
|
* Serializes information the current object
|
|
5333
5333
|
* @param writer Serialization writer to use to serialize this model
|
|
5334
5334
|
*/
|
|
5335
|
-
export declare function serializeTriggersRoot(writer: SerializationWriter, triggersRoot?: TriggersRoot | undefined): void;
|
|
5335
|
+
export declare function serializeTriggersRoot(writer: SerializationWriter, triggersRoot?: Partial<TriggersRoot> | undefined): void;
|
|
5336
5336
|
/**
|
|
5337
5337
|
* Serializes information the current object
|
|
5338
5338
|
* @param writer Serialization writer to use to serialize this model
|
|
5339
5339
|
*/
|
|
5340
|
-
export declare function serializeTriggerTypesRoot(writer: SerializationWriter, triggerTypesRoot?: TriggerTypesRoot | undefined): void;
|
|
5340
|
+
export declare function serializeTriggerTypesRoot(writer: SerializationWriter, triggerTypesRoot?: Partial<TriggerTypesRoot> | undefined): void;
|
|
5341
5341
|
/**
|
|
5342
5342
|
* Serializes information the current object
|
|
5343
5343
|
* @param writer Serialization writer to use to serialize this model
|
|
5344
5344
|
*/
|
|
5345
|
-
export declare function serializeUnclassifiedArtifact(writer: SerializationWriter, unclassifiedArtifact?: UnclassifiedArtifact | undefined): void;
|
|
5345
|
+
export declare function serializeUnclassifiedArtifact(writer: SerializationWriter, unclassifiedArtifact?: Partial<UnclassifiedArtifact> | undefined): void;
|
|
5346
5346
|
/**
|
|
5347
5347
|
* Serializes information the current object
|
|
5348
5348
|
* @param writer Serialization writer to use to serialize this model
|
|
5349
5349
|
*/
|
|
5350
|
-
export declare function serializeUnifiedGroupSource(writer: SerializationWriter, unifiedGroupSource?: UnifiedGroupSource | undefined): void;
|
|
5350
|
+
export declare function serializeUnifiedGroupSource(writer: SerializationWriter, unifiedGroupSource?: Partial<UnifiedGroupSource> | undefined): void;
|
|
5351
5351
|
/**
|
|
5352
5352
|
* Serializes information the current object
|
|
5353
5353
|
* @param writer Serialization writer to use to serialize this model
|
|
5354
5354
|
*/
|
|
5355
|
-
export declare function serializeUnifiedGroupSourceCollectionResponse(writer: SerializationWriter, unifiedGroupSourceCollectionResponse?: UnifiedGroupSourceCollectionResponse | undefined): void;
|
|
5355
|
+
export declare function serializeUnifiedGroupSourceCollectionResponse(writer: SerializationWriter, unifiedGroupSourceCollectionResponse?: Partial<UnifiedGroupSourceCollectionResponse> | undefined): void;
|
|
5356
5356
|
/**
|
|
5357
5357
|
* Serializes information the current object
|
|
5358
5358
|
* @param writer Serialization writer to use to serialize this model
|
|
5359
5359
|
*/
|
|
5360
|
-
export declare function serializeUrlEvidence(writer: SerializationWriter, urlEvidence?: UrlEvidence | undefined): void;
|
|
5360
|
+
export declare function serializeUrlEvidence(writer: SerializationWriter, urlEvidence?: Partial<UrlEvidence> | undefined): void;
|
|
5361
5361
|
/**
|
|
5362
5362
|
* Serializes information the current object
|
|
5363
5363
|
* @param writer Serialization writer to use to serialize this model
|
|
5364
5364
|
*/
|
|
5365
|
-
export declare function serializeUserAccount(writer: SerializationWriter, userAccount?: UserAccount | undefined): void;
|
|
5365
|
+
export declare function serializeUserAccount(writer: SerializationWriter, userAccount?: Partial<UserAccount> | undefined): void;
|
|
5366
5366
|
/**
|
|
5367
5367
|
* Serializes information the current object
|
|
5368
5368
|
* @param writer Serialization writer to use to serialize this model
|
|
5369
5369
|
*/
|
|
5370
|
-
export declare function serializeUserEvidence(writer: SerializationWriter, userEvidence?: UserEvidence | undefined): void;
|
|
5370
|
+
export declare function serializeUserEvidence(writer: SerializationWriter, userEvidence?: Partial<UserEvidence> | undefined): void;
|
|
5371
5371
|
/**
|
|
5372
5372
|
* Serializes information the current object
|
|
5373
5373
|
* @param writer Serialization writer to use to serialize this model
|
|
5374
5374
|
*/
|
|
5375
|
-
export declare function serializeUserSource(writer: SerializationWriter, userSource?: UserSource | undefined): void;
|
|
5375
|
+
export declare function serializeUserSource(writer: SerializationWriter, userSource?: Partial<UserSource> | undefined): void;
|
|
5376
5376
|
/**
|
|
5377
5377
|
* Serializes information the current object
|
|
5378
5378
|
* @param writer Serialization writer to use to serialize this model
|
|
5379
5379
|
*/
|
|
5380
|
-
export declare function serializeUserSourceCollectionResponse(writer: SerializationWriter, userSourceCollectionResponse?: UserSourceCollectionResponse | undefined): void;
|
|
5380
|
+
export declare function serializeUserSourceCollectionResponse(writer: SerializationWriter, userSourceCollectionResponse?: Partial<UserSourceCollectionResponse> | undefined): void;
|
|
5381
5381
|
/**
|
|
5382
5382
|
* Serializes information the current object
|
|
5383
5383
|
* @param writer Serialization writer to use to serialize this model
|
|
5384
5384
|
*/
|
|
5385
|
-
export declare function serializeVmMetadata(writer: SerializationWriter, vmMetadata?: VmMetadata | undefined): void;
|
|
5385
|
+
export declare function serializeVmMetadata(writer: SerializationWriter, vmMetadata?: Partial<VmMetadata> | undefined): void;
|
|
5386
5386
|
/**
|
|
5387
5387
|
* Serializes information the current object
|
|
5388
5388
|
* @param writer Serialization writer to use to serialize this model
|
|
5389
5389
|
*/
|
|
5390
|
-
export declare function serializeVulnerability(writer: SerializationWriter, vulnerability?: Vulnerability | undefined): void;
|
|
5390
|
+
export declare function serializeVulnerability(writer: SerializationWriter, vulnerability?: Partial<Vulnerability> | undefined): void;
|
|
5391
5391
|
/**
|
|
5392
5392
|
* Serializes information the current object
|
|
5393
5393
|
* @param writer Serialization writer to use to serialize this model
|
|
5394
5394
|
*/
|
|
5395
|
-
export declare function serializeVulnerabilityCollectionResponse(writer: SerializationWriter, vulnerabilityCollectionResponse?: VulnerabilityCollectionResponse | undefined): void;
|
|
5395
|
+
export declare function serializeVulnerabilityCollectionResponse(writer: SerializationWriter, vulnerabilityCollectionResponse?: Partial<VulnerabilityCollectionResponse> | undefined): void;
|
|
5396
5396
|
/**
|
|
5397
5397
|
* Serializes information the current object
|
|
5398
5398
|
* @param writer Serialization writer to use to serialize this model
|
|
5399
5399
|
*/
|
|
5400
|
-
export declare function serializeVulnerabilityComponent(writer: SerializationWriter, vulnerabilityComponent?: VulnerabilityComponent | undefined): void;
|
|
5400
|
+
export declare function serializeVulnerabilityComponent(writer: SerializationWriter, vulnerabilityComponent?: Partial<VulnerabilityComponent> | undefined): void;
|
|
5401
5401
|
/**
|
|
5402
5402
|
* Serializes information the current object
|
|
5403
5403
|
* @param writer Serialization writer to use to serialize this model
|
|
5404
5404
|
*/
|
|
5405
|
-
export declare function serializeVulnerabilityComponentCollectionResponse(writer: SerializationWriter, vulnerabilityComponentCollectionResponse?: VulnerabilityComponentCollectionResponse | undefined): void;
|
|
5405
|
+
export declare function serializeVulnerabilityComponentCollectionResponse(writer: SerializationWriter, vulnerabilityComponentCollectionResponse?: Partial<VulnerabilityComponentCollectionResponse> | undefined): void;
|
|
5406
5406
|
/**
|
|
5407
5407
|
* Serializes information the current object
|
|
5408
5408
|
* @param writer Serialization writer to use to serialize this model
|
|
5409
5409
|
*/
|
|
5410
|
-
export declare function serializeWhoisBaseRecord(writer: SerializationWriter, whoisBaseRecord?: WhoisBaseRecord | undefined): void;
|
|
5410
|
+
export declare function serializeWhoisBaseRecord(writer: SerializationWriter, whoisBaseRecord?: Partial<WhoisBaseRecord> | undefined): void;
|
|
5411
5411
|
/**
|
|
5412
5412
|
* Serializes information the current object
|
|
5413
5413
|
* @param writer Serialization writer to use to serialize this model
|
|
5414
5414
|
*/
|
|
5415
|
-
export declare function serializeWhoisContact(writer: SerializationWriter, whoisContact?: WhoisContact | undefined): void;
|
|
5415
|
+
export declare function serializeWhoisContact(writer: SerializationWriter, whoisContact?: Partial<WhoisContact> | undefined): void;
|
|
5416
5416
|
/**
|
|
5417
5417
|
* Serializes information the current object
|
|
5418
5418
|
* @param writer Serialization writer to use to serialize this model
|
|
5419
5419
|
*/
|
|
5420
|
-
export declare function serializeWhoisHistoryRecord(writer: SerializationWriter, whoisHistoryRecord?: WhoisHistoryRecord | undefined): void;
|
|
5420
|
+
export declare function serializeWhoisHistoryRecord(writer: SerializationWriter, whoisHistoryRecord?: Partial<WhoisHistoryRecord> | undefined): void;
|
|
5421
5421
|
/**
|
|
5422
5422
|
* Serializes information the current object
|
|
5423
5423
|
* @param writer Serialization writer to use to serialize this model
|
|
5424
5424
|
*/
|
|
5425
|
-
export declare function serializeWhoisHistoryRecordCollectionResponse(writer: SerializationWriter, whoisHistoryRecordCollectionResponse?: WhoisHistoryRecordCollectionResponse | undefined): void;
|
|
5425
|
+
export declare function serializeWhoisHistoryRecordCollectionResponse(writer: SerializationWriter, whoisHistoryRecordCollectionResponse?: Partial<WhoisHistoryRecordCollectionResponse> | undefined): void;
|
|
5426
5426
|
/**
|
|
5427
5427
|
* Serializes information the current object
|
|
5428
5428
|
* @param writer Serialization writer to use to serialize this model
|
|
5429
5429
|
*/
|
|
5430
|
-
export declare function serializeWhoisNameserver(writer: SerializationWriter, whoisNameserver?: WhoisNameserver | undefined): void;
|
|
5430
|
+
export declare function serializeWhoisNameserver(writer: SerializationWriter, whoisNameserver?: Partial<WhoisNameserver> | undefined): void;
|
|
5431
5431
|
/**
|
|
5432
5432
|
* Serializes information the current object
|
|
5433
5433
|
* @param writer Serialization writer to use to serialize this model
|
|
5434
5434
|
*/
|
|
5435
|
-
export declare function serializeWhoisRecord(writer: SerializationWriter, whoisRecord?: WhoisRecord | undefined): void;
|
|
5435
|
+
export declare function serializeWhoisRecord(writer: SerializationWriter, whoisRecord?: Partial<WhoisRecord> | undefined): void;
|
|
5436
5436
|
/**
|
|
5437
5437
|
* Serializes information the current object
|
|
5438
5438
|
* @param writer Serialization writer to use to serialize this model
|
|
5439
5439
|
*/
|
|
5440
|
-
export declare function serializeWhoisRecordCollectionResponse(writer: SerializationWriter, whoisRecordCollectionResponse?: WhoisRecordCollectionResponse | undefined): void;
|
|
5440
|
+
export declare function serializeWhoisRecordCollectionResponse(writer: SerializationWriter, whoisRecordCollectionResponse?: Partial<WhoisRecordCollectionResponse> | undefined): void;
|
|
5441
5441
|
export interface ServicePrincipalEvidence extends AlertEvidence, Parsable {
|
|
5442
5442
|
/**
|
|
5443
5443
|
* The appId property
|