@pulumi/oci 3.6.0-alpha.1756509375 → 3.6.0-alpha.1757045455
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/aivision/getModel.d.ts +4 -4
- package/aivision/getModel.js +2 -2
- package/aivision/getModels.d.ts +11 -11
- package/aivision/getModels.js +2 -2
- package/aivision/getProject.d.ts +15 -15
- package/aivision/getProject.js +2 -2
- package/aivision/getProjects.d.ts +10 -10
- package/aivision/getProjects.js +2 -2
- package/aivision/getStreamGroup.d.ts +114 -0
- package/aivision/getStreamGroup.js +54 -0
- package/aivision/getStreamGroup.js.map +1 -0
- package/aivision/getStreamGroups.d.ts +99 -0
- package/aivision/getStreamGroups.js +66 -0
- package/aivision/getStreamGroups.js.map +1 -0
- package/aivision/getStreamJob.d.ts +122 -0
- package/aivision/getStreamJob.js +54 -0
- package/aivision/getStreamJob.js.map +1 -0
- package/aivision/getStreamJobs.d.ts +113 -0
- package/aivision/getStreamJobs.js +70 -0
- package/aivision/getStreamJobs.js.map +1 -0
- package/aivision/getStreamSource.d.ts +106 -0
- package/aivision/getStreamSource.js +54 -0
- package/aivision/getStreamSource.js.map +1 -0
- package/aivision/getStreamSources.d.ts +113 -0
- package/aivision/getStreamSources.js +70 -0
- package/aivision/getStreamSources.js.map +1 -0
- package/aivision/getVisionPrivateEndpoint.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoint.js +54 -0
- package/aivision/getVisionPrivateEndpoint.js.map +1 -0
- package/aivision/getVisionPrivateEndpoints.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoints.js +70 -0
- package/aivision/getVisionPrivateEndpoints.js.map +1 -0
- package/aivision/index.d.ts +36 -0
- package/aivision/index.js +45 -1
- package/aivision/index.js.map +1 -1
- package/aivision/model.d.ts +68 -72
- package/aivision/model.js +3 -7
- package/aivision/model.js.map +1 -1
- package/aivision/project.d.ts +28 -32
- package/aivision/project.js +3 -7
- package/aivision/project.js.map +1 -1
- package/aivision/streamGroup.d.ts +214 -0
- package/aivision/streamGroup.js +104 -0
- package/aivision/streamGroup.js.map +1 -0
- package/aivision/streamJob.d.ts +251 -0
- package/aivision/streamJob.js +134 -0
- package/aivision/streamJob.js.map +1 -0
- package/aivision/streamSource.d.ts +182 -0
- package/aivision/streamSource.js +107 -0
- package/aivision/streamSource.js.map +1 -0
- package/aivision/visionPrivateEndpoint.d.ts +205 -0
- package/aivision/visionPrivateEndpoint.js +104 -0
- package/aivision/visionPrivateEndpoint.js.map +1 -0
- package/cloudguard/getManagedList.d.ts +4 -0
- package/cloudguard/getManagedList.js.map +1 -1
- package/cloudguard/managedList.d.ts +12 -0
- package/cloudguard/managedList.js +2 -0
- package/cloudguard/managedList.js.map +1 -1
- package/database/exascaleDbStorageVault.d.ts +26 -0
- package/database/exascaleDbStorageVault.js +6 -0
- package/database/exascaleDbStorageVault.js.map +1 -1
- package/database/getExascaleDbStorageVault.d.ts +8 -0
- package/database/getExascaleDbStorageVault.js.map +1 -1
- package/mysql/getMysqlBackup.d.ts +6 -0
- package/mysql/getMysqlBackup.js.map +1 -1
- package/mysql/getMysqlBackups.d.ts +2 -2
- package/mysql/getMysqlBackups.js +2 -2
- package/mysql/mysqlBackup.d.ts +26 -0
- package/mysql/mysqlBackup.js +6 -0
- package/mysql/mysqlBackup.js.map +1 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.d.ts +44 -25
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js +4 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobContainer.d.ts +20 -20
- package/oci/dbmulticloudOracleDbAzureBlobContainer.js +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobMount.d.ts +19 -20
- package/oci/dbmulticloudOracleDbAzureBlobMount.js +1 -2
- package/oci/dbmulticloudOracleDbAzureBlobMount.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureConnector.d.ts +40 -32
- package/oci/dbmulticloudOracleDbAzureConnector.js +4 -2
- package/oci/dbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureVault.d.ts +33 -33
- package/oci/dbmulticloudOracleDbAzureVault.js +1 -1
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.d.ts +23 -23
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.js +1 -1
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.d.ts +292 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js +148 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.d.ts +254 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js +120 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.d.ts +28 -14
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js +6 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js.map +1 -1
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.d.ts +17 -11
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js +2 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMount.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobMount.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.d.ts +19 -15
- package/oci/getDbmulticloudOracleDbAzureConnector.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureConnectors.d.ts +11 -11
- package/oci/getDbmulticloudOracleDbAzureConnectors.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.d.ts +22 -12
- package/oci/getDbmulticloudOracleDbAzureKey.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureKeys.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureKeys.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVault.d.ts +17 -17
- package/oci/getDbmulticloudOracleDbAzureVault.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaults.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaults.js +2 -2
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.d.ts +142 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.d.ts +117 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js +68 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKey.d.ts +123 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.d.ts +127 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.d.ts +125 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.d.ts +128 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js.map +1 -0
- package/oci/index.d.ts +24 -0
- package/oci/index.js +31 -3
- package/oci/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +484 -26
- package/types/output.d.ts +1822 -479
package/types/output.d.ts
CHANGED
|
@@ -3514,6 +3514,7 @@ export declare namespace AiVision {
|
|
|
3514
3514
|
datasetType: string;
|
|
3515
3515
|
/**
|
|
3516
3516
|
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3517
|
+
* >>>>>>> theirs
|
|
3517
3518
|
*/
|
|
3518
3519
|
namespaceName: string;
|
|
3519
3520
|
/**
|
|
@@ -3536,6 +3537,7 @@ export declare namespace AiVision {
|
|
|
3536
3537
|
datasetType: string;
|
|
3537
3538
|
/**
|
|
3538
3539
|
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3540
|
+
* >>>>>>> theirs
|
|
3539
3541
|
*/
|
|
3540
3542
|
namespaceName: string;
|
|
3541
3543
|
/**
|
|
@@ -3558,6 +3560,7 @@ export declare namespace AiVision {
|
|
|
3558
3560
|
datasetType: string;
|
|
3559
3561
|
/**
|
|
3560
3562
|
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3563
|
+
* >>>>>>> theirs
|
|
3561
3564
|
*/
|
|
3562
3565
|
namespaceName: string;
|
|
3563
3566
|
/**
|
|
@@ -3575,7 +3578,7 @@ export declare namespace AiVision {
|
|
|
3575
3578
|
}
|
|
3576
3579
|
interface GetModelsModelCollectionItem {
|
|
3577
3580
|
/**
|
|
3578
|
-
*
|
|
3581
|
+
* The mean average precision of the trained model.
|
|
3579
3582
|
*/
|
|
3580
3583
|
averagePrecision: number;
|
|
3581
3584
|
/**
|
|
@@ -3583,17 +3586,17 @@ export declare namespace AiVision {
|
|
|
3583
3586
|
*/
|
|
3584
3587
|
compartmentId: string;
|
|
3585
3588
|
/**
|
|
3586
|
-
*
|
|
3589
|
+
* The intersection over the union threshold used for calculating precision and recall.
|
|
3587
3590
|
*/
|
|
3588
3591
|
confidenceThreshold: number;
|
|
3589
3592
|
/**
|
|
3590
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
3593
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
3591
3594
|
*/
|
|
3592
3595
|
definedTags: {
|
|
3593
3596
|
[key: string]: string;
|
|
3594
3597
|
};
|
|
3595
3598
|
/**
|
|
3596
|
-
*
|
|
3599
|
+
* An optional description of the model.
|
|
3597
3600
|
*/
|
|
3598
3601
|
description: string;
|
|
3599
3602
|
/**
|
|
@@ -3601,41 +3604,41 @@ export declare namespace AiVision {
|
|
|
3601
3604
|
*/
|
|
3602
3605
|
displayName: string;
|
|
3603
3606
|
/**
|
|
3604
|
-
*
|
|
3607
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
3605
3608
|
*/
|
|
3606
3609
|
freeformTags: {
|
|
3607
3610
|
[key: string]: string;
|
|
3608
3611
|
};
|
|
3609
3612
|
/**
|
|
3610
|
-
*
|
|
3613
|
+
* The filter to find the model with the given identifier.
|
|
3611
3614
|
*/
|
|
3612
3615
|
id: string;
|
|
3613
3616
|
/**
|
|
3614
|
-
*
|
|
3617
|
+
* Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
|
|
3615
3618
|
*/
|
|
3616
3619
|
isQuickMode: boolean;
|
|
3617
3620
|
/**
|
|
3618
|
-
* A message describing the current state in more detail
|
|
3621
|
+
* A message describing the current state in more detail, that can provide actionable information if training failed.
|
|
3619
3622
|
*/
|
|
3620
3623
|
lifecycleDetails: string;
|
|
3621
3624
|
/**
|
|
3622
|
-
* The maximum duration in hours
|
|
3625
|
+
* The maximum model training duration in hours, expressed as a decimal fraction.
|
|
3623
3626
|
*/
|
|
3624
3627
|
maxTrainingDurationInHours: number;
|
|
3625
3628
|
/**
|
|
3626
|
-
*
|
|
3629
|
+
* The complete set of per-label metrics for successfully trained models.
|
|
3627
3630
|
*/
|
|
3628
3631
|
metrics: string;
|
|
3629
3632
|
/**
|
|
3630
|
-
*
|
|
3633
|
+
* What type of Vision model this is.
|
|
3631
3634
|
*/
|
|
3632
3635
|
modelType: string;
|
|
3633
3636
|
/**
|
|
3634
|
-
* The version of the model
|
|
3637
|
+
* The version of the model.
|
|
3635
3638
|
*/
|
|
3636
3639
|
modelVersion: string;
|
|
3637
3640
|
/**
|
|
3638
|
-
*
|
|
3641
|
+
* The precision of the trained model.
|
|
3639
3642
|
*/
|
|
3640
3643
|
precision: number;
|
|
3641
3644
|
/**
|
|
@@ -3643,63 +3646,63 @@ export declare namespace AiVision {
|
|
|
3643
3646
|
*/
|
|
3644
3647
|
projectId: string;
|
|
3645
3648
|
/**
|
|
3646
|
-
* Recall of the trained model
|
|
3649
|
+
* Recall of the trained model.
|
|
3647
3650
|
*/
|
|
3648
3651
|
recall: number;
|
|
3649
3652
|
/**
|
|
3650
|
-
*
|
|
3653
|
+
* The filter to match models with the given lifecycleState.
|
|
3651
3654
|
*/
|
|
3652
3655
|
state: string;
|
|
3653
3656
|
/**
|
|
3654
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
3657
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
3655
3658
|
*/
|
|
3656
3659
|
systemTags: {
|
|
3657
3660
|
[key: string]: string;
|
|
3658
3661
|
};
|
|
3659
3662
|
/**
|
|
3660
|
-
*
|
|
3663
|
+
* The number of images set aside for evaluating model performance metrics after training.
|
|
3661
3664
|
*/
|
|
3662
3665
|
testImageCount: number;
|
|
3663
3666
|
/**
|
|
3664
|
-
* The base entity
|
|
3667
|
+
* The base entity which is the input for creating and training a model.
|
|
3665
3668
|
*/
|
|
3666
3669
|
testingDatasets: outputs.AiVision.GetModelsModelCollectionItemTestingDataset[];
|
|
3667
3670
|
/**
|
|
3668
|
-
*
|
|
3671
|
+
* When the model was created, as an RFC3339 datetime string.
|
|
3669
3672
|
*/
|
|
3670
3673
|
timeCreated: string;
|
|
3671
3674
|
/**
|
|
3672
|
-
*
|
|
3675
|
+
* When the model was updated, as an RFC3339 datetime string.
|
|
3673
3676
|
*/
|
|
3674
3677
|
timeUpdated: string;
|
|
3675
3678
|
/**
|
|
3676
|
-
*
|
|
3679
|
+
* The number of images in the dataset used to train, validate, and test the model.
|
|
3677
3680
|
*/
|
|
3678
3681
|
totalImageCount: number;
|
|
3679
3682
|
/**
|
|
3680
|
-
*
|
|
3683
|
+
* The total hours actually used for model training.
|
|
3681
3684
|
*/
|
|
3682
3685
|
trainedDurationInHours: number;
|
|
3683
3686
|
/**
|
|
3684
|
-
* The base entity
|
|
3687
|
+
* The base entity which is the input for creating and training a model.
|
|
3685
3688
|
*/
|
|
3686
3689
|
trainingDatasets: outputs.AiVision.GetModelsModelCollectionItemTrainingDataset[];
|
|
3687
3690
|
/**
|
|
3688
|
-
* The base entity
|
|
3691
|
+
* The base entity which is the input for creating and training a model.
|
|
3689
3692
|
*/
|
|
3690
3693
|
validationDatasets: outputs.AiVision.GetModelsModelCollectionItemValidationDataset[];
|
|
3691
3694
|
}
|
|
3692
3695
|
interface GetModelsModelCollectionItemTestingDataset {
|
|
3693
3696
|
/**
|
|
3694
|
-
* The name of the
|
|
3697
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3695
3698
|
*/
|
|
3696
3699
|
bucket: string;
|
|
3697
3700
|
/**
|
|
3698
|
-
*
|
|
3701
|
+
* OCID of the Data Labeling dataset.
|
|
3699
3702
|
*/
|
|
3700
3703
|
datasetId: string;
|
|
3701
3704
|
/**
|
|
3702
|
-
*
|
|
3705
|
+
* The dataset type, based on where it is stored.
|
|
3703
3706
|
*/
|
|
3704
3707
|
datasetType: string;
|
|
3705
3708
|
namespaceName: string;
|
|
@@ -3710,15 +3713,15 @@ export declare namespace AiVision {
|
|
|
3710
3713
|
}
|
|
3711
3714
|
interface GetModelsModelCollectionItemTrainingDataset {
|
|
3712
3715
|
/**
|
|
3713
|
-
* The name of the
|
|
3716
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3714
3717
|
*/
|
|
3715
3718
|
bucket: string;
|
|
3716
3719
|
/**
|
|
3717
|
-
*
|
|
3720
|
+
* OCID of the Data Labeling dataset.
|
|
3718
3721
|
*/
|
|
3719
3722
|
datasetId: string;
|
|
3720
3723
|
/**
|
|
3721
|
-
*
|
|
3724
|
+
* The dataset type, based on where it is stored.
|
|
3722
3725
|
*/
|
|
3723
3726
|
datasetType: string;
|
|
3724
3727
|
namespaceName: string;
|
|
@@ -3729,15 +3732,15 @@ export declare namespace AiVision {
|
|
|
3729
3732
|
}
|
|
3730
3733
|
interface GetModelsModelCollectionItemValidationDataset {
|
|
3731
3734
|
/**
|
|
3732
|
-
* The name of the
|
|
3735
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3733
3736
|
*/
|
|
3734
3737
|
bucket: string;
|
|
3735
3738
|
/**
|
|
3736
|
-
*
|
|
3739
|
+
* OCID of the Data Labeling dataset.
|
|
3737
3740
|
*/
|
|
3738
3741
|
datasetId: string;
|
|
3739
3742
|
/**
|
|
3740
|
-
*
|
|
3743
|
+
* The dataset type, based on where it is stored.
|
|
3741
3744
|
*/
|
|
3742
3745
|
datasetType: string;
|
|
3743
3746
|
namespaceName: string;
|
|
@@ -3760,13 +3763,13 @@ export declare namespace AiVision {
|
|
|
3760
3763
|
*/
|
|
3761
3764
|
compartmentId: string;
|
|
3762
3765
|
/**
|
|
3763
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
3766
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
3764
3767
|
*/
|
|
3765
3768
|
definedTags: {
|
|
3766
3769
|
[key: string]: string;
|
|
3767
3770
|
};
|
|
3768
3771
|
/**
|
|
3769
|
-
*
|
|
3772
|
+
* An optional description of the project.
|
|
3770
3773
|
*/
|
|
3771
3774
|
description: string;
|
|
3772
3775
|
/**
|
|
@@ -3774,54 +3777,527 @@ export declare namespace AiVision {
|
|
|
3774
3777
|
*/
|
|
3775
3778
|
displayName: string;
|
|
3776
3779
|
/**
|
|
3777
|
-
*
|
|
3780
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
3778
3781
|
*/
|
|
3779
3782
|
freeformTags: {
|
|
3780
3783
|
[key: string]: string;
|
|
3781
3784
|
};
|
|
3782
3785
|
/**
|
|
3783
|
-
*
|
|
3786
|
+
* The filter to find the project with the given identifier.
|
|
3784
3787
|
*/
|
|
3785
3788
|
id: string;
|
|
3786
3789
|
/**
|
|
3787
|
-
* A message describing the current state in more detail
|
|
3790
|
+
* A message describing the current state in more detail, that can provide actionable information if creation failed.
|
|
3788
3791
|
*/
|
|
3789
3792
|
lifecycleDetails: string;
|
|
3790
3793
|
/**
|
|
3791
|
-
*
|
|
3794
|
+
* The filter to match projects with the given lifecycleState.
|
|
3792
3795
|
*/
|
|
3793
3796
|
state: string;
|
|
3794
3797
|
/**
|
|
3795
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
3798
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
3799
|
+
*/
|
|
3800
|
+
systemTags: {
|
|
3801
|
+
[key: string]: string;
|
|
3802
|
+
};
|
|
3803
|
+
/**
|
|
3804
|
+
* When the project was created, as an RFC3339 datetime string.
|
|
3805
|
+
*/
|
|
3806
|
+
timeCreated: string;
|
|
3807
|
+
/**
|
|
3808
|
+
* When the project was updated, as an RFC3339 datetime string.
|
|
3809
|
+
*/
|
|
3810
|
+
timeUpdated: string;
|
|
3811
|
+
}
|
|
3812
|
+
interface GetStreamGroupStreamOverlap {
|
|
3813
|
+
/**
|
|
3814
|
+
* List of streamSource OCIDs.
|
|
3815
|
+
*/
|
|
3816
|
+
overlappingStreams: string[];
|
|
3817
|
+
}
|
|
3818
|
+
interface GetStreamGroupsFilter {
|
|
3819
|
+
name: string;
|
|
3820
|
+
regex?: boolean;
|
|
3821
|
+
values: string[];
|
|
3822
|
+
}
|
|
3823
|
+
interface GetStreamGroupsStreamGroupCollection {
|
|
3824
|
+
items: outputs.AiVision.GetStreamGroupsStreamGroupCollectionItem[];
|
|
3825
|
+
}
|
|
3826
|
+
interface GetStreamGroupsStreamGroupCollectionItem {
|
|
3827
|
+
/**
|
|
3828
|
+
* The ID of the compartment in which to list resources.
|
|
3829
|
+
*/
|
|
3830
|
+
compartmentId: string;
|
|
3831
|
+
/**
|
|
3832
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
3833
|
+
*/
|
|
3834
|
+
definedTags: {
|
|
3835
|
+
[key: string]: string;
|
|
3836
|
+
};
|
|
3837
|
+
/**
|
|
3838
|
+
* A filter to return only resources that match the entire display name given.
|
|
3839
|
+
*/
|
|
3840
|
+
displayName: string;
|
|
3841
|
+
/**
|
|
3842
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
3843
|
+
*/
|
|
3844
|
+
freeformTags: {
|
|
3845
|
+
[key: string]: string;
|
|
3846
|
+
};
|
|
3847
|
+
/**
|
|
3848
|
+
* The filter to find the device with the given identifier.
|
|
3849
|
+
*/
|
|
3850
|
+
id: string;
|
|
3851
|
+
/**
|
|
3852
|
+
* Stream
|
|
3853
|
+
*/
|
|
3854
|
+
isEnabled: boolean;
|
|
3855
|
+
/**
|
|
3856
|
+
* The current state of the streamGroup.
|
|
3857
|
+
*/
|
|
3858
|
+
state: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* List of streamSource OCIDs where the streamSource overlaps in field of view.
|
|
3861
|
+
*/
|
|
3862
|
+
streamOverlaps: outputs.AiVision.GetStreamGroupsStreamGroupCollectionItemStreamOverlap[];
|
|
3863
|
+
/**
|
|
3864
|
+
* List of streamSource OCIDs associated with the stream group
|
|
3865
|
+
*/
|
|
3866
|
+
streamSourceIds: string[];
|
|
3867
|
+
/**
|
|
3868
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
3869
|
+
*/
|
|
3870
|
+
systemTags: {
|
|
3871
|
+
[key: string]: string;
|
|
3872
|
+
};
|
|
3873
|
+
/**
|
|
3874
|
+
* When the streamGroup was created, as an RFC3339 datetime string.
|
|
3875
|
+
*/
|
|
3876
|
+
timeCreated: string;
|
|
3877
|
+
/**
|
|
3878
|
+
* When the streamGroup was updated, as an RFC3339 datetime string.
|
|
3879
|
+
*/
|
|
3880
|
+
timeUpdated: string;
|
|
3881
|
+
}
|
|
3882
|
+
interface GetStreamGroupsStreamGroupCollectionItemStreamOverlap {
|
|
3883
|
+
/**
|
|
3884
|
+
* List of streamSource OCIDs.
|
|
3885
|
+
*/
|
|
3886
|
+
overlappingStreams: string[];
|
|
3887
|
+
}
|
|
3888
|
+
interface GetStreamJobFeature {
|
|
3889
|
+
/**
|
|
3890
|
+
* The feature of video analysis. Allowed values are:
|
|
3891
|
+
* * OBJECT_TRACKING: Object tracking feature(OT).
|
|
3892
|
+
* * FACE_DETECTION: Face detection feature(FD).
|
|
3893
|
+
*/
|
|
3894
|
+
featureType: string;
|
|
3895
|
+
/**
|
|
3896
|
+
* The maximum number of results to return.
|
|
3897
|
+
*/
|
|
3898
|
+
maxResults: number;
|
|
3899
|
+
/**
|
|
3900
|
+
* Whether or not return face landmarks.
|
|
3901
|
+
*/
|
|
3902
|
+
shouldReturnLandmarks: boolean;
|
|
3903
|
+
/**
|
|
3904
|
+
* List of details of what to track.
|
|
3905
|
+
*/
|
|
3906
|
+
trackingTypes: outputs.AiVision.GetStreamJobFeatureTrackingType[];
|
|
3907
|
+
}
|
|
3908
|
+
interface GetStreamJobFeatureTrackingType {
|
|
3909
|
+
/**
|
|
3910
|
+
* compartment Id of biometric compartment.
|
|
3911
|
+
*/
|
|
3912
|
+
biometricStoreCompartmentId: string;
|
|
3913
|
+
/**
|
|
3914
|
+
* Which biometric store user wants to do face recognition
|
|
3915
|
+
*/
|
|
3916
|
+
biometricStoreId: string;
|
|
3917
|
+
/**
|
|
3918
|
+
* The detection model OCID.
|
|
3919
|
+
*/
|
|
3920
|
+
detectionModelId: string;
|
|
3921
|
+
/**
|
|
3922
|
+
* The maximum number of results to return.
|
|
3923
|
+
*/
|
|
3924
|
+
maxResults: number;
|
|
3925
|
+
/**
|
|
3926
|
+
* List of the objects to be tracked.
|
|
3927
|
+
*/
|
|
3928
|
+
objects: string[];
|
|
3929
|
+
/**
|
|
3930
|
+
* Whether or not return face landmarks.
|
|
3931
|
+
*/
|
|
3932
|
+
shouldReturnLandmarks: boolean;
|
|
3933
|
+
/**
|
|
3934
|
+
* The tracking model OCID.
|
|
3935
|
+
*/
|
|
3936
|
+
trackingModelId: string;
|
|
3937
|
+
}
|
|
3938
|
+
interface GetStreamJobStreamOutputLocation {
|
|
3939
|
+
/**
|
|
3940
|
+
* The Object Storage bucket name.
|
|
3941
|
+
*/
|
|
3942
|
+
bucket: string;
|
|
3943
|
+
/**
|
|
3944
|
+
* The Object Storage namespace.
|
|
3945
|
+
*/
|
|
3946
|
+
namespace: string;
|
|
3947
|
+
/**
|
|
3948
|
+
* Object storage output location
|
|
3949
|
+
*/
|
|
3950
|
+
oboToken: string;
|
|
3951
|
+
/**
|
|
3952
|
+
* Type of device Allowed values are:
|
|
3953
|
+
* * OBJECT_STORAGE
|
|
3954
|
+
* * LIVEKIT_WEBRTC_AGENT
|
|
3955
|
+
*/
|
|
3956
|
+
outputLocationType: string;
|
|
3957
|
+
/**
|
|
3958
|
+
* The Object Storage folder name.
|
|
3959
|
+
*/
|
|
3960
|
+
prefix: string;
|
|
3961
|
+
}
|
|
3962
|
+
interface GetStreamJobsFilter {
|
|
3963
|
+
name: string;
|
|
3964
|
+
regex?: boolean;
|
|
3965
|
+
values: string[];
|
|
3966
|
+
}
|
|
3967
|
+
interface GetStreamJobsStreamJobCollection {
|
|
3968
|
+
items: outputs.AiVision.GetStreamJobsStreamJobCollectionItem[];
|
|
3969
|
+
}
|
|
3970
|
+
interface GetStreamJobsStreamJobCollectionItem {
|
|
3971
|
+
/**
|
|
3972
|
+
* participant id of agent where results need to be sent
|
|
3973
|
+
*/
|
|
3974
|
+
agentParticipantId: string;
|
|
3975
|
+
/**
|
|
3976
|
+
* The ID of the compartment in which to list resources.
|
|
3977
|
+
*/
|
|
3978
|
+
compartmentId: string;
|
|
3979
|
+
/**
|
|
3980
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
3981
|
+
*/
|
|
3982
|
+
definedTags: {
|
|
3983
|
+
[key: string]: string;
|
|
3984
|
+
};
|
|
3985
|
+
/**
|
|
3986
|
+
* A filter to return only resources that match the entire display name given.
|
|
3987
|
+
*/
|
|
3988
|
+
displayName: string;
|
|
3989
|
+
/**
|
|
3990
|
+
* a list of document analysis features.
|
|
3991
|
+
*/
|
|
3992
|
+
features: outputs.AiVision.GetStreamJobsStreamJobCollectionItemFeature[];
|
|
3993
|
+
/**
|
|
3994
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
3995
|
+
*/
|
|
3996
|
+
freeformTags: {
|
|
3997
|
+
[key: string]: string;
|
|
3998
|
+
};
|
|
3999
|
+
/**
|
|
4000
|
+
* The filter to find the streamjob with the given identifier.
|
|
4001
|
+
*/
|
|
4002
|
+
id: string;
|
|
4003
|
+
/**
|
|
4004
|
+
* Additional details about current state of streamJob
|
|
4005
|
+
*/
|
|
4006
|
+
lifecycleDetails: string;
|
|
4007
|
+
/**
|
|
4008
|
+
* The filter to match projects with the given lifecycleState.
|
|
4009
|
+
*/
|
|
4010
|
+
state: string;
|
|
4011
|
+
/**
|
|
4012
|
+
* Details about a where results will be Sent
|
|
4013
|
+
*/
|
|
4014
|
+
streamOutputLocations: outputs.AiVision.GetStreamJobsStreamJobCollectionItemStreamOutputLocation[];
|
|
4015
|
+
/**
|
|
4016
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
|
|
4017
|
+
*/
|
|
4018
|
+
streamSourceId: string;
|
|
4019
|
+
/**
|
|
4020
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
4021
|
+
*/
|
|
4022
|
+
systemTags: {
|
|
4023
|
+
[key: string]: string;
|
|
4024
|
+
};
|
|
4025
|
+
/**
|
|
4026
|
+
* When the streamJob was created, as an RFC3339 datetime string.
|
|
4027
|
+
*/
|
|
4028
|
+
timeCreated: string;
|
|
4029
|
+
/**
|
|
4030
|
+
* When the stream job was updated, as an RFC3339 datetime string.
|
|
4031
|
+
*/
|
|
4032
|
+
timeUpdated: string;
|
|
4033
|
+
}
|
|
4034
|
+
interface GetStreamJobsStreamJobCollectionItemFeature {
|
|
4035
|
+
/**
|
|
4036
|
+
* The feature of video analysis. Allowed values are:
|
|
4037
|
+
* * OBJECT_TRACKING: Object tracking feature(OT).
|
|
4038
|
+
* * FACE_DETECTION: Face detection feature(FD).
|
|
4039
|
+
*/
|
|
4040
|
+
featureType: string;
|
|
4041
|
+
/**
|
|
4042
|
+
* The maximum number of results to return.
|
|
4043
|
+
*/
|
|
4044
|
+
maxResults: number;
|
|
4045
|
+
/**
|
|
4046
|
+
* Whether or not return face landmarks.
|
|
4047
|
+
*/
|
|
4048
|
+
shouldReturnLandmarks: boolean;
|
|
4049
|
+
/**
|
|
4050
|
+
* List of details of what to track.
|
|
4051
|
+
*/
|
|
4052
|
+
trackingTypes: outputs.AiVision.GetStreamJobsStreamJobCollectionItemFeatureTrackingType[];
|
|
4053
|
+
}
|
|
4054
|
+
interface GetStreamJobsStreamJobCollectionItemFeatureTrackingType {
|
|
4055
|
+
/**
|
|
4056
|
+
* compartment Id of biometric compartment.
|
|
4057
|
+
*/
|
|
4058
|
+
biometricStoreCompartmentId: string;
|
|
4059
|
+
/**
|
|
4060
|
+
* Which biometric store user wants to do face recognition
|
|
4061
|
+
*/
|
|
4062
|
+
biometricStoreId: string;
|
|
4063
|
+
/**
|
|
4064
|
+
* The detection model OCID.
|
|
4065
|
+
*/
|
|
4066
|
+
detectionModelId: string;
|
|
4067
|
+
/**
|
|
4068
|
+
* The maximum number of results to return.
|
|
4069
|
+
*/
|
|
4070
|
+
maxResults: number;
|
|
4071
|
+
/**
|
|
4072
|
+
* List of the objects to be tracked.
|
|
4073
|
+
*/
|
|
4074
|
+
objects: string[];
|
|
4075
|
+
/**
|
|
4076
|
+
* Whether or not return face landmarks.
|
|
4077
|
+
*/
|
|
4078
|
+
shouldReturnLandmarks: boolean;
|
|
4079
|
+
/**
|
|
4080
|
+
* The tracking model OCID.
|
|
4081
|
+
*/
|
|
4082
|
+
trackingModelId: string;
|
|
4083
|
+
}
|
|
4084
|
+
interface GetStreamJobsStreamJobCollectionItemStreamOutputLocation {
|
|
4085
|
+
/**
|
|
4086
|
+
* The Object Storage bucket name.
|
|
4087
|
+
*/
|
|
4088
|
+
bucket: string;
|
|
4089
|
+
/**
|
|
4090
|
+
* The Object Storage namespace.
|
|
4091
|
+
*/
|
|
4092
|
+
namespace: string;
|
|
4093
|
+
/**
|
|
4094
|
+
* Object storage output location
|
|
4095
|
+
*/
|
|
4096
|
+
oboToken: string;
|
|
4097
|
+
/**
|
|
4098
|
+
* Type of device Allowed values are:
|
|
4099
|
+
* * OBJECT_STORAGE
|
|
4100
|
+
* * LIVEKIT_WEBRTC_AGENT
|
|
4101
|
+
*/
|
|
4102
|
+
outputLocationType: string;
|
|
4103
|
+
/**
|
|
4104
|
+
* The Object Storage folder name.
|
|
4105
|
+
*/
|
|
4106
|
+
prefix: string;
|
|
4107
|
+
}
|
|
4108
|
+
interface GetStreamSourceStreamSourceDetail {
|
|
4109
|
+
/**
|
|
4110
|
+
* url of camera
|
|
4111
|
+
*/
|
|
4112
|
+
cameraUrl: string;
|
|
4113
|
+
/**
|
|
4114
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
|
|
4115
|
+
*/
|
|
4116
|
+
secretId: string;
|
|
4117
|
+
/**
|
|
4118
|
+
* Type of source Allowed values are:
|
|
4119
|
+
* * RTSP
|
|
4120
|
+
*/
|
|
4121
|
+
sourceType: string;
|
|
4122
|
+
/**
|
|
4123
|
+
* Details about a stream Connection type
|
|
4124
|
+
*/
|
|
4125
|
+
streamNetworkAccessDetails: outputs.AiVision.GetStreamSourceStreamSourceDetailStreamNetworkAccessDetail[];
|
|
4126
|
+
}
|
|
4127
|
+
interface GetStreamSourceStreamSourceDetailStreamNetworkAccessDetail {
|
|
4128
|
+
/**
|
|
4129
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
|
|
4130
|
+
*/
|
|
4131
|
+
privateEndpointId: string;
|
|
4132
|
+
/**
|
|
4133
|
+
* Type of access Allowed values are:
|
|
4134
|
+
* * PRIVATE
|
|
4135
|
+
*/
|
|
4136
|
+
streamAccessType: string;
|
|
4137
|
+
}
|
|
4138
|
+
interface GetStreamSourcesFilter {
|
|
4139
|
+
name: string;
|
|
4140
|
+
regex?: boolean;
|
|
4141
|
+
values: string[];
|
|
4142
|
+
}
|
|
4143
|
+
interface GetStreamSourcesStreamSourceCollection {
|
|
4144
|
+
items: outputs.AiVision.GetStreamSourcesStreamSourceCollectionItem[];
|
|
4145
|
+
}
|
|
4146
|
+
interface GetStreamSourcesStreamSourceCollectionItem {
|
|
4147
|
+
/**
|
|
4148
|
+
* The ID of the compartment in which to list resources.
|
|
4149
|
+
*/
|
|
4150
|
+
compartmentId: string;
|
|
4151
|
+
/**
|
|
4152
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
4153
|
+
*/
|
|
4154
|
+
definedTags: {
|
|
4155
|
+
[key: string]: string;
|
|
4156
|
+
};
|
|
4157
|
+
/**
|
|
4158
|
+
* A filter to return only resources that match the entire display name given.
|
|
4159
|
+
*/
|
|
4160
|
+
displayName: string;
|
|
4161
|
+
/**
|
|
4162
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
4163
|
+
*/
|
|
4164
|
+
freeformTags: {
|
|
4165
|
+
[key: string]: string;
|
|
4166
|
+
};
|
|
4167
|
+
/**
|
|
4168
|
+
* The filter to find the device with the given identifier.
|
|
4169
|
+
*/
|
|
4170
|
+
id: string;
|
|
4171
|
+
/**
|
|
4172
|
+
* The filter to match projects with the given lifecycleState.
|
|
4173
|
+
*/
|
|
4174
|
+
state: string;
|
|
4175
|
+
/**
|
|
4176
|
+
* Details about a stream source
|
|
4177
|
+
*/
|
|
4178
|
+
streamSourceDetails: outputs.AiVision.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetail[];
|
|
4179
|
+
/**
|
|
4180
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
3796
4181
|
*/
|
|
3797
4182
|
systemTags: {
|
|
3798
4183
|
[key: string]: string;
|
|
3799
4184
|
};
|
|
3800
4185
|
/**
|
|
3801
|
-
*
|
|
4186
|
+
* When the streamSource was created, as an RFC3339 datetime string.
|
|
3802
4187
|
*/
|
|
3803
4188
|
timeCreated: string;
|
|
3804
4189
|
/**
|
|
3805
|
-
*
|
|
4190
|
+
* When the streamSource was updated, as an RFC3339 datetime string.
|
|
4191
|
+
*/
|
|
4192
|
+
timeUpdated: string;
|
|
4193
|
+
}
|
|
4194
|
+
interface GetStreamSourcesStreamSourceCollectionItemStreamSourceDetail {
|
|
4195
|
+
/**
|
|
4196
|
+
* url of camera
|
|
4197
|
+
*/
|
|
4198
|
+
cameraUrl: string;
|
|
4199
|
+
/**
|
|
4200
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
|
|
4201
|
+
*/
|
|
4202
|
+
secretId: string;
|
|
4203
|
+
/**
|
|
4204
|
+
* Type of source Allowed values are:
|
|
4205
|
+
* * RTSP
|
|
4206
|
+
*/
|
|
4207
|
+
sourceType: string;
|
|
4208
|
+
/**
|
|
4209
|
+
* Details about a stream Connection type
|
|
4210
|
+
*/
|
|
4211
|
+
streamNetworkAccessDetails: outputs.AiVision.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetail[];
|
|
4212
|
+
}
|
|
4213
|
+
interface GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetail {
|
|
4214
|
+
/**
|
|
4215
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
|
|
4216
|
+
*/
|
|
4217
|
+
privateEndpointId: string;
|
|
4218
|
+
/**
|
|
4219
|
+
* Type of access Allowed values are:
|
|
4220
|
+
* * PRIVATE
|
|
4221
|
+
*/
|
|
4222
|
+
streamAccessType: string;
|
|
4223
|
+
}
|
|
4224
|
+
interface GetVisionPrivateEndpointsFilter {
|
|
4225
|
+
name: string;
|
|
4226
|
+
regex?: boolean;
|
|
4227
|
+
values: string[];
|
|
4228
|
+
}
|
|
4229
|
+
interface GetVisionPrivateEndpointsVisionPrivateEndpointCollection {
|
|
4230
|
+
items: outputs.AiVision.GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItem[];
|
|
4231
|
+
}
|
|
4232
|
+
interface GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItem {
|
|
4233
|
+
/**
|
|
4234
|
+
* The ID of the compartment in which to list resources.
|
|
4235
|
+
*/
|
|
4236
|
+
compartmentId: string;
|
|
4237
|
+
/**
|
|
4238
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
4239
|
+
*/
|
|
4240
|
+
definedTags: {
|
|
4241
|
+
[key: string]: string;
|
|
4242
|
+
};
|
|
4243
|
+
/**
|
|
4244
|
+
* An optional description of the visionPrivateEndpoint.
|
|
4245
|
+
*/
|
|
4246
|
+
description: string;
|
|
4247
|
+
/**
|
|
4248
|
+
* A filter to return only resources that match the entire display name given.
|
|
4249
|
+
*/
|
|
4250
|
+
displayName: string;
|
|
4251
|
+
/**
|
|
4252
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
4253
|
+
*/
|
|
4254
|
+
freeformTags: {
|
|
4255
|
+
[key: string]: string;
|
|
4256
|
+
};
|
|
4257
|
+
/**
|
|
4258
|
+
* The filter to find the device with the given identifier.
|
|
4259
|
+
*/
|
|
4260
|
+
id: string;
|
|
4261
|
+
/**
|
|
4262
|
+
* A message describing the current state in more detail, that can provide actionable information if creation failed.
|
|
4263
|
+
*/
|
|
4264
|
+
lifecycleDetails: string;
|
|
4265
|
+
/**
|
|
4266
|
+
* The filter to match projects with the given lifecycleState.
|
|
4267
|
+
*/
|
|
4268
|
+
state: string;
|
|
4269
|
+
/**
|
|
4270
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of subnet
|
|
4271
|
+
*/
|
|
4272
|
+
subnetId: string;
|
|
4273
|
+
/**
|
|
4274
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
4275
|
+
*/
|
|
4276
|
+
systemTags: {
|
|
4277
|
+
[key: string]: string;
|
|
4278
|
+
};
|
|
4279
|
+
/**
|
|
4280
|
+
* When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
|
|
4281
|
+
*/
|
|
4282
|
+
timeCreated: string;
|
|
4283
|
+
/**
|
|
4284
|
+
* When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
|
|
3806
4285
|
*/
|
|
3807
4286
|
timeUpdated: string;
|
|
3808
4287
|
}
|
|
3809
4288
|
interface ModelTestingDataset {
|
|
3810
4289
|
/**
|
|
3811
|
-
* The name of the
|
|
4290
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3812
4291
|
*/
|
|
3813
4292
|
bucket: string;
|
|
3814
4293
|
/**
|
|
3815
|
-
*
|
|
4294
|
+
* OCID of the Data Labeling dataset.
|
|
3816
4295
|
*/
|
|
3817
4296
|
datasetId: string;
|
|
3818
4297
|
/**
|
|
3819
|
-
*
|
|
4298
|
+
* The dataset type, based on where it is stored.
|
|
3820
4299
|
*/
|
|
3821
4300
|
datasetType: string;
|
|
3822
|
-
/**
|
|
3823
|
-
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3824
|
-
*/
|
|
3825
4301
|
namespaceName: string;
|
|
3826
4302
|
/**
|
|
3827
4303
|
* The object name of the input data file.
|
|
@@ -3830,20 +4306,17 @@ export declare namespace AiVision {
|
|
|
3830
4306
|
}
|
|
3831
4307
|
interface ModelTrainingDataset {
|
|
3832
4308
|
/**
|
|
3833
|
-
* The name of the
|
|
4309
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3834
4310
|
*/
|
|
3835
4311
|
bucket: string;
|
|
3836
4312
|
/**
|
|
3837
|
-
*
|
|
4313
|
+
* OCID of the Data Labeling dataset.
|
|
3838
4314
|
*/
|
|
3839
4315
|
datasetId: string;
|
|
3840
4316
|
/**
|
|
3841
|
-
*
|
|
4317
|
+
* The dataset type, based on where it is stored.
|
|
3842
4318
|
*/
|
|
3843
4319
|
datasetType: string;
|
|
3844
|
-
/**
|
|
3845
|
-
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3846
|
-
*/
|
|
3847
4320
|
namespaceName: string;
|
|
3848
4321
|
/**
|
|
3849
4322
|
* The object name of the input data file.
|
|
@@ -3852,30 +4325,140 @@ export declare namespace AiVision {
|
|
|
3852
4325
|
}
|
|
3853
4326
|
interface ModelValidationDataset {
|
|
3854
4327
|
/**
|
|
3855
|
-
* The name of the
|
|
4328
|
+
* The name of the Object Storage bucket that contains the input data file.
|
|
3856
4329
|
*/
|
|
3857
4330
|
bucket: string;
|
|
3858
4331
|
/**
|
|
3859
|
-
*
|
|
4332
|
+
* OCID of the Data Labeling dataset.
|
|
3860
4333
|
*/
|
|
3861
4334
|
datasetId: string;
|
|
3862
4335
|
/**
|
|
3863
|
-
*
|
|
4336
|
+
* The dataset type, based on where it is stored.
|
|
3864
4337
|
*/
|
|
3865
4338
|
datasetType: string;
|
|
3866
|
-
/**
|
|
3867
|
-
* The namespace name of the ObjectStorage bucket that contains the input data file.
|
|
3868
|
-
*/
|
|
3869
4339
|
namespaceName: string;
|
|
3870
4340
|
/**
|
|
3871
4341
|
* The object name of the input data file.
|
|
3872
4342
|
*
|
|
3873
|
-
*
|
|
3874
4343
|
* ** IMPORTANT **
|
|
3875
4344
|
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
3876
4345
|
*/
|
|
3877
4346
|
object: string;
|
|
3878
4347
|
}
|
|
4348
|
+
interface StreamGroupStreamOverlap {
|
|
4349
|
+
/**
|
|
4350
|
+
* (Updatable) List of streamSource OCIDs.
|
|
4351
|
+
*/
|
|
4352
|
+
overlappingStreams: string[];
|
|
4353
|
+
}
|
|
4354
|
+
interface StreamJobFeature {
|
|
4355
|
+
/**
|
|
4356
|
+
* (Updatable) The feature of video analysis. Allowed values are:
|
|
4357
|
+
* * OBJECT_TRACKING: Object tracking feature(OT).
|
|
4358
|
+
* * FACE_DETECTION: Face detection feature(FD).
|
|
4359
|
+
*/
|
|
4360
|
+
featureType: string;
|
|
4361
|
+
/**
|
|
4362
|
+
* (Updatable) The maximum number of results to return.
|
|
4363
|
+
*/
|
|
4364
|
+
maxResults: number;
|
|
4365
|
+
/**
|
|
4366
|
+
* (Updatable) Whether or not return face landmarks.
|
|
4367
|
+
*/
|
|
4368
|
+
shouldReturnLandmarks: boolean;
|
|
4369
|
+
/**
|
|
4370
|
+
* (Updatable) List of details of what to track.
|
|
4371
|
+
*/
|
|
4372
|
+
trackingTypes: outputs.AiVision.StreamJobFeatureTrackingType[];
|
|
4373
|
+
}
|
|
4374
|
+
interface StreamJobFeatureTrackingType {
|
|
4375
|
+
/**
|
|
4376
|
+
* (Updatable) compartment Id of biometric compartment.
|
|
4377
|
+
*/
|
|
4378
|
+
biometricStoreCompartmentId: string;
|
|
4379
|
+
/**
|
|
4380
|
+
* (Updatable) Which biometric store user wants to do face recognition
|
|
4381
|
+
*/
|
|
4382
|
+
biometricStoreId: string;
|
|
4383
|
+
/**
|
|
4384
|
+
* (Updatable) The detection model OCID.
|
|
4385
|
+
*/
|
|
4386
|
+
detectionModelId: string;
|
|
4387
|
+
/**
|
|
4388
|
+
* (Updatable) The maximum number of results to return.
|
|
4389
|
+
*/
|
|
4390
|
+
maxResults: number;
|
|
4391
|
+
/**
|
|
4392
|
+
* (Updatable) List of the objects to be tracked.
|
|
4393
|
+
*/
|
|
4394
|
+
objects: string[];
|
|
4395
|
+
/**
|
|
4396
|
+
* (Updatable) Whether or not return face landmarks.
|
|
4397
|
+
*/
|
|
4398
|
+
shouldReturnLandmarks: boolean;
|
|
4399
|
+
/**
|
|
4400
|
+
* (Updatable) The tracking model OCID.
|
|
4401
|
+
*/
|
|
4402
|
+
trackingModelId: string;
|
|
4403
|
+
}
|
|
4404
|
+
interface StreamJobStreamOutputLocation {
|
|
4405
|
+
/**
|
|
4406
|
+
* (Updatable) The Object Storage bucket name.
|
|
4407
|
+
*/
|
|
4408
|
+
bucket: string;
|
|
4409
|
+
/**
|
|
4410
|
+
* (Updatable) The Object Storage namespace.
|
|
4411
|
+
*/
|
|
4412
|
+
namespace: string;
|
|
4413
|
+
/**
|
|
4414
|
+
* (Updatable) Object storage output location
|
|
4415
|
+
*/
|
|
4416
|
+
oboToken: string;
|
|
4417
|
+
/**
|
|
4418
|
+
* (Updatable) Type of device Allowed values are:
|
|
4419
|
+
* * OBJECT_STORAGE
|
|
4420
|
+
* * LIVEKIT_WEBRTC_AGENT
|
|
4421
|
+
*/
|
|
4422
|
+
outputLocationType: string;
|
|
4423
|
+
/**
|
|
4424
|
+
* (Updatable) The Object Storage folder name.
|
|
4425
|
+
*/
|
|
4426
|
+
prefix: string;
|
|
4427
|
+
}
|
|
4428
|
+
interface StreamSourceStreamSourceDetails {
|
|
4429
|
+
/**
|
|
4430
|
+
* (Updatable) url of camera
|
|
4431
|
+
*/
|
|
4432
|
+
cameraUrl: string;
|
|
4433
|
+
/**
|
|
4434
|
+
* (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
|
|
4435
|
+
*/
|
|
4436
|
+
secretId: string;
|
|
4437
|
+
/**
|
|
4438
|
+
* (Updatable) Type of source Allowed values are:
|
|
4439
|
+
* * RTSP
|
|
4440
|
+
*/
|
|
4441
|
+
sourceType: string;
|
|
4442
|
+
/**
|
|
4443
|
+
* (Updatable) Details about a stream Connection type
|
|
4444
|
+
*/
|
|
4445
|
+
streamNetworkAccessDetails: outputs.AiVision.StreamSourceStreamSourceDetailsStreamNetworkAccessDetails;
|
|
4446
|
+
}
|
|
4447
|
+
interface StreamSourceStreamSourceDetailsStreamNetworkAccessDetails {
|
|
4448
|
+
/**
|
|
4449
|
+
* (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
|
|
4450
|
+
*/
|
|
4451
|
+
privateEndpointId: string;
|
|
4452
|
+
/**
|
|
4453
|
+
* (Updatable) Type of access Allowed values are:
|
|
4454
|
+
* * PRIVATE
|
|
4455
|
+
*
|
|
4456
|
+
*
|
|
4457
|
+
* ** IMPORTANT **
|
|
4458
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
4459
|
+
*/
|
|
4460
|
+
streamAccessType: string;
|
|
4461
|
+
}
|
|
3879
4462
|
}
|
|
3880
4463
|
export declare namespace Analytics {
|
|
3881
4464
|
interface AnalyticsInstanceCapacity {
|
|
@@ -27037,6 +27620,10 @@ export declare namespace CloudGuard {
|
|
|
27037
27620
|
* Data source entities mapping for the detector rule
|
|
27038
27621
|
*/
|
|
27039
27622
|
entitiesMappings: outputs.CloudGuard.DetectorRecipeDetectorRuleEntitiesMapping[];
|
|
27623
|
+
/**
|
|
27624
|
+
* Is the rule cloneable?
|
|
27625
|
+
*/
|
|
27626
|
+
isCloneable: boolean;
|
|
27040
27627
|
/**
|
|
27041
27628
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
27042
27629
|
*/
|
|
@@ -27053,6 +27640,10 @@ export declare namespace CloudGuard {
|
|
|
27053
27640
|
* Resource type of the configuration to which the rule is applied
|
|
27054
27641
|
*/
|
|
27055
27642
|
resourceType: string;
|
|
27643
|
+
/**
|
|
27644
|
+
* Detector rule type
|
|
27645
|
+
*/
|
|
27646
|
+
ruleTypes: outputs.CloudGuard.DetectorRecipeDetectorRuleRuleType[];
|
|
27056
27647
|
/**
|
|
27057
27648
|
* Service type of the configuration to which the rule is applied
|
|
27058
27649
|
*/
|
|
@@ -27129,6 +27720,18 @@ export declare namespace CloudGuard {
|
|
|
27129
27720
|
riskLevel: string;
|
|
27130
27721
|
}
|
|
27131
27722
|
interface DetectorRecipeDetectorRuleDetailsConfiguration {
|
|
27723
|
+
/**
|
|
27724
|
+
* (Updatable) Map of additional property values for configuration
|
|
27725
|
+
*/
|
|
27726
|
+
additionalProperties: outputs.CloudGuard.DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty[];
|
|
27727
|
+
/**
|
|
27728
|
+
* (Updatable) Map of possible values for configuration
|
|
27729
|
+
*/
|
|
27730
|
+
allowedValues: outputs.CloudGuard.DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue[];
|
|
27731
|
+
/**
|
|
27732
|
+
* (Updatable) Map property Value data type
|
|
27733
|
+
*/
|
|
27734
|
+
allowedValuesDataType: string;
|
|
27132
27735
|
/**
|
|
27133
27736
|
* (Updatable) Unique identifier of the configuration
|
|
27134
27737
|
*/
|
|
@@ -27150,6 +27753,30 @@ export declare namespace CloudGuard {
|
|
|
27150
27753
|
*/
|
|
27151
27754
|
values: outputs.CloudGuard.DetectorRecipeDetectorRuleDetailsConfigurationValue[];
|
|
27152
27755
|
}
|
|
27756
|
+
interface DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty {
|
|
27757
|
+
/**
|
|
27758
|
+
* (Updatable) Name for Additional Property, for example, "interpreter", "router"
|
|
27759
|
+
*/
|
|
27760
|
+
key: string;
|
|
27761
|
+
/**
|
|
27762
|
+
* (Updatable) Property Type
|
|
27763
|
+
*/
|
|
27764
|
+
propertyType: string;
|
|
27765
|
+
/**
|
|
27766
|
+
* (Updatable) Value for Property Name, for example, "generic", "cloudguard"
|
|
27767
|
+
*/
|
|
27768
|
+
value: string;
|
|
27769
|
+
}
|
|
27770
|
+
interface DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue {
|
|
27771
|
+
/**
|
|
27772
|
+
* (Updatable) key
|
|
27773
|
+
*/
|
|
27774
|
+
key: string;
|
|
27775
|
+
/**
|
|
27776
|
+
* (Updatable) value
|
|
27777
|
+
*/
|
|
27778
|
+
value: string;
|
|
27779
|
+
}
|
|
27153
27780
|
interface DetectorRecipeDetectorRuleDetailsConfigurationValue {
|
|
27154
27781
|
/**
|
|
27155
27782
|
* (Updatable) Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -27194,6 +27821,16 @@ export declare namespace CloudGuard {
|
|
|
27194
27821
|
*/
|
|
27195
27822
|
queryField: string;
|
|
27196
27823
|
}
|
|
27824
|
+
interface DetectorRecipeDetectorRuleRuleType {
|
|
27825
|
+
/**
|
|
27826
|
+
* The unique identifier of the detector rule type
|
|
27827
|
+
*/
|
|
27828
|
+
key: string;
|
|
27829
|
+
/**
|
|
27830
|
+
* Detector rule type value
|
|
27831
|
+
*/
|
|
27832
|
+
values: string[];
|
|
27833
|
+
}
|
|
27197
27834
|
interface DetectorRecipeEffectiveDetectorRule {
|
|
27198
27835
|
/**
|
|
27199
27836
|
* List of responder rules that can be used to remediate this detector rule
|
|
@@ -27231,6 +27868,10 @@ export declare namespace CloudGuard {
|
|
|
27231
27868
|
* Data source entities mapping for the detector rule
|
|
27232
27869
|
*/
|
|
27233
27870
|
entitiesMappings: outputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleEntitiesMapping[];
|
|
27871
|
+
/**
|
|
27872
|
+
* Is the rule cloneable?
|
|
27873
|
+
*/
|
|
27874
|
+
isCloneable: boolean;
|
|
27234
27875
|
/**
|
|
27235
27876
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
27236
27877
|
*/
|
|
@@ -27247,6 +27888,10 @@ export declare namespace CloudGuard {
|
|
|
27247
27888
|
* Resource type of the configuration to which the rule is applied
|
|
27248
27889
|
*/
|
|
27249
27890
|
resourceType: string;
|
|
27891
|
+
/**
|
|
27892
|
+
* Detector rule type
|
|
27893
|
+
*/
|
|
27894
|
+
ruleTypes: outputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleRuleType[];
|
|
27250
27895
|
/**
|
|
27251
27896
|
* Service type of the configuration to which the rule is applied
|
|
27252
27897
|
*/
|
|
@@ -27325,6 +27970,18 @@ export declare namespace CloudGuard {
|
|
|
27325
27970
|
riskLevel: string;
|
|
27326
27971
|
}
|
|
27327
27972
|
interface DetectorRecipeEffectiveDetectorRuleDetailConfiguration {
|
|
27973
|
+
/**
|
|
27974
|
+
* Map of additional property values for configuration
|
|
27975
|
+
*/
|
|
27976
|
+
additionalProperties: outputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
27977
|
+
/**
|
|
27978
|
+
* Map of possible values for configuration
|
|
27979
|
+
*/
|
|
27980
|
+
allowedValues: outputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
27981
|
+
/**
|
|
27982
|
+
* Map property Value data type
|
|
27983
|
+
*/
|
|
27984
|
+
allowedValuesDataType: string;
|
|
27328
27985
|
/**
|
|
27329
27986
|
* Unique identifier of the configuration
|
|
27330
27987
|
*/
|
|
@@ -27338,7 +27995,7 @@ export declare namespace CloudGuard {
|
|
|
27338
27995
|
*/
|
|
27339
27996
|
name: string;
|
|
27340
27997
|
/**
|
|
27341
|
-
*
|
|
27998
|
+
* Detector rule type value
|
|
27342
27999
|
*/
|
|
27343
28000
|
value: string;
|
|
27344
28001
|
/**
|
|
@@ -27346,6 +28003,30 @@ export declare namespace CloudGuard {
|
|
|
27346
28003
|
*/
|
|
27347
28004
|
values: outputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[];
|
|
27348
28005
|
}
|
|
28006
|
+
interface DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
28007
|
+
/**
|
|
28008
|
+
* The unique identifier of the detector rule type
|
|
28009
|
+
*/
|
|
28010
|
+
key: string;
|
|
28011
|
+
/**
|
|
28012
|
+
* Property Type
|
|
28013
|
+
*/
|
|
28014
|
+
propertyType: string;
|
|
28015
|
+
/**
|
|
28016
|
+
* Detector rule type value
|
|
28017
|
+
*/
|
|
28018
|
+
value: string;
|
|
28019
|
+
}
|
|
28020
|
+
interface DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
28021
|
+
/**
|
|
28022
|
+
* The unique identifier of the detector rule type
|
|
28023
|
+
*/
|
|
28024
|
+
key: string;
|
|
28025
|
+
/**
|
|
28026
|
+
* Detector rule type value
|
|
28027
|
+
*/
|
|
28028
|
+
value: string;
|
|
28029
|
+
}
|
|
27349
28030
|
interface DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue {
|
|
27350
28031
|
/**
|
|
27351
28032
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -27356,7 +28037,7 @@ export declare namespace CloudGuard {
|
|
|
27356
28037
|
*/
|
|
27357
28038
|
managedListType: string;
|
|
27358
28039
|
/**
|
|
27359
|
-
*
|
|
28040
|
+
* Detector rule type value
|
|
27360
28041
|
*/
|
|
27361
28042
|
value: string;
|
|
27362
28043
|
}
|
|
@@ -27392,6 +28073,16 @@ export declare namespace CloudGuard {
|
|
|
27392
28073
|
*/
|
|
27393
28074
|
queryField: string;
|
|
27394
28075
|
}
|
|
28076
|
+
interface DetectorRecipeEffectiveDetectorRuleRuleType {
|
|
28077
|
+
/**
|
|
28078
|
+
* The unique identifier of the detector rule type
|
|
28079
|
+
*/
|
|
28080
|
+
key: string;
|
|
28081
|
+
/**
|
|
28082
|
+
* Detector rule type value
|
|
28083
|
+
*/
|
|
28084
|
+
values: string[];
|
|
28085
|
+
}
|
|
27395
28086
|
interface GetAdhocQueriesAdhocQueryCollection {
|
|
27396
28087
|
items: outputs.CloudGuard.GetAdhocQueriesAdhocQueryCollectionItem[];
|
|
27397
28088
|
}
|
|
@@ -28087,6 +28778,10 @@ export declare namespace CloudGuard {
|
|
|
28087
28778
|
* Data source entities mapping for the detector rule
|
|
28088
28779
|
*/
|
|
28089
28780
|
entitiesMappings: outputs.CloudGuard.GetDetectorRecipeDetectorRuleEntitiesMapping[];
|
|
28781
|
+
/**
|
|
28782
|
+
* Is the rule cloneable?
|
|
28783
|
+
*/
|
|
28784
|
+
isCloneable: boolean;
|
|
28090
28785
|
/**
|
|
28091
28786
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
28092
28787
|
*/
|
|
@@ -28103,6 +28798,10 @@ export declare namespace CloudGuard {
|
|
|
28103
28798
|
* Resource type of the configuration to which the rule is applied
|
|
28104
28799
|
*/
|
|
28105
28800
|
resourceType: string;
|
|
28801
|
+
/**
|
|
28802
|
+
* Detector rule type
|
|
28803
|
+
*/
|
|
28804
|
+
ruleTypes: outputs.CloudGuard.GetDetectorRecipeDetectorRuleRuleType[];
|
|
28106
28805
|
/**
|
|
28107
28806
|
* Service type of the configuration to which the rule is applied
|
|
28108
28807
|
*/
|
|
@@ -28177,6 +28876,18 @@ export declare namespace CloudGuard {
|
|
|
28177
28876
|
riskLevel: string;
|
|
28178
28877
|
}
|
|
28179
28878
|
interface GetDetectorRecipeDetectorRuleDetailConfiguration {
|
|
28879
|
+
/**
|
|
28880
|
+
* Map of additional property values for configuration
|
|
28881
|
+
*/
|
|
28882
|
+
additionalProperties: outputs.CloudGuard.GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
28883
|
+
/**
|
|
28884
|
+
* Map of possible values for configuration
|
|
28885
|
+
*/
|
|
28886
|
+
allowedValues: outputs.CloudGuard.GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue[];
|
|
28887
|
+
/**
|
|
28888
|
+
* Map property Value data type
|
|
28889
|
+
*/
|
|
28890
|
+
allowedValuesDataType: string;
|
|
28180
28891
|
/**
|
|
28181
28892
|
* Unique identifier of the configuration
|
|
28182
28893
|
*/
|
|
@@ -28190,7 +28901,7 @@ export declare namespace CloudGuard {
|
|
|
28190
28901
|
*/
|
|
28191
28902
|
name: string;
|
|
28192
28903
|
/**
|
|
28193
|
-
*
|
|
28904
|
+
* Detector rule type value
|
|
28194
28905
|
*/
|
|
28195
28906
|
value: string;
|
|
28196
28907
|
/**
|
|
@@ -28198,6 +28909,30 @@ export declare namespace CloudGuard {
|
|
|
28198
28909
|
*/
|
|
28199
28910
|
values: outputs.CloudGuard.GetDetectorRecipeDetectorRuleDetailConfigurationValue[];
|
|
28200
28911
|
}
|
|
28912
|
+
interface GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty {
|
|
28913
|
+
/**
|
|
28914
|
+
* The unique identifier of the detector rule type
|
|
28915
|
+
*/
|
|
28916
|
+
key: string;
|
|
28917
|
+
/**
|
|
28918
|
+
* Property Type
|
|
28919
|
+
*/
|
|
28920
|
+
propertyType: string;
|
|
28921
|
+
/**
|
|
28922
|
+
* Detector rule type value
|
|
28923
|
+
*/
|
|
28924
|
+
value: string;
|
|
28925
|
+
}
|
|
28926
|
+
interface GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue {
|
|
28927
|
+
/**
|
|
28928
|
+
* The unique identifier of the detector rule type
|
|
28929
|
+
*/
|
|
28930
|
+
key: string;
|
|
28931
|
+
/**
|
|
28932
|
+
* Detector rule type value
|
|
28933
|
+
*/
|
|
28934
|
+
value: string;
|
|
28935
|
+
}
|
|
28201
28936
|
interface GetDetectorRecipeDetectorRuleDetailConfigurationValue {
|
|
28202
28937
|
/**
|
|
28203
28938
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -28208,7 +28943,7 @@ export declare namespace CloudGuard {
|
|
|
28208
28943
|
*/
|
|
28209
28944
|
managedListType: string;
|
|
28210
28945
|
/**
|
|
28211
|
-
*
|
|
28946
|
+
* Detector rule type value
|
|
28212
28947
|
*/
|
|
28213
28948
|
value: string;
|
|
28214
28949
|
}
|
|
@@ -28240,6 +28975,16 @@ export declare namespace CloudGuard {
|
|
|
28240
28975
|
*/
|
|
28241
28976
|
queryField: string;
|
|
28242
28977
|
}
|
|
28978
|
+
interface GetDetectorRecipeDetectorRuleRuleType {
|
|
28979
|
+
/**
|
|
28980
|
+
* The unique identifier of the detector rule type
|
|
28981
|
+
*/
|
|
28982
|
+
key: string;
|
|
28983
|
+
/**
|
|
28984
|
+
* Detector rule type value
|
|
28985
|
+
*/
|
|
28986
|
+
values: string[];
|
|
28987
|
+
}
|
|
28243
28988
|
interface GetDetectorRecipeEffectiveDetectorRule {
|
|
28244
28989
|
/**
|
|
28245
28990
|
* List of responder rules that can be used to remediate this detector rule
|
|
@@ -28273,6 +29018,10 @@ export declare namespace CloudGuard {
|
|
|
28273
29018
|
* Data source entities mapping for the detector rule
|
|
28274
29019
|
*/
|
|
28275
29020
|
entitiesMappings: outputs.CloudGuard.GetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[];
|
|
29021
|
+
/**
|
|
29022
|
+
* Is the rule cloneable?
|
|
29023
|
+
*/
|
|
29024
|
+
isCloneable: boolean;
|
|
28276
29025
|
/**
|
|
28277
29026
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
28278
29027
|
*/
|
|
@@ -28289,6 +29038,10 @@ export declare namespace CloudGuard {
|
|
|
28289
29038
|
* Resource type of the configuration to which the rule is applied
|
|
28290
29039
|
*/
|
|
28291
29040
|
resourceType: string;
|
|
29041
|
+
/**
|
|
29042
|
+
* Detector rule type
|
|
29043
|
+
*/
|
|
29044
|
+
ruleTypes: outputs.CloudGuard.GetDetectorRecipeEffectiveDetectorRuleRuleType[];
|
|
28292
29045
|
/**
|
|
28293
29046
|
* Service type of the configuration to which the rule is applied
|
|
28294
29047
|
*/
|
|
@@ -28363,6 +29116,18 @@ export declare namespace CloudGuard {
|
|
|
28363
29116
|
riskLevel: string;
|
|
28364
29117
|
}
|
|
28365
29118
|
interface GetDetectorRecipeEffectiveDetectorRuleDetailConfiguration {
|
|
29119
|
+
/**
|
|
29120
|
+
* Map of additional property values for configuration
|
|
29121
|
+
*/
|
|
29122
|
+
additionalProperties: outputs.CloudGuard.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
29123
|
+
/**
|
|
29124
|
+
* Map of possible values for configuration
|
|
29125
|
+
*/
|
|
29126
|
+
allowedValues: outputs.CloudGuard.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
29127
|
+
/**
|
|
29128
|
+
* Map property Value data type
|
|
29129
|
+
*/
|
|
29130
|
+
allowedValuesDataType: string;
|
|
28366
29131
|
/**
|
|
28367
29132
|
* Unique identifier of the configuration
|
|
28368
29133
|
*/
|
|
@@ -28376,7 +29141,7 @@ export declare namespace CloudGuard {
|
|
|
28376
29141
|
*/
|
|
28377
29142
|
name: string;
|
|
28378
29143
|
/**
|
|
28379
|
-
*
|
|
29144
|
+
* Detector rule type value
|
|
28380
29145
|
*/
|
|
28381
29146
|
value: string;
|
|
28382
29147
|
/**
|
|
@@ -28384,6 +29149,30 @@ export declare namespace CloudGuard {
|
|
|
28384
29149
|
*/
|
|
28385
29150
|
values: outputs.CloudGuard.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[];
|
|
28386
29151
|
}
|
|
29152
|
+
interface GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
29153
|
+
/**
|
|
29154
|
+
* The unique identifier of the detector rule type
|
|
29155
|
+
*/
|
|
29156
|
+
key: string;
|
|
29157
|
+
/**
|
|
29158
|
+
* Property Type
|
|
29159
|
+
*/
|
|
29160
|
+
propertyType: string;
|
|
29161
|
+
/**
|
|
29162
|
+
* Detector rule type value
|
|
29163
|
+
*/
|
|
29164
|
+
value: string;
|
|
29165
|
+
}
|
|
29166
|
+
interface GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
29167
|
+
/**
|
|
29168
|
+
* The unique identifier of the detector rule type
|
|
29169
|
+
*/
|
|
29170
|
+
key: string;
|
|
29171
|
+
/**
|
|
29172
|
+
* Detector rule type value
|
|
29173
|
+
*/
|
|
29174
|
+
value: string;
|
|
29175
|
+
}
|
|
28387
29176
|
interface GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue {
|
|
28388
29177
|
/**
|
|
28389
29178
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -28394,7 +29183,7 @@ export declare namespace CloudGuard {
|
|
|
28394
29183
|
*/
|
|
28395
29184
|
managedListType: string;
|
|
28396
29185
|
/**
|
|
28397
|
-
*
|
|
29186
|
+
* Detector rule type value
|
|
28398
29187
|
*/
|
|
28399
29188
|
value: string;
|
|
28400
29189
|
}
|
|
@@ -28426,6 +29215,16 @@ export declare namespace CloudGuard {
|
|
|
28426
29215
|
*/
|
|
28427
29216
|
queryField: string;
|
|
28428
29217
|
}
|
|
29218
|
+
interface GetDetectorRecipeEffectiveDetectorRuleRuleType {
|
|
29219
|
+
/**
|
|
29220
|
+
* The unique identifier of the detector rule type
|
|
29221
|
+
*/
|
|
29222
|
+
key: string;
|
|
29223
|
+
/**
|
|
29224
|
+
* Detector rule type value
|
|
29225
|
+
*/
|
|
29226
|
+
values: string[];
|
|
29227
|
+
}
|
|
28429
29228
|
interface GetDetectorRecipesDetectorRecipeCollection {
|
|
28430
29229
|
items: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItem[];
|
|
28431
29230
|
}
|
|
@@ -28538,6 +29337,10 @@ export declare namespace CloudGuard {
|
|
|
28538
29337
|
* Data source entities mapping for the detector rule
|
|
28539
29338
|
*/
|
|
28540
29339
|
entitiesMappings: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleEntitiesMapping[];
|
|
29340
|
+
/**
|
|
29341
|
+
* Is the rule cloneable?
|
|
29342
|
+
*/
|
|
29343
|
+
isCloneable: boolean;
|
|
28541
29344
|
/**
|
|
28542
29345
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
28543
29346
|
*/
|
|
@@ -28554,6 +29357,10 @@ export declare namespace CloudGuard {
|
|
|
28554
29357
|
* Resource type of the configuration to which the rule is applied
|
|
28555
29358
|
*/
|
|
28556
29359
|
resourceType: string;
|
|
29360
|
+
/**
|
|
29361
|
+
* Detector rule type
|
|
29362
|
+
*/
|
|
29363
|
+
ruleTypes: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleType[];
|
|
28557
29364
|
/**
|
|
28558
29365
|
* Service type of the configuration to which the rule is applied
|
|
28559
29366
|
*/
|
|
@@ -28628,6 +29435,18 @@ export declare namespace CloudGuard {
|
|
|
28628
29435
|
riskLevel: string;
|
|
28629
29436
|
}
|
|
28630
29437
|
interface GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfiguration {
|
|
29438
|
+
/**
|
|
29439
|
+
* Map of additional property values for configuration
|
|
29440
|
+
*/
|
|
29441
|
+
additionalProperties: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
29442
|
+
/**
|
|
29443
|
+
* Map of possible values for configuration
|
|
29444
|
+
*/
|
|
29445
|
+
allowedValues: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValue[];
|
|
29446
|
+
/**
|
|
29447
|
+
* Map property Value data type
|
|
29448
|
+
*/
|
|
29449
|
+
allowedValuesDataType: string;
|
|
28631
29450
|
/**
|
|
28632
29451
|
* Unique identifier of the configuration
|
|
28633
29452
|
*/
|
|
@@ -28641,7 +29460,7 @@ export declare namespace CloudGuard {
|
|
|
28641
29460
|
*/
|
|
28642
29461
|
name: string;
|
|
28643
29462
|
/**
|
|
28644
|
-
*
|
|
29463
|
+
* Detector rule type value
|
|
28645
29464
|
*/
|
|
28646
29465
|
value: string;
|
|
28647
29466
|
/**
|
|
@@ -28649,6 +29468,30 @@ export declare namespace CloudGuard {
|
|
|
28649
29468
|
*/
|
|
28650
29469
|
values: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValue[];
|
|
28651
29470
|
}
|
|
29471
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalProperty {
|
|
29472
|
+
/**
|
|
29473
|
+
* The unique identifier of the detector rule type
|
|
29474
|
+
*/
|
|
29475
|
+
key: string;
|
|
29476
|
+
/**
|
|
29477
|
+
* Property Type
|
|
29478
|
+
*/
|
|
29479
|
+
propertyType: string;
|
|
29480
|
+
/**
|
|
29481
|
+
* Detector rule type value
|
|
29482
|
+
*/
|
|
29483
|
+
value: string;
|
|
29484
|
+
}
|
|
29485
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValue {
|
|
29486
|
+
/**
|
|
29487
|
+
* The unique identifier of the detector rule type
|
|
29488
|
+
*/
|
|
29489
|
+
key: string;
|
|
29490
|
+
/**
|
|
29491
|
+
* Detector rule type value
|
|
29492
|
+
*/
|
|
29493
|
+
value: string;
|
|
29494
|
+
}
|
|
28652
29495
|
interface GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValue {
|
|
28653
29496
|
/**
|
|
28654
29497
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -28659,7 +29502,7 @@ export declare namespace CloudGuard {
|
|
|
28659
29502
|
*/
|
|
28660
29503
|
managedListType: string;
|
|
28661
29504
|
/**
|
|
28662
|
-
*
|
|
29505
|
+
* Detector rule type value
|
|
28663
29506
|
*/
|
|
28664
29507
|
value: string;
|
|
28665
29508
|
}
|
|
@@ -28691,6 +29534,16 @@ export declare namespace CloudGuard {
|
|
|
28691
29534
|
*/
|
|
28692
29535
|
queryField: string;
|
|
28693
29536
|
}
|
|
29537
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleType {
|
|
29538
|
+
/**
|
|
29539
|
+
* The unique identifier of the detector rule type
|
|
29540
|
+
*/
|
|
29541
|
+
key: string;
|
|
29542
|
+
/**
|
|
29543
|
+
* Detector rule type value
|
|
29544
|
+
*/
|
|
29545
|
+
values: string[];
|
|
29546
|
+
}
|
|
28694
29547
|
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRule {
|
|
28695
29548
|
/**
|
|
28696
29549
|
* List of responder rules that can be used to remediate this detector rule
|
|
@@ -28724,6 +29577,10 @@ export declare namespace CloudGuard {
|
|
|
28724
29577
|
* Data source entities mapping for the detector rule
|
|
28725
29578
|
*/
|
|
28726
29579
|
entitiesMappings: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleEntitiesMapping[];
|
|
29580
|
+
/**
|
|
29581
|
+
* Is the rule cloneable?
|
|
29582
|
+
*/
|
|
29583
|
+
isCloneable: boolean;
|
|
28727
29584
|
/**
|
|
28728
29585
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
28729
29586
|
*/
|
|
@@ -28740,6 +29597,10 @@ export declare namespace CloudGuard {
|
|
|
28740
29597
|
* Resource type of the configuration to which the rule is applied
|
|
28741
29598
|
*/
|
|
28742
29599
|
resourceType: string;
|
|
29600
|
+
/**
|
|
29601
|
+
* Detector rule type
|
|
29602
|
+
*/
|
|
29603
|
+
ruleTypes: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleType[];
|
|
28743
29604
|
/**
|
|
28744
29605
|
* Service type of the configuration to which the rule is applied
|
|
28745
29606
|
*/
|
|
@@ -28814,6 +29675,18 @@ export declare namespace CloudGuard {
|
|
|
28814
29675
|
riskLevel: string;
|
|
28815
29676
|
}
|
|
28816
29677
|
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfiguration {
|
|
29678
|
+
/**
|
|
29679
|
+
* Map of additional property values for configuration
|
|
29680
|
+
*/
|
|
29681
|
+
additionalProperties: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
29682
|
+
/**
|
|
29683
|
+
* Map of possible values for configuration
|
|
29684
|
+
*/
|
|
29685
|
+
allowedValues: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
29686
|
+
/**
|
|
29687
|
+
* Map property Value data type
|
|
29688
|
+
*/
|
|
29689
|
+
allowedValuesDataType: string;
|
|
28817
29690
|
/**
|
|
28818
29691
|
* Unique identifier of the configuration
|
|
28819
29692
|
*/
|
|
@@ -28827,7 +29700,7 @@ export declare namespace CloudGuard {
|
|
|
28827
29700
|
*/
|
|
28828
29701
|
name: string;
|
|
28829
29702
|
/**
|
|
28830
|
-
*
|
|
29703
|
+
* Detector rule type value
|
|
28831
29704
|
*/
|
|
28832
29705
|
value: string;
|
|
28833
29706
|
/**
|
|
@@ -28835,6 +29708,30 @@ export declare namespace CloudGuard {
|
|
|
28835
29708
|
*/
|
|
28836
29709
|
values: outputs.CloudGuard.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValue[];
|
|
28837
29710
|
}
|
|
29711
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
29712
|
+
/**
|
|
29713
|
+
* The unique identifier of the detector rule type
|
|
29714
|
+
*/
|
|
29715
|
+
key: string;
|
|
29716
|
+
/**
|
|
29717
|
+
* Property Type
|
|
29718
|
+
*/
|
|
29719
|
+
propertyType: string;
|
|
29720
|
+
/**
|
|
29721
|
+
* Detector rule type value
|
|
29722
|
+
*/
|
|
29723
|
+
value: string;
|
|
29724
|
+
}
|
|
29725
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
29726
|
+
/**
|
|
29727
|
+
* The unique identifier of the detector rule type
|
|
29728
|
+
*/
|
|
29729
|
+
key: string;
|
|
29730
|
+
/**
|
|
29731
|
+
* Detector rule type value
|
|
29732
|
+
*/
|
|
29733
|
+
value: string;
|
|
29734
|
+
}
|
|
28838
29735
|
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValue {
|
|
28839
29736
|
/**
|
|
28840
29737
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -28845,7 +29742,7 @@ export declare namespace CloudGuard {
|
|
|
28845
29742
|
*/
|
|
28846
29743
|
managedListType: string;
|
|
28847
29744
|
/**
|
|
28848
|
-
*
|
|
29745
|
+
* Detector rule type value
|
|
28849
29746
|
*/
|
|
28850
29747
|
value: string;
|
|
28851
29748
|
}
|
|
@@ -28877,6 +29774,16 @@ export declare namespace CloudGuard {
|
|
|
28877
29774
|
*/
|
|
28878
29775
|
queryField: string;
|
|
28879
29776
|
}
|
|
29777
|
+
interface GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleType {
|
|
29778
|
+
/**
|
|
29779
|
+
* The unique identifier of the detector rule type
|
|
29780
|
+
*/
|
|
29781
|
+
key: string;
|
|
29782
|
+
/**
|
|
29783
|
+
* Detector rule type value
|
|
29784
|
+
*/
|
|
29785
|
+
values: string[];
|
|
29786
|
+
}
|
|
28880
29787
|
interface GetDetectorRecipesFilter {
|
|
28881
29788
|
/**
|
|
28882
29789
|
* Configuration name
|
|
@@ -29049,6 +29956,10 @@ export declare namespace CloudGuard {
|
|
|
29049
29956
|
* Data source entities mapping for a detector rule
|
|
29050
29957
|
*/
|
|
29051
29958
|
entitiesMappings: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMapping[];
|
|
29959
|
+
/**
|
|
29960
|
+
* Is the rule cloneable?
|
|
29961
|
+
*/
|
|
29962
|
+
isCloneable: boolean;
|
|
29052
29963
|
/**
|
|
29053
29964
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
29054
29965
|
*/
|
|
@@ -29065,6 +29976,10 @@ export declare namespace CloudGuard {
|
|
|
29065
29976
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
29066
29977
|
*/
|
|
29067
29978
|
resourceType: string;
|
|
29979
|
+
/**
|
|
29980
|
+
* Rule category type
|
|
29981
|
+
*/
|
|
29982
|
+
ruleTypes: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeDetectorRuleRuleType[];
|
|
29068
29983
|
/**
|
|
29069
29984
|
* Service type of the configuration to which the rule is applied
|
|
29070
29985
|
*/
|
|
@@ -29119,6 +30034,18 @@ export declare namespace CloudGuard {
|
|
|
29119
30034
|
condition: string;
|
|
29120
30035
|
}
|
|
29121
30036
|
interface GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfiguration {
|
|
30037
|
+
/**
|
|
30038
|
+
* Map of additional property values for configuration
|
|
30039
|
+
*/
|
|
30040
|
+
additionalProperties: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
30041
|
+
/**
|
|
30042
|
+
* Map of possible values for configuration
|
|
30043
|
+
*/
|
|
30044
|
+
allowedValues: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue[];
|
|
30045
|
+
/**
|
|
30046
|
+
* Map property Value data type
|
|
30047
|
+
*/
|
|
30048
|
+
allowedValuesDataType: string;
|
|
29122
30049
|
/**
|
|
29123
30050
|
* Unique identifier of the configuration
|
|
29124
30051
|
*/
|
|
@@ -29140,6 +30067,30 @@ export declare namespace CloudGuard {
|
|
|
29140
30067
|
*/
|
|
29141
30068
|
values: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue[];
|
|
29142
30069
|
}
|
|
30070
|
+
interface GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty {
|
|
30071
|
+
/**
|
|
30072
|
+
* The unique identifier of the detector rule type
|
|
30073
|
+
*/
|
|
30074
|
+
key: string;
|
|
30075
|
+
/**
|
|
30076
|
+
* Property Type
|
|
30077
|
+
*/
|
|
30078
|
+
propertyType: string;
|
|
30079
|
+
/**
|
|
30080
|
+
* Configuration value
|
|
30081
|
+
*/
|
|
30082
|
+
value: string;
|
|
30083
|
+
}
|
|
30084
|
+
interface GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue {
|
|
30085
|
+
/**
|
|
30086
|
+
* The unique identifier of the detector rule type
|
|
30087
|
+
*/
|
|
30088
|
+
key: string;
|
|
30089
|
+
/**
|
|
30090
|
+
* Configuration value
|
|
30091
|
+
*/
|
|
30092
|
+
value: string;
|
|
30093
|
+
}
|
|
29143
30094
|
interface GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValue {
|
|
29144
30095
|
/**
|
|
29145
30096
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -29168,6 +30119,16 @@ export declare namespace CloudGuard {
|
|
|
29168
30119
|
*/
|
|
29169
30120
|
queryField: string;
|
|
29170
30121
|
}
|
|
30122
|
+
interface GetGuardTargetTargetDetectorRecipeDetectorRuleRuleType {
|
|
30123
|
+
/**
|
|
30124
|
+
* The unique identifier of the detector rule type
|
|
30125
|
+
*/
|
|
30126
|
+
key: string;
|
|
30127
|
+
/**
|
|
30128
|
+
* Configuration value
|
|
30129
|
+
*/
|
|
30130
|
+
values: string[];
|
|
30131
|
+
}
|
|
29171
30132
|
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRule {
|
|
29172
30133
|
/**
|
|
29173
30134
|
* The ID of the attached data source
|
|
@@ -29197,6 +30158,10 @@ export declare namespace CloudGuard {
|
|
|
29197
30158
|
* Data source entities mapping for a detector rule
|
|
29198
30159
|
*/
|
|
29199
30160
|
entitiesMappings: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[];
|
|
30161
|
+
/**
|
|
30162
|
+
* Is the rule cloneable?
|
|
30163
|
+
*/
|
|
30164
|
+
isCloneable: boolean;
|
|
29200
30165
|
/**
|
|
29201
30166
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
29202
30167
|
*/
|
|
@@ -29213,6 +30178,10 @@ export declare namespace CloudGuard {
|
|
|
29213
30178
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
29214
30179
|
*/
|
|
29215
30180
|
resourceType: string;
|
|
30181
|
+
/**
|
|
30182
|
+
* Rule category type
|
|
30183
|
+
*/
|
|
30184
|
+
ruleTypes: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleType[];
|
|
29216
30185
|
/**
|
|
29217
30186
|
* Service type of the configuration to which the rule is applied
|
|
29218
30187
|
*/
|
|
@@ -29267,6 +30236,18 @@ export declare namespace CloudGuard {
|
|
|
29267
30236
|
condition: string;
|
|
29268
30237
|
}
|
|
29269
30238
|
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration {
|
|
30239
|
+
/**
|
|
30240
|
+
* Map of additional property values for configuration
|
|
30241
|
+
*/
|
|
30242
|
+
additionalProperties: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
30243
|
+
/**
|
|
30244
|
+
* Map of possible values for configuration
|
|
30245
|
+
*/
|
|
30246
|
+
allowedValues: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
30247
|
+
/**
|
|
30248
|
+
* Map property Value data type
|
|
30249
|
+
*/
|
|
30250
|
+
allowedValuesDataType: string;
|
|
29270
30251
|
/**
|
|
29271
30252
|
* Unique identifier of the configuration
|
|
29272
30253
|
*/
|
|
@@ -29288,6 +30269,30 @@ export declare namespace CloudGuard {
|
|
|
29288
30269
|
*/
|
|
29289
30270
|
values: outputs.CloudGuard.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[];
|
|
29290
30271
|
}
|
|
30272
|
+
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
30273
|
+
/**
|
|
30274
|
+
* The unique identifier of the detector rule type
|
|
30275
|
+
*/
|
|
30276
|
+
key: string;
|
|
30277
|
+
/**
|
|
30278
|
+
* Property Type
|
|
30279
|
+
*/
|
|
30280
|
+
propertyType: string;
|
|
30281
|
+
/**
|
|
30282
|
+
* Configuration value
|
|
30283
|
+
*/
|
|
30284
|
+
value: string;
|
|
30285
|
+
}
|
|
30286
|
+
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
30287
|
+
/**
|
|
30288
|
+
* The unique identifier of the detector rule type
|
|
30289
|
+
*/
|
|
30290
|
+
key: string;
|
|
30291
|
+
/**
|
|
30292
|
+
* Configuration value
|
|
30293
|
+
*/
|
|
30294
|
+
value: string;
|
|
30295
|
+
}
|
|
29291
30296
|
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue {
|
|
29292
30297
|
/**
|
|
29293
30298
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -29316,6 +30321,16 @@ export declare namespace CloudGuard {
|
|
|
29316
30321
|
*/
|
|
29317
30322
|
queryField: string;
|
|
29318
30323
|
}
|
|
30324
|
+
interface GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleType {
|
|
30325
|
+
/**
|
|
30326
|
+
* The unique identifier of the detector rule type
|
|
30327
|
+
*/
|
|
30328
|
+
key: string;
|
|
30329
|
+
/**
|
|
30330
|
+
* Configuration value
|
|
30331
|
+
*/
|
|
30332
|
+
values: string[];
|
|
30333
|
+
}
|
|
29319
30334
|
interface GetGuardTargetTargetResponderRecipe {
|
|
29320
30335
|
/**
|
|
29321
30336
|
* Compartment OCID
|
|
@@ -29777,6 +30792,10 @@ export declare namespace CloudGuard {
|
|
|
29777
30792
|
* Data source entities mapping for a detector rule
|
|
29778
30793
|
*/
|
|
29779
30794
|
entitiesMappings: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleEntitiesMapping[];
|
|
30795
|
+
/**
|
|
30796
|
+
* Is the rule cloneable?
|
|
30797
|
+
*/
|
|
30798
|
+
isCloneable: boolean;
|
|
29780
30799
|
/**
|
|
29781
30800
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
29782
30801
|
*/
|
|
@@ -29793,6 +30812,10 @@ export declare namespace CloudGuard {
|
|
|
29793
30812
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
29794
30813
|
*/
|
|
29795
30814
|
resourceType: string;
|
|
30815
|
+
/**
|
|
30816
|
+
* Rule category type
|
|
30817
|
+
*/
|
|
30818
|
+
ruleTypes: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleType[];
|
|
29796
30819
|
/**
|
|
29797
30820
|
* Service type of the configuration to which the rule is applied
|
|
29798
30821
|
*/
|
|
@@ -29847,6 +30870,18 @@ export declare namespace CloudGuard {
|
|
|
29847
30870
|
condition: string;
|
|
29848
30871
|
}
|
|
29849
30872
|
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfiguration {
|
|
30873
|
+
/**
|
|
30874
|
+
* Map of additional property values for configuration
|
|
30875
|
+
*/
|
|
30876
|
+
additionalProperties: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
30877
|
+
/**
|
|
30878
|
+
* Map of possible values for configuration
|
|
30879
|
+
*/
|
|
30880
|
+
allowedValues: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue[];
|
|
30881
|
+
/**
|
|
30882
|
+
* Map property Value data type
|
|
30883
|
+
*/
|
|
30884
|
+
allowedValuesDataType: string;
|
|
29850
30885
|
/**
|
|
29851
30886
|
* Unique identifier of the configuration
|
|
29852
30887
|
*/
|
|
@@ -29868,6 +30903,30 @@ export declare namespace CloudGuard {
|
|
|
29868
30903
|
*/
|
|
29869
30904
|
values: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValue[];
|
|
29870
30905
|
}
|
|
30906
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalProperty {
|
|
30907
|
+
/**
|
|
30908
|
+
* The unique identifier of the detector rule type
|
|
30909
|
+
*/
|
|
30910
|
+
key: string;
|
|
30911
|
+
/**
|
|
30912
|
+
* Property Type
|
|
30913
|
+
*/
|
|
30914
|
+
propertyType: string;
|
|
30915
|
+
/**
|
|
30916
|
+
* Configuration value
|
|
30917
|
+
*/
|
|
30918
|
+
value: string;
|
|
30919
|
+
}
|
|
30920
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValue {
|
|
30921
|
+
/**
|
|
30922
|
+
* The unique identifier of the detector rule type
|
|
30923
|
+
*/
|
|
30924
|
+
key: string;
|
|
30925
|
+
/**
|
|
30926
|
+
* Configuration value
|
|
30927
|
+
*/
|
|
30928
|
+
value: string;
|
|
30929
|
+
}
|
|
29871
30930
|
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValue {
|
|
29872
30931
|
/**
|
|
29873
30932
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -29896,6 +30955,16 @@ export declare namespace CloudGuard {
|
|
|
29896
30955
|
*/
|
|
29897
30956
|
queryField: string;
|
|
29898
30957
|
}
|
|
30958
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleType {
|
|
30959
|
+
/**
|
|
30960
|
+
* The unique identifier of the detector rule type
|
|
30961
|
+
*/
|
|
30962
|
+
key: string;
|
|
30963
|
+
/**
|
|
30964
|
+
* Configuration value
|
|
30965
|
+
*/
|
|
30966
|
+
values: string[];
|
|
30967
|
+
}
|
|
29899
30968
|
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRule {
|
|
29900
30969
|
/**
|
|
29901
30970
|
* The ID of the attached data source
|
|
@@ -29925,6 +30994,10 @@ export declare namespace CloudGuard {
|
|
|
29925
30994
|
* Data source entities mapping for a detector rule
|
|
29926
30995
|
*/
|
|
29927
30996
|
entitiesMappings: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[];
|
|
30997
|
+
/**
|
|
30998
|
+
* Is the rule cloneable?
|
|
30999
|
+
*/
|
|
31000
|
+
isCloneable: boolean;
|
|
29928
31001
|
/**
|
|
29929
31002
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
29930
31003
|
*/
|
|
@@ -29941,6 +31014,10 @@ export declare namespace CloudGuard {
|
|
|
29941
31014
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
29942
31015
|
*/
|
|
29943
31016
|
resourceType: string;
|
|
31017
|
+
/**
|
|
31018
|
+
* Rule category type
|
|
31019
|
+
*/
|
|
31020
|
+
ruleTypes: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleType[];
|
|
29944
31021
|
/**
|
|
29945
31022
|
* Service type of the configuration to which the rule is applied
|
|
29946
31023
|
*/
|
|
@@ -29995,6 +31072,18 @@ export declare namespace CloudGuard {
|
|
|
29995
31072
|
condition: string;
|
|
29996
31073
|
}
|
|
29997
31074
|
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration {
|
|
31075
|
+
/**
|
|
31076
|
+
* Map of additional property values for configuration
|
|
31077
|
+
*/
|
|
31078
|
+
additionalProperties: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
31079
|
+
/**
|
|
31080
|
+
* Map of possible values for configuration
|
|
31081
|
+
*/
|
|
31082
|
+
allowedValues: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
31083
|
+
/**
|
|
31084
|
+
* Map property Value data type
|
|
31085
|
+
*/
|
|
31086
|
+
allowedValuesDataType: string;
|
|
29998
31087
|
/**
|
|
29999
31088
|
* Unique identifier of the configuration
|
|
30000
31089
|
*/
|
|
@@ -30016,6 +31105,30 @@ export declare namespace CloudGuard {
|
|
|
30016
31105
|
*/
|
|
30017
31106
|
values: outputs.CloudGuard.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[];
|
|
30018
31107
|
}
|
|
31108
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
31109
|
+
/**
|
|
31110
|
+
* The unique identifier of the detector rule type
|
|
31111
|
+
*/
|
|
31112
|
+
key: string;
|
|
31113
|
+
/**
|
|
31114
|
+
* Property Type
|
|
31115
|
+
*/
|
|
31116
|
+
propertyType: string;
|
|
31117
|
+
/**
|
|
31118
|
+
* Configuration value
|
|
31119
|
+
*/
|
|
31120
|
+
value: string;
|
|
31121
|
+
}
|
|
31122
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
31123
|
+
/**
|
|
31124
|
+
* The unique identifier of the detector rule type
|
|
31125
|
+
*/
|
|
31126
|
+
key: string;
|
|
31127
|
+
/**
|
|
31128
|
+
* Configuration value
|
|
31129
|
+
*/
|
|
31130
|
+
value: string;
|
|
31131
|
+
}
|
|
30019
31132
|
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue {
|
|
30020
31133
|
/**
|
|
30021
31134
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -30044,6 +31157,16 @@ export declare namespace CloudGuard {
|
|
|
30044
31157
|
*/
|
|
30045
31158
|
queryField: string;
|
|
30046
31159
|
}
|
|
31160
|
+
interface GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleType {
|
|
31161
|
+
/**
|
|
31162
|
+
* The unique identifier of the detector rule type
|
|
31163
|
+
*/
|
|
31164
|
+
key: string;
|
|
31165
|
+
/**
|
|
31166
|
+
* Configuration value
|
|
31167
|
+
*/
|
|
31168
|
+
values: string[];
|
|
31169
|
+
}
|
|
30047
31170
|
interface GetGuardTargetsTargetCollectionItemTargetResponderRecipe {
|
|
30048
31171
|
/**
|
|
30049
31172
|
* The OCID of the compartment in which to list resources.
|
|
@@ -30287,6 +31410,10 @@ export declare namespace CloudGuard {
|
|
|
30287
31410
|
freeformTags: {
|
|
30288
31411
|
[key: string]: string;
|
|
30289
31412
|
};
|
|
31413
|
+
/**
|
|
31414
|
+
* Managed list type group
|
|
31415
|
+
*/
|
|
31416
|
+
group: string;
|
|
30290
31417
|
/**
|
|
30291
31418
|
* Unique identifier that can't be changed after creation
|
|
30292
31419
|
*/
|
|
@@ -31498,6 +32625,10 @@ export declare namespace CloudGuard {
|
|
|
31498
32625
|
* Data source entities mapping for a detector rule
|
|
31499
32626
|
*/
|
|
31500
32627
|
entitiesMappings: outputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleEntitiesMapping[];
|
|
32628
|
+
/**
|
|
32629
|
+
* Is the rule cloneable?
|
|
32630
|
+
*/
|
|
32631
|
+
isCloneable: boolean;
|
|
31501
32632
|
/**
|
|
31502
32633
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
31503
32634
|
*/
|
|
@@ -31514,6 +32645,10 @@ export declare namespace CloudGuard {
|
|
|
31514
32645
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
31515
32646
|
*/
|
|
31516
32647
|
resourceType: string;
|
|
32648
|
+
/**
|
|
32649
|
+
* Rule category type
|
|
32650
|
+
*/
|
|
32651
|
+
ruleTypes: outputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleRuleType[];
|
|
31517
32652
|
/**
|
|
31518
32653
|
* Service type of the configuration to which the rule is applied
|
|
31519
32654
|
*/
|
|
@@ -31568,6 +32703,18 @@ export declare namespace CloudGuard {
|
|
|
31568
32703
|
condition: string;
|
|
31569
32704
|
}
|
|
31570
32705
|
interface TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration {
|
|
32706
|
+
/**
|
|
32707
|
+
* Map of additional property values for configuration
|
|
32708
|
+
*/
|
|
32709
|
+
additionalProperties: outputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty[];
|
|
32710
|
+
/**
|
|
32711
|
+
* Map of possible values for configuration
|
|
32712
|
+
*/
|
|
32713
|
+
allowedValues: outputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue[];
|
|
32714
|
+
/**
|
|
32715
|
+
* Map property Value data type
|
|
32716
|
+
*/
|
|
32717
|
+
allowedValuesDataType: string;
|
|
31571
32718
|
/**
|
|
31572
32719
|
* Unique identifier of the configuration
|
|
31573
32720
|
*/
|
|
@@ -31589,6 +32736,30 @@ export declare namespace CloudGuard {
|
|
|
31589
32736
|
*/
|
|
31590
32737
|
values: outputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue[];
|
|
31591
32738
|
}
|
|
32739
|
+
interface TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty {
|
|
32740
|
+
/**
|
|
32741
|
+
* The unique identifier of the detector rule type
|
|
32742
|
+
*/
|
|
32743
|
+
key: string;
|
|
32744
|
+
/**
|
|
32745
|
+
* Property Type
|
|
32746
|
+
*/
|
|
32747
|
+
propertyType: string;
|
|
32748
|
+
/**
|
|
32749
|
+
* Configuration value
|
|
32750
|
+
*/
|
|
32751
|
+
value: string;
|
|
32752
|
+
}
|
|
32753
|
+
interface TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue {
|
|
32754
|
+
/**
|
|
32755
|
+
* The unique identifier of the detector rule type
|
|
32756
|
+
*/
|
|
32757
|
+
key: string;
|
|
32758
|
+
/**
|
|
32759
|
+
* Configuration value
|
|
32760
|
+
*/
|
|
32761
|
+
value: string;
|
|
32762
|
+
}
|
|
31592
32763
|
interface TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue {
|
|
31593
32764
|
/**
|
|
31594
32765
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -31619,6 +32790,16 @@ export declare namespace CloudGuard {
|
|
|
31619
32790
|
*/
|
|
31620
32791
|
queryField: string;
|
|
31621
32792
|
}
|
|
32793
|
+
interface TargetTargetDetectorRecipeDetectorRuleRuleType {
|
|
32794
|
+
/**
|
|
32795
|
+
* The unique identifier of the detector rule type
|
|
32796
|
+
*/
|
|
32797
|
+
key: string;
|
|
32798
|
+
/**
|
|
32799
|
+
* Configuration value
|
|
32800
|
+
*/
|
|
32801
|
+
values: string[];
|
|
32802
|
+
}
|
|
31622
32803
|
interface TargetTargetDetectorRecipeEffectiveDetectorRule {
|
|
31623
32804
|
/**
|
|
31624
32805
|
* The ID of the attached data source
|
|
@@ -31652,6 +32833,10 @@ export declare namespace CloudGuard {
|
|
|
31652
32833
|
* Data source entities mapping for a detector rule
|
|
31653
32834
|
*/
|
|
31654
32835
|
entitiesMappings: outputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping[];
|
|
32836
|
+
/**
|
|
32837
|
+
* Is the rule cloneable?
|
|
32838
|
+
*/
|
|
32839
|
+
isCloneable: boolean;
|
|
31655
32840
|
/**
|
|
31656
32841
|
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
31657
32842
|
*/
|
|
@@ -31668,6 +32853,10 @@ export declare namespace CloudGuard {
|
|
|
31668
32853
|
* The type of resource which is monitored by the detector rule. For example, Instance, Database, VCN, Policy. To find the resource type for a particular rule, see [Detector Recipe Reference] (/iaas/cloud-guard/using/detect-recipes.htm#detect-recipes-reference).
|
|
31669
32854
|
*/
|
|
31670
32855
|
resourceType: string;
|
|
32856
|
+
/**
|
|
32857
|
+
* Rule category type
|
|
32858
|
+
*/
|
|
32859
|
+
ruleTypes: outputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType[];
|
|
31671
32860
|
/**
|
|
31672
32861
|
* Service type of the configuration to which the rule is applied
|
|
31673
32862
|
*/
|
|
@@ -31722,6 +32911,18 @@ export declare namespace CloudGuard {
|
|
|
31722
32911
|
condition: string;
|
|
31723
32912
|
}
|
|
31724
32913
|
interface TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration {
|
|
32914
|
+
/**
|
|
32915
|
+
* Map of additional property values for configuration
|
|
32916
|
+
*/
|
|
32917
|
+
additionalProperties: outputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty[];
|
|
32918
|
+
/**
|
|
32919
|
+
* Map of possible values for configuration
|
|
32920
|
+
*/
|
|
32921
|
+
allowedValues: outputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue[];
|
|
32922
|
+
/**
|
|
32923
|
+
* Map property Value data type
|
|
32924
|
+
*/
|
|
32925
|
+
allowedValuesDataType: string;
|
|
31725
32926
|
/**
|
|
31726
32927
|
* Unique identifier of the configuration
|
|
31727
32928
|
*/
|
|
@@ -31743,6 +32944,30 @@ export declare namespace CloudGuard {
|
|
|
31743
32944
|
*/
|
|
31744
32945
|
values: outputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue[];
|
|
31745
32946
|
}
|
|
32947
|
+
interface TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty {
|
|
32948
|
+
/**
|
|
32949
|
+
* The unique identifier of the detector rule type
|
|
32950
|
+
*/
|
|
32951
|
+
key: string;
|
|
32952
|
+
/**
|
|
32953
|
+
* Property Type
|
|
32954
|
+
*/
|
|
32955
|
+
propertyType: string;
|
|
32956
|
+
/**
|
|
32957
|
+
* Configuration value
|
|
32958
|
+
*/
|
|
32959
|
+
value: string;
|
|
32960
|
+
}
|
|
32961
|
+
interface TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue {
|
|
32962
|
+
/**
|
|
32963
|
+
* The unique identifier of the detector rule type
|
|
32964
|
+
*/
|
|
32965
|
+
key: string;
|
|
32966
|
+
/**
|
|
32967
|
+
* Configuration value
|
|
32968
|
+
*/
|
|
32969
|
+
value: string;
|
|
32970
|
+
}
|
|
31746
32971
|
interface TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue {
|
|
31747
32972
|
/**
|
|
31748
32973
|
* Configuration list item type (CUSTOM or MANAGED)
|
|
@@ -31773,6 +32998,16 @@ export declare namespace CloudGuard {
|
|
|
31773
32998
|
*/
|
|
31774
32999
|
queryField: string;
|
|
31775
33000
|
}
|
|
33001
|
+
interface TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType {
|
|
33002
|
+
/**
|
|
33003
|
+
* The unique identifier of the detector rule type
|
|
33004
|
+
*/
|
|
33005
|
+
key: string;
|
|
33006
|
+
/**
|
|
33007
|
+
* Configuration value
|
|
33008
|
+
*/
|
|
33009
|
+
values: string[];
|
|
33010
|
+
}
|
|
31776
33011
|
interface TargetTargetResponderRecipe {
|
|
31777
33012
|
/**
|
|
31778
33013
|
* Compartment OCID where the resource is created
|
|
@@ -91727,6 +92962,10 @@ export declare namespace Database {
|
|
|
91727
92962
|
timeSnapshotStandbyEnabledTill: string;
|
|
91728
92963
|
}
|
|
91729
92964
|
interface AutonomousDatabaseResourcePoolSummary {
|
|
92965
|
+
/**
|
|
92966
|
+
* Available capacity left for new elastic pool members provision
|
|
92967
|
+
*/
|
|
92968
|
+
availableComputeCapacity: number;
|
|
91730
92969
|
/**
|
|
91731
92970
|
* (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
|
91732
92971
|
*/
|
|
@@ -91735,6 +92974,10 @@ export declare namespace Database {
|
|
|
91735
92974
|
* (Updatable) Resource pool size.
|
|
91736
92975
|
*/
|
|
91737
92976
|
poolSize: number;
|
|
92977
|
+
/**
|
|
92978
|
+
* Resource Pool total capacity, it's currently 4x of pool size
|
|
92979
|
+
*/
|
|
92980
|
+
totalComputeCapacity: number;
|
|
91738
92981
|
}
|
|
91739
92982
|
interface AutonomousDatabaseScheduledOperation {
|
|
91740
92983
|
/**
|
|
@@ -96494,6 +97737,10 @@ export declare namespace Database {
|
|
|
96494
97737
|
id: string;
|
|
96495
97738
|
}
|
|
96496
97739
|
interface GetAutonomousDatabaseResourcePoolSummary {
|
|
97740
|
+
/**
|
|
97741
|
+
* Available capacity left for new elastic pool members provision
|
|
97742
|
+
*/
|
|
97743
|
+
availableComputeCapacity: number;
|
|
96497
97744
|
/**
|
|
96498
97745
|
* Indicates if the resource pool should be deleted for the Autonomous Database.
|
|
96499
97746
|
*/
|
|
@@ -96502,6 +97749,10 @@ export declare namespace Database {
|
|
|
96502
97749
|
* Resource pool size.
|
|
96503
97750
|
*/
|
|
96504
97751
|
poolSize: number;
|
|
97752
|
+
/**
|
|
97753
|
+
* Resource Pool total capacity, it's currently 4x of pool size
|
|
97754
|
+
*/
|
|
97755
|
+
totalComputeCapacity: number;
|
|
96505
97756
|
}
|
|
96506
97757
|
interface GetAutonomousDatabaseScheduledOperation {
|
|
96507
97758
|
/**
|
|
@@ -97588,6 +98839,10 @@ export declare namespace Database {
|
|
|
97588
98839
|
timeSnapshotStandbyEnabledTill: string;
|
|
97589
98840
|
}
|
|
97590
98841
|
interface GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummary {
|
|
98842
|
+
/**
|
|
98843
|
+
* Available capacity left for new elastic pool members provision
|
|
98844
|
+
*/
|
|
98845
|
+
availableComputeCapacity: number;
|
|
97591
98846
|
/**
|
|
97592
98847
|
* Indicates if the resource pool should be deleted for the Autonomous Database.
|
|
97593
98848
|
*/
|
|
@@ -97596,6 +98851,10 @@ export declare namespace Database {
|
|
|
97596
98851
|
* Resource pool size.
|
|
97597
98852
|
*/
|
|
97598
98853
|
poolSize: number;
|
|
98854
|
+
/**
|
|
98855
|
+
* Resource Pool total capacity, it's currently 4x of pool size
|
|
98856
|
+
*/
|
|
98857
|
+
totalComputeCapacity: number;
|
|
97599
98858
|
}
|
|
97600
98859
|
interface GetAutonomousDatabasesAutonomousDatabaseScheduledOperation {
|
|
97601
98860
|
/**
|
|
@@ -98579,6 +99838,10 @@ export declare namespace Database {
|
|
|
98579
99838
|
timeSnapshotStandbyEnabledTill: string;
|
|
98580
99839
|
}
|
|
98581
99840
|
interface GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummary {
|
|
99841
|
+
/**
|
|
99842
|
+
* Available capacity left for new elastic pool members provision
|
|
99843
|
+
*/
|
|
99844
|
+
availableComputeCapacity: number;
|
|
98582
99845
|
/**
|
|
98583
99846
|
* Indicates if the resource pool should be deleted for the Autonomous Database.
|
|
98584
99847
|
*/
|
|
@@ -98587,6 +99850,10 @@ export declare namespace Database {
|
|
|
98587
99850
|
* Resource pool size.
|
|
98588
99851
|
*/
|
|
98589
99852
|
poolSize: number;
|
|
99853
|
+
/**
|
|
99854
|
+
* Resource Pool total capacity, it's currently 4x of pool size
|
|
99855
|
+
*/
|
|
99856
|
+
totalComputeCapacity: number;
|
|
98590
99857
|
}
|
|
98591
99858
|
interface GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperation {
|
|
98592
99859
|
/**
|
|
@@ -106024,6 +107291,10 @@ export declare namespace Database {
|
|
|
106024
107291
|
* A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
|
|
106025
107292
|
*/
|
|
106026
107293
|
attachedShapeAttributes: string[];
|
|
107294
|
+
/**
|
|
107295
|
+
* Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
|
107296
|
+
*/
|
|
107297
|
+
autoscaleLimitInGbs: number;
|
|
106027
107298
|
/**
|
|
106028
107299
|
* The name of the availability domain in which the Exadata Database Storage Vault is located.
|
|
106029
107300
|
*/
|
|
@@ -106068,6 +107339,10 @@ export declare namespace Database {
|
|
|
106068
107339
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
|
106069
107340
|
*/
|
|
106070
107341
|
id: string;
|
|
107342
|
+
/**
|
|
107343
|
+
* Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
|
107344
|
+
*/
|
|
107345
|
+
isAutoscaleEnabled: boolean;
|
|
106071
107346
|
/**
|
|
106072
107347
|
* Additional information about the current lifecycle state.
|
|
106073
107348
|
*/
|
|
@@ -229359,6 +230634,42 @@ export declare namespace Mysql {
|
|
|
229359
230634
|
*/
|
|
229360
230635
|
timeUpdated: string;
|
|
229361
230636
|
}
|
|
230637
|
+
interface GetMysqlBackupBackupValidationDetail {
|
|
230638
|
+
/**
|
|
230639
|
+
* Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
|
|
230640
|
+
*/
|
|
230641
|
+
backupPreparationStatus: string;
|
|
230642
|
+
/**
|
|
230643
|
+
* Error message if the backup validation has failed.
|
|
230644
|
+
*/
|
|
230645
|
+
errorMessage: string;
|
|
230646
|
+
/**
|
|
230647
|
+
* The estimated restore duration of the backup.
|
|
230648
|
+
*/
|
|
230649
|
+
estimatedRestoreDuration: string;
|
|
230650
|
+
/**
|
|
230651
|
+
* Prepared backup details.
|
|
230652
|
+
*/
|
|
230653
|
+
preparedBackupDetails: outputs.Mysql.GetMysqlBackupBackupValidationDetailPreparedBackupDetail[];
|
|
230654
|
+
/**
|
|
230655
|
+
* The date and time of the most recent validation performed on the backup.
|
|
230656
|
+
*/
|
|
230657
|
+
timeLastValidated: string;
|
|
230658
|
+
/**
|
|
230659
|
+
* The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
|
|
230660
|
+
*/
|
|
230661
|
+
validationStatus: string;
|
|
230662
|
+
}
|
|
230663
|
+
interface GetMysqlBackupBackupValidationDetailPreparedBackupDetail {
|
|
230664
|
+
/**
|
|
230665
|
+
* The estimated time saving when this prepared backup is restored.
|
|
230666
|
+
*/
|
|
230667
|
+
preparedBackupRestoreReductionInMinutes: number;
|
|
230668
|
+
/**
|
|
230669
|
+
* The date and time the backup was prepared.
|
|
230670
|
+
*/
|
|
230671
|
+
timePrepared: string;
|
|
230672
|
+
}
|
|
229362
230673
|
interface GetMysqlBackupDbSystemSnapshot {
|
|
229363
230674
|
/**
|
|
229364
230675
|
* The username for the administrative user.
|
|
@@ -229713,7 +231024,14 @@ export declare namespace Mysql {
|
|
|
229713
231024
|
*/
|
|
229714
231025
|
region: string;
|
|
229715
231026
|
}
|
|
231027
|
+
interface GetMysqlBackupValidateBackupDetail {
|
|
231028
|
+
isPreparedBackupRequired: boolean;
|
|
231029
|
+
}
|
|
229716
231030
|
interface GetMysqlBackupsBackup {
|
|
231031
|
+
/**
|
|
231032
|
+
* Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
|
|
231033
|
+
*/
|
|
231034
|
+
backupPreparationStatus: string;
|
|
229717
231035
|
/**
|
|
229718
231036
|
* The size of the backup in base-2 (IEC) gibibytes. (GiB).
|
|
229719
231037
|
*/
|
|
@@ -229739,10 +231057,6 @@ export declare namespace Mysql {
|
|
|
229739
231057
|
*/
|
|
229740
231058
|
dbSystemId: string;
|
|
229741
231059
|
dbSystemSnapshotSummaries: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotSummary[];
|
|
229742
|
-
/**
|
|
229743
|
-
* Snapshot of the DbSystem details at the time of the backup
|
|
229744
|
-
*/
|
|
229745
|
-
dbSystemSnapshots: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshot[];
|
|
229746
231060
|
/**
|
|
229747
231061
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
229748
231062
|
*/
|
|
@@ -229799,7 +231113,6 @@ export declare namespace Mysql {
|
|
|
229799
231113
|
* Backup Soft Delete
|
|
229800
231114
|
*/
|
|
229801
231115
|
softDelete: string;
|
|
229802
|
-
sourceDetails: outputs.Mysql.GetMysqlBackupsBackupSourceDetail[];
|
|
229803
231116
|
/**
|
|
229804
231117
|
* Backup Lifecycle State
|
|
229805
231118
|
*/
|
|
@@ -229819,325 +231132,9 @@ export declare namespace Mysql {
|
|
|
229819
231132
|
*/
|
|
229820
231133
|
timeCreated: string;
|
|
229821
231134
|
/**
|
|
229822
|
-
* The
|
|
229823
|
-
*/
|
|
229824
|
-
timeUpdated: string;
|
|
229825
|
-
}
|
|
229826
|
-
interface GetMysqlBackupsBackupDbSystemSnapshot {
|
|
229827
|
-
/**
|
|
229828
|
-
* The username for the administrative user.
|
|
229829
|
-
*/
|
|
229830
|
-
adminUsername: string;
|
|
229831
|
-
/**
|
|
229832
|
-
* The Availability Domain where the primary DB System should be located.
|
|
229833
|
-
*/
|
|
229834
|
-
availabilityDomain: string;
|
|
229835
|
-
/**
|
|
229836
|
-
* The Backup policy for the DB System.
|
|
229837
|
-
*/
|
|
229838
|
-
backupPolicies: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicy[];
|
|
229839
|
-
/**
|
|
229840
|
-
* The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
229841
|
-
*/
|
|
229842
|
-
compartmentId: string;
|
|
229843
|
-
/**
|
|
229844
|
-
* The OCID of the Configuration to be used for Instances in this DB System.
|
|
229845
|
-
*/
|
|
229846
|
-
configurationId: string;
|
|
229847
|
-
/**
|
|
229848
|
-
* Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
|
|
229849
|
-
*/
|
|
229850
|
-
crashRecovery: string;
|
|
229851
|
-
/**
|
|
229852
|
-
* DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
|
|
229853
|
-
*/
|
|
229854
|
-
dataStorageSizeInGb: number;
|
|
229855
|
-
/**
|
|
229856
|
-
* Data Storage information.
|
|
229857
|
-
*/
|
|
229858
|
-
dataStorages: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotDataStorage[];
|
|
229859
|
-
/**
|
|
229860
|
-
* Whether to enable monitoring via the Database Management service.
|
|
229861
|
-
*/
|
|
229862
|
-
databaseManagement: string;
|
|
229863
|
-
/**
|
|
229864
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
229865
|
-
*/
|
|
229866
|
-
definedTags: {
|
|
229867
|
-
[key: string]: string;
|
|
229868
|
-
};
|
|
229869
|
-
/**
|
|
229870
|
-
* The Deletion policy for the DB System.
|
|
229871
|
-
*/
|
|
229872
|
-
deletionPolicies: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicy[];
|
|
229873
|
-
/**
|
|
229874
|
-
* A user-supplied description for the backup.
|
|
229875
|
-
*/
|
|
229876
|
-
description: string;
|
|
229877
|
-
/**
|
|
229878
|
-
* A filter to return only the resource matching the given display name exactly.
|
|
229879
|
-
*/
|
|
229880
|
-
displayName: string;
|
|
229881
|
-
/**
|
|
229882
|
-
* Encrypt data details.
|
|
229883
|
-
*/
|
|
229884
|
-
encryptDatas: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotEncryptData[];
|
|
229885
|
-
/**
|
|
229886
|
-
* The network endpoints available for this DB System.
|
|
229887
|
-
*/
|
|
229888
|
-
endpoints: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotEndpoint[];
|
|
229889
|
-
/**
|
|
229890
|
-
* The name of the Fault Domain the DB System is located in.
|
|
229891
|
-
*/
|
|
229892
|
-
faultDomain: string;
|
|
229893
|
-
/**
|
|
229894
|
-
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
229895
|
-
*/
|
|
229896
|
-
freeformTags: {
|
|
229897
|
-
[key: string]: string;
|
|
229898
|
-
};
|
|
229899
|
-
/**
|
|
229900
|
-
* The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
|
|
229901
|
-
*/
|
|
229902
|
-
hostnameLabel: string;
|
|
229903
|
-
/**
|
|
229904
|
-
* OCID of the backup itself
|
|
229905
|
-
*/
|
|
229906
|
-
id: string;
|
|
229907
|
-
/**
|
|
229908
|
-
* The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
|
|
229909
|
-
*/
|
|
229910
|
-
ipAddress: string;
|
|
229911
|
-
/**
|
|
229912
|
-
* Specifies if the DB System is highly available.
|
|
229913
|
-
*/
|
|
229914
|
-
isHighlyAvailable: boolean;
|
|
229915
|
-
/**
|
|
229916
|
-
* The Maintenance Policy for the DB System or Read Replica that this model is included in.
|
|
229917
|
-
*/
|
|
229918
|
-
maintenances: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotMaintenance[];
|
|
229919
|
-
/**
|
|
229920
|
-
* The MySQL server version of the DB System used for backup.
|
|
229921
|
-
*/
|
|
229922
|
-
mysqlVersion: string;
|
|
229923
|
-
/**
|
|
229924
|
-
* Network Security Group OCIDs used for the VNIC attachment.
|
|
229925
|
-
*/
|
|
229926
|
-
nsgIds: string[];
|
|
229927
|
-
/**
|
|
229928
|
-
* The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
|
|
229929
|
-
*/
|
|
229930
|
-
port: number;
|
|
229931
|
-
/**
|
|
229932
|
-
* The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
|
229933
|
-
*/
|
|
229934
|
-
portX: number;
|
|
229935
|
-
/**
|
|
229936
|
-
* The read endpoint of a DB System.
|
|
229937
|
-
*/
|
|
229938
|
-
readEndpoints: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotReadEndpoint[];
|
|
229939
|
-
/**
|
|
229940
|
-
* The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
|
|
229941
|
-
*/
|
|
229942
|
-
region: string;
|
|
229943
|
-
/**
|
|
229944
|
-
* REST configuration details.
|
|
229945
|
-
*/
|
|
229946
|
-
rests: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotRest[];
|
|
229947
|
-
/**
|
|
229948
|
-
* Secure connection configuration details.
|
|
229949
|
-
*/
|
|
229950
|
-
secureConnections: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotSecureConnection[];
|
|
229951
|
-
/**
|
|
229952
|
-
* The shape of the DB System instance used for backup.
|
|
229953
|
-
*/
|
|
229954
|
-
shapeName: string;
|
|
229955
|
-
/**
|
|
229956
|
-
* The OCID of the subnet the DB System is associated with.
|
|
229957
|
-
*/
|
|
229958
|
-
subnetId: string;
|
|
229959
|
-
}
|
|
229960
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotBackupPolicy {
|
|
229961
|
-
/**
|
|
229962
|
-
* List of policies of a DB system to schedule cross-region DB system backup copy.
|
|
229963
|
-
*/
|
|
229964
|
-
copyPolicies: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicy[];
|
|
229965
|
-
/**
|
|
229966
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
229967
|
-
*/
|
|
229968
|
-
definedTags: {
|
|
229969
|
-
[key: string]: string;
|
|
229970
|
-
};
|
|
229971
|
-
/**
|
|
229972
|
-
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
229973
|
-
*/
|
|
229974
|
-
freeformTags: {
|
|
229975
|
-
[key: string]: string;
|
|
229976
|
-
};
|
|
229977
|
-
/**
|
|
229978
|
-
* Specifies if the DB System read endpoint is enabled or not.
|
|
229979
|
-
*/
|
|
229980
|
-
isEnabled: boolean;
|
|
229981
|
-
/**
|
|
229982
|
-
* The PITR policy for the DB System.
|
|
229983
|
-
*/
|
|
229984
|
-
pitrPolicies: outputs.Mysql.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicy[];
|
|
229985
|
-
/**
|
|
229986
|
-
* Number of days to retain this backup.
|
|
229987
|
-
*/
|
|
229988
|
-
retentionInDays: number;
|
|
229989
|
-
/**
|
|
229990
|
-
* Backup Soft Delete
|
|
229991
|
-
*/
|
|
229992
|
-
softDelete: string;
|
|
229993
|
-
/**
|
|
229994
|
-
* The start time of the maintenance window.
|
|
229995
|
-
*/
|
|
229996
|
-
windowStartTime: string;
|
|
229997
|
-
}
|
|
229998
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicy {
|
|
229999
|
-
/**
|
|
230000
|
-
* Number of days to retain the copied DB system backup.
|
|
230001
|
-
*/
|
|
230002
|
-
backupCopyRetentionInDays: number;
|
|
230003
|
-
/**
|
|
230004
|
-
* The destination region name to which the DB system backup will be copied.
|
|
230005
|
-
*/
|
|
230006
|
-
copyToRegion: string;
|
|
230007
|
-
}
|
|
230008
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicy {
|
|
230009
|
-
/**
|
|
230010
|
-
* Specifies if the DB System read endpoint is enabled or not.
|
|
230011
|
-
*/
|
|
230012
|
-
isEnabled: boolean;
|
|
230013
|
-
}
|
|
230014
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotDataStorage {
|
|
230015
|
-
/**
|
|
230016
|
-
* The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
|
|
230017
|
-
*/
|
|
230018
|
-
allocatedStorageSizeInGbs: number;
|
|
230019
|
-
/**
|
|
230020
|
-
* DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
|
|
230021
|
-
*/
|
|
230022
|
-
dataStorageSizeInGb: number;
|
|
230023
|
-
/**
|
|
230024
|
-
* The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
|
|
230025
|
-
*/
|
|
230026
|
-
dataStorageSizeLimitInGbs: number;
|
|
230027
|
-
/**
|
|
230028
|
-
* Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
|
|
230029
|
-
*/
|
|
230030
|
-
isAutoExpandStorageEnabled: boolean;
|
|
230031
|
-
/**
|
|
230032
|
-
* Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
|
|
230033
|
-
*/
|
|
230034
|
-
maxStorageSizeInGbs: number;
|
|
230035
|
-
}
|
|
230036
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicy {
|
|
230037
|
-
/**
|
|
230038
|
-
* Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
|
|
230039
|
-
*/
|
|
230040
|
-
automaticBackupRetention: string;
|
|
230041
|
-
/**
|
|
230042
|
-
* Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
|
|
230043
|
-
*/
|
|
230044
|
-
finalBackup: string;
|
|
230045
|
-
/**
|
|
230046
|
-
* Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
|
|
230047
|
-
*/
|
|
230048
|
-
isDeleteProtected: boolean;
|
|
230049
|
-
}
|
|
230050
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotEncryptData {
|
|
230051
|
-
/**
|
|
230052
|
-
* Select whether to use Oracle-managed key (SYSTEM) or your own key (BYOK).
|
|
230053
|
-
*/
|
|
230054
|
-
keyGenerationType: string;
|
|
230055
|
-
/**
|
|
230056
|
-
* The OCID of the key to use.
|
|
230057
|
-
*/
|
|
230058
|
-
keyId: string;
|
|
230059
|
-
}
|
|
230060
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotEndpoint {
|
|
230061
|
-
/**
|
|
230062
|
-
* The network address of the DB System.
|
|
230063
|
-
*/
|
|
230064
|
-
hostname: string;
|
|
230065
|
-
/**
|
|
230066
|
-
* The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
|
|
230067
|
-
*/
|
|
230068
|
-
ipAddress: string;
|
|
230069
|
-
/**
|
|
230070
|
-
* The access modes from the client that this endpoint supports.
|
|
230071
|
-
*/
|
|
230072
|
-
modes: string[];
|
|
230073
|
-
/**
|
|
230074
|
-
* The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
|
|
230075
|
-
*/
|
|
230076
|
-
port: number;
|
|
230077
|
-
/**
|
|
230078
|
-
* The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
|
|
230079
|
-
*/
|
|
230080
|
-
portX: number;
|
|
230081
|
-
/**
|
|
230082
|
-
* The OCID of the resource that this endpoint is attached to.
|
|
230083
|
-
*/
|
|
230084
|
-
resourceId: string;
|
|
230085
|
-
/**
|
|
230086
|
-
* The type of endpoint that clients and connectors can connect to.
|
|
231135
|
+
* The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
|
|
230087
231136
|
*/
|
|
230088
|
-
|
|
230089
|
-
/**
|
|
230090
|
-
* The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
|
|
230091
|
-
*/
|
|
230092
|
-
status: string;
|
|
230093
|
-
/**
|
|
230094
|
-
* Additional information about the current endpoint status.
|
|
230095
|
-
*/
|
|
230096
|
-
statusDetails: string;
|
|
230097
|
-
}
|
|
230098
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotMaintenance {
|
|
230099
|
-
/**
|
|
230100
|
-
* The start time of the maintenance window.
|
|
230101
|
-
*/
|
|
230102
|
-
windowStartTime: string;
|
|
230103
|
-
}
|
|
230104
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotReadEndpoint {
|
|
230105
|
-
/**
|
|
230106
|
-
* A list of IP addresses of read replicas that are excluded from serving read requests.
|
|
230107
|
-
*/
|
|
230108
|
-
excludeIps: string[];
|
|
230109
|
-
/**
|
|
230110
|
-
* Specifies if the DB System read endpoint is enabled or not.
|
|
230111
|
-
*/
|
|
230112
|
-
isEnabled: boolean;
|
|
230113
|
-
/**
|
|
230114
|
-
* The hostname for the read endpoint of the DB System. Used for DNS.
|
|
230115
|
-
*/
|
|
230116
|
-
readEndpointHostnameLabel: string;
|
|
230117
|
-
/**
|
|
230118
|
-
* The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
|
|
230119
|
-
*/
|
|
230120
|
-
readEndpointIpAddress: string;
|
|
230121
|
-
}
|
|
230122
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotRest {
|
|
230123
|
-
/**
|
|
230124
|
-
* Select how REST is configured across the DB System instances.
|
|
230125
|
-
*/
|
|
230126
|
-
configuration: string;
|
|
230127
|
-
/**
|
|
230128
|
-
* The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
|
|
230129
|
-
*/
|
|
230130
|
-
port: number;
|
|
230131
|
-
}
|
|
230132
|
-
interface GetMysqlBackupsBackupDbSystemSnapshotSecureConnection {
|
|
230133
|
-
/**
|
|
230134
|
-
* Select whether to use MySQL Database Service-managed certificate (SYSTEM) or your own certificate (BYOC).
|
|
230135
|
-
*/
|
|
230136
|
-
certificateGenerationType: string;
|
|
230137
|
-
/**
|
|
230138
|
-
* The OCID of the certificate to use.
|
|
230139
|
-
*/
|
|
230140
|
-
certificateId: string;
|
|
231137
|
+
validationStatus: string;
|
|
230141
231138
|
}
|
|
230142
231139
|
interface GetMysqlBackupsBackupDbSystemSnapshotSummary {
|
|
230143
231140
|
/**
|
|
@@ -230163,20 +231160,6 @@ export declare namespace Mysql {
|
|
|
230163
231160
|
*/
|
|
230164
231161
|
keyId: string;
|
|
230165
231162
|
}
|
|
230166
|
-
interface GetMysqlBackupsBackupSourceDetail {
|
|
230167
|
-
/**
|
|
230168
|
-
* Backup OCID
|
|
230169
|
-
*/
|
|
230170
|
-
backupId: string;
|
|
230171
|
-
/**
|
|
230172
|
-
* The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
230173
|
-
*/
|
|
230174
|
-
compartmentId: string;
|
|
230175
|
-
/**
|
|
230176
|
-
* The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
|
|
230177
|
-
*/
|
|
230178
|
-
region: string;
|
|
230179
|
-
}
|
|
230180
231163
|
interface GetMysqlBackupsFilter {
|
|
230181
231164
|
name: string;
|
|
230182
231165
|
regex?: boolean;
|
|
@@ -232528,6 +233511,42 @@ export declare namespace Mysql {
|
|
|
232528
233511
|
*/
|
|
232529
233512
|
timeUpdated: string;
|
|
232530
233513
|
}
|
|
233514
|
+
interface MysqlBackupBackupValidationDetail {
|
|
233515
|
+
/**
|
|
233516
|
+
* Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
|
|
233517
|
+
*/
|
|
233518
|
+
backupPreparationStatus: string;
|
|
233519
|
+
/**
|
|
233520
|
+
* Error message if the backup validation has failed.
|
|
233521
|
+
*/
|
|
233522
|
+
errorMessage: string;
|
|
233523
|
+
/**
|
|
233524
|
+
* The estimated restore duration of the backup.
|
|
233525
|
+
*/
|
|
233526
|
+
estimatedRestoreDuration: string;
|
|
233527
|
+
/**
|
|
233528
|
+
* Prepared backup details.
|
|
233529
|
+
*/
|
|
233530
|
+
preparedBackupDetails: outputs.Mysql.MysqlBackupBackupValidationDetailPreparedBackupDetail[];
|
|
233531
|
+
/**
|
|
233532
|
+
* The date and time of the most recent validation performed on the backup.
|
|
233533
|
+
*/
|
|
233534
|
+
timeLastValidated: string;
|
|
233535
|
+
/**
|
|
233536
|
+
* The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
|
|
233537
|
+
*/
|
|
233538
|
+
validationStatus: string;
|
|
233539
|
+
}
|
|
233540
|
+
interface MysqlBackupBackupValidationDetailPreparedBackupDetail {
|
|
233541
|
+
/**
|
|
233542
|
+
* The estimated time saving when this prepared backup is restored.
|
|
233543
|
+
*/
|
|
233544
|
+
preparedBackupRestoreReductionInMinutes: number;
|
|
233545
|
+
/**
|
|
233546
|
+
* The date and time the backup was prepared.
|
|
233547
|
+
*/
|
|
233548
|
+
timePrepared: string;
|
|
233549
|
+
}
|
|
232531
233550
|
interface MysqlBackupDbSystemSnapshot {
|
|
232532
233551
|
/**
|
|
232533
233552
|
* The username for the administrative user.
|
|
@@ -232882,6 +233901,12 @@ export declare namespace Mysql {
|
|
|
232882
233901
|
*/
|
|
232883
233902
|
region: string;
|
|
232884
233903
|
}
|
|
233904
|
+
interface MysqlBackupValidateBackupDetail {
|
|
233905
|
+
/**
|
|
233906
|
+
* Specifies whether the backup needs to be prepared for fast restore or not. Set to true to prepare the backup **Note:** Prepare backup is a one time operation, therefore this field can be set to true only once.
|
|
233907
|
+
*/
|
|
233908
|
+
isPreparedBackupRequired: boolean;
|
|
233909
|
+
}
|
|
232885
233910
|
interface MysqlConfigurationInitVariables {
|
|
232886
233911
|
/**
|
|
232887
233912
|
* Represents the MySQL server system variable lowerCaseTableNames (https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_table_names).
|
|
@@ -273120,7 +274145,7 @@ export declare namespace oci {
|
|
|
273120
274145
|
}
|
|
273121
274146
|
interface DbmulticloudMultiCloudResourceDiscoveryResource {
|
|
273122
274147
|
/**
|
|
273123
|
-
* The
|
|
274148
|
+
* The ID of the Discovered Resource.
|
|
273124
274149
|
*/
|
|
273125
274150
|
id: string;
|
|
273126
274151
|
/**
|
|
@@ -273148,7 +274173,7 @@ export declare namespace oci {
|
|
|
273148
274173
|
}
|
|
273149
274174
|
interface DbmulticloudOracleDbAzureConnectorArcAgentNode {
|
|
273150
274175
|
/**
|
|
273151
|
-
* Current Arc Agent Version installed on this node of VM Cluster.
|
|
274176
|
+
* Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
|
273152
274177
|
*/
|
|
273153
274178
|
currentArcAgentVersion: string;
|
|
273154
274179
|
/**
|
|
@@ -273156,15 +274181,33 @@ export declare namespace oci {
|
|
|
273156
274181
|
*/
|
|
273157
274182
|
hostId: string;
|
|
273158
274183
|
/**
|
|
273159
|
-
* Host
|
|
274184
|
+
* Host name or Azure Arc Agent name.
|
|
274185
|
+
*/
|
|
274186
|
+
hostName: string;
|
|
274187
|
+
/**
|
|
274188
|
+
* The current status of the Azure Arc Agent resource.
|
|
274189
|
+
*/
|
|
274190
|
+
status: string;
|
|
274191
|
+
/**
|
|
274192
|
+
* Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274193
|
+
*/
|
|
274194
|
+
timeLastChecked: string;
|
|
274195
|
+
}
|
|
274196
|
+
interface DbmulticloudOracleDbGcpIdentityConnectorGcpNode {
|
|
274197
|
+
/**
|
|
274198
|
+
* Host ID.
|
|
274199
|
+
*/
|
|
274200
|
+
hostId: string;
|
|
274201
|
+
/**
|
|
274202
|
+
* Host Name or Identity Connector name.
|
|
273160
274203
|
*/
|
|
273161
274204
|
hostName: string;
|
|
273162
274205
|
/**
|
|
273163
|
-
* The current status of the
|
|
274206
|
+
* The current status of the GCP Identity Connector resource.
|
|
273164
274207
|
*/
|
|
273165
274208
|
status: string;
|
|
273166
274209
|
/**
|
|
273167
|
-
* time when the
|
|
274210
|
+
* time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
273168
274211
|
*/
|
|
273169
274212
|
timeLastChecked: string;
|
|
273170
274213
|
}
|
|
@@ -273793,7 +274836,7 @@ export declare namespace oci {
|
|
|
273793
274836
|
[key: string]: string;
|
|
273794
274837
|
};
|
|
273795
274838
|
/**
|
|
273796
|
-
*
|
|
274839
|
+
* A filter to return Oracle DB Multicloud Discovery resources that match the specified display name.
|
|
273797
274840
|
*/
|
|
273798
274841
|
displayName: string;
|
|
273799
274842
|
/**
|
|
@@ -273803,11 +274846,11 @@ export declare namespace oci {
|
|
|
273803
274846
|
[key: string]: string;
|
|
273804
274847
|
};
|
|
273805
274848
|
/**
|
|
273806
|
-
* The
|
|
274849
|
+
* The ID of the Discovered Resource.
|
|
273807
274850
|
*/
|
|
273808
274851
|
id: string;
|
|
273809
274852
|
/**
|
|
273810
|
-
* Description of the latest modification of the
|
|
274853
|
+
* Description of the latest modification of the Multicloud Resource Discovery resource.
|
|
273811
274854
|
*/
|
|
273812
274855
|
lastModification: string;
|
|
273813
274856
|
/**
|
|
@@ -273815,11 +274858,11 @@ export declare namespace oci {
|
|
|
273815
274858
|
*/
|
|
273816
274859
|
lifecycleStateDetails: string;
|
|
273817
274860
|
/**
|
|
273818
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector
|
|
274861
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
|
|
273819
274862
|
*/
|
|
273820
274863
|
oracleDbConnectorId: string;
|
|
273821
274864
|
/**
|
|
273822
|
-
* The type of
|
|
274865
|
+
* The type of Multicloud Resource.
|
|
273823
274866
|
*/
|
|
273824
274867
|
resourceType: string;
|
|
273825
274868
|
/**
|
|
@@ -273827,7 +274870,13 @@ export declare namespace oci {
|
|
|
273827
274870
|
*/
|
|
273828
274871
|
resources: outputs.oci.GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySummaryCollectionItemResource[];
|
|
273829
274872
|
/**
|
|
273830
|
-
*
|
|
274873
|
+
* Specifies the type(s) of resources to discover in the target cloud provider.
|
|
274874
|
+
*/
|
|
274875
|
+
resourcesFilter: {
|
|
274876
|
+
[key: string]: string;
|
|
274877
|
+
};
|
|
274878
|
+
/**
|
|
274879
|
+
* A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
|
273831
274880
|
*/
|
|
273832
274881
|
state: string;
|
|
273833
274882
|
/**
|
|
@@ -273837,17 +274886,17 @@ export declare namespace oci {
|
|
|
273837
274886
|
[key: string]: string;
|
|
273838
274887
|
};
|
|
273839
274888
|
/**
|
|
273840
|
-
* Time when the
|
|
274889
|
+
* Time when the Multicloud Discovery Resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
273841
274890
|
*/
|
|
273842
274891
|
timeCreated: string;
|
|
273843
274892
|
/**
|
|
273844
|
-
* Time when the
|
|
274893
|
+
* Time when the Multicloud Discovery Resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
273845
274894
|
*/
|
|
273846
274895
|
timeUpdated: string;
|
|
273847
274896
|
}
|
|
273848
274897
|
interface GetDbmulticloudMultiCloudResourceDiscoveriesMultiCloudResourceDiscoverySummaryCollectionItemResource {
|
|
273849
274898
|
/**
|
|
273850
|
-
* The
|
|
274899
|
+
* The ID of the Discovered Resource.
|
|
273851
274900
|
*/
|
|
273852
274901
|
id: string;
|
|
273853
274902
|
/**
|
|
@@ -273875,7 +274924,7 @@ export declare namespace oci {
|
|
|
273875
274924
|
}
|
|
273876
274925
|
interface GetDbmulticloudMultiCloudResourceDiscoveryResource {
|
|
273877
274926
|
/**
|
|
273878
|
-
* The
|
|
274927
|
+
* The ID of the Discovered Resource.
|
|
273879
274928
|
*/
|
|
273880
274929
|
id: string;
|
|
273881
274930
|
/**
|
|
@@ -273911,11 +274960,11 @@ export declare namespace oci {
|
|
|
273911
274960
|
}
|
|
273912
274961
|
interface GetDbmulticloudOracleDbAzureBlobContainersOracleDbAzureBlobContainerSummaryCollectionItem {
|
|
273913
274962
|
/**
|
|
273914
|
-
* A filter to return Azure Blob
|
|
274963
|
+
* A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Account name.
|
|
273915
274964
|
*/
|
|
273916
274965
|
azureStorageAccountName: string;
|
|
273917
274966
|
/**
|
|
273918
|
-
* A filter to return Azure Blob
|
|
274967
|
+
* A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Storage name.
|
|
273919
274968
|
*/
|
|
273920
274969
|
azureStorageContainerName: string;
|
|
273921
274970
|
/**
|
|
@@ -273929,7 +274978,7 @@ export declare namespace oci {
|
|
|
273929
274978
|
[key: string]: string;
|
|
273930
274979
|
};
|
|
273931
274980
|
/**
|
|
273932
|
-
* A filter to return Azure
|
|
274981
|
+
* A filter to return Oracle DB Azure Blob Container resources that match the specified display name.
|
|
273933
274982
|
*/
|
|
273934
274983
|
displayName: string;
|
|
273935
274984
|
/**
|
|
@@ -273939,11 +274988,11 @@ export declare namespace oci {
|
|
|
273939
274988
|
[key: string]: string;
|
|
273940
274989
|
};
|
|
273941
274990
|
/**
|
|
273942
|
-
* The
|
|
274991
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
|
273943
274992
|
*/
|
|
273944
274993
|
id: string;
|
|
273945
274994
|
/**
|
|
273946
|
-
* Description of the latest modification of the Oracle DB Azure Blob Container
|
|
274995
|
+
* Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
|
273947
274996
|
*/
|
|
273948
274997
|
lastModification: string;
|
|
273949
274998
|
/**
|
|
@@ -273951,7 +275000,7 @@ export declare namespace oci {
|
|
|
273951
275000
|
*/
|
|
273952
275001
|
lifecycleStateDetails: string;
|
|
273953
275002
|
/**
|
|
273954
|
-
* Private endpoint DNS Alias.
|
|
275003
|
+
* Private endpoint's DNS Alias.
|
|
273955
275004
|
*/
|
|
273956
275005
|
privateEndpointDnsAlias: string;
|
|
273957
275006
|
/**
|
|
@@ -273997,7 +275046,7 @@ export declare namespace oci {
|
|
|
273997
275046
|
[key: string]: string;
|
|
273998
275047
|
};
|
|
273999
275048
|
/**
|
|
274000
|
-
* A filter to return Oracle DB Azure Blob Mount
|
|
275049
|
+
* A filter to return Oracle DB Azure Blob Mount resources that match the specified display name.
|
|
274001
275050
|
*/
|
|
274002
275051
|
displayName: string;
|
|
274003
275052
|
/**
|
|
@@ -274007,11 +275056,11 @@ export declare namespace oci {
|
|
|
274007
275056
|
[key: string]: string;
|
|
274008
275057
|
};
|
|
274009
275058
|
/**
|
|
274010
|
-
* The OCID
|
|
275059
|
+
* The The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
|
|
274011
275060
|
*/
|
|
274012
275061
|
id: string;
|
|
274013
275062
|
/**
|
|
274014
|
-
* Description of the latest modification of the Oracle DB Azure Blob Mount
|
|
275063
|
+
* Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
|
274015
275064
|
*/
|
|
274016
275065
|
lastModification: string;
|
|
274017
275066
|
/**
|
|
@@ -274019,15 +275068,15 @@ export declare namespace oci {
|
|
|
274019
275068
|
*/
|
|
274020
275069
|
lifecycleStateDetails: string;
|
|
274021
275070
|
/**
|
|
274022
|
-
* Azure
|
|
275071
|
+
* Oracle DB Azure Blob Mount path.
|
|
274023
275072
|
*/
|
|
274024
275073
|
mountPath: string;
|
|
274025
275074
|
/**
|
|
274026
|
-
* A filter to return Oracle DB Azure Blob
|
|
275075
|
+
* A filter to return Oracle DB Azure Blob Container resource.
|
|
274027
275076
|
*/
|
|
274028
275077
|
oracleDbAzureBlobContainerId: string;
|
|
274029
275078
|
/**
|
|
274030
|
-
* A filter to return Oracle DB Azure
|
|
275079
|
+
* A filter to return Oracle DB Azure Azure Identity Connector resources.
|
|
274031
275080
|
*/
|
|
274032
275081
|
oracleDbAzureConnectorId: string;
|
|
274033
275082
|
/**
|
|
@@ -274051,7 +275100,7 @@ export declare namespace oci {
|
|
|
274051
275100
|
}
|
|
274052
275101
|
interface GetDbmulticloudOracleDbAzureConnectorArcAgentNode {
|
|
274053
275102
|
/**
|
|
274054
|
-
* Current Arc Agent Version installed on this node of VM Cluster.
|
|
275103
|
+
* Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
|
274055
275104
|
*/
|
|
274056
275105
|
currentArcAgentVersion: string;
|
|
274057
275106
|
/**
|
|
@@ -274059,15 +275108,15 @@ export declare namespace oci {
|
|
|
274059
275108
|
*/
|
|
274060
275109
|
hostId: string;
|
|
274061
275110
|
/**
|
|
274062
|
-
* Host
|
|
275111
|
+
* Host name or Azure Arc Agent name.
|
|
274063
275112
|
*/
|
|
274064
275113
|
hostName: string;
|
|
274065
275114
|
/**
|
|
274066
|
-
* The current status of the Azure Arc Agent
|
|
275115
|
+
* The current status of the Azure Arc Agent resource.
|
|
274067
275116
|
*/
|
|
274068
275117
|
status: string;
|
|
274069
275118
|
/**
|
|
274070
|
-
*
|
|
275119
|
+
* Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274071
275120
|
*/
|
|
274072
275121
|
timeLastChecked: string;
|
|
274073
275122
|
}
|
|
@@ -274081,19 +275130,23 @@ export declare namespace oci {
|
|
|
274081
275130
|
}
|
|
274082
275131
|
interface GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItem {
|
|
274083
275132
|
/**
|
|
274084
|
-
* Azure bearer access token.
|
|
275133
|
+
* Azure bearer access token.
|
|
274085
275134
|
*/
|
|
274086
275135
|
accessToken: string;
|
|
274087
275136
|
/**
|
|
274088
|
-
* List of
|
|
275137
|
+
* List of all VMs where Arc Agent is installed under Cloud VM Cluster.
|
|
274089
275138
|
*/
|
|
274090
275139
|
arcAgentNodes: outputs.oci.GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNode[];
|
|
274091
275140
|
/**
|
|
274092
|
-
* Azure Identity
|
|
275141
|
+
* The current Connectivity status of Azure Identity Connector resource.
|
|
275142
|
+
*/
|
|
275143
|
+
azureIdentityConnectivityStatus: string;
|
|
275144
|
+
/**
|
|
275145
|
+
* Azure Identity mechanism.
|
|
274093
275146
|
*/
|
|
274094
275147
|
azureIdentityMechanism: string;
|
|
274095
275148
|
/**
|
|
274096
|
-
* Azure Resource
|
|
275149
|
+
* Azure Resource group name.
|
|
274097
275150
|
*/
|
|
274098
275151
|
azureResourceGroup: string;
|
|
274099
275152
|
/**
|
|
@@ -274109,19 +275162,19 @@ export declare namespace oci {
|
|
|
274109
275162
|
*/
|
|
274110
275163
|
compartmentId: string;
|
|
274111
275164
|
/**
|
|
274112
|
-
* The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database
|
|
275165
|
+
* The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database resource.
|
|
274113
275166
|
*/
|
|
274114
275167
|
dbClusterResourceId: string;
|
|
274115
275168
|
/**
|
|
274116
|
-
* A filter to return Oracle DB Azure Connector
|
|
275169
|
+
* A filter to return Oracle DB Azure Connector resources that match the specified display name.
|
|
274117
275170
|
*/
|
|
274118
275171
|
displayName: string;
|
|
274119
275172
|
/**
|
|
274120
|
-
* The
|
|
275173
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
|
|
274121
275174
|
*/
|
|
274122
275175
|
id: string;
|
|
274123
275176
|
/**
|
|
274124
|
-
* Description of the latest modification of the Oracle DB Azure Connector
|
|
275177
|
+
* Description of the latest modification of the Oracle DB Azure Connector resource.
|
|
274125
275178
|
*/
|
|
274126
275179
|
lastModification: string;
|
|
274127
275180
|
/**
|
|
@@ -274133,17 +275186,17 @@ export declare namespace oci {
|
|
|
274133
275186
|
*/
|
|
274134
275187
|
state: string;
|
|
274135
275188
|
/**
|
|
274136
|
-
* Time when the Oracle DB Azure Connector
|
|
275189
|
+
* Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274137
275190
|
*/
|
|
274138
275191
|
timeCreated: string;
|
|
274139
275192
|
/**
|
|
274140
|
-
* Time when the Oracle DB Azure Connector
|
|
275193
|
+
* Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274141
275194
|
*/
|
|
274142
275195
|
timeUpdated: string;
|
|
274143
275196
|
}
|
|
274144
275197
|
interface GetDbmulticloudOracleDbAzureConnectorsOracleDbAzureConnectorSummaryCollectionItemArcAgentNode {
|
|
274145
275198
|
/**
|
|
274146
|
-
* Current Arc Agent Version installed on this node of VM Cluster.
|
|
275199
|
+
* Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
|
|
274147
275200
|
*/
|
|
274148
275201
|
currentArcAgentVersion: string;
|
|
274149
275202
|
/**
|
|
@@ -274151,15 +275204,15 @@ export declare namespace oci {
|
|
|
274151
275204
|
*/
|
|
274152
275205
|
hostId: string;
|
|
274153
275206
|
/**
|
|
274154
|
-
* Host
|
|
275207
|
+
* Host name or Azure Arc Agent name.
|
|
274155
275208
|
*/
|
|
274156
275209
|
hostName: string;
|
|
274157
275210
|
/**
|
|
274158
|
-
* The current status of the Azure Arc Agent
|
|
275211
|
+
* The current status of the Azure Arc Agent resource.
|
|
274159
275212
|
*/
|
|
274160
275213
|
status: string;
|
|
274161
275214
|
/**
|
|
274162
|
-
*
|
|
275215
|
+
* Time when the Azure Arc Agent's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274163
275216
|
*/
|
|
274164
275217
|
timeLastChecked: string;
|
|
274165
275218
|
}
|
|
@@ -274173,7 +275226,7 @@ export declare namespace oci {
|
|
|
274173
275226
|
}
|
|
274174
275227
|
interface GetDbmulticloudOracleDbAzureKeysOracleDbAzureKeySummaryCollectionItem {
|
|
274175
275228
|
/**
|
|
274176
|
-
* The
|
|
275229
|
+
* The ID of the Azure Key resource.
|
|
274177
275230
|
*/
|
|
274178
275231
|
azureKeyId: string;
|
|
274179
275232
|
/**
|
|
@@ -274187,7 +275240,7 @@ export declare namespace oci {
|
|
|
274187
275240
|
[key: string]: string;
|
|
274188
275241
|
};
|
|
274189
275242
|
/**
|
|
274190
|
-
* A filter to return Azure Vault Keys.
|
|
275243
|
+
* A filter to return Oracle DB Azure Vault Keys resources that match the specified display name.
|
|
274191
275244
|
*/
|
|
274192
275245
|
displayName: string;
|
|
274193
275246
|
/**
|
|
@@ -274197,11 +275250,17 @@ export declare namespace oci {
|
|
|
274197
275250
|
[key: string]: string;
|
|
274198
275251
|
};
|
|
274199
275252
|
/**
|
|
274200
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key
|
|
275253
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key resource.
|
|
274201
275254
|
*/
|
|
274202
275255
|
id: string;
|
|
274203
275256
|
/**
|
|
274204
|
-
*
|
|
275257
|
+
* Key properties
|
|
275258
|
+
*/
|
|
275259
|
+
keyProperties: {
|
|
275260
|
+
[key: string]: string;
|
|
275261
|
+
};
|
|
275262
|
+
/**
|
|
275263
|
+
* Description of the latest modification of the Oracle DB Azure Vault Key resource.
|
|
274205
275264
|
*/
|
|
274206
275265
|
lastModification: string;
|
|
274207
275266
|
/**
|
|
@@ -274209,9 +275268,13 @@ export declare namespace oci {
|
|
|
274209
275268
|
*/
|
|
274210
275269
|
lifecycleStateDetails: string;
|
|
274211
275270
|
/**
|
|
274212
|
-
* A filter to return Oracle DB Azure Vault
|
|
275271
|
+
* A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
|
274213
275272
|
*/
|
|
274214
275273
|
oracleDbAzureVaultId: string;
|
|
275274
|
+
/**
|
|
275275
|
+
* Key Resource type.
|
|
275276
|
+
*/
|
|
275277
|
+
resourceType: string;
|
|
274215
275278
|
/**
|
|
274216
275279
|
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
274217
275280
|
*/
|
|
@@ -274223,11 +275286,11 @@ export declare namespace oci {
|
|
|
274223
275286
|
[key: string]: string;
|
|
274224
275287
|
};
|
|
274225
275288
|
/**
|
|
274226
|
-
* Time when the Oracle DB Azure Vault Key was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275289
|
+
* Time when the Oracle DB Azure Vault Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274227
275290
|
*/
|
|
274228
275291
|
timeCreated: string;
|
|
274229
275292
|
/**
|
|
274230
|
-
* Time when the Oracle DB Azure Vault Key was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275293
|
+
* Time when the Oracle DB Azure Vault Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274231
275294
|
*/
|
|
274232
275295
|
timeUpdated: string;
|
|
274233
275296
|
}
|
|
@@ -274251,7 +275314,7 @@ export declare namespace oci {
|
|
|
274251
275314
|
[key: string]: string;
|
|
274252
275315
|
};
|
|
274253
275316
|
/**
|
|
274254
|
-
* A filter to return Azure Vault Association.
|
|
275317
|
+
* A filter to return Oracle DB Azure Vault Association resources that match the specified display name.
|
|
274255
275318
|
*/
|
|
274256
275319
|
displayName: string;
|
|
274257
275320
|
/**
|
|
@@ -274261,15 +275324,15 @@ export declare namespace oci {
|
|
|
274261
275324
|
[key: string]: string;
|
|
274262
275325
|
};
|
|
274263
275326
|
/**
|
|
274264
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association
|
|
275327
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
|
|
274265
275328
|
*/
|
|
274266
275329
|
id: string;
|
|
274267
275330
|
/**
|
|
274268
|
-
* The Associated
|
|
275331
|
+
* The Associated resource is accessible or not.
|
|
274269
275332
|
*/
|
|
274270
275333
|
isResourceAccessible: boolean;
|
|
274271
275334
|
/**
|
|
274272
|
-
* Description of the latest modification of the Oracle DB Azure Vault Association
|
|
275335
|
+
* Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
|
274273
275336
|
*/
|
|
274274
275337
|
lastModification: string;
|
|
274275
275338
|
/**
|
|
@@ -274277,11 +275340,11 @@ export declare namespace oci {
|
|
|
274277
275340
|
*/
|
|
274278
275341
|
lifecycleStateDetails: string;
|
|
274279
275342
|
/**
|
|
274280
|
-
* A filter to return Oracle DB Azure
|
|
275343
|
+
* A filter to return Oracle DB Azure Azure Identity Connector resources.
|
|
274281
275344
|
*/
|
|
274282
275345
|
oracleDbAzureConnectorId: string;
|
|
274283
275346
|
/**
|
|
274284
|
-
* A filter to return Oracle DB Azure Vault
|
|
275347
|
+
* A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
|
|
274285
275348
|
*/
|
|
274286
275349
|
oracleDbAzureVaultId: string;
|
|
274287
275350
|
/**
|
|
@@ -274295,11 +275358,11 @@ export declare namespace oci {
|
|
|
274295
275358
|
[key: string]: string;
|
|
274296
275359
|
};
|
|
274297
275360
|
/**
|
|
274298
|
-
* Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275361
|
+
* Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274299
275362
|
*/
|
|
274300
275363
|
timeCreated: string;
|
|
274301
275364
|
/**
|
|
274302
|
-
* Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275365
|
+
* Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
274303
275366
|
*/
|
|
274304
275367
|
timeUpdated: string;
|
|
274305
275368
|
}
|
|
@@ -274313,7 +275376,7 @@ export declare namespace oci {
|
|
|
274313
275376
|
}
|
|
274314
275377
|
interface GetDbmulticloudOracleDbAzureVaultsOracleDbAzureVaultSummaryCollectionItem {
|
|
274315
275378
|
/**
|
|
274316
|
-
* Azure Vault
|
|
275379
|
+
* Azure Vault ID.
|
|
274317
275380
|
*/
|
|
274318
275381
|
azureVaultId: string;
|
|
274319
275382
|
/**
|
|
@@ -274327,7 +275390,7 @@ export declare namespace oci {
|
|
|
274327
275390
|
[key: string]: string;
|
|
274328
275391
|
};
|
|
274329
275392
|
/**
|
|
274330
|
-
* A filter to return Azure
|
|
275393
|
+
* A filter to return Oracle DB Azure Vault resources that match the specified display name.
|
|
274331
275394
|
*/
|
|
274332
275395
|
displayName: string;
|
|
274333
275396
|
/**
|
|
@@ -274337,11 +275400,11 @@ export declare namespace oci {
|
|
|
274337
275400
|
[key: string]: string;
|
|
274338
275401
|
};
|
|
274339
275402
|
/**
|
|
274340
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Azure Vault
|
|
275403
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the oracle DB Azure Vault resource.
|
|
274341
275404
|
*/
|
|
274342
275405
|
id: string;
|
|
274343
275406
|
/**
|
|
274344
|
-
* Description of the latest modification of the DB Azure Vault
|
|
275407
|
+
* Description of the latest modification of the Oracle DB Azure Vault resource.
|
|
274345
275408
|
*/
|
|
274346
275409
|
lastModification: string;
|
|
274347
275410
|
/**
|
|
@@ -274349,19 +275412,19 @@ export declare namespace oci {
|
|
|
274349
275412
|
*/
|
|
274350
275413
|
lifecycleStateDetails: string;
|
|
274351
275414
|
/**
|
|
274352
|
-
* Vault
|
|
275415
|
+
* Oracle DB Azure Vault resource location.
|
|
274353
275416
|
*/
|
|
274354
275417
|
location: string;
|
|
274355
275418
|
/**
|
|
274356
|
-
* A filter to return Azure
|
|
275419
|
+
* A filter to return Oracle DB Azure Vault resources that match the specified Oracle DB Azure resource group name.
|
|
274357
275420
|
*/
|
|
274358
275421
|
oracleDbAzureResourceGroup: string;
|
|
274359
275422
|
/**
|
|
274360
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Connector
|
|
275423
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource.
|
|
274361
275424
|
*/
|
|
274362
275425
|
oracleDbConnectorId: string;
|
|
274363
275426
|
/**
|
|
274364
|
-
*
|
|
275427
|
+
* Oracle DB Azure Vault resource's properties.
|
|
274365
275428
|
*/
|
|
274366
275429
|
properties: {
|
|
274367
275430
|
[key: string]: string;
|
|
@@ -274377,18 +275440,298 @@ export declare namespace oci {
|
|
|
274377
275440
|
[key: string]: string;
|
|
274378
275441
|
};
|
|
274379
275442
|
/**
|
|
274380
|
-
* Time when the DB Azure Vault was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
275443
|
+
* Time when the DB Azure Vault resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
274381
275444
|
*/
|
|
274382
275445
|
timeCreated: string;
|
|
274383
275446
|
/**
|
|
274384
|
-
* Time when the DB Azure Vault was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
275447
|
+
* Time when the DB Azure Vault resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
274385
275448
|
*/
|
|
274386
275449
|
timeUpdated: string;
|
|
274387
275450
|
/**
|
|
274388
|
-
* Vault
|
|
275451
|
+
* Oracle DB Azure Vault resource type.
|
|
274389
275452
|
*/
|
|
274390
275453
|
type: string;
|
|
274391
275454
|
}
|
|
275455
|
+
interface GetDbmulticloudOracleDbGcpIdentityConnectorGcpNode {
|
|
275456
|
+
/**
|
|
275457
|
+
* Host ID.
|
|
275458
|
+
*/
|
|
275459
|
+
hostId: string;
|
|
275460
|
+
/**
|
|
275461
|
+
* Host Name or Identity Connector name.
|
|
275462
|
+
*/
|
|
275463
|
+
hostName: string;
|
|
275464
|
+
/**
|
|
275465
|
+
* The current status of the GCP Identity Connector resource.
|
|
275466
|
+
*/
|
|
275467
|
+
status: string;
|
|
275468
|
+
/**
|
|
275469
|
+
* time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275470
|
+
*/
|
|
275471
|
+
timeLastChecked: string;
|
|
275472
|
+
}
|
|
275473
|
+
interface GetDbmulticloudOracleDbGcpIdentityConnectorsFilter {
|
|
275474
|
+
name: string;
|
|
275475
|
+
regex?: boolean;
|
|
275476
|
+
values: string[];
|
|
275477
|
+
}
|
|
275478
|
+
interface GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollection {
|
|
275479
|
+
items: outputs.oci.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItem[];
|
|
275480
|
+
}
|
|
275481
|
+
interface GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItem {
|
|
275482
|
+
/**
|
|
275483
|
+
* The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
275484
|
+
*/
|
|
275485
|
+
compartmentId: string;
|
|
275486
|
+
/**
|
|
275487
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
275488
|
+
*/
|
|
275489
|
+
definedTags: {
|
|
275490
|
+
[key: string]: string;
|
|
275491
|
+
};
|
|
275492
|
+
/**
|
|
275493
|
+
* A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
|
|
275494
|
+
*/
|
|
275495
|
+
displayName: string;
|
|
275496
|
+
/**
|
|
275497
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
275498
|
+
*/
|
|
275499
|
+
freeformTags: {
|
|
275500
|
+
[key: string]: string;
|
|
275501
|
+
};
|
|
275502
|
+
/**
|
|
275503
|
+
* The current Connectivity status of GCP Identity Connector resource.
|
|
275504
|
+
*/
|
|
275505
|
+
gcpIdentityConnectivityStatus: string;
|
|
275506
|
+
/**
|
|
275507
|
+
* GCP Location.
|
|
275508
|
+
*/
|
|
275509
|
+
gcpLocation: string;
|
|
275510
|
+
/**
|
|
275511
|
+
* List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
|
275512
|
+
*/
|
|
275513
|
+
gcpNodes: outputs.oci.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode[];
|
|
275514
|
+
/**
|
|
275515
|
+
* The ID of the GCP resource service agent.
|
|
275516
|
+
*/
|
|
275517
|
+
gcpResourceServiceAgentId: string;
|
|
275518
|
+
/**
|
|
275519
|
+
* The ID of the cloud GCP Workload Identity Pool.
|
|
275520
|
+
*/
|
|
275521
|
+
gcpWorkloadIdentityPoolId: string;
|
|
275522
|
+
/**
|
|
275523
|
+
* The ID of the GCP Workload Identity Provider.
|
|
275524
|
+
*/
|
|
275525
|
+
gcpWorkloadIdentityProviderId: string;
|
|
275526
|
+
/**
|
|
275527
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Connector resource.
|
|
275528
|
+
*/
|
|
275529
|
+
id: string;
|
|
275530
|
+
/**
|
|
275531
|
+
* OIDC token issuer Url.
|
|
275532
|
+
*/
|
|
275533
|
+
issuerUrl: string;
|
|
275534
|
+
/**
|
|
275535
|
+
* Description of the current lifecycle state in more detail.
|
|
275536
|
+
*/
|
|
275537
|
+
lifecycleStateDetails: string;
|
|
275538
|
+
/**
|
|
275539
|
+
* Project id of the customer project.
|
|
275540
|
+
*/
|
|
275541
|
+
projectId: string;
|
|
275542
|
+
/**
|
|
275543
|
+
* A filter to return Oracle DB GCP Identity Connector resource that match the given resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
275544
|
+
*/
|
|
275545
|
+
resourceId: string;
|
|
275546
|
+
/**
|
|
275547
|
+
* A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
|
275548
|
+
*/
|
|
275549
|
+
state: string;
|
|
275550
|
+
/**
|
|
275551
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
275552
|
+
*/
|
|
275553
|
+
systemTags: {
|
|
275554
|
+
[key: string]: string;
|
|
275555
|
+
};
|
|
275556
|
+
/**
|
|
275557
|
+
* Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275558
|
+
*/
|
|
275559
|
+
timeCreated: string;
|
|
275560
|
+
/**
|
|
275561
|
+
* Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275562
|
+
*/
|
|
275563
|
+
timeUpdated: string;
|
|
275564
|
+
}
|
|
275565
|
+
interface GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionItemGcpNode {
|
|
275566
|
+
/**
|
|
275567
|
+
* Host ID.
|
|
275568
|
+
*/
|
|
275569
|
+
hostId: string;
|
|
275570
|
+
/**
|
|
275571
|
+
* Host Name or Identity Connector name.
|
|
275572
|
+
*/
|
|
275573
|
+
hostName: string;
|
|
275574
|
+
/**
|
|
275575
|
+
* The current status of the GCP Identity Connector resource.
|
|
275576
|
+
*/
|
|
275577
|
+
status: string;
|
|
275578
|
+
/**
|
|
275579
|
+
* time when the GCP Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275580
|
+
*/
|
|
275581
|
+
timeLastChecked: string;
|
|
275582
|
+
}
|
|
275583
|
+
interface GetDbmulticloudOracleDbGcpKeyRingsFilter {
|
|
275584
|
+
name: string;
|
|
275585
|
+
regex?: boolean;
|
|
275586
|
+
values: string[];
|
|
275587
|
+
}
|
|
275588
|
+
interface GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollection {
|
|
275589
|
+
items: outputs.oci.GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItem[];
|
|
275590
|
+
}
|
|
275591
|
+
interface GetDbmulticloudOracleDbGcpKeyRingsOracleDbGcpKeyRingSummaryCollectionItem {
|
|
275592
|
+
/**
|
|
275593
|
+
* The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
275594
|
+
*/
|
|
275595
|
+
compartmentId: string;
|
|
275596
|
+
/**
|
|
275597
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
275598
|
+
*/
|
|
275599
|
+
definedTags: {
|
|
275600
|
+
[key: string]: string;
|
|
275601
|
+
};
|
|
275602
|
+
/**
|
|
275603
|
+
* A filter to return Oracle DB GCP Key Ring resources that match the specified display name.
|
|
275604
|
+
*/
|
|
275605
|
+
displayName: string;
|
|
275606
|
+
/**
|
|
275607
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
275608
|
+
*/
|
|
275609
|
+
freeformTags: {
|
|
275610
|
+
[key: string]: string;
|
|
275611
|
+
};
|
|
275612
|
+
/**
|
|
275613
|
+
* GCP Key Ring ID.
|
|
275614
|
+
*/
|
|
275615
|
+
gcpKeyRingId: string;
|
|
275616
|
+
/**
|
|
275617
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB GCP Key Ring resource.
|
|
275618
|
+
*/
|
|
275619
|
+
id: string;
|
|
275620
|
+
/**
|
|
275621
|
+
* Description of the current lifecycle state in more detail.
|
|
275622
|
+
*/
|
|
275623
|
+
lifecycleStateDetails: string;
|
|
275624
|
+
/**
|
|
275625
|
+
* Location of the GCP Key Ring resource.
|
|
275626
|
+
*/
|
|
275627
|
+
location: string;
|
|
275628
|
+
/**
|
|
275629
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Oracle DB GCP Identity Connector resource resides.
|
|
275630
|
+
*/
|
|
275631
|
+
oracleDbConnectorId: string;
|
|
275632
|
+
/**
|
|
275633
|
+
* Oracle DB GCP Key Ring resource's properties.
|
|
275634
|
+
*/
|
|
275635
|
+
properties: {
|
|
275636
|
+
[key: string]: string;
|
|
275637
|
+
};
|
|
275638
|
+
/**
|
|
275639
|
+
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
275640
|
+
*/
|
|
275641
|
+
state: string;
|
|
275642
|
+
/**
|
|
275643
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
275644
|
+
*/
|
|
275645
|
+
systemTags: {
|
|
275646
|
+
[key: string]: string;
|
|
275647
|
+
};
|
|
275648
|
+
/**
|
|
275649
|
+
* Time when the DB GCP Key Ring resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
275650
|
+
*/
|
|
275651
|
+
timeCreated: string;
|
|
275652
|
+
/**
|
|
275653
|
+
* Time when the DB GCP Key Ring resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
|
|
275654
|
+
*/
|
|
275655
|
+
timeUpdated: string;
|
|
275656
|
+
/**
|
|
275657
|
+
* Oracle DB GCP Key Ring resource Type.
|
|
275658
|
+
*/
|
|
275659
|
+
type: string;
|
|
275660
|
+
}
|
|
275661
|
+
interface GetDbmulticloudOracleDbGcpKeysFilter {
|
|
275662
|
+
name: string;
|
|
275663
|
+
regex?: boolean;
|
|
275664
|
+
values: string[];
|
|
275665
|
+
}
|
|
275666
|
+
interface GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollection {
|
|
275667
|
+
items: outputs.oci.GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItem[];
|
|
275668
|
+
}
|
|
275669
|
+
interface GetDbmulticloudOracleDbGcpKeysOracleDbGcpKeySummaryCollectionItem {
|
|
275670
|
+
/**
|
|
275671
|
+
* The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
275672
|
+
*/
|
|
275673
|
+
compartmentId: string;
|
|
275674
|
+
/**
|
|
275675
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
275676
|
+
*/
|
|
275677
|
+
definedTags: {
|
|
275678
|
+
[key: string]: string;
|
|
275679
|
+
};
|
|
275680
|
+
/**
|
|
275681
|
+
* A filter to return Oracle DB Google Cloud Key resources that match the specified display name.
|
|
275682
|
+
*/
|
|
275683
|
+
displayName: string;
|
|
275684
|
+
/**
|
|
275685
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
275686
|
+
*/
|
|
275687
|
+
freeformTags: {
|
|
275688
|
+
[key: string]: string;
|
|
275689
|
+
};
|
|
275690
|
+
/**
|
|
275691
|
+
* TThe Google Cloud Key ID and Key URL associated with the Google Key under the specified Key Ring resource.
|
|
275692
|
+
*/
|
|
275693
|
+
gcpKeyId: string;
|
|
275694
|
+
/**
|
|
275695
|
+
* Gcp Key properties
|
|
275696
|
+
*/
|
|
275697
|
+
gcpKeyProperties: {
|
|
275698
|
+
[key: string]: string;
|
|
275699
|
+
};
|
|
275700
|
+
/**
|
|
275701
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Google Key resource.
|
|
275702
|
+
*/
|
|
275703
|
+
id: string;
|
|
275704
|
+
/**
|
|
275705
|
+
* Description of the current lifecycle state in more detail.
|
|
275706
|
+
*/
|
|
275707
|
+
lifecycleStateDetails: string;
|
|
275708
|
+
/**
|
|
275709
|
+
* A filter to return Oracle DB GCP Key Rings.
|
|
275710
|
+
*/
|
|
275711
|
+
oracleDbGcpKeyRingId: string;
|
|
275712
|
+
/**
|
|
275713
|
+
* Key resource type.
|
|
275714
|
+
*/
|
|
275715
|
+
resourceType: string;
|
|
275716
|
+
/**
|
|
275717
|
+
* A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
|
275718
|
+
*/
|
|
275719
|
+
state: string;
|
|
275720
|
+
/**
|
|
275721
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
275722
|
+
*/
|
|
275723
|
+
systemTags: {
|
|
275724
|
+
[key: string]: string;
|
|
275725
|
+
};
|
|
275726
|
+
/**
|
|
275727
|
+
* Time when the Oracle DB Google Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275728
|
+
*/
|
|
275729
|
+
timeCreated: string;
|
|
275730
|
+
/**
|
|
275731
|
+
* Time when the Oracle DB Google Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
|
275732
|
+
*/
|
|
275733
|
+
timeUpdated: string;
|
|
275734
|
+
}
|
|
274392
275735
|
interface GetManagedKafkaKafkaClusterAccessSubnet {
|
|
274393
275736
|
/**
|
|
274394
275737
|
* Subnets OCIDs
|