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