pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0__py3-none-any.whl
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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/cloudguard/outputs.py
CHANGED
@@ -30,16 +30,22 @@ __all__ = [
|
|
30
30
|
'DetectorRecipeDetectorRuleCandidateResponderRule',
|
31
31
|
'DetectorRecipeDetectorRuleDetails',
|
32
32
|
'DetectorRecipeDetectorRuleDetailsConfiguration',
|
33
|
+
'DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty',
|
34
|
+
'DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue',
|
33
35
|
'DetectorRecipeDetectorRuleDetailsConfigurationValue',
|
34
36
|
'DetectorRecipeDetectorRuleDetailsEntitiesMapping',
|
35
37
|
'DetectorRecipeDetectorRuleEntitiesMapping',
|
38
|
+
'DetectorRecipeDetectorRuleRuleType',
|
36
39
|
'DetectorRecipeEffectiveDetectorRule',
|
37
40
|
'DetectorRecipeEffectiveDetectorRuleCandidateResponderRule',
|
38
41
|
'DetectorRecipeEffectiveDetectorRuleDetail',
|
39
42
|
'DetectorRecipeEffectiveDetectorRuleDetailConfiguration',
|
43
|
+
'DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty',
|
44
|
+
'DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue',
|
40
45
|
'DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue',
|
41
46
|
'DetectorRecipeEffectiveDetectorRuleDetailEntitiesMapping',
|
42
47
|
'DetectorRecipeEffectiveDetectorRuleEntitiesMapping',
|
48
|
+
'DetectorRecipeEffectiveDetectorRuleRuleType',
|
43
49
|
'ResponderRecipeEffectiveResponderRule',
|
44
50
|
'ResponderRecipeEffectiveResponderRuleDetail',
|
45
51
|
'ResponderRecipeEffectiveResponderRuleDetailConfiguration',
|
@@ -53,14 +59,20 @@ __all__ = [
|
|
53
59
|
'TargetTargetDetectorRecipeDetectorRuleDetails',
|
54
60
|
'TargetTargetDetectorRecipeDetectorRuleDetailsConditionGroup',
|
55
61
|
'TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration',
|
62
|
+
'TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty',
|
63
|
+
'TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue',
|
56
64
|
'TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue',
|
57
65
|
'TargetTargetDetectorRecipeDetectorRuleEntitiesMapping',
|
66
|
+
'TargetTargetDetectorRecipeDetectorRuleRuleType',
|
58
67
|
'TargetTargetDetectorRecipeEffectiveDetectorRule',
|
59
68
|
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetail',
|
60
69
|
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroup',
|
61
70
|
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration',
|
71
|
+
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty',
|
72
|
+
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue',
|
62
73
|
'TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue',
|
63
74
|
'TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping',
|
75
|
+
'TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType',
|
64
76
|
'TargetTargetResponderRecipe',
|
65
77
|
'TargetTargetResponderRecipeEffectiveResponderRule',
|
66
78
|
'TargetTargetResponderRecipeEffectiveResponderRuleDetail',
|
@@ -107,32 +119,44 @@ __all__ = [
|
|
107
119
|
'GetDetectorRecipeDetectorRuleCandidateResponderRuleResult',
|
108
120
|
'GetDetectorRecipeDetectorRuleDetailResult',
|
109
121
|
'GetDetectorRecipeDetectorRuleDetailConfigurationResult',
|
122
|
+
'GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
123
|
+
'GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult',
|
110
124
|
'GetDetectorRecipeDetectorRuleDetailConfigurationValueResult',
|
111
125
|
'GetDetectorRecipeDetectorRuleDetailEntitiesMappingResult',
|
112
126
|
'GetDetectorRecipeDetectorRuleEntitiesMappingResult',
|
127
|
+
'GetDetectorRecipeDetectorRuleRuleTypeResult',
|
113
128
|
'GetDetectorRecipeEffectiveDetectorRuleResult',
|
114
129
|
'GetDetectorRecipeEffectiveDetectorRuleCandidateResponderRuleResult',
|
115
130
|
'GetDetectorRecipeEffectiveDetectorRuleDetailResult',
|
116
131
|
'GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult',
|
132
|
+
'GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
133
|
+
'GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult',
|
117
134
|
'GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult',
|
118
135
|
'GetDetectorRecipeEffectiveDetectorRuleDetailEntitiesMappingResult',
|
119
136
|
'GetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult',
|
137
|
+
'GetDetectorRecipeEffectiveDetectorRuleRuleTypeResult',
|
120
138
|
'GetDetectorRecipesDetectorRecipeCollectionResult',
|
121
139
|
'GetDetectorRecipesDetectorRecipeCollectionItemResult',
|
122
140
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult',
|
123
141
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleCandidateResponderRuleResult',
|
124
142
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailResult',
|
125
143
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationResult',
|
144
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
145
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValueResult',
|
126
146
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValueResult',
|
127
147
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailEntitiesMappingResult',
|
128
148
|
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleEntitiesMappingResult',
|
149
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleTypeResult',
|
129
150
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult',
|
130
151
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleCandidateResponderRuleResult',
|
131
152
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailResult',
|
132
153
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationResult',
|
154
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
155
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValueResult',
|
133
156
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValueResult',
|
134
157
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailEntitiesMappingResult',
|
135
158
|
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleEntitiesMappingResult',
|
159
|
+
'GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleTypeResult',
|
136
160
|
'GetDetectorRecipesFilterResult',
|
137
161
|
'GetGuardTargetTargetDetailResult',
|
138
162
|
'GetGuardTargetTargetDetailTargetSecurityZoneRecipeResult',
|
@@ -141,14 +165,20 @@ __all__ = [
|
|
141
165
|
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailResult',
|
142
166
|
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroupResult',
|
143
167
|
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationResult',
|
168
|
+
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
169
|
+
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult',
|
144
170
|
'GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult',
|
145
171
|
'GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMappingResult',
|
172
|
+
'GetGuardTargetTargetDetectorRecipeDetectorRuleRuleTypeResult',
|
146
173
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult',
|
147
174
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailResult',
|
148
175
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroupResult',
|
149
176
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult',
|
177
|
+
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
178
|
+
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult',
|
150
179
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult',
|
151
180
|
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult',
|
181
|
+
'GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult',
|
152
182
|
'GetGuardTargetTargetResponderRecipeResult',
|
153
183
|
'GetGuardTargetTargetResponderRecipeEffectiveResponderRuleResult',
|
154
184
|
'GetGuardTargetTargetResponderRecipeEffectiveResponderRuleDetailResult',
|
@@ -166,14 +196,20 @@ __all__ = [
|
|
166
196
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailResult',
|
167
197
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConditionGroupResult',
|
168
198
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationResult',
|
199
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
200
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult',
|
169
201
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult',
|
170
202
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleEntitiesMappingResult',
|
203
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleTypeResult',
|
171
204
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleResult',
|
172
205
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailResult',
|
173
206
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGroupResult',
|
174
207
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult',
|
208
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult',
|
209
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult',
|
175
210
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult',
|
176
211
|
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult',
|
212
|
+
'GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult',
|
177
213
|
'GetGuardTargetsTargetCollectionItemTargetResponderRecipeResult',
|
178
214
|
'GetGuardTargetsTargetCollectionItemTargetResponderRecipeEffectiveResponderRuleResult',
|
179
215
|
'GetGuardTargetsTargetCollectionItemTargetResponderRecipeEffectiveResponderRuleDetailResult',
|
@@ -943,12 +979,16 @@ class DetectorRecipeDetectorRule(dict):
|
|
943
979
|
suggest = "display_name"
|
944
980
|
elif key == "entitiesMappings":
|
945
981
|
suggest = "entities_mappings"
|
982
|
+
elif key == "isCloneable":
|
983
|
+
suggest = "is_cloneable"
|
946
984
|
elif key == "lifecycleDetails":
|
947
985
|
suggest = "lifecycle_details"
|
948
986
|
elif key == "managedListTypes":
|
949
987
|
suggest = "managed_list_types"
|
950
988
|
elif key == "resourceType":
|
951
989
|
suggest = "resource_type"
|
990
|
+
elif key == "ruleTypes":
|
991
|
+
suggest = "rule_types"
|
952
992
|
elif key == "serviceType":
|
953
993
|
suggest = "service_type"
|
954
994
|
elif key == "timeCreated":
|
@@ -976,10 +1016,12 @@ class DetectorRecipeDetectorRule(dict):
|
|
976
1016
|
detector: Optional[_builtins.str] = None,
|
977
1017
|
display_name: Optional[_builtins.str] = None,
|
978
1018
|
entities_mappings: Optional[Sequence['outputs.DetectorRecipeDetectorRuleEntitiesMapping']] = None,
|
1019
|
+
is_cloneable: Optional[_builtins.bool] = None,
|
979
1020
|
lifecycle_details: Optional[_builtins.str] = None,
|
980
1021
|
managed_list_types: Optional[Sequence[_builtins.str]] = None,
|
981
1022
|
recommendation: Optional[_builtins.str] = None,
|
982
1023
|
resource_type: Optional[_builtins.str] = None,
|
1024
|
+
rule_types: Optional[Sequence['outputs.DetectorRecipeDetectorRuleRuleType']] = None,
|
983
1025
|
service_type: Optional[_builtins.str] = None,
|
984
1026
|
state: Optional[_builtins.str] = None,
|
985
1027
|
time_created: Optional[_builtins.str] = None,
|
@@ -997,10 +1039,12 @@ class DetectorRecipeDetectorRule(dict):
|
|
997
1039
|
|
998
1040
|
Avoid entering confidential information.
|
999
1041
|
:param Sequence['DetectorRecipeDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
1042
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
1000
1043
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
1001
1044
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
1002
1045
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
1003
1046
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
1047
|
+
:param Sequence['DetectorRecipeDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
1004
1048
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
1005
1049
|
:param _builtins.str state: The current lifecycle state of the resource
|
1006
1050
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -1020,6 +1064,8 @@ class DetectorRecipeDetectorRule(dict):
|
|
1020
1064
|
pulumi.set(__self__, "display_name", display_name)
|
1021
1065
|
if entities_mappings is not None:
|
1022
1066
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
1067
|
+
if is_cloneable is not None:
|
1068
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
1023
1069
|
if lifecycle_details is not None:
|
1024
1070
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1025
1071
|
if managed_list_types is not None:
|
@@ -1028,6 +1074,8 @@ class DetectorRecipeDetectorRule(dict):
|
|
1028
1074
|
pulumi.set(__self__, "recommendation", recommendation)
|
1029
1075
|
if resource_type is not None:
|
1030
1076
|
pulumi.set(__self__, "resource_type", resource_type)
|
1077
|
+
if rule_types is not None:
|
1078
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
1031
1079
|
if service_type is not None:
|
1032
1080
|
pulumi.set(__self__, "service_type", service_type)
|
1033
1081
|
if state is not None:
|
@@ -1105,6 +1153,14 @@ class DetectorRecipeDetectorRule(dict):
|
|
1105
1153
|
"""
|
1106
1154
|
return pulumi.get(self, "entities_mappings")
|
1107
1155
|
|
1156
|
+
@_builtins.property
|
1157
|
+
@pulumi.getter(name="isCloneable")
|
1158
|
+
def is_cloneable(self) -> Optional[_builtins.bool]:
|
1159
|
+
"""
|
1160
|
+
Is the rule cloneable?
|
1161
|
+
"""
|
1162
|
+
return pulumi.get(self, "is_cloneable")
|
1163
|
+
|
1108
1164
|
@_builtins.property
|
1109
1165
|
@pulumi.getter(name="lifecycleDetails")
|
1110
1166
|
def lifecycle_details(self) -> Optional[_builtins.str]:
|
@@ -1137,6 +1193,14 @@ class DetectorRecipeDetectorRule(dict):
|
|
1137
1193
|
"""
|
1138
1194
|
return pulumi.get(self, "resource_type")
|
1139
1195
|
|
1196
|
+
@_builtins.property
|
1197
|
+
@pulumi.getter(name="ruleTypes")
|
1198
|
+
def rule_types(self) -> Optional[Sequence['outputs.DetectorRecipeDetectorRuleRuleType']]:
|
1199
|
+
"""
|
1200
|
+
Detector rule type
|
1201
|
+
"""
|
1202
|
+
return pulumi.get(self, "rule_types")
|
1203
|
+
|
1140
1204
|
@_builtins.property
|
1141
1205
|
@pulumi.getter(name="serviceType")
|
1142
1206
|
def service_type(self) -> Optional[_builtins.str]:
|
@@ -1393,6 +1457,12 @@ class DetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
1393
1457
|
suggest = None
|
1394
1458
|
if key == "configKey":
|
1395
1459
|
suggest = "config_key"
|
1460
|
+
elif key == "additionalProperties":
|
1461
|
+
suggest = "additional_properties"
|
1462
|
+
elif key == "allowedValues":
|
1463
|
+
suggest = "allowed_values"
|
1464
|
+
elif key == "allowedValuesDataType":
|
1465
|
+
suggest = "allowed_values_data_type"
|
1396
1466
|
elif key == "dataType":
|
1397
1467
|
suggest = "data_type"
|
1398
1468
|
|
@@ -1410,18 +1480,30 @@ class DetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
1410
1480
|
def __init__(__self__, *,
|
1411
1481
|
config_key: _builtins.str,
|
1412
1482
|
name: _builtins.str,
|
1483
|
+
additional_properties: Optional[Sequence['outputs.DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty']] = None,
|
1484
|
+
allowed_values: Optional[Sequence['outputs.DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue']] = None,
|
1485
|
+
allowed_values_data_type: Optional[_builtins.str] = None,
|
1413
1486
|
data_type: Optional[_builtins.str] = None,
|
1414
1487
|
value: Optional[_builtins.str] = None,
|
1415
1488
|
values: Optional[Sequence['outputs.DetectorRecipeDetectorRuleDetailsConfigurationValue']] = None):
|
1416
1489
|
"""
|
1417
1490
|
:param _builtins.str config_key: (Updatable) Unique identifier of the configuration
|
1418
1491
|
:param _builtins.str name: (Updatable) Configuration name
|
1492
|
+
:param Sequence['DetectorRecipeDetectorRuleDetailsConfigurationAdditionalPropertyArgs'] additional_properties: (Updatable) Map of additional property values for configuration
|
1493
|
+
:param Sequence['DetectorRecipeDetectorRuleDetailsConfigurationAllowedValueArgs'] allowed_values: (Updatable) Map of possible values for configuration
|
1494
|
+
:param _builtins.str allowed_values_data_type: (Updatable) Map property Value data type
|
1419
1495
|
:param _builtins.str data_type: (Updatable) Configuration data type
|
1420
1496
|
:param _builtins.str value: (Updatable) Configuration value
|
1421
1497
|
:param Sequence['DetectorRecipeDetectorRuleDetailsConfigurationValueArgs'] values: (Updatable) List of configuration values
|
1422
1498
|
"""
|
1423
1499
|
pulumi.set(__self__, "config_key", config_key)
|
1424
1500
|
pulumi.set(__self__, "name", name)
|
1501
|
+
if additional_properties is not None:
|
1502
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
1503
|
+
if allowed_values is not None:
|
1504
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
1505
|
+
if allowed_values_data_type is not None:
|
1506
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
1425
1507
|
if data_type is not None:
|
1426
1508
|
pulumi.set(__self__, "data_type", data_type)
|
1427
1509
|
if value is not None:
|
@@ -1445,6 +1527,30 @@ class DetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
1445
1527
|
"""
|
1446
1528
|
return pulumi.get(self, "name")
|
1447
1529
|
|
1530
|
+
@_builtins.property
|
1531
|
+
@pulumi.getter(name="additionalProperties")
|
1532
|
+
def additional_properties(self) -> Optional[Sequence['outputs.DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty']]:
|
1533
|
+
"""
|
1534
|
+
(Updatable) Map of additional property values for configuration
|
1535
|
+
"""
|
1536
|
+
return pulumi.get(self, "additional_properties")
|
1537
|
+
|
1538
|
+
@_builtins.property
|
1539
|
+
@pulumi.getter(name="allowedValues")
|
1540
|
+
def allowed_values(self) -> Optional[Sequence['outputs.DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue']]:
|
1541
|
+
"""
|
1542
|
+
(Updatable) Map of possible values for configuration
|
1543
|
+
"""
|
1544
|
+
return pulumi.get(self, "allowed_values")
|
1545
|
+
|
1546
|
+
@_builtins.property
|
1547
|
+
@pulumi.getter(name="allowedValuesDataType")
|
1548
|
+
def allowed_values_data_type(self) -> Optional[_builtins.str]:
|
1549
|
+
"""
|
1550
|
+
(Updatable) Map property Value data type
|
1551
|
+
"""
|
1552
|
+
return pulumi.get(self, "allowed_values_data_type")
|
1553
|
+
|
1448
1554
|
@_builtins.property
|
1449
1555
|
@pulumi.getter(name="dataType")
|
1450
1556
|
def data_type(self) -> Optional[_builtins.str]:
|
@@ -1470,6 +1576,95 @@ class DetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
1470
1576
|
return pulumi.get(self, "values")
|
1471
1577
|
|
1472
1578
|
|
1579
|
+
@pulumi.output_type
|
1580
|
+
class DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty(dict):
|
1581
|
+
@staticmethod
|
1582
|
+
def __key_warning(key: str):
|
1583
|
+
suggest = None
|
1584
|
+
if key == "propertyType":
|
1585
|
+
suggest = "property_type"
|
1586
|
+
|
1587
|
+
if suggest:
|
1588
|
+
pulumi.log.warn(f"Key '{key}' not found in DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty. Access the value via the '{suggest}' property getter instead.")
|
1589
|
+
|
1590
|
+
def __getitem__(self, key: str) -> Any:
|
1591
|
+
DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty.__key_warning(key)
|
1592
|
+
return super().__getitem__(key)
|
1593
|
+
|
1594
|
+
def get(self, key: str, default = None) -> Any:
|
1595
|
+
DetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty.__key_warning(key)
|
1596
|
+
return super().get(key, default)
|
1597
|
+
|
1598
|
+
def __init__(__self__, *,
|
1599
|
+
key: Optional[_builtins.str] = None,
|
1600
|
+
property_type: Optional[_builtins.str] = None,
|
1601
|
+
value: Optional[_builtins.str] = None):
|
1602
|
+
"""
|
1603
|
+
:param _builtins.str key: (Updatable) Name for Additional Property, for example, "interpreter", "router"
|
1604
|
+
:param _builtins.str property_type: (Updatable) Property Type
|
1605
|
+
:param _builtins.str value: (Updatable) Value for Property Name, for example, "generic", "cloudguard"
|
1606
|
+
"""
|
1607
|
+
if key is not None:
|
1608
|
+
pulumi.set(__self__, "key", key)
|
1609
|
+
if property_type is not None:
|
1610
|
+
pulumi.set(__self__, "property_type", property_type)
|
1611
|
+
if value is not None:
|
1612
|
+
pulumi.set(__self__, "value", value)
|
1613
|
+
|
1614
|
+
@_builtins.property
|
1615
|
+
@pulumi.getter
|
1616
|
+
def key(self) -> Optional[_builtins.str]:
|
1617
|
+
"""
|
1618
|
+
(Updatable) Name for Additional Property, for example, "interpreter", "router"
|
1619
|
+
"""
|
1620
|
+
return pulumi.get(self, "key")
|
1621
|
+
|
1622
|
+
@_builtins.property
|
1623
|
+
@pulumi.getter(name="propertyType")
|
1624
|
+
def property_type(self) -> Optional[_builtins.str]:
|
1625
|
+
"""
|
1626
|
+
(Updatable) Property Type
|
1627
|
+
"""
|
1628
|
+
return pulumi.get(self, "property_type")
|
1629
|
+
|
1630
|
+
@_builtins.property
|
1631
|
+
@pulumi.getter
|
1632
|
+
def value(self) -> Optional[_builtins.str]:
|
1633
|
+
"""
|
1634
|
+
(Updatable) Value for Property Name, for example, "generic", "cloudguard"
|
1635
|
+
"""
|
1636
|
+
return pulumi.get(self, "value")
|
1637
|
+
|
1638
|
+
|
1639
|
+
@pulumi.output_type
|
1640
|
+
class DetectorRecipeDetectorRuleDetailsConfigurationAllowedValue(dict):
|
1641
|
+
def __init__(__self__, *,
|
1642
|
+
key: _builtins.str,
|
1643
|
+
value: _builtins.str):
|
1644
|
+
"""
|
1645
|
+
:param _builtins.str key: (Updatable) key
|
1646
|
+
:param _builtins.str value: (Updatable) value
|
1647
|
+
"""
|
1648
|
+
pulumi.set(__self__, "key", key)
|
1649
|
+
pulumi.set(__self__, "value", value)
|
1650
|
+
|
1651
|
+
@_builtins.property
|
1652
|
+
@pulumi.getter
|
1653
|
+
def key(self) -> _builtins.str:
|
1654
|
+
"""
|
1655
|
+
(Updatable) key
|
1656
|
+
"""
|
1657
|
+
return pulumi.get(self, "key")
|
1658
|
+
|
1659
|
+
@_builtins.property
|
1660
|
+
@pulumi.getter
|
1661
|
+
def value(self) -> _builtins.str:
|
1662
|
+
"""
|
1663
|
+
(Updatable) value
|
1664
|
+
"""
|
1665
|
+
return pulumi.get(self, "value")
|
1666
|
+
|
1667
|
+
|
1473
1668
|
@pulumi.output_type
|
1474
1669
|
class DetectorRecipeDetectorRuleDetailsConfigurationValue(dict):
|
1475
1670
|
@staticmethod
|
@@ -1660,6 +1855,37 @@ class DetectorRecipeDetectorRuleEntitiesMapping(dict):
|
|
1660
1855
|
return pulumi.get(self, "query_field")
|
1661
1856
|
|
1662
1857
|
|
1858
|
+
@pulumi.output_type
|
1859
|
+
class DetectorRecipeDetectorRuleRuleType(dict):
|
1860
|
+
def __init__(__self__, *,
|
1861
|
+
key: Optional[_builtins.str] = None,
|
1862
|
+
values: Optional[Sequence[_builtins.str]] = None):
|
1863
|
+
"""
|
1864
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
1865
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
1866
|
+
"""
|
1867
|
+
if key is not None:
|
1868
|
+
pulumi.set(__self__, "key", key)
|
1869
|
+
if values is not None:
|
1870
|
+
pulumi.set(__self__, "values", values)
|
1871
|
+
|
1872
|
+
@_builtins.property
|
1873
|
+
@pulumi.getter
|
1874
|
+
def key(self) -> Optional[_builtins.str]:
|
1875
|
+
"""
|
1876
|
+
The unique identifier of the detector rule type
|
1877
|
+
"""
|
1878
|
+
return pulumi.get(self, "key")
|
1879
|
+
|
1880
|
+
@_builtins.property
|
1881
|
+
@pulumi.getter
|
1882
|
+
def values(self) -> Optional[Sequence[_builtins.str]]:
|
1883
|
+
"""
|
1884
|
+
Detector rule type value
|
1885
|
+
"""
|
1886
|
+
return pulumi.get(self, "values")
|
1887
|
+
|
1888
|
+
|
1663
1889
|
@pulumi.output_type
|
1664
1890
|
class DetectorRecipeEffectiveDetectorRule(dict):
|
1665
1891
|
@staticmethod
|
@@ -1675,12 +1901,16 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1675
1901
|
suggest = "display_name"
|
1676
1902
|
elif key == "entitiesMappings":
|
1677
1903
|
suggest = "entities_mappings"
|
1904
|
+
elif key == "isCloneable":
|
1905
|
+
suggest = "is_cloneable"
|
1678
1906
|
elif key == "lifecycleDetails":
|
1679
1907
|
suggest = "lifecycle_details"
|
1680
1908
|
elif key == "managedListTypes":
|
1681
1909
|
suggest = "managed_list_types"
|
1682
1910
|
elif key == "resourceType":
|
1683
1911
|
suggest = "resource_type"
|
1912
|
+
elif key == "ruleTypes":
|
1913
|
+
suggest = "rule_types"
|
1684
1914
|
elif key == "serviceType":
|
1685
1915
|
suggest = "service_type"
|
1686
1916
|
elif key == "timeCreated":
|
@@ -1708,10 +1938,12 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1708
1938
|
detector_rule_id: Optional[_builtins.str] = None,
|
1709
1939
|
display_name: Optional[_builtins.str] = None,
|
1710
1940
|
entities_mappings: Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleEntitiesMapping']] = None,
|
1941
|
+
is_cloneable: Optional[_builtins.bool] = None,
|
1711
1942
|
lifecycle_details: Optional[_builtins.str] = None,
|
1712
1943
|
managed_list_types: Optional[Sequence[_builtins.str]] = None,
|
1713
1944
|
recommendation: Optional[_builtins.str] = None,
|
1714
1945
|
resource_type: Optional[_builtins.str] = None,
|
1946
|
+
rule_types: Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleRuleType']] = None,
|
1715
1947
|
service_type: Optional[_builtins.str] = None,
|
1716
1948
|
state: Optional[_builtins.str] = None,
|
1717
1949
|
time_created: Optional[_builtins.str] = None,
|
@@ -1729,10 +1961,12 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1729
1961
|
|
1730
1962
|
Avoid entering confidential information.
|
1731
1963
|
:param Sequence['DetectorRecipeEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
1964
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
1732
1965
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
1733
1966
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
1734
1967
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
1735
1968
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
1969
|
+
:param Sequence['DetectorRecipeEffectiveDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
1736
1970
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
1737
1971
|
:param _builtins.str state: The current lifecycle state of the resource
|
1738
1972
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -1754,6 +1988,8 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1754
1988
|
pulumi.set(__self__, "display_name", display_name)
|
1755
1989
|
if entities_mappings is not None:
|
1756
1990
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
1991
|
+
if is_cloneable is not None:
|
1992
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
1757
1993
|
if lifecycle_details is not None:
|
1758
1994
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1759
1995
|
if managed_list_types is not None:
|
@@ -1762,6 +1998,8 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1762
1998
|
pulumi.set(__self__, "recommendation", recommendation)
|
1763
1999
|
if resource_type is not None:
|
1764
2000
|
pulumi.set(__self__, "resource_type", resource_type)
|
2001
|
+
if rule_types is not None:
|
2002
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
1765
2003
|
if service_type is not None:
|
1766
2004
|
pulumi.set(__self__, "service_type", service_type)
|
1767
2005
|
if state is not None:
|
@@ -1839,6 +2077,14 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1839
2077
|
"""
|
1840
2078
|
return pulumi.get(self, "entities_mappings")
|
1841
2079
|
|
2080
|
+
@_builtins.property
|
2081
|
+
@pulumi.getter(name="isCloneable")
|
2082
|
+
def is_cloneable(self) -> Optional[_builtins.bool]:
|
2083
|
+
"""
|
2084
|
+
Is the rule cloneable?
|
2085
|
+
"""
|
2086
|
+
return pulumi.get(self, "is_cloneable")
|
2087
|
+
|
1842
2088
|
@_builtins.property
|
1843
2089
|
@pulumi.getter(name="lifecycleDetails")
|
1844
2090
|
def lifecycle_details(self) -> Optional[_builtins.str]:
|
@@ -1871,6 +2117,14 @@ class DetectorRecipeEffectiveDetectorRule(dict):
|
|
1871
2117
|
"""
|
1872
2118
|
return pulumi.get(self, "resource_type")
|
1873
2119
|
|
2120
|
+
@_builtins.property
|
2121
|
+
@pulumi.getter(name="ruleTypes")
|
2122
|
+
def rule_types(self) -> Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleRuleType']]:
|
2123
|
+
"""
|
2124
|
+
Detector rule type
|
2125
|
+
"""
|
2126
|
+
return pulumi.get(self, "rule_types")
|
2127
|
+
|
1874
2128
|
@_builtins.property
|
1875
2129
|
@pulumi.getter(name="serviceType")
|
1876
2130
|
def service_type(self) -> Optional[_builtins.str]:
|
@@ -2131,7 +2385,13 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
2131
2385
|
@staticmethod
|
2132
2386
|
def __key_warning(key: str):
|
2133
2387
|
suggest = None
|
2134
|
-
if key == "
|
2388
|
+
if key == "additionalProperties":
|
2389
|
+
suggest = "additional_properties"
|
2390
|
+
elif key == "allowedValues":
|
2391
|
+
suggest = "allowed_values"
|
2392
|
+
elif key == "allowedValuesDataType":
|
2393
|
+
suggest = "allowed_values_data_type"
|
2394
|
+
elif key == "configKey":
|
2135
2395
|
suggest = "config_key"
|
2136
2396
|
elif key == "dataType":
|
2137
2397
|
suggest = "data_type"
|
@@ -2148,18 +2408,30 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
2148
2408
|
return super().get(key, default)
|
2149
2409
|
|
2150
2410
|
def __init__(__self__, *,
|
2411
|
+
additional_properties: Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty']] = None,
|
2412
|
+
allowed_values: Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue']] = None,
|
2413
|
+
allowed_values_data_type: Optional[_builtins.str] = None,
|
2151
2414
|
config_key: Optional[_builtins.str] = None,
|
2152
2415
|
data_type: Optional[_builtins.str] = None,
|
2153
2416
|
name: Optional[_builtins.str] = None,
|
2154
2417
|
value: Optional[_builtins.str] = None,
|
2155
2418
|
values: Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue']] = None):
|
2156
2419
|
"""
|
2420
|
+
:param Sequence['DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
2421
|
+
:param Sequence['DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
2422
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
2157
2423
|
:param _builtins.str config_key: Unique identifier of the configuration
|
2158
2424
|
:param _builtins.str data_type: Configuration data type
|
2159
2425
|
:param _builtins.str name: Configuration name
|
2160
|
-
:param _builtins.str value:
|
2426
|
+
:param _builtins.str value: Detector rule type value
|
2161
2427
|
:param Sequence['DetectorRecipeEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
2162
2428
|
"""
|
2429
|
+
if additional_properties is not None:
|
2430
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
2431
|
+
if allowed_values is not None:
|
2432
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
2433
|
+
if allowed_values_data_type is not None:
|
2434
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
2163
2435
|
if config_key is not None:
|
2164
2436
|
pulumi.set(__self__, "config_key", config_key)
|
2165
2437
|
if data_type is not None:
|
@@ -2171,6 +2443,30 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
2171
2443
|
if values is not None:
|
2172
2444
|
pulumi.set(__self__, "values", values)
|
2173
2445
|
|
2446
|
+
@_builtins.property
|
2447
|
+
@pulumi.getter(name="additionalProperties")
|
2448
|
+
def additional_properties(self) -> Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty']]:
|
2449
|
+
"""
|
2450
|
+
Map of additional property values for configuration
|
2451
|
+
"""
|
2452
|
+
return pulumi.get(self, "additional_properties")
|
2453
|
+
|
2454
|
+
@_builtins.property
|
2455
|
+
@pulumi.getter(name="allowedValues")
|
2456
|
+
def allowed_values(self) -> Optional[Sequence['outputs.DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue']]:
|
2457
|
+
"""
|
2458
|
+
Map of possible values for configuration
|
2459
|
+
"""
|
2460
|
+
return pulumi.get(self, "allowed_values")
|
2461
|
+
|
2462
|
+
@_builtins.property
|
2463
|
+
@pulumi.getter(name="allowedValuesDataType")
|
2464
|
+
def allowed_values_data_type(self) -> Optional[_builtins.str]:
|
2465
|
+
"""
|
2466
|
+
Map property Value data type
|
2467
|
+
"""
|
2468
|
+
return pulumi.get(self, "allowed_values_data_type")
|
2469
|
+
|
2174
2470
|
@_builtins.property
|
2175
2471
|
@pulumi.getter(name="configKey")
|
2176
2472
|
def config_key(self) -> Optional[_builtins.str]:
|
@@ -2199,7 +2495,7 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
2199
2495
|
@pulumi.getter
|
2200
2496
|
def value(self) -> Optional[_builtins.str]:
|
2201
2497
|
"""
|
2202
|
-
|
2498
|
+
Detector rule type value
|
2203
2499
|
"""
|
2204
2500
|
return pulumi.get(self, "value")
|
2205
2501
|
|
@@ -2212,6 +2508,97 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
2212
2508
|
return pulumi.get(self, "values")
|
2213
2509
|
|
2214
2510
|
|
2511
|
+
@pulumi.output_type
|
2512
|
+
class DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty(dict):
|
2513
|
+
@staticmethod
|
2514
|
+
def __key_warning(key: str):
|
2515
|
+
suggest = None
|
2516
|
+
if key == "propertyType":
|
2517
|
+
suggest = "property_type"
|
2518
|
+
|
2519
|
+
if suggest:
|
2520
|
+
pulumi.log.warn(f"Key '{key}' not found in DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty. Access the value via the '{suggest}' property getter instead.")
|
2521
|
+
|
2522
|
+
def __getitem__(self, key: str) -> Any:
|
2523
|
+
DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty.__key_warning(key)
|
2524
|
+
return super().__getitem__(key)
|
2525
|
+
|
2526
|
+
def get(self, key: str, default = None) -> Any:
|
2527
|
+
DetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty.__key_warning(key)
|
2528
|
+
return super().get(key, default)
|
2529
|
+
|
2530
|
+
def __init__(__self__, *,
|
2531
|
+
key: Optional[_builtins.str] = None,
|
2532
|
+
property_type: Optional[_builtins.str] = None,
|
2533
|
+
value: Optional[_builtins.str] = None):
|
2534
|
+
"""
|
2535
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
2536
|
+
:param _builtins.str property_type: Property Type
|
2537
|
+
:param _builtins.str value: Detector rule type value
|
2538
|
+
"""
|
2539
|
+
if key is not None:
|
2540
|
+
pulumi.set(__self__, "key", key)
|
2541
|
+
if property_type is not None:
|
2542
|
+
pulumi.set(__self__, "property_type", property_type)
|
2543
|
+
if value is not None:
|
2544
|
+
pulumi.set(__self__, "value", value)
|
2545
|
+
|
2546
|
+
@_builtins.property
|
2547
|
+
@pulumi.getter
|
2548
|
+
def key(self) -> Optional[_builtins.str]:
|
2549
|
+
"""
|
2550
|
+
The unique identifier of the detector rule type
|
2551
|
+
"""
|
2552
|
+
return pulumi.get(self, "key")
|
2553
|
+
|
2554
|
+
@_builtins.property
|
2555
|
+
@pulumi.getter(name="propertyType")
|
2556
|
+
def property_type(self) -> Optional[_builtins.str]:
|
2557
|
+
"""
|
2558
|
+
Property Type
|
2559
|
+
"""
|
2560
|
+
return pulumi.get(self, "property_type")
|
2561
|
+
|
2562
|
+
@_builtins.property
|
2563
|
+
@pulumi.getter
|
2564
|
+
def value(self) -> Optional[_builtins.str]:
|
2565
|
+
"""
|
2566
|
+
Detector rule type value
|
2567
|
+
"""
|
2568
|
+
return pulumi.get(self, "value")
|
2569
|
+
|
2570
|
+
|
2571
|
+
@pulumi.output_type
|
2572
|
+
class DetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue(dict):
|
2573
|
+
def __init__(__self__, *,
|
2574
|
+
key: Optional[_builtins.str] = None,
|
2575
|
+
value: Optional[_builtins.str] = None):
|
2576
|
+
"""
|
2577
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
2578
|
+
:param _builtins.str value: Detector rule type value
|
2579
|
+
"""
|
2580
|
+
if key is not None:
|
2581
|
+
pulumi.set(__self__, "key", key)
|
2582
|
+
if value is not None:
|
2583
|
+
pulumi.set(__self__, "value", value)
|
2584
|
+
|
2585
|
+
@_builtins.property
|
2586
|
+
@pulumi.getter
|
2587
|
+
def key(self) -> Optional[_builtins.str]:
|
2588
|
+
"""
|
2589
|
+
The unique identifier of the detector rule type
|
2590
|
+
"""
|
2591
|
+
return pulumi.get(self, "key")
|
2592
|
+
|
2593
|
+
@_builtins.property
|
2594
|
+
@pulumi.getter
|
2595
|
+
def value(self) -> Optional[_builtins.str]:
|
2596
|
+
"""
|
2597
|
+
Detector rule type value
|
2598
|
+
"""
|
2599
|
+
return pulumi.get(self, "value")
|
2600
|
+
|
2601
|
+
|
2215
2602
|
@pulumi.output_type
|
2216
2603
|
class DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue(dict):
|
2217
2604
|
@staticmethod
|
@@ -2240,7 +2627,7 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue(dict):
|
|
2240
2627
|
"""
|
2241
2628
|
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
2242
2629
|
:param _builtins.str managed_list_type: Type of content in the managed list
|
2243
|
-
:param _builtins.str value:
|
2630
|
+
:param _builtins.str value: Detector rule type value
|
2244
2631
|
"""
|
2245
2632
|
if list_type is not None:
|
2246
2633
|
pulumi.set(__self__, "list_type", list_type)
|
@@ -2269,7 +2656,7 @@ class DetectorRecipeEffectiveDetectorRuleDetailConfigurationValue(dict):
|
|
2269
2656
|
@pulumi.getter
|
2270
2657
|
def value(self) -> Optional[_builtins.str]:
|
2271
2658
|
"""
|
2272
|
-
|
2659
|
+
Detector rule type value
|
2273
2660
|
"""
|
2274
2661
|
return pulumi.get(self, "value")
|
2275
2662
|
|
@@ -2410,6 +2797,37 @@ class DetectorRecipeEffectiveDetectorRuleEntitiesMapping(dict):
|
|
2410
2797
|
return pulumi.get(self, "query_field")
|
2411
2798
|
|
2412
2799
|
|
2800
|
+
@pulumi.output_type
|
2801
|
+
class DetectorRecipeEffectiveDetectorRuleRuleType(dict):
|
2802
|
+
def __init__(__self__, *,
|
2803
|
+
key: Optional[_builtins.str] = None,
|
2804
|
+
values: Optional[Sequence[_builtins.str]] = None):
|
2805
|
+
"""
|
2806
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
2807
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
2808
|
+
"""
|
2809
|
+
if key is not None:
|
2810
|
+
pulumi.set(__self__, "key", key)
|
2811
|
+
if values is not None:
|
2812
|
+
pulumi.set(__self__, "values", values)
|
2813
|
+
|
2814
|
+
@_builtins.property
|
2815
|
+
@pulumi.getter
|
2816
|
+
def key(self) -> Optional[_builtins.str]:
|
2817
|
+
"""
|
2818
|
+
The unique identifier of the detector rule type
|
2819
|
+
"""
|
2820
|
+
return pulumi.get(self, "key")
|
2821
|
+
|
2822
|
+
@_builtins.property
|
2823
|
+
@pulumi.getter
|
2824
|
+
def values(self) -> Optional[Sequence[_builtins.str]]:
|
2825
|
+
"""
|
2826
|
+
Detector rule type value
|
2827
|
+
"""
|
2828
|
+
return pulumi.get(self, "values")
|
2829
|
+
|
2830
|
+
|
2413
2831
|
@pulumi.output_type
|
2414
2832
|
class ResponderRecipeEffectiveResponderRule(dict):
|
2415
2833
|
@staticmethod
|
@@ -3547,12 +3965,16 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3547
3965
|
suggest = "display_name"
|
3548
3966
|
elif key == "entitiesMappings":
|
3549
3967
|
suggest = "entities_mappings"
|
3968
|
+
elif key == "isCloneable":
|
3969
|
+
suggest = "is_cloneable"
|
3550
3970
|
elif key == "lifecycleDetails":
|
3551
3971
|
suggest = "lifecycle_details"
|
3552
3972
|
elif key == "managedListTypes":
|
3553
3973
|
suggest = "managed_list_types"
|
3554
3974
|
elif key == "resourceType":
|
3555
3975
|
suggest = "resource_type"
|
3976
|
+
elif key == "ruleTypes":
|
3977
|
+
suggest = "rule_types"
|
3556
3978
|
elif key == "serviceType":
|
3557
3979
|
suggest = "service_type"
|
3558
3980
|
elif key == "timeCreated":
|
@@ -3579,10 +4001,12 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3579
4001
|
detector: Optional[_builtins.str] = None,
|
3580
4002
|
display_name: Optional[_builtins.str] = None,
|
3581
4003
|
entities_mappings: Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleEntitiesMapping']] = None,
|
4004
|
+
is_cloneable: Optional[_builtins.bool] = None,
|
3582
4005
|
lifecycle_details: Optional[_builtins.str] = None,
|
3583
4006
|
managed_list_types: Optional[Sequence[_builtins.str]] = None,
|
3584
4007
|
recommendation: Optional[_builtins.str] = None,
|
3585
4008
|
resource_type: Optional[_builtins.str] = None,
|
4009
|
+
rule_types: Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleRuleType']] = None,
|
3586
4010
|
service_type: Optional[_builtins.str] = None,
|
3587
4011
|
state: Optional[_builtins.str] = None,
|
3588
4012
|
time_created: Optional[_builtins.str] = None,
|
@@ -3599,10 +4023,12 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3599
4023
|
|
3600
4024
|
Avoid entering confidential information.
|
3601
4025
|
:param Sequence['TargetTargetDetectorRecipeDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
4026
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
3602
4027
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
3603
4028
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
3604
4029
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
3605
4030
|
:param _builtins.str resource_type: 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).
|
4031
|
+
:param Sequence['TargetTargetDetectorRecipeDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
3606
4032
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
3607
4033
|
:param _builtins.str state: (Updatable) The enablement state of the detector rule
|
3608
4034
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -3620,6 +4046,8 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3620
4046
|
pulumi.set(__self__, "display_name", display_name)
|
3621
4047
|
if entities_mappings is not None:
|
3622
4048
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
4049
|
+
if is_cloneable is not None:
|
4050
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
3623
4051
|
if lifecycle_details is not None:
|
3624
4052
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
3625
4053
|
if managed_list_types is not None:
|
@@ -3628,6 +4056,8 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3628
4056
|
pulumi.set(__self__, "recommendation", recommendation)
|
3629
4057
|
if resource_type is not None:
|
3630
4058
|
pulumi.set(__self__, "resource_type", resource_type)
|
4059
|
+
if rule_types is not None:
|
4060
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
3631
4061
|
if service_type is not None:
|
3632
4062
|
pulumi.set(__self__, "service_type", service_type)
|
3633
4063
|
if state is not None:
|
@@ -3697,6 +4127,14 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3697
4127
|
"""
|
3698
4128
|
return pulumi.get(self, "entities_mappings")
|
3699
4129
|
|
4130
|
+
@_builtins.property
|
4131
|
+
@pulumi.getter(name="isCloneable")
|
4132
|
+
def is_cloneable(self) -> Optional[_builtins.bool]:
|
4133
|
+
"""
|
4134
|
+
Is the rule cloneable?
|
4135
|
+
"""
|
4136
|
+
return pulumi.get(self, "is_cloneable")
|
4137
|
+
|
3700
4138
|
@_builtins.property
|
3701
4139
|
@pulumi.getter(name="lifecycleDetails")
|
3702
4140
|
def lifecycle_details(self) -> Optional[_builtins.str]:
|
@@ -3729,6 +4167,14 @@ class TargetTargetDetectorRecipeDetectorRule(dict):
|
|
3729
4167
|
"""
|
3730
4168
|
return pulumi.get(self, "resource_type")
|
3731
4169
|
|
4170
|
+
@_builtins.property
|
4171
|
+
@pulumi.getter(name="ruleTypes")
|
4172
|
+
def rule_types(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleRuleType']]:
|
4173
|
+
"""
|
4174
|
+
Rule category type
|
4175
|
+
"""
|
4176
|
+
return pulumi.get(self, "rule_types")
|
4177
|
+
|
3732
4178
|
@_builtins.property
|
3733
4179
|
@pulumi.getter(name="serviceType")
|
3734
4180
|
def service_type(self) -> Optional[_builtins.str]:
|
@@ -3915,7 +4361,13 @@ class TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
3915
4361
|
@staticmethod
|
3916
4362
|
def __key_warning(key: str):
|
3917
4363
|
suggest = None
|
3918
|
-
if key == "
|
4364
|
+
if key == "additionalProperties":
|
4365
|
+
suggest = "additional_properties"
|
4366
|
+
elif key == "allowedValues":
|
4367
|
+
suggest = "allowed_values"
|
4368
|
+
elif key == "allowedValuesDataType":
|
4369
|
+
suggest = "allowed_values_data_type"
|
4370
|
+
elif key == "configKey":
|
3919
4371
|
suggest = "config_key"
|
3920
4372
|
elif key == "dataType":
|
3921
4373
|
suggest = "data_type"
|
@@ -3932,18 +4384,30 @@ class TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
3932
4384
|
return super().get(key, default)
|
3933
4385
|
|
3934
4386
|
def __init__(__self__, *,
|
4387
|
+
additional_properties: Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty']] = None,
|
4388
|
+
allowed_values: Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue']] = None,
|
4389
|
+
allowed_values_data_type: Optional[_builtins.str] = None,
|
3935
4390
|
config_key: Optional[_builtins.str] = None,
|
3936
4391
|
data_type: Optional[_builtins.str] = None,
|
3937
4392
|
name: Optional[_builtins.str] = None,
|
3938
4393
|
value: Optional[_builtins.str] = None,
|
3939
4394
|
values: Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue']] = None):
|
3940
4395
|
"""
|
4396
|
+
:param Sequence['TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
4397
|
+
:param Sequence['TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
4398
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
3941
4399
|
:param _builtins.str config_key: Unique identifier of the configuration
|
3942
4400
|
:param _builtins.str data_type: Configuration data type
|
3943
4401
|
:param _builtins.str name: Configuration name
|
3944
4402
|
:param _builtins.str value: Configuration value
|
3945
4403
|
:param Sequence['TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValueArgs'] values: List of configuration values
|
3946
4404
|
"""
|
4405
|
+
if additional_properties is not None:
|
4406
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
4407
|
+
if allowed_values is not None:
|
4408
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
4409
|
+
if allowed_values_data_type is not None:
|
4410
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
3947
4411
|
if config_key is not None:
|
3948
4412
|
pulumi.set(__self__, "config_key", config_key)
|
3949
4413
|
if data_type is not None:
|
@@ -3955,6 +4419,30 @@ class TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
3955
4419
|
if values is not None:
|
3956
4420
|
pulumi.set(__self__, "values", values)
|
3957
4421
|
|
4422
|
+
@_builtins.property
|
4423
|
+
@pulumi.getter(name="additionalProperties")
|
4424
|
+
def additional_properties(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty']]:
|
4425
|
+
"""
|
4426
|
+
Map of additional property values for configuration
|
4427
|
+
"""
|
4428
|
+
return pulumi.get(self, "additional_properties")
|
4429
|
+
|
4430
|
+
@_builtins.property
|
4431
|
+
@pulumi.getter(name="allowedValues")
|
4432
|
+
def allowed_values(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue']]:
|
4433
|
+
"""
|
4434
|
+
Map of possible values for configuration
|
4435
|
+
"""
|
4436
|
+
return pulumi.get(self, "allowed_values")
|
4437
|
+
|
4438
|
+
@_builtins.property
|
4439
|
+
@pulumi.getter(name="allowedValuesDataType")
|
4440
|
+
def allowed_values_data_type(self) -> Optional[_builtins.str]:
|
4441
|
+
"""
|
4442
|
+
Map property Value data type
|
4443
|
+
"""
|
4444
|
+
return pulumi.get(self, "allowed_values_data_type")
|
4445
|
+
|
3958
4446
|
@_builtins.property
|
3959
4447
|
@pulumi.getter(name="configKey")
|
3960
4448
|
def config_key(self) -> Optional[_builtins.str]:
|
@@ -3997,57 +4485,55 @@ class TargetTargetDetectorRecipeDetectorRuleDetailsConfiguration(dict):
|
|
3997
4485
|
|
3998
4486
|
|
3999
4487
|
@pulumi.output_type
|
4000
|
-
class
|
4488
|
+
class TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty(dict):
|
4001
4489
|
@staticmethod
|
4002
4490
|
def __key_warning(key: str):
|
4003
4491
|
suggest = None
|
4004
|
-
if key == "
|
4005
|
-
suggest = "
|
4006
|
-
elif key == "managedListType":
|
4007
|
-
suggest = "managed_list_type"
|
4492
|
+
if key == "propertyType":
|
4493
|
+
suggest = "property_type"
|
4008
4494
|
|
4009
4495
|
if suggest:
|
4010
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
4496
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty. Access the value via the '{suggest}' property getter instead.")
|
4011
4497
|
|
4012
4498
|
def __getitem__(self, key: str) -> Any:
|
4013
|
-
|
4499
|
+
TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty.__key_warning(key)
|
4014
4500
|
return super().__getitem__(key)
|
4015
4501
|
|
4016
4502
|
def get(self, key: str, default = None) -> Any:
|
4017
|
-
|
4503
|
+
TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAdditionalProperty.__key_warning(key)
|
4018
4504
|
return super().get(key, default)
|
4019
4505
|
|
4020
4506
|
def __init__(__self__, *,
|
4021
|
-
|
4022
|
-
|
4507
|
+
key: Optional[_builtins.str] = None,
|
4508
|
+
property_type: Optional[_builtins.str] = None,
|
4023
4509
|
value: Optional[_builtins.str] = None):
|
4024
4510
|
"""
|
4025
|
-
:param _builtins.str
|
4026
|
-
:param _builtins.str
|
4511
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
4512
|
+
:param _builtins.str property_type: Property Type
|
4027
4513
|
:param _builtins.str value: Configuration value
|
4028
4514
|
"""
|
4029
|
-
if
|
4030
|
-
pulumi.set(__self__, "
|
4031
|
-
if
|
4032
|
-
pulumi.set(__self__, "
|
4515
|
+
if key is not None:
|
4516
|
+
pulumi.set(__self__, "key", key)
|
4517
|
+
if property_type is not None:
|
4518
|
+
pulumi.set(__self__, "property_type", property_type)
|
4033
4519
|
if value is not None:
|
4034
4520
|
pulumi.set(__self__, "value", value)
|
4035
4521
|
|
4036
4522
|
@_builtins.property
|
4037
|
-
@pulumi.getter
|
4038
|
-
def
|
4523
|
+
@pulumi.getter
|
4524
|
+
def key(self) -> Optional[_builtins.str]:
|
4039
4525
|
"""
|
4040
|
-
|
4526
|
+
The unique identifier of the detector rule type
|
4041
4527
|
"""
|
4042
|
-
return pulumi.get(self, "
|
4528
|
+
return pulumi.get(self, "key")
|
4043
4529
|
|
4044
4530
|
@_builtins.property
|
4045
|
-
@pulumi.getter(name="
|
4046
|
-
def
|
4531
|
+
@pulumi.getter(name="propertyType")
|
4532
|
+
def property_type(self) -> Optional[_builtins.str]:
|
4047
4533
|
"""
|
4048
|
-
Type
|
4534
|
+
Property Type
|
4049
4535
|
"""
|
4050
|
-
return pulumi.get(self, "
|
4536
|
+
return pulumi.get(self, "property_type")
|
4051
4537
|
|
4052
4538
|
@_builtins.property
|
4053
4539
|
@pulumi.getter
|
@@ -4059,14 +4545,107 @@ class TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue(dict):
|
|
4059
4545
|
|
4060
4546
|
|
4061
4547
|
@pulumi.output_type
|
4062
|
-
class
|
4063
|
-
|
4064
|
-
|
4065
|
-
|
4066
|
-
|
4067
|
-
|
4068
|
-
|
4069
|
-
|
4548
|
+
class TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationAllowedValue(dict):
|
4549
|
+
def __init__(__self__, *,
|
4550
|
+
key: Optional[_builtins.str] = None,
|
4551
|
+
value: Optional[_builtins.str] = None):
|
4552
|
+
"""
|
4553
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
4554
|
+
:param _builtins.str value: Configuration value
|
4555
|
+
"""
|
4556
|
+
if key is not None:
|
4557
|
+
pulumi.set(__self__, "key", key)
|
4558
|
+
if value is not None:
|
4559
|
+
pulumi.set(__self__, "value", value)
|
4560
|
+
|
4561
|
+
@_builtins.property
|
4562
|
+
@pulumi.getter
|
4563
|
+
def key(self) -> Optional[_builtins.str]:
|
4564
|
+
"""
|
4565
|
+
The unique identifier of the detector rule type
|
4566
|
+
"""
|
4567
|
+
return pulumi.get(self, "key")
|
4568
|
+
|
4569
|
+
@_builtins.property
|
4570
|
+
@pulumi.getter
|
4571
|
+
def value(self) -> Optional[_builtins.str]:
|
4572
|
+
"""
|
4573
|
+
Configuration value
|
4574
|
+
"""
|
4575
|
+
return pulumi.get(self, "value")
|
4576
|
+
|
4577
|
+
|
4578
|
+
@pulumi.output_type
|
4579
|
+
class TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue(dict):
|
4580
|
+
@staticmethod
|
4581
|
+
def __key_warning(key: str):
|
4582
|
+
suggest = None
|
4583
|
+
if key == "listType":
|
4584
|
+
suggest = "list_type"
|
4585
|
+
elif key == "managedListType":
|
4586
|
+
suggest = "managed_list_type"
|
4587
|
+
|
4588
|
+
if suggest:
|
4589
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue. Access the value via the '{suggest}' property getter instead.")
|
4590
|
+
|
4591
|
+
def __getitem__(self, key: str) -> Any:
|
4592
|
+
TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue.__key_warning(key)
|
4593
|
+
return super().__getitem__(key)
|
4594
|
+
|
4595
|
+
def get(self, key: str, default = None) -> Any:
|
4596
|
+
TargetTargetDetectorRecipeDetectorRuleDetailsConfigurationValue.__key_warning(key)
|
4597
|
+
return super().get(key, default)
|
4598
|
+
|
4599
|
+
def __init__(__self__, *,
|
4600
|
+
list_type: Optional[_builtins.str] = None,
|
4601
|
+
managed_list_type: Optional[_builtins.str] = None,
|
4602
|
+
value: Optional[_builtins.str] = None):
|
4603
|
+
"""
|
4604
|
+
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
4605
|
+
:param _builtins.str managed_list_type: Type of content in the managed list
|
4606
|
+
:param _builtins.str value: Configuration value
|
4607
|
+
"""
|
4608
|
+
if list_type is not None:
|
4609
|
+
pulumi.set(__self__, "list_type", list_type)
|
4610
|
+
if managed_list_type is not None:
|
4611
|
+
pulumi.set(__self__, "managed_list_type", managed_list_type)
|
4612
|
+
if value is not None:
|
4613
|
+
pulumi.set(__self__, "value", value)
|
4614
|
+
|
4615
|
+
@_builtins.property
|
4616
|
+
@pulumi.getter(name="listType")
|
4617
|
+
def list_type(self) -> Optional[_builtins.str]:
|
4618
|
+
"""
|
4619
|
+
Configuration list item type (CUSTOM or MANAGED)
|
4620
|
+
"""
|
4621
|
+
return pulumi.get(self, "list_type")
|
4622
|
+
|
4623
|
+
@_builtins.property
|
4624
|
+
@pulumi.getter(name="managedListType")
|
4625
|
+
def managed_list_type(self) -> Optional[_builtins.str]:
|
4626
|
+
"""
|
4627
|
+
Type of content in the managed list
|
4628
|
+
"""
|
4629
|
+
return pulumi.get(self, "managed_list_type")
|
4630
|
+
|
4631
|
+
@_builtins.property
|
4632
|
+
@pulumi.getter
|
4633
|
+
def value(self) -> Optional[_builtins.str]:
|
4634
|
+
"""
|
4635
|
+
Configuration value
|
4636
|
+
"""
|
4637
|
+
return pulumi.get(self, "value")
|
4638
|
+
|
4639
|
+
|
4640
|
+
@pulumi.output_type
|
4641
|
+
class TargetTargetDetectorRecipeDetectorRuleEntitiesMapping(dict):
|
4642
|
+
@staticmethod
|
4643
|
+
def __key_warning(key: str):
|
4644
|
+
suggest = None
|
4645
|
+
if key == "displayName":
|
4646
|
+
suggest = "display_name"
|
4647
|
+
elif key == "entityType":
|
4648
|
+
suggest = "entity_type"
|
4070
4649
|
elif key == "queryField":
|
4071
4650
|
suggest = "query_field"
|
4072
4651
|
|
@@ -4126,6 +4705,37 @@ class TargetTargetDetectorRecipeDetectorRuleEntitiesMapping(dict):
|
|
4126
4705
|
return pulumi.get(self, "query_field")
|
4127
4706
|
|
4128
4707
|
|
4708
|
+
@pulumi.output_type
|
4709
|
+
class TargetTargetDetectorRecipeDetectorRuleRuleType(dict):
|
4710
|
+
def __init__(__self__, *,
|
4711
|
+
key: Optional[_builtins.str] = None,
|
4712
|
+
values: Optional[Sequence[_builtins.str]] = None):
|
4713
|
+
"""
|
4714
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
4715
|
+
:param Sequence[_builtins.str] values: Configuration value
|
4716
|
+
"""
|
4717
|
+
if key is not None:
|
4718
|
+
pulumi.set(__self__, "key", key)
|
4719
|
+
if values is not None:
|
4720
|
+
pulumi.set(__self__, "values", values)
|
4721
|
+
|
4722
|
+
@_builtins.property
|
4723
|
+
@pulumi.getter
|
4724
|
+
def key(self) -> Optional[_builtins.str]:
|
4725
|
+
"""
|
4726
|
+
The unique identifier of the detector rule type
|
4727
|
+
"""
|
4728
|
+
return pulumi.get(self, "key")
|
4729
|
+
|
4730
|
+
@_builtins.property
|
4731
|
+
@pulumi.getter
|
4732
|
+
def values(self) -> Optional[Sequence[_builtins.str]]:
|
4733
|
+
"""
|
4734
|
+
Configuration value
|
4735
|
+
"""
|
4736
|
+
return pulumi.get(self, "values")
|
4737
|
+
|
4738
|
+
|
4129
4739
|
@pulumi.output_type
|
4130
4740
|
class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
4131
4741
|
@staticmethod
|
@@ -4139,12 +4749,16 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4139
4749
|
suggest = "display_name"
|
4140
4750
|
elif key == "entitiesMappings":
|
4141
4751
|
suggest = "entities_mappings"
|
4752
|
+
elif key == "isCloneable":
|
4753
|
+
suggest = "is_cloneable"
|
4142
4754
|
elif key == "lifecycleDetails":
|
4143
4755
|
suggest = "lifecycle_details"
|
4144
4756
|
elif key == "managedListTypes":
|
4145
4757
|
suggest = "managed_list_types"
|
4146
4758
|
elif key == "resourceType":
|
4147
4759
|
suggest = "resource_type"
|
4760
|
+
elif key == "ruleTypes":
|
4761
|
+
suggest = "rule_types"
|
4148
4762
|
elif key == "serviceType":
|
4149
4763
|
suggest = "service_type"
|
4150
4764
|
elif key == "timeCreated":
|
@@ -4171,10 +4785,12 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4171
4785
|
detector_rule_id: Optional[_builtins.str] = None,
|
4172
4786
|
display_name: Optional[_builtins.str] = None,
|
4173
4787
|
entities_mappings: Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping']] = None,
|
4788
|
+
is_cloneable: Optional[_builtins.bool] = None,
|
4174
4789
|
lifecycle_details: Optional[_builtins.str] = None,
|
4175
4790
|
managed_list_types: Optional[Sequence[_builtins.str]] = None,
|
4176
4791
|
recommendation: Optional[_builtins.str] = None,
|
4177
4792
|
resource_type: Optional[_builtins.str] = None,
|
4793
|
+
rule_types: Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType']] = None,
|
4178
4794
|
service_type: Optional[_builtins.str] = None,
|
4179
4795
|
state: Optional[_builtins.str] = None,
|
4180
4796
|
time_created: Optional[_builtins.str] = None,
|
@@ -4191,10 +4807,12 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4191
4807
|
|
4192
4808
|
Avoid entering confidential information.
|
4193
4809
|
:param Sequence['TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
4810
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
4194
4811
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
4195
4812
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
4196
4813
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
4197
4814
|
:param _builtins.str resource_type: 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).
|
4815
|
+
:param Sequence['TargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
4198
4816
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
4199
4817
|
:param _builtins.str state: (Updatable) The enablement state of the detector rule
|
4200
4818
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -4214,6 +4832,8 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4214
4832
|
pulumi.set(__self__, "display_name", display_name)
|
4215
4833
|
if entities_mappings is not None:
|
4216
4834
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
4835
|
+
if is_cloneable is not None:
|
4836
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
4217
4837
|
if lifecycle_details is not None:
|
4218
4838
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
4219
4839
|
if managed_list_types is not None:
|
@@ -4222,6 +4842,8 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4222
4842
|
pulumi.set(__self__, "recommendation", recommendation)
|
4223
4843
|
if resource_type is not None:
|
4224
4844
|
pulumi.set(__self__, "resource_type", resource_type)
|
4845
|
+
if rule_types is not None:
|
4846
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
4225
4847
|
if service_type is not None:
|
4226
4848
|
pulumi.set(__self__, "service_type", service_type)
|
4227
4849
|
if state is not None:
|
@@ -4291,6 +4913,14 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4291
4913
|
"""
|
4292
4914
|
return pulumi.get(self, "entities_mappings")
|
4293
4915
|
|
4916
|
+
@_builtins.property
|
4917
|
+
@pulumi.getter(name="isCloneable")
|
4918
|
+
def is_cloneable(self) -> Optional[_builtins.bool]:
|
4919
|
+
"""
|
4920
|
+
Is the rule cloneable?
|
4921
|
+
"""
|
4922
|
+
return pulumi.get(self, "is_cloneable")
|
4923
|
+
|
4294
4924
|
@_builtins.property
|
4295
4925
|
@pulumi.getter(name="lifecycleDetails")
|
4296
4926
|
def lifecycle_details(self) -> Optional[_builtins.str]:
|
@@ -4323,6 +4953,14 @@ class TargetTargetDetectorRecipeEffectiveDetectorRule(dict):
|
|
4323
4953
|
"""
|
4324
4954
|
return pulumi.get(self, "resource_type")
|
4325
4955
|
|
4956
|
+
@_builtins.property
|
4957
|
+
@pulumi.getter(name="ruleTypes")
|
4958
|
+
def rule_types(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType']]:
|
4959
|
+
"""
|
4960
|
+
Rule category type
|
4961
|
+
"""
|
4962
|
+
return pulumi.get(self, "rule_types")
|
4963
|
+
|
4326
4964
|
@_builtins.property
|
4327
4965
|
@pulumi.getter(name="serviceType")
|
4328
4966
|
def service_type(self) -> Optional[_builtins.str]:
|
@@ -4511,7 +5149,13 @@ class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
4511
5149
|
@staticmethod
|
4512
5150
|
def __key_warning(key: str):
|
4513
5151
|
suggest = None
|
4514
|
-
if key == "
|
5152
|
+
if key == "additionalProperties":
|
5153
|
+
suggest = "additional_properties"
|
5154
|
+
elif key == "allowedValues":
|
5155
|
+
suggest = "allowed_values"
|
5156
|
+
elif key == "allowedValuesDataType":
|
5157
|
+
suggest = "allowed_values_data_type"
|
5158
|
+
elif key == "configKey":
|
4515
5159
|
suggest = "config_key"
|
4516
5160
|
elif key == "dataType":
|
4517
5161
|
suggest = "data_type"
|
@@ -4528,18 +5172,30 @@ class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
4528
5172
|
return super().get(key, default)
|
4529
5173
|
|
4530
5174
|
def __init__(__self__, *,
|
5175
|
+
additional_properties: Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty']] = None,
|
5176
|
+
allowed_values: Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue']] = None,
|
5177
|
+
allowed_values_data_type: Optional[_builtins.str] = None,
|
4531
5178
|
config_key: Optional[_builtins.str] = None,
|
4532
5179
|
data_type: Optional[_builtins.str] = None,
|
4533
5180
|
name: Optional[_builtins.str] = None,
|
4534
5181
|
value: Optional[_builtins.str] = None,
|
4535
5182
|
values: Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue']] = None):
|
4536
5183
|
"""
|
5184
|
+
:param Sequence['TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
5185
|
+
:param Sequence['TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
5186
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
4537
5187
|
:param _builtins.str config_key: Unique identifier of the configuration
|
4538
5188
|
:param _builtins.str data_type: Configuration data type
|
4539
5189
|
:param _builtins.str name: Configuration name
|
4540
5190
|
:param _builtins.str value: Configuration value
|
4541
5191
|
:param Sequence['TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
4542
5192
|
"""
|
5193
|
+
if additional_properties is not None:
|
5194
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
5195
|
+
if allowed_values is not None:
|
5196
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
5197
|
+
if allowed_values_data_type is not None:
|
5198
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
4543
5199
|
if config_key is not None:
|
4544
5200
|
pulumi.set(__self__, "config_key", config_key)
|
4545
5201
|
if data_type is not None:
|
@@ -4551,6 +5207,30 @@ class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
4551
5207
|
if values is not None:
|
4552
5208
|
pulumi.set(__self__, "values", values)
|
4553
5209
|
|
5210
|
+
@_builtins.property
|
5211
|
+
@pulumi.getter(name="additionalProperties")
|
5212
|
+
def additional_properties(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty']]:
|
5213
|
+
"""
|
5214
|
+
Map of additional property values for configuration
|
5215
|
+
"""
|
5216
|
+
return pulumi.get(self, "additional_properties")
|
5217
|
+
|
5218
|
+
@_builtins.property
|
5219
|
+
@pulumi.getter(name="allowedValues")
|
5220
|
+
def allowed_values(self) -> Optional[Sequence['outputs.TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue']]:
|
5221
|
+
"""
|
5222
|
+
Map of possible values for configuration
|
5223
|
+
"""
|
5224
|
+
return pulumi.get(self, "allowed_values")
|
5225
|
+
|
5226
|
+
@_builtins.property
|
5227
|
+
@pulumi.getter(name="allowedValuesDataType")
|
5228
|
+
def allowed_values_data_type(self) -> Optional[_builtins.str]:
|
5229
|
+
"""
|
5230
|
+
Map property Value data type
|
5231
|
+
"""
|
5232
|
+
return pulumi.get(self, "allowed_values_data_type")
|
5233
|
+
|
4554
5234
|
@_builtins.property
|
4555
5235
|
@pulumi.getter(name="configKey")
|
4556
5236
|
def config_key(self) -> Optional[_builtins.str]:
|
@@ -4592,6 +5272,97 @@ class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration(dict):
|
|
4592
5272
|
return pulumi.get(self, "values")
|
4593
5273
|
|
4594
5274
|
|
5275
|
+
@pulumi.output_type
|
5276
|
+
class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty(dict):
|
5277
|
+
@staticmethod
|
5278
|
+
def __key_warning(key: str):
|
5279
|
+
suggest = None
|
5280
|
+
if key == "propertyType":
|
5281
|
+
suggest = "property_type"
|
5282
|
+
|
5283
|
+
if suggest:
|
5284
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty. Access the value via the '{suggest}' property getter instead.")
|
5285
|
+
|
5286
|
+
def __getitem__(self, key: str) -> Any:
|
5287
|
+
TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty.__key_warning(key)
|
5288
|
+
return super().__getitem__(key)
|
5289
|
+
|
5290
|
+
def get(self, key: str, default = None) -> Any:
|
5291
|
+
TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalProperty.__key_warning(key)
|
5292
|
+
return super().get(key, default)
|
5293
|
+
|
5294
|
+
def __init__(__self__, *,
|
5295
|
+
key: Optional[_builtins.str] = None,
|
5296
|
+
property_type: Optional[_builtins.str] = None,
|
5297
|
+
value: Optional[_builtins.str] = None):
|
5298
|
+
"""
|
5299
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
5300
|
+
:param _builtins.str property_type: Property Type
|
5301
|
+
:param _builtins.str value: Configuration value
|
5302
|
+
"""
|
5303
|
+
if key is not None:
|
5304
|
+
pulumi.set(__self__, "key", key)
|
5305
|
+
if property_type is not None:
|
5306
|
+
pulumi.set(__self__, "property_type", property_type)
|
5307
|
+
if value is not None:
|
5308
|
+
pulumi.set(__self__, "value", value)
|
5309
|
+
|
5310
|
+
@_builtins.property
|
5311
|
+
@pulumi.getter
|
5312
|
+
def key(self) -> Optional[_builtins.str]:
|
5313
|
+
"""
|
5314
|
+
The unique identifier of the detector rule type
|
5315
|
+
"""
|
5316
|
+
return pulumi.get(self, "key")
|
5317
|
+
|
5318
|
+
@_builtins.property
|
5319
|
+
@pulumi.getter(name="propertyType")
|
5320
|
+
def property_type(self) -> Optional[_builtins.str]:
|
5321
|
+
"""
|
5322
|
+
Property Type
|
5323
|
+
"""
|
5324
|
+
return pulumi.get(self, "property_type")
|
5325
|
+
|
5326
|
+
@_builtins.property
|
5327
|
+
@pulumi.getter
|
5328
|
+
def value(self) -> Optional[_builtins.str]:
|
5329
|
+
"""
|
5330
|
+
Configuration value
|
5331
|
+
"""
|
5332
|
+
return pulumi.get(self, "value")
|
5333
|
+
|
5334
|
+
|
5335
|
+
@pulumi.output_type
|
5336
|
+
class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValue(dict):
|
5337
|
+
def __init__(__self__, *,
|
5338
|
+
key: Optional[_builtins.str] = None,
|
5339
|
+
value: Optional[_builtins.str] = None):
|
5340
|
+
"""
|
5341
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
5342
|
+
:param _builtins.str value: Configuration value
|
5343
|
+
"""
|
5344
|
+
if key is not None:
|
5345
|
+
pulumi.set(__self__, "key", key)
|
5346
|
+
if value is not None:
|
5347
|
+
pulumi.set(__self__, "value", value)
|
5348
|
+
|
5349
|
+
@_builtins.property
|
5350
|
+
@pulumi.getter
|
5351
|
+
def key(self) -> Optional[_builtins.str]:
|
5352
|
+
"""
|
5353
|
+
The unique identifier of the detector rule type
|
5354
|
+
"""
|
5355
|
+
return pulumi.get(self, "key")
|
5356
|
+
|
5357
|
+
@_builtins.property
|
5358
|
+
@pulumi.getter
|
5359
|
+
def value(self) -> Optional[_builtins.str]:
|
5360
|
+
"""
|
5361
|
+
Configuration value
|
5362
|
+
"""
|
5363
|
+
return pulumi.get(self, "value")
|
5364
|
+
|
5365
|
+
|
4595
5366
|
@pulumi.output_type
|
4596
5367
|
class TargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValue(dict):
|
4597
5368
|
@staticmethod
|
@@ -4722,6 +5493,37 @@ class TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping(dict):
|
|
4722
5493
|
return pulumi.get(self, "query_field")
|
4723
5494
|
|
4724
5495
|
|
5496
|
+
@pulumi.output_type
|
5497
|
+
class TargetTargetDetectorRecipeEffectiveDetectorRuleRuleType(dict):
|
5498
|
+
def __init__(__self__, *,
|
5499
|
+
key: Optional[_builtins.str] = None,
|
5500
|
+
values: Optional[Sequence[_builtins.str]] = None):
|
5501
|
+
"""
|
5502
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
5503
|
+
:param Sequence[_builtins.str] values: Configuration value
|
5504
|
+
"""
|
5505
|
+
if key is not None:
|
5506
|
+
pulumi.set(__self__, "key", key)
|
5507
|
+
if values is not None:
|
5508
|
+
pulumi.set(__self__, "values", values)
|
5509
|
+
|
5510
|
+
@_builtins.property
|
5511
|
+
@pulumi.getter
|
5512
|
+
def key(self) -> Optional[_builtins.str]:
|
5513
|
+
"""
|
5514
|
+
The unique identifier of the detector rule type
|
5515
|
+
"""
|
5516
|
+
return pulumi.get(self, "key")
|
5517
|
+
|
5518
|
+
@_builtins.property
|
5519
|
+
@pulumi.getter
|
5520
|
+
def values(self) -> Optional[Sequence[_builtins.str]]:
|
5521
|
+
"""
|
5522
|
+
Configuration value
|
5523
|
+
"""
|
5524
|
+
return pulumi.get(self, "values")
|
5525
|
+
|
5526
|
+
|
4725
5527
|
@pulumi.output_type
|
4726
5528
|
class TargetTargetResponderRecipe(dict):
|
4727
5529
|
@staticmethod
|
@@ -7431,10 +8233,12 @@ class GetDetectorRecipeDetectorRuleResult(dict):
|
|
7431
8233
|
detector_rule_id: _builtins.str,
|
7432
8234
|
display_name: _builtins.str,
|
7433
8235
|
entities_mappings: Sequence['outputs.GetDetectorRecipeDetectorRuleEntitiesMappingResult'],
|
8236
|
+
is_cloneable: _builtins.bool,
|
7434
8237
|
lifecycle_details: _builtins.str,
|
7435
8238
|
managed_list_types: Sequence[_builtins.str],
|
7436
8239
|
recommendation: _builtins.str,
|
7437
8240
|
resource_type: _builtins.str,
|
8241
|
+
rule_types: Sequence['outputs.GetDetectorRecipeDetectorRuleRuleTypeResult'],
|
7438
8242
|
service_type: _builtins.str,
|
7439
8243
|
state: _builtins.str,
|
7440
8244
|
time_created: _builtins.str,
|
@@ -7448,10 +8252,12 @@ class GetDetectorRecipeDetectorRuleResult(dict):
|
|
7448
8252
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule.
|
7449
8253
|
:param _builtins.str display_name: Display name of the entity
|
7450
8254
|
:param Sequence['GetDetectorRecipeDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
8255
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
7451
8256
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
7452
8257
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
7453
8258
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
7454
8259
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
8260
|
+
:param Sequence['GetDetectorRecipeDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
7455
8261
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
7456
8262
|
:param _builtins.str state: The current lifecycle state of the resource
|
7457
8263
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -7465,10 +8271,12 @@ class GetDetectorRecipeDetectorRuleResult(dict):
|
|
7465
8271
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
7466
8272
|
pulumi.set(__self__, "display_name", display_name)
|
7467
8273
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
8274
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
7468
8275
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
7469
8276
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
7470
8277
|
pulumi.set(__self__, "recommendation", recommendation)
|
7471
8278
|
pulumi.set(__self__, "resource_type", resource_type)
|
8279
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
7472
8280
|
pulumi.set(__self__, "service_type", service_type)
|
7473
8281
|
pulumi.set(__self__, "state", state)
|
7474
8282
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -7538,6 +8346,14 @@ class GetDetectorRecipeDetectorRuleResult(dict):
|
|
7538
8346
|
"""
|
7539
8347
|
return pulumi.get(self, "entities_mappings")
|
7540
8348
|
|
8349
|
+
@_builtins.property
|
8350
|
+
@pulumi.getter(name="isCloneable")
|
8351
|
+
def is_cloneable(self) -> _builtins.bool:
|
8352
|
+
"""
|
8353
|
+
Is the rule cloneable?
|
8354
|
+
"""
|
8355
|
+
return pulumi.get(self, "is_cloneable")
|
8356
|
+
|
7541
8357
|
@_builtins.property
|
7542
8358
|
@pulumi.getter(name="lifecycleDetails")
|
7543
8359
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -7570,6 +8386,14 @@ class GetDetectorRecipeDetectorRuleResult(dict):
|
|
7570
8386
|
"""
|
7571
8387
|
return pulumi.get(self, "resource_type")
|
7572
8388
|
|
8389
|
+
@_builtins.property
|
8390
|
+
@pulumi.getter(name="ruleTypes")
|
8391
|
+
def rule_types(self) -> Sequence['outputs.GetDetectorRecipeDetectorRuleRuleTypeResult']:
|
8392
|
+
"""
|
8393
|
+
Detector rule type
|
8394
|
+
"""
|
8395
|
+
return pulumi.get(self, "rule_types")
|
8396
|
+
|
7573
8397
|
@_builtins.property
|
7574
8398
|
@pulumi.getter(name="serviceType")
|
7575
8399
|
def service_type(self) -> _builtins.str:
|
@@ -7763,24 +8587,57 @@ class GetDetectorRecipeDetectorRuleDetailResult(dict):
|
|
7763
8587
|
@pulumi.output_type
|
7764
8588
|
class GetDetectorRecipeDetectorRuleDetailConfigurationResult(dict):
|
7765
8589
|
def __init__(__self__, *,
|
8590
|
+
additional_properties: Sequence['outputs.GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
8591
|
+
allowed_values: Sequence['outputs.GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult'],
|
8592
|
+
allowed_values_data_type: _builtins.str,
|
7766
8593
|
config_key: _builtins.str,
|
7767
8594
|
data_type: _builtins.str,
|
7768
8595
|
name: _builtins.str,
|
7769
8596
|
value: _builtins.str,
|
7770
8597
|
values: Sequence['outputs.GetDetectorRecipeDetectorRuleDetailConfigurationValueResult']):
|
7771
8598
|
"""
|
8599
|
+
:param Sequence['GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
8600
|
+
:param Sequence['GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
8601
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
7772
8602
|
:param _builtins.str config_key: Unique identifier of the configuration
|
7773
8603
|
:param _builtins.str data_type: Configuration data type
|
7774
8604
|
:param _builtins.str name: Configuration name
|
7775
|
-
:param _builtins.str value:
|
8605
|
+
:param _builtins.str value: Detector rule type value
|
7776
8606
|
:param Sequence['GetDetectorRecipeDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
7777
8607
|
"""
|
8608
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
8609
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
8610
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
7778
8611
|
pulumi.set(__self__, "config_key", config_key)
|
7779
8612
|
pulumi.set(__self__, "data_type", data_type)
|
7780
8613
|
pulumi.set(__self__, "name", name)
|
7781
8614
|
pulumi.set(__self__, "value", value)
|
7782
8615
|
pulumi.set(__self__, "values", values)
|
7783
8616
|
|
8617
|
+
@_builtins.property
|
8618
|
+
@pulumi.getter(name="additionalProperties")
|
8619
|
+
def additional_properties(self) -> Sequence['outputs.GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
8620
|
+
"""
|
8621
|
+
Map of additional property values for configuration
|
8622
|
+
"""
|
8623
|
+
return pulumi.get(self, "additional_properties")
|
8624
|
+
|
8625
|
+
@_builtins.property
|
8626
|
+
@pulumi.getter(name="allowedValues")
|
8627
|
+
def allowed_values(self) -> Sequence['outputs.GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult']:
|
8628
|
+
"""
|
8629
|
+
Map of possible values for configuration
|
8630
|
+
"""
|
8631
|
+
return pulumi.get(self, "allowed_values")
|
8632
|
+
|
8633
|
+
@_builtins.property
|
8634
|
+
@pulumi.getter(name="allowedValuesDataType")
|
8635
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
8636
|
+
"""
|
8637
|
+
Map property Value data type
|
8638
|
+
"""
|
8639
|
+
return pulumi.get(self, "allowed_values_data_type")
|
8640
|
+
|
7784
8641
|
@_builtins.property
|
7785
8642
|
@pulumi.getter(name="configKey")
|
7786
8643
|
def config_key(self) -> _builtins.str:
|
@@ -7809,7 +8666,7 @@ class GetDetectorRecipeDetectorRuleDetailConfigurationResult(dict):
|
|
7809
8666
|
@pulumi.getter
|
7810
8667
|
def value(self) -> _builtins.str:
|
7811
8668
|
"""
|
7812
|
-
|
8669
|
+
Detector rule type value
|
7813
8670
|
"""
|
7814
8671
|
return pulumi.get(self, "value")
|
7815
8672
|
|
@@ -7823,30 +8680,99 @@ class GetDetectorRecipeDetectorRuleDetailConfigurationResult(dict):
|
|
7823
8680
|
|
7824
8681
|
|
7825
8682
|
@pulumi.output_type
|
7826
|
-
class
|
8683
|
+
class GetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
7827
8684
|
def __init__(__self__, *,
|
7828
|
-
|
7829
|
-
|
8685
|
+
key: _builtins.str,
|
8686
|
+
property_type: _builtins.str,
|
7830
8687
|
value: _builtins.str):
|
7831
8688
|
"""
|
7832
|
-
:param _builtins.str
|
7833
|
-
:param _builtins.str
|
7834
|
-
:param _builtins.str value:
|
8689
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
8690
|
+
:param _builtins.str property_type: Property Type
|
8691
|
+
:param _builtins.str value: Detector rule type value
|
7835
8692
|
"""
|
7836
|
-
pulumi.set(__self__, "
|
7837
|
-
pulumi.set(__self__, "
|
8693
|
+
pulumi.set(__self__, "key", key)
|
8694
|
+
pulumi.set(__self__, "property_type", property_type)
|
7838
8695
|
pulumi.set(__self__, "value", value)
|
7839
8696
|
|
7840
8697
|
@_builtins.property
|
7841
|
-
@pulumi.getter
|
7842
|
-
def
|
8698
|
+
@pulumi.getter
|
8699
|
+
def key(self) -> _builtins.str:
|
7843
8700
|
"""
|
7844
|
-
|
8701
|
+
The unique identifier of the detector rule type
|
7845
8702
|
"""
|
7846
|
-
return pulumi.get(self, "
|
8703
|
+
return pulumi.get(self, "key")
|
7847
8704
|
|
7848
8705
|
@_builtins.property
|
7849
|
-
@pulumi.getter(name="
|
8706
|
+
@pulumi.getter(name="propertyType")
|
8707
|
+
def property_type(self) -> _builtins.str:
|
8708
|
+
"""
|
8709
|
+
Property Type
|
8710
|
+
"""
|
8711
|
+
return pulumi.get(self, "property_type")
|
8712
|
+
|
8713
|
+
@_builtins.property
|
8714
|
+
@pulumi.getter
|
8715
|
+
def value(self) -> _builtins.str:
|
8716
|
+
"""
|
8717
|
+
Detector rule type value
|
8718
|
+
"""
|
8719
|
+
return pulumi.get(self, "value")
|
8720
|
+
|
8721
|
+
|
8722
|
+
@pulumi.output_type
|
8723
|
+
class GetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
8724
|
+
def __init__(__self__, *,
|
8725
|
+
key: _builtins.str,
|
8726
|
+
value: _builtins.str):
|
8727
|
+
"""
|
8728
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
8729
|
+
:param _builtins.str value: Detector rule type value
|
8730
|
+
"""
|
8731
|
+
pulumi.set(__self__, "key", key)
|
8732
|
+
pulumi.set(__self__, "value", value)
|
8733
|
+
|
8734
|
+
@_builtins.property
|
8735
|
+
@pulumi.getter
|
8736
|
+
def key(self) -> _builtins.str:
|
8737
|
+
"""
|
8738
|
+
The unique identifier of the detector rule type
|
8739
|
+
"""
|
8740
|
+
return pulumi.get(self, "key")
|
8741
|
+
|
8742
|
+
@_builtins.property
|
8743
|
+
@pulumi.getter
|
8744
|
+
def value(self) -> _builtins.str:
|
8745
|
+
"""
|
8746
|
+
Detector rule type value
|
8747
|
+
"""
|
8748
|
+
return pulumi.get(self, "value")
|
8749
|
+
|
8750
|
+
|
8751
|
+
@pulumi.output_type
|
8752
|
+
class GetDetectorRecipeDetectorRuleDetailConfigurationValueResult(dict):
|
8753
|
+
def __init__(__self__, *,
|
8754
|
+
list_type: _builtins.str,
|
8755
|
+
managed_list_type: _builtins.str,
|
8756
|
+
value: _builtins.str):
|
8757
|
+
"""
|
8758
|
+
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
8759
|
+
:param _builtins.str managed_list_type: Type of content in the managed list
|
8760
|
+
:param _builtins.str value: Detector rule type value
|
8761
|
+
"""
|
8762
|
+
pulumi.set(__self__, "list_type", list_type)
|
8763
|
+
pulumi.set(__self__, "managed_list_type", managed_list_type)
|
8764
|
+
pulumi.set(__self__, "value", value)
|
8765
|
+
|
8766
|
+
@_builtins.property
|
8767
|
+
@pulumi.getter(name="listType")
|
8768
|
+
def list_type(self) -> _builtins.str:
|
8769
|
+
"""
|
8770
|
+
Configuration list item type (CUSTOM or MANAGED)
|
8771
|
+
"""
|
8772
|
+
return pulumi.get(self, "list_type")
|
8773
|
+
|
8774
|
+
@_builtins.property
|
8775
|
+
@pulumi.getter(name="managedListType")
|
7850
8776
|
def managed_list_type(self) -> _builtins.str:
|
7851
8777
|
"""
|
7852
8778
|
Type of content in the managed list
|
@@ -7857,7 +8783,7 @@ class GetDetectorRecipeDetectorRuleDetailConfigurationValueResult(dict):
|
|
7857
8783
|
@pulumi.getter
|
7858
8784
|
def value(self) -> _builtins.str:
|
7859
8785
|
"""
|
7860
|
-
|
8786
|
+
Detector rule type value
|
7861
8787
|
"""
|
7862
8788
|
return pulumi.get(self, "value")
|
7863
8789
|
|
@@ -7942,6 +8868,35 @@ class GetDetectorRecipeDetectorRuleEntitiesMappingResult(dict):
|
|
7942
8868
|
return pulumi.get(self, "query_field")
|
7943
8869
|
|
7944
8870
|
|
8871
|
+
@pulumi.output_type
|
8872
|
+
class GetDetectorRecipeDetectorRuleRuleTypeResult(dict):
|
8873
|
+
def __init__(__self__, *,
|
8874
|
+
key: _builtins.str,
|
8875
|
+
values: Sequence[_builtins.str]):
|
8876
|
+
"""
|
8877
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
8878
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
8879
|
+
"""
|
8880
|
+
pulumi.set(__self__, "key", key)
|
8881
|
+
pulumi.set(__self__, "values", values)
|
8882
|
+
|
8883
|
+
@_builtins.property
|
8884
|
+
@pulumi.getter
|
8885
|
+
def key(self) -> _builtins.str:
|
8886
|
+
"""
|
8887
|
+
The unique identifier of the detector rule type
|
8888
|
+
"""
|
8889
|
+
return pulumi.get(self, "key")
|
8890
|
+
|
8891
|
+
@_builtins.property
|
8892
|
+
@pulumi.getter
|
8893
|
+
def values(self) -> Sequence[_builtins.str]:
|
8894
|
+
"""
|
8895
|
+
Detector rule type value
|
8896
|
+
"""
|
8897
|
+
return pulumi.get(self, "values")
|
8898
|
+
|
8899
|
+
|
7945
8900
|
@pulumi.output_type
|
7946
8901
|
class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
7947
8902
|
def __init__(__self__, *,
|
@@ -7953,10 +8908,12 @@ class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
7953
8908
|
detector_rule_id: _builtins.str,
|
7954
8909
|
display_name: _builtins.str,
|
7955
8910
|
entities_mappings: Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult'],
|
8911
|
+
is_cloneable: _builtins.bool,
|
7956
8912
|
lifecycle_details: _builtins.str,
|
7957
8913
|
managed_list_types: Sequence[_builtins.str],
|
7958
8914
|
recommendation: _builtins.str,
|
7959
8915
|
resource_type: _builtins.str,
|
8916
|
+
rule_types: Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleRuleTypeResult'],
|
7960
8917
|
service_type: _builtins.str,
|
7961
8918
|
state: _builtins.str,
|
7962
8919
|
time_created: _builtins.str,
|
@@ -7970,10 +8927,12 @@ class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
7970
8927
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule.
|
7971
8928
|
:param _builtins.str display_name: Display name of the entity
|
7972
8929
|
:param Sequence['GetDetectorRecipeEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
8930
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
7973
8931
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
7974
8932
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
7975
8933
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
7976
8934
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
8935
|
+
:param Sequence['GetDetectorRecipeEffectiveDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
7977
8936
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
7978
8937
|
:param _builtins.str state: The current lifecycle state of the resource
|
7979
8938
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -7987,10 +8946,12 @@ class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
7987
8946
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
7988
8947
|
pulumi.set(__self__, "display_name", display_name)
|
7989
8948
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
8949
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
7990
8950
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
7991
8951
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
7992
8952
|
pulumi.set(__self__, "recommendation", recommendation)
|
7993
8953
|
pulumi.set(__self__, "resource_type", resource_type)
|
8954
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
7994
8955
|
pulumi.set(__self__, "service_type", service_type)
|
7995
8956
|
pulumi.set(__self__, "state", state)
|
7996
8957
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -8060,6 +9021,14 @@ class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
8060
9021
|
"""
|
8061
9022
|
return pulumi.get(self, "entities_mappings")
|
8062
9023
|
|
9024
|
+
@_builtins.property
|
9025
|
+
@pulumi.getter(name="isCloneable")
|
9026
|
+
def is_cloneable(self) -> _builtins.bool:
|
9027
|
+
"""
|
9028
|
+
Is the rule cloneable?
|
9029
|
+
"""
|
9030
|
+
return pulumi.get(self, "is_cloneable")
|
9031
|
+
|
8063
9032
|
@_builtins.property
|
8064
9033
|
@pulumi.getter(name="lifecycleDetails")
|
8065
9034
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -8092,6 +9061,14 @@ class GetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
8092
9061
|
"""
|
8093
9062
|
return pulumi.get(self, "resource_type")
|
8094
9063
|
|
9064
|
+
@_builtins.property
|
9065
|
+
@pulumi.getter(name="ruleTypes")
|
9066
|
+
def rule_types(self) -> Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleRuleTypeResult']:
|
9067
|
+
"""
|
9068
|
+
Detector rule type
|
9069
|
+
"""
|
9070
|
+
return pulumi.get(self, "rule_types")
|
9071
|
+
|
8095
9072
|
@_builtins.property
|
8096
9073
|
@pulumi.getter(name="serviceType")
|
8097
9074
|
def service_type(self) -> _builtins.str:
|
@@ -8285,24 +9262,57 @@ class GetDetectorRecipeEffectiveDetectorRuleDetailResult(dict):
|
|
8285
9262
|
@pulumi.output_type
|
8286
9263
|
class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult(dict):
|
8287
9264
|
def __init__(__self__, *,
|
9265
|
+
additional_properties: Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
9266
|
+
allowed_values: Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult'],
|
9267
|
+
allowed_values_data_type: _builtins.str,
|
8288
9268
|
config_key: _builtins.str,
|
8289
9269
|
data_type: _builtins.str,
|
8290
9270
|
name: _builtins.str,
|
8291
9271
|
value: _builtins.str,
|
8292
9272
|
values: Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult']):
|
8293
9273
|
"""
|
9274
|
+
:param Sequence['GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
9275
|
+
:param Sequence['GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
9276
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
8294
9277
|
:param _builtins.str config_key: Unique identifier of the configuration
|
8295
9278
|
:param _builtins.str data_type: Configuration data type
|
8296
9279
|
:param _builtins.str name: Configuration name
|
8297
|
-
:param _builtins.str value:
|
9280
|
+
:param _builtins.str value: Detector rule type value
|
8298
9281
|
:param Sequence['GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
8299
9282
|
"""
|
9283
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
9284
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
9285
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
8300
9286
|
pulumi.set(__self__, "config_key", config_key)
|
8301
9287
|
pulumi.set(__self__, "data_type", data_type)
|
8302
9288
|
pulumi.set(__self__, "name", name)
|
8303
9289
|
pulumi.set(__self__, "value", value)
|
8304
9290
|
pulumi.set(__self__, "values", values)
|
8305
9291
|
|
9292
|
+
@_builtins.property
|
9293
|
+
@pulumi.getter(name="additionalProperties")
|
9294
|
+
def additional_properties(self) -> Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
9295
|
+
"""
|
9296
|
+
Map of additional property values for configuration
|
9297
|
+
"""
|
9298
|
+
return pulumi.get(self, "additional_properties")
|
9299
|
+
|
9300
|
+
@_builtins.property
|
9301
|
+
@pulumi.getter(name="allowedValues")
|
9302
|
+
def allowed_values(self) -> Sequence['outputs.GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult']:
|
9303
|
+
"""
|
9304
|
+
Map of possible values for configuration
|
9305
|
+
"""
|
9306
|
+
return pulumi.get(self, "allowed_values")
|
9307
|
+
|
9308
|
+
@_builtins.property
|
9309
|
+
@pulumi.getter(name="allowedValuesDataType")
|
9310
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
9311
|
+
"""
|
9312
|
+
Map property Value data type
|
9313
|
+
"""
|
9314
|
+
return pulumi.get(self, "allowed_values_data_type")
|
9315
|
+
|
8306
9316
|
@_builtins.property
|
8307
9317
|
@pulumi.getter(name="configKey")
|
8308
9318
|
def config_key(self) -> _builtins.str:
|
@@ -8331,7 +9341,7 @@ class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult(dict):
|
|
8331
9341
|
@pulumi.getter
|
8332
9342
|
def value(self) -> _builtins.str:
|
8333
9343
|
"""
|
8334
|
-
|
9344
|
+
Detector rule type value
|
8335
9345
|
"""
|
8336
9346
|
return pulumi.get(self, "value")
|
8337
9347
|
|
@@ -8344,6 +9354,75 @@ class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult(dict):
|
|
8344
9354
|
return pulumi.get(self, "values")
|
8345
9355
|
|
8346
9356
|
|
9357
|
+
@pulumi.output_type
|
9358
|
+
class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
9359
|
+
def __init__(__self__, *,
|
9360
|
+
key: _builtins.str,
|
9361
|
+
property_type: _builtins.str,
|
9362
|
+
value: _builtins.str):
|
9363
|
+
"""
|
9364
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
9365
|
+
:param _builtins.str property_type: Property Type
|
9366
|
+
:param _builtins.str value: Detector rule type value
|
9367
|
+
"""
|
9368
|
+
pulumi.set(__self__, "key", key)
|
9369
|
+
pulumi.set(__self__, "property_type", property_type)
|
9370
|
+
pulumi.set(__self__, "value", value)
|
9371
|
+
|
9372
|
+
@_builtins.property
|
9373
|
+
@pulumi.getter
|
9374
|
+
def key(self) -> _builtins.str:
|
9375
|
+
"""
|
9376
|
+
The unique identifier of the detector rule type
|
9377
|
+
"""
|
9378
|
+
return pulumi.get(self, "key")
|
9379
|
+
|
9380
|
+
@_builtins.property
|
9381
|
+
@pulumi.getter(name="propertyType")
|
9382
|
+
def property_type(self) -> _builtins.str:
|
9383
|
+
"""
|
9384
|
+
Property Type
|
9385
|
+
"""
|
9386
|
+
return pulumi.get(self, "property_type")
|
9387
|
+
|
9388
|
+
@_builtins.property
|
9389
|
+
@pulumi.getter
|
9390
|
+
def value(self) -> _builtins.str:
|
9391
|
+
"""
|
9392
|
+
Detector rule type value
|
9393
|
+
"""
|
9394
|
+
return pulumi.get(self, "value")
|
9395
|
+
|
9396
|
+
|
9397
|
+
@pulumi.output_type
|
9398
|
+
class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
9399
|
+
def __init__(__self__, *,
|
9400
|
+
key: _builtins.str,
|
9401
|
+
value: _builtins.str):
|
9402
|
+
"""
|
9403
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
9404
|
+
:param _builtins.str value: Detector rule type value
|
9405
|
+
"""
|
9406
|
+
pulumi.set(__self__, "key", key)
|
9407
|
+
pulumi.set(__self__, "value", value)
|
9408
|
+
|
9409
|
+
@_builtins.property
|
9410
|
+
@pulumi.getter
|
9411
|
+
def key(self) -> _builtins.str:
|
9412
|
+
"""
|
9413
|
+
The unique identifier of the detector rule type
|
9414
|
+
"""
|
9415
|
+
return pulumi.get(self, "key")
|
9416
|
+
|
9417
|
+
@_builtins.property
|
9418
|
+
@pulumi.getter
|
9419
|
+
def value(self) -> _builtins.str:
|
9420
|
+
"""
|
9421
|
+
Detector rule type value
|
9422
|
+
"""
|
9423
|
+
return pulumi.get(self, "value")
|
9424
|
+
|
9425
|
+
|
8347
9426
|
@pulumi.output_type
|
8348
9427
|
class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult(dict):
|
8349
9428
|
def __init__(__self__, *,
|
@@ -8353,7 +9432,7 @@ class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult(dict)
|
|
8353
9432
|
"""
|
8354
9433
|
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
8355
9434
|
:param _builtins.str managed_list_type: Type of content in the managed list
|
8356
|
-
:param _builtins.str value:
|
9435
|
+
:param _builtins.str value: Detector rule type value
|
8357
9436
|
"""
|
8358
9437
|
pulumi.set(__self__, "list_type", list_type)
|
8359
9438
|
pulumi.set(__self__, "managed_list_type", managed_list_type)
|
@@ -8379,7 +9458,7 @@ class GetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult(dict)
|
|
8379
9458
|
@pulumi.getter
|
8380
9459
|
def value(self) -> _builtins.str:
|
8381
9460
|
"""
|
8382
|
-
|
9461
|
+
Detector rule type value
|
8383
9462
|
"""
|
8384
9463
|
return pulumi.get(self, "value")
|
8385
9464
|
|
@@ -8464,6 +9543,35 @@ class GetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult(dict):
|
|
8464
9543
|
return pulumi.get(self, "query_field")
|
8465
9544
|
|
8466
9545
|
|
9546
|
+
@pulumi.output_type
|
9547
|
+
class GetDetectorRecipeEffectiveDetectorRuleRuleTypeResult(dict):
|
9548
|
+
def __init__(__self__, *,
|
9549
|
+
key: _builtins.str,
|
9550
|
+
values: Sequence[_builtins.str]):
|
9551
|
+
"""
|
9552
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
9553
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
9554
|
+
"""
|
9555
|
+
pulumi.set(__self__, "key", key)
|
9556
|
+
pulumi.set(__self__, "values", values)
|
9557
|
+
|
9558
|
+
@_builtins.property
|
9559
|
+
@pulumi.getter
|
9560
|
+
def key(self) -> _builtins.str:
|
9561
|
+
"""
|
9562
|
+
The unique identifier of the detector rule type
|
9563
|
+
"""
|
9564
|
+
return pulumi.get(self, "key")
|
9565
|
+
|
9566
|
+
@_builtins.property
|
9567
|
+
@pulumi.getter
|
9568
|
+
def values(self) -> Sequence[_builtins.str]:
|
9569
|
+
"""
|
9570
|
+
Detector rule type value
|
9571
|
+
"""
|
9572
|
+
return pulumi.get(self, "values")
|
9573
|
+
|
9574
|
+
|
8467
9575
|
@pulumi.output_type
|
8468
9576
|
class GetDetectorRecipesDetectorRecipeCollectionResult(dict):
|
8469
9577
|
def __init__(__self__, *,
|
@@ -8681,10 +9789,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult(dict):
|
|
8681
9789
|
detector_rule_id: _builtins.str,
|
8682
9790
|
display_name: _builtins.str,
|
8683
9791
|
entities_mappings: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleEntitiesMappingResult'],
|
9792
|
+
is_cloneable: _builtins.bool,
|
8684
9793
|
lifecycle_details: _builtins.str,
|
8685
9794
|
managed_list_types: Sequence[_builtins.str],
|
8686
9795
|
recommendation: _builtins.str,
|
8687
9796
|
resource_type: _builtins.str,
|
9797
|
+
rule_types: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleTypeResult'],
|
8688
9798
|
service_type: _builtins.str,
|
8689
9799
|
state: _builtins.str,
|
8690
9800
|
time_created: _builtins.str,
|
@@ -8698,10 +9808,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult(dict):
|
|
8698
9808
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule.
|
8699
9809
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
8700
9810
|
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
9811
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
8701
9812
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
8702
9813
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
8703
9814
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
8704
9815
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
9816
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
8705
9817
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
8706
9818
|
:param _builtins.str state: The field lifecycle state. Only one state can be provided. Default value for state is active. If no value is specified state is active.
|
8707
9819
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -8715,10 +9827,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult(dict):
|
|
8715
9827
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
8716
9828
|
pulumi.set(__self__, "display_name", display_name)
|
8717
9829
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
9830
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
8718
9831
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
8719
9832
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
8720
9833
|
pulumi.set(__self__, "recommendation", recommendation)
|
8721
9834
|
pulumi.set(__self__, "resource_type", resource_type)
|
9835
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
8722
9836
|
pulumi.set(__self__, "service_type", service_type)
|
8723
9837
|
pulumi.set(__self__, "state", state)
|
8724
9838
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -8788,6 +9902,14 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult(dict):
|
|
8788
9902
|
"""
|
8789
9903
|
return pulumi.get(self, "entities_mappings")
|
8790
9904
|
|
9905
|
+
@_builtins.property
|
9906
|
+
@pulumi.getter(name="isCloneable")
|
9907
|
+
def is_cloneable(self) -> _builtins.bool:
|
9908
|
+
"""
|
9909
|
+
Is the rule cloneable?
|
9910
|
+
"""
|
9911
|
+
return pulumi.get(self, "is_cloneable")
|
9912
|
+
|
8791
9913
|
@_builtins.property
|
8792
9914
|
@pulumi.getter(name="lifecycleDetails")
|
8793
9915
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -8820,6 +9942,14 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleResult(dict):
|
|
8820
9942
|
"""
|
8821
9943
|
return pulumi.get(self, "resource_type")
|
8822
9944
|
|
9945
|
+
@_builtins.property
|
9946
|
+
@pulumi.getter(name="ruleTypes")
|
9947
|
+
def rule_types(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleTypeResult']:
|
9948
|
+
"""
|
9949
|
+
Detector rule type
|
9950
|
+
"""
|
9951
|
+
return pulumi.get(self, "rule_types")
|
9952
|
+
|
8823
9953
|
@_builtins.property
|
8824
9954
|
@pulumi.getter(name="serviceType")
|
8825
9955
|
def service_type(self) -> _builtins.str:
|
@@ -9013,24 +10143,57 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailResult(dic
|
|
9013
10143
|
@pulumi.output_type
|
9014
10144
|
class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationResult(dict):
|
9015
10145
|
def __init__(__self__, *,
|
10146
|
+
additional_properties: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
10147
|
+
allowed_values: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValueResult'],
|
10148
|
+
allowed_values_data_type: _builtins.str,
|
9016
10149
|
config_key: _builtins.str,
|
9017
10150
|
data_type: _builtins.str,
|
9018
10151
|
name: _builtins.str,
|
9019
10152
|
value: _builtins.str,
|
9020
10153
|
values: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValueResult']):
|
9021
10154
|
"""
|
10155
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
10156
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
10157
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
9022
10158
|
:param _builtins.str config_key: Unique identifier of the configuration
|
9023
10159
|
:param _builtins.str data_type: Configuration data type
|
9024
10160
|
:param _builtins.str name: Configuration name
|
9025
|
-
:param _builtins.str value:
|
10161
|
+
:param _builtins.str value: Detector rule type value
|
9026
10162
|
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
9027
10163
|
"""
|
10164
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
10165
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
10166
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
9028
10167
|
pulumi.set(__self__, "config_key", config_key)
|
9029
10168
|
pulumi.set(__self__, "data_type", data_type)
|
9030
10169
|
pulumi.set(__self__, "name", name)
|
9031
10170
|
pulumi.set(__self__, "value", value)
|
9032
10171
|
pulumi.set(__self__, "values", values)
|
9033
10172
|
|
10173
|
+
@_builtins.property
|
10174
|
+
@pulumi.getter(name="additionalProperties")
|
10175
|
+
def additional_properties(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
10176
|
+
"""
|
10177
|
+
Map of additional property values for configuration
|
10178
|
+
"""
|
10179
|
+
return pulumi.get(self, "additional_properties")
|
10180
|
+
|
10181
|
+
@_builtins.property
|
10182
|
+
@pulumi.getter(name="allowedValues")
|
10183
|
+
def allowed_values(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValueResult']:
|
10184
|
+
"""
|
10185
|
+
Map of possible values for configuration
|
10186
|
+
"""
|
10187
|
+
return pulumi.get(self, "allowed_values")
|
10188
|
+
|
10189
|
+
@_builtins.property
|
10190
|
+
@pulumi.getter(name="allowedValuesDataType")
|
10191
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
10192
|
+
"""
|
10193
|
+
Map property Value data type
|
10194
|
+
"""
|
10195
|
+
return pulumi.get(self, "allowed_values_data_type")
|
10196
|
+
|
9034
10197
|
@_builtins.property
|
9035
10198
|
@pulumi.getter(name="configKey")
|
9036
10199
|
def config_key(self) -> _builtins.str:
|
@@ -9059,7 +10222,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurat
|
|
9059
10222
|
@pulumi.getter
|
9060
10223
|
def value(self) -> _builtins.str:
|
9061
10224
|
"""
|
9062
|
-
|
10225
|
+
Detector rule type value
|
9063
10226
|
"""
|
9064
10227
|
return pulumi.get(self, "value")
|
9065
10228
|
|
@@ -9072,6 +10235,75 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurat
|
|
9072
10235
|
return pulumi.get(self, "values")
|
9073
10236
|
|
9074
10237
|
|
10238
|
+
@pulumi.output_type
|
10239
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
10240
|
+
def __init__(__self__, *,
|
10241
|
+
key: _builtins.str,
|
10242
|
+
property_type: _builtins.str,
|
10243
|
+
value: _builtins.str):
|
10244
|
+
"""
|
10245
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
10246
|
+
:param _builtins.str property_type: Property Type
|
10247
|
+
:param _builtins.str value: Detector rule type value
|
10248
|
+
"""
|
10249
|
+
pulumi.set(__self__, "key", key)
|
10250
|
+
pulumi.set(__self__, "property_type", property_type)
|
10251
|
+
pulumi.set(__self__, "value", value)
|
10252
|
+
|
10253
|
+
@_builtins.property
|
10254
|
+
@pulumi.getter
|
10255
|
+
def key(self) -> _builtins.str:
|
10256
|
+
"""
|
10257
|
+
The unique identifier of the detector rule type
|
10258
|
+
"""
|
10259
|
+
return pulumi.get(self, "key")
|
10260
|
+
|
10261
|
+
@_builtins.property
|
10262
|
+
@pulumi.getter(name="propertyType")
|
10263
|
+
def property_type(self) -> _builtins.str:
|
10264
|
+
"""
|
10265
|
+
Property Type
|
10266
|
+
"""
|
10267
|
+
return pulumi.get(self, "property_type")
|
10268
|
+
|
10269
|
+
@_builtins.property
|
10270
|
+
@pulumi.getter
|
10271
|
+
def value(self) -> _builtins.str:
|
10272
|
+
"""
|
10273
|
+
Detector rule type value
|
10274
|
+
"""
|
10275
|
+
return pulumi.get(self, "value")
|
10276
|
+
|
10277
|
+
|
10278
|
+
@pulumi.output_type
|
10279
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
10280
|
+
def __init__(__self__, *,
|
10281
|
+
key: _builtins.str,
|
10282
|
+
value: _builtins.str):
|
10283
|
+
"""
|
10284
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
10285
|
+
:param _builtins.str value: Detector rule type value
|
10286
|
+
"""
|
10287
|
+
pulumi.set(__self__, "key", key)
|
10288
|
+
pulumi.set(__self__, "value", value)
|
10289
|
+
|
10290
|
+
@_builtins.property
|
10291
|
+
@pulumi.getter
|
10292
|
+
def key(self) -> _builtins.str:
|
10293
|
+
"""
|
10294
|
+
The unique identifier of the detector rule type
|
10295
|
+
"""
|
10296
|
+
return pulumi.get(self, "key")
|
10297
|
+
|
10298
|
+
@_builtins.property
|
10299
|
+
@pulumi.getter
|
10300
|
+
def value(self) -> _builtins.str:
|
10301
|
+
"""
|
10302
|
+
Detector rule type value
|
10303
|
+
"""
|
10304
|
+
return pulumi.get(self, "value")
|
10305
|
+
|
10306
|
+
|
9075
10307
|
@pulumi.output_type
|
9076
10308
|
class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurationValueResult(dict):
|
9077
10309
|
def __init__(__self__, *,
|
@@ -9081,7 +10313,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurat
|
|
9081
10313
|
"""
|
9082
10314
|
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
9083
10315
|
:param _builtins.str managed_list_type: Type of content in the managed list
|
9084
|
-
:param _builtins.str value:
|
10316
|
+
:param _builtins.str value: Detector rule type value
|
9085
10317
|
"""
|
9086
10318
|
pulumi.set(__self__, "list_type", list_type)
|
9087
10319
|
pulumi.set(__self__, "managed_list_type", managed_list_type)
|
@@ -9107,7 +10339,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleDetailConfigurat
|
|
9107
10339
|
@pulumi.getter
|
9108
10340
|
def value(self) -> _builtins.str:
|
9109
10341
|
"""
|
9110
|
-
|
10342
|
+
Detector rule type value
|
9111
10343
|
"""
|
9112
10344
|
return pulumi.get(self, "value")
|
9113
10345
|
|
@@ -9192,6 +10424,35 @@ class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleEntitiesMappingR
|
|
9192
10424
|
return pulumi.get(self, "query_field")
|
9193
10425
|
|
9194
10426
|
|
10427
|
+
@pulumi.output_type
|
10428
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemDetectorRuleRuleTypeResult(dict):
|
10429
|
+
def __init__(__self__, *,
|
10430
|
+
key: _builtins.str,
|
10431
|
+
values: Sequence[_builtins.str]):
|
10432
|
+
"""
|
10433
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
10434
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
10435
|
+
"""
|
10436
|
+
pulumi.set(__self__, "key", key)
|
10437
|
+
pulumi.set(__self__, "values", values)
|
10438
|
+
|
10439
|
+
@_builtins.property
|
10440
|
+
@pulumi.getter
|
10441
|
+
def key(self) -> _builtins.str:
|
10442
|
+
"""
|
10443
|
+
The unique identifier of the detector rule type
|
10444
|
+
"""
|
10445
|
+
return pulumi.get(self, "key")
|
10446
|
+
|
10447
|
+
@_builtins.property
|
10448
|
+
@pulumi.getter
|
10449
|
+
def values(self) -> Sequence[_builtins.str]:
|
10450
|
+
"""
|
10451
|
+
Detector rule type value
|
10452
|
+
"""
|
10453
|
+
return pulumi.get(self, "values")
|
10454
|
+
|
10455
|
+
|
9195
10456
|
@pulumi.output_type
|
9196
10457
|
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(dict):
|
9197
10458
|
def __init__(__self__, *,
|
@@ -9203,10 +10464,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(
|
|
9203
10464
|
detector_rule_id: _builtins.str,
|
9204
10465
|
display_name: _builtins.str,
|
9205
10466
|
entities_mappings: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleEntitiesMappingResult'],
|
10467
|
+
is_cloneable: _builtins.bool,
|
9206
10468
|
lifecycle_details: _builtins.str,
|
9207
10469
|
managed_list_types: Sequence[_builtins.str],
|
9208
10470
|
recommendation: _builtins.str,
|
9209
10471
|
resource_type: _builtins.str,
|
10472
|
+
rule_types: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleTypeResult'],
|
9210
10473
|
service_type: _builtins.str,
|
9211
10474
|
state: _builtins.str,
|
9212
10475
|
time_created: _builtins.str,
|
@@ -9220,10 +10483,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(
|
|
9220
10483
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule.
|
9221
10484
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
9222
10485
|
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for the detector rule
|
10486
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
9223
10487
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
9224
10488
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
9225
10489
|
:param _builtins.str recommendation: Recommendation for DetectorRecipeDetectorRule resource
|
9226
10490
|
:param _builtins.str resource_type: Resource type of the configuration to which the rule is applied
|
10491
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleTypeArgs'] rule_types: Detector rule type
|
9227
10492
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
9228
10493
|
:param _builtins.str state: The field lifecycle state. Only one state can be provided. Default value for state is active. If no value is specified state is active.
|
9229
10494
|
:param _builtins.str time_created: The date and time the detector recipe was created Format defined by RFC3339.
|
@@ -9237,10 +10502,12 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(
|
|
9237
10502
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
9238
10503
|
pulumi.set(__self__, "display_name", display_name)
|
9239
10504
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
10505
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
9240
10506
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
9241
10507
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
9242
10508
|
pulumi.set(__self__, "recommendation", recommendation)
|
9243
10509
|
pulumi.set(__self__, "resource_type", resource_type)
|
10510
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
9244
10511
|
pulumi.set(__self__, "service_type", service_type)
|
9245
10512
|
pulumi.set(__self__, "state", state)
|
9246
10513
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -9310,6 +10577,14 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(
|
|
9310
10577
|
"""
|
9311
10578
|
return pulumi.get(self, "entities_mappings")
|
9312
10579
|
|
10580
|
+
@_builtins.property
|
10581
|
+
@pulumi.getter(name="isCloneable")
|
10582
|
+
def is_cloneable(self) -> _builtins.bool:
|
10583
|
+
"""
|
10584
|
+
Is the rule cloneable?
|
10585
|
+
"""
|
10586
|
+
return pulumi.get(self, "is_cloneable")
|
10587
|
+
|
9313
10588
|
@_builtins.property
|
9314
10589
|
@pulumi.getter(name="lifecycleDetails")
|
9315
10590
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -9342,6 +10617,14 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleResult(
|
|
9342
10617
|
"""
|
9343
10618
|
return pulumi.get(self, "resource_type")
|
9344
10619
|
|
10620
|
+
@_builtins.property
|
10621
|
+
@pulumi.getter(name="ruleTypes")
|
10622
|
+
def rule_types(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleTypeResult']:
|
10623
|
+
"""
|
10624
|
+
Detector rule type
|
10625
|
+
"""
|
10626
|
+
return pulumi.get(self, "rule_types")
|
10627
|
+
|
9345
10628
|
@_builtins.property
|
9346
10629
|
@pulumi.getter(name="serviceType")
|
9347
10630
|
def service_type(self) -> _builtins.str:
|
@@ -9535,24 +10818,57 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailR
|
|
9535
10818
|
@pulumi.output_type
|
9536
10819
|
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationResult(dict):
|
9537
10820
|
def __init__(__self__, *,
|
10821
|
+
additional_properties: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
10822
|
+
allowed_values: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValueResult'],
|
10823
|
+
allowed_values_data_type: _builtins.str,
|
9538
10824
|
config_key: _builtins.str,
|
9539
10825
|
data_type: _builtins.str,
|
9540
10826
|
name: _builtins.str,
|
9541
10827
|
value: _builtins.str,
|
9542
10828
|
values: Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValueResult']):
|
9543
10829
|
"""
|
10830
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
10831
|
+
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
10832
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
9544
10833
|
:param _builtins.str config_key: Unique identifier of the configuration
|
9545
10834
|
:param _builtins.str data_type: Configuration data type
|
9546
10835
|
:param _builtins.str name: Configuration name
|
9547
|
-
:param _builtins.str value:
|
10836
|
+
:param _builtins.str value: Detector rule type value
|
9548
10837
|
:param Sequence['GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
9549
10838
|
"""
|
10839
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
10840
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
10841
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
9550
10842
|
pulumi.set(__self__, "config_key", config_key)
|
9551
10843
|
pulumi.set(__self__, "data_type", data_type)
|
9552
10844
|
pulumi.set(__self__, "name", name)
|
9553
10845
|
pulumi.set(__self__, "value", value)
|
9554
10846
|
pulumi.set(__self__, "values", values)
|
9555
10847
|
|
10848
|
+
@_builtins.property
|
10849
|
+
@pulumi.getter(name="additionalProperties")
|
10850
|
+
def additional_properties(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
10851
|
+
"""
|
10852
|
+
Map of additional property values for configuration
|
10853
|
+
"""
|
10854
|
+
return pulumi.get(self, "additional_properties")
|
10855
|
+
|
10856
|
+
@_builtins.property
|
10857
|
+
@pulumi.getter(name="allowedValues")
|
10858
|
+
def allowed_values(self) -> Sequence['outputs.GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValueResult']:
|
10859
|
+
"""
|
10860
|
+
Map of possible values for configuration
|
10861
|
+
"""
|
10862
|
+
return pulumi.get(self, "allowed_values")
|
10863
|
+
|
10864
|
+
@_builtins.property
|
10865
|
+
@pulumi.getter(name="allowedValuesDataType")
|
10866
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
10867
|
+
"""
|
10868
|
+
Map property Value data type
|
10869
|
+
"""
|
10870
|
+
return pulumi.get(self, "allowed_values_data_type")
|
10871
|
+
|
9556
10872
|
@_builtins.property
|
9557
10873
|
@pulumi.getter(name="configKey")
|
9558
10874
|
def config_key(self) -> _builtins.str:
|
@@ -9581,7 +10897,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailC
|
|
9581
10897
|
@pulumi.getter
|
9582
10898
|
def value(self) -> _builtins.str:
|
9583
10899
|
"""
|
9584
|
-
|
10900
|
+
Detector rule type value
|
9585
10901
|
"""
|
9586
10902
|
return pulumi.get(self, "value")
|
9587
10903
|
|
@@ -9594,6 +10910,75 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailC
|
|
9594
10910
|
return pulumi.get(self, "values")
|
9595
10911
|
|
9596
10912
|
|
10913
|
+
@pulumi.output_type
|
10914
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
10915
|
+
def __init__(__self__, *,
|
10916
|
+
key: _builtins.str,
|
10917
|
+
property_type: _builtins.str,
|
10918
|
+
value: _builtins.str):
|
10919
|
+
"""
|
10920
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
10921
|
+
:param _builtins.str property_type: Property Type
|
10922
|
+
:param _builtins.str value: Detector rule type value
|
10923
|
+
"""
|
10924
|
+
pulumi.set(__self__, "key", key)
|
10925
|
+
pulumi.set(__self__, "property_type", property_type)
|
10926
|
+
pulumi.set(__self__, "value", value)
|
10927
|
+
|
10928
|
+
@_builtins.property
|
10929
|
+
@pulumi.getter
|
10930
|
+
def key(self) -> _builtins.str:
|
10931
|
+
"""
|
10932
|
+
The unique identifier of the detector rule type
|
10933
|
+
"""
|
10934
|
+
return pulumi.get(self, "key")
|
10935
|
+
|
10936
|
+
@_builtins.property
|
10937
|
+
@pulumi.getter(name="propertyType")
|
10938
|
+
def property_type(self) -> _builtins.str:
|
10939
|
+
"""
|
10940
|
+
Property Type
|
10941
|
+
"""
|
10942
|
+
return pulumi.get(self, "property_type")
|
10943
|
+
|
10944
|
+
@_builtins.property
|
10945
|
+
@pulumi.getter
|
10946
|
+
def value(self) -> _builtins.str:
|
10947
|
+
"""
|
10948
|
+
Detector rule type value
|
10949
|
+
"""
|
10950
|
+
return pulumi.get(self, "value")
|
10951
|
+
|
10952
|
+
|
10953
|
+
@pulumi.output_type
|
10954
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
10955
|
+
def __init__(__self__, *,
|
10956
|
+
key: _builtins.str,
|
10957
|
+
value: _builtins.str):
|
10958
|
+
"""
|
10959
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
10960
|
+
:param _builtins.str value: Detector rule type value
|
10961
|
+
"""
|
10962
|
+
pulumi.set(__self__, "key", key)
|
10963
|
+
pulumi.set(__self__, "value", value)
|
10964
|
+
|
10965
|
+
@_builtins.property
|
10966
|
+
@pulumi.getter
|
10967
|
+
def key(self) -> _builtins.str:
|
10968
|
+
"""
|
10969
|
+
The unique identifier of the detector rule type
|
10970
|
+
"""
|
10971
|
+
return pulumi.get(self, "key")
|
10972
|
+
|
10973
|
+
@_builtins.property
|
10974
|
+
@pulumi.getter
|
10975
|
+
def value(self) -> _builtins.str:
|
10976
|
+
"""
|
10977
|
+
Detector rule type value
|
10978
|
+
"""
|
10979
|
+
return pulumi.get(self, "value")
|
10980
|
+
|
10981
|
+
|
9597
10982
|
@pulumi.output_type
|
9598
10983
|
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailConfigurationValueResult(dict):
|
9599
10984
|
def __init__(__self__, *,
|
@@ -9603,7 +10988,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailC
|
|
9603
10988
|
"""
|
9604
10989
|
:param _builtins.str list_type: Configuration list item type (CUSTOM or MANAGED)
|
9605
10990
|
:param _builtins.str managed_list_type: Type of content in the managed list
|
9606
|
-
:param _builtins.str value:
|
10991
|
+
:param _builtins.str value: Detector rule type value
|
9607
10992
|
"""
|
9608
10993
|
pulumi.set(__self__, "list_type", list_type)
|
9609
10994
|
pulumi.set(__self__, "managed_list_type", managed_list_type)
|
@@ -9629,7 +11014,7 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleDetailC
|
|
9629
11014
|
@pulumi.getter
|
9630
11015
|
def value(self) -> _builtins.str:
|
9631
11016
|
"""
|
9632
|
-
|
11017
|
+
Detector rule type value
|
9633
11018
|
"""
|
9634
11019
|
return pulumi.get(self, "value")
|
9635
11020
|
|
@@ -9714,6 +11099,35 @@ class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleEntitie
|
|
9714
11099
|
return pulumi.get(self, "query_field")
|
9715
11100
|
|
9716
11101
|
|
11102
|
+
@pulumi.output_type
|
11103
|
+
class GetDetectorRecipesDetectorRecipeCollectionItemEffectiveDetectorRuleRuleTypeResult(dict):
|
11104
|
+
def __init__(__self__, *,
|
11105
|
+
key: _builtins.str,
|
11106
|
+
values: Sequence[_builtins.str]):
|
11107
|
+
"""
|
11108
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
11109
|
+
:param Sequence[_builtins.str] values: Detector rule type value
|
11110
|
+
"""
|
11111
|
+
pulumi.set(__self__, "key", key)
|
11112
|
+
pulumi.set(__self__, "values", values)
|
11113
|
+
|
11114
|
+
@_builtins.property
|
11115
|
+
@pulumi.getter
|
11116
|
+
def key(self) -> _builtins.str:
|
11117
|
+
"""
|
11118
|
+
The unique identifier of the detector rule type
|
11119
|
+
"""
|
11120
|
+
return pulumi.get(self, "key")
|
11121
|
+
|
11122
|
+
@_builtins.property
|
11123
|
+
@pulumi.getter
|
11124
|
+
def values(self) -> Sequence[_builtins.str]:
|
11125
|
+
"""
|
11126
|
+
Detector rule type value
|
11127
|
+
"""
|
11128
|
+
return pulumi.get(self, "values")
|
11129
|
+
|
11130
|
+
|
9717
11131
|
@pulumi.output_type
|
9718
11132
|
class GetDetectorRecipesFilterResult(dict):
|
9719
11133
|
def __init__(__self__, *,
|
@@ -10112,10 +11526,12 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleResult(dict):
|
|
10112
11526
|
detector_rule_id: _builtins.str,
|
10113
11527
|
display_name: _builtins.str,
|
10114
11528
|
entities_mappings: Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMappingResult'],
|
11529
|
+
is_cloneable: _builtins.bool,
|
10115
11530
|
lifecycle_details: _builtins.str,
|
10116
11531
|
managed_list_types: Sequence[_builtins.str],
|
10117
11532
|
recommendation: _builtins.str,
|
10118
11533
|
resource_type: _builtins.str,
|
11534
|
+
rule_types: Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleRuleTypeResult'],
|
10119
11535
|
service_type: _builtins.str,
|
10120
11536
|
state: _builtins.str,
|
10121
11537
|
time_created: _builtins.str,
|
@@ -10128,10 +11544,12 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleResult(dict):
|
|
10128
11544
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule
|
10129
11545
|
:param _builtins.str display_name: Responder rule display name
|
10130
11546
|
:param Sequence['GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
11547
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
10131
11548
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
10132
11549
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
10133
11550
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
10134
11551
|
:param _builtins.str resource_type: 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).
|
11552
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
10135
11553
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
10136
11554
|
:param _builtins.str state: The current lifecycle state of the responder rule
|
10137
11555
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -10144,10 +11562,12 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleResult(dict):
|
|
10144
11562
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
10145
11563
|
pulumi.set(__self__, "display_name", display_name)
|
10146
11564
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
11565
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
10147
11566
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
10148
11567
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
10149
11568
|
pulumi.set(__self__, "recommendation", recommendation)
|
10150
11569
|
pulumi.set(__self__, "resource_type", resource_type)
|
11570
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
10151
11571
|
pulumi.set(__self__, "service_type", service_type)
|
10152
11572
|
pulumi.set(__self__, "state", state)
|
10153
11573
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -10209,6 +11629,14 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleResult(dict):
|
|
10209
11629
|
"""
|
10210
11630
|
return pulumi.get(self, "entities_mappings")
|
10211
11631
|
|
11632
|
+
@_builtins.property
|
11633
|
+
@pulumi.getter(name="isCloneable")
|
11634
|
+
def is_cloneable(self) -> _builtins.bool:
|
11635
|
+
"""
|
11636
|
+
Is the rule cloneable?
|
11637
|
+
"""
|
11638
|
+
return pulumi.get(self, "is_cloneable")
|
11639
|
+
|
10212
11640
|
@_builtins.property
|
10213
11641
|
@pulumi.getter(name="lifecycleDetails")
|
10214
11642
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -10241,6 +11669,14 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleResult(dict):
|
|
10241
11669
|
"""
|
10242
11670
|
return pulumi.get(self, "resource_type")
|
10243
11671
|
|
11672
|
+
@_builtins.property
|
11673
|
+
@pulumi.getter(name="ruleTypes")
|
11674
|
+
def rule_types(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleRuleTypeResult']:
|
11675
|
+
"""
|
11676
|
+
Rule category type
|
11677
|
+
"""
|
11678
|
+
return pulumi.get(self, "rule_types")
|
11679
|
+
|
10244
11680
|
@_builtins.property
|
10245
11681
|
@pulumi.getter(name="serviceType")
|
10246
11682
|
def service_type(self) -> _builtins.str:
|
@@ -10379,24 +11815,57 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConditionGroupResult(d
|
|
10379
11815
|
@pulumi.output_type
|
10380
11816
|
class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationResult(dict):
|
10381
11817
|
def __init__(__self__, *,
|
11818
|
+
additional_properties: Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
11819
|
+
allowed_values: Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult'],
|
11820
|
+
allowed_values_data_type: _builtins.str,
|
10382
11821
|
config_key: _builtins.str,
|
10383
11822
|
data_type: _builtins.str,
|
10384
11823
|
name: _builtins.str,
|
10385
11824
|
value: _builtins.str,
|
10386
11825
|
values: Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult']):
|
10387
11826
|
"""
|
11827
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
11828
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
11829
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
10388
11830
|
:param _builtins.str config_key: Unique identifier of the configuration
|
10389
11831
|
:param _builtins.str data_type: Configuration data type
|
10390
11832
|
:param _builtins.str name: Configuration name
|
10391
11833
|
:param _builtins.str value: Configuration value
|
10392
11834
|
:param Sequence['GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
10393
11835
|
"""
|
11836
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
11837
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
11838
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
10394
11839
|
pulumi.set(__self__, "config_key", config_key)
|
10395
11840
|
pulumi.set(__self__, "data_type", data_type)
|
10396
11841
|
pulumi.set(__self__, "name", name)
|
10397
11842
|
pulumi.set(__self__, "value", value)
|
10398
11843
|
pulumi.set(__self__, "values", values)
|
10399
11844
|
|
11845
|
+
@_builtins.property
|
11846
|
+
@pulumi.getter(name="additionalProperties")
|
11847
|
+
def additional_properties(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
11848
|
+
"""
|
11849
|
+
Map of additional property values for configuration
|
11850
|
+
"""
|
11851
|
+
return pulumi.get(self, "additional_properties")
|
11852
|
+
|
11853
|
+
@_builtins.property
|
11854
|
+
@pulumi.getter(name="allowedValues")
|
11855
|
+
def allowed_values(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult']:
|
11856
|
+
"""
|
11857
|
+
Map of possible values for configuration
|
11858
|
+
"""
|
11859
|
+
return pulumi.get(self, "allowed_values")
|
11860
|
+
|
11861
|
+
@_builtins.property
|
11862
|
+
@pulumi.getter(name="allowedValuesDataType")
|
11863
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
11864
|
+
"""
|
11865
|
+
Map property Value data type
|
11866
|
+
"""
|
11867
|
+
return pulumi.get(self, "allowed_values_data_type")
|
11868
|
+
|
10400
11869
|
@_builtins.property
|
10401
11870
|
@pulumi.getter(name="configKey")
|
10402
11871
|
def config_key(self) -> _builtins.str:
|
@@ -10438,6 +11907,75 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationResult(di
|
|
10438
11907
|
return pulumi.get(self, "values")
|
10439
11908
|
|
10440
11909
|
|
11910
|
+
@pulumi.output_type
|
11911
|
+
class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
11912
|
+
def __init__(__self__, *,
|
11913
|
+
key: _builtins.str,
|
11914
|
+
property_type: _builtins.str,
|
11915
|
+
value: _builtins.str):
|
11916
|
+
"""
|
11917
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
11918
|
+
:param _builtins.str property_type: Property Type
|
11919
|
+
:param _builtins.str value: Configuration value
|
11920
|
+
"""
|
11921
|
+
pulumi.set(__self__, "key", key)
|
11922
|
+
pulumi.set(__self__, "property_type", property_type)
|
11923
|
+
pulumi.set(__self__, "value", value)
|
11924
|
+
|
11925
|
+
@_builtins.property
|
11926
|
+
@pulumi.getter
|
11927
|
+
def key(self) -> _builtins.str:
|
11928
|
+
"""
|
11929
|
+
The unique identifier of the detector rule type
|
11930
|
+
"""
|
11931
|
+
return pulumi.get(self, "key")
|
11932
|
+
|
11933
|
+
@_builtins.property
|
11934
|
+
@pulumi.getter(name="propertyType")
|
11935
|
+
def property_type(self) -> _builtins.str:
|
11936
|
+
"""
|
11937
|
+
Property Type
|
11938
|
+
"""
|
11939
|
+
return pulumi.get(self, "property_type")
|
11940
|
+
|
11941
|
+
@_builtins.property
|
11942
|
+
@pulumi.getter
|
11943
|
+
def value(self) -> _builtins.str:
|
11944
|
+
"""
|
11945
|
+
Configuration value
|
11946
|
+
"""
|
11947
|
+
return pulumi.get(self, "value")
|
11948
|
+
|
11949
|
+
|
11950
|
+
@pulumi.output_type
|
11951
|
+
class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
11952
|
+
def __init__(__self__, *,
|
11953
|
+
key: _builtins.str,
|
11954
|
+
value: _builtins.str):
|
11955
|
+
"""
|
11956
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
11957
|
+
:param _builtins.str value: Configuration value
|
11958
|
+
"""
|
11959
|
+
pulumi.set(__self__, "key", key)
|
11960
|
+
pulumi.set(__self__, "value", value)
|
11961
|
+
|
11962
|
+
@_builtins.property
|
11963
|
+
@pulumi.getter
|
11964
|
+
def key(self) -> _builtins.str:
|
11965
|
+
"""
|
11966
|
+
The unique identifier of the detector rule type
|
11967
|
+
"""
|
11968
|
+
return pulumi.get(self, "key")
|
11969
|
+
|
11970
|
+
@_builtins.property
|
11971
|
+
@pulumi.getter
|
11972
|
+
def value(self) -> _builtins.str:
|
11973
|
+
"""
|
11974
|
+
Configuration value
|
11975
|
+
"""
|
11976
|
+
return pulumi.get(self, "value")
|
11977
|
+
|
11978
|
+
|
10441
11979
|
@pulumi.output_type
|
10442
11980
|
class GetGuardTargetTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult(dict):
|
10443
11981
|
def __init__(__self__, *,
|
@@ -10518,6 +12056,35 @@ class GetGuardTargetTargetDetectorRecipeDetectorRuleEntitiesMappingResult(dict):
|
|
10518
12056
|
return pulumi.get(self, "query_field")
|
10519
12057
|
|
10520
12058
|
|
12059
|
+
@pulumi.output_type
|
12060
|
+
class GetGuardTargetTargetDetectorRecipeDetectorRuleRuleTypeResult(dict):
|
12061
|
+
def __init__(__self__, *,
|
12062
|
+
key: _builtins.str,
|
12063
|
+
values: Sequence[_builtins.str]):
|
12064
|
+
"""
|
12065
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
12066
|
+
:param Sequence[_builtins.str] values: Configuration value
|
12067
|
+
"""
|
12068
|
+
pulumi.set(__self__, "key", key)
|
12069
|
+
pulumi.set(__self__, "values", values)
|
12070
|
+
|
12071
|
+
@_builtins.property
|
12072
|
+
@pulumi.getter
|
12073
|
+
def key(self) -> _builtins.str:
|
12074
|
+
"""
|
12075
|
+
The unique identifier of the detector rule type
|
12076
|
+
"""
|
12077
|
+
return pulumi.get(self, "key")
|
12078
|
+
|
12079
|
+
@_builtins.property
|
12080
|
+
@pulumi.getter
|
12081
|
+
def values(self) -> Sequence[_builtins.str]:
|
12082
|
+
"""
|
12083
|
+
Configuration value
|
12084
|
+
"""
|
12085
|
+
return pulumi.get(self, "values")
|
12086
|
+
|
12087
|
+
|
10521
12088
|
@pulumi.output_type
|
10522
12089
|
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
10523
12090
|
def __init__(__self__, *,
|
@@ -10528,10 +12095,12 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
10528
12095
|
detector_rule_id: _builtins.str,
|
10529
12096
|
display_name: _builtins.str,
|
10530
12097
|
entities_mappings: Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult'],
|
12098
|
+
is_cloneable: _builtins.bool,
|
10531
12099
|
lifecycle_details: _builtins.str,
|
10532
12100
|
managed_list_types: Sequence[_builtins.str],
|
10533
12101
|
recommendation: _builtins.str,
|
10534
12102
|
resource_type: _builtins.str,
|
12103
|
+
rule_types: Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult'],
|
10535
12104
|
service_type: _builtins.str,
|
10536
12105
|
state: _builtins.str,
|
10537
12106
|
time_created: _builtins.str,
|
@@ -10544,10 +12113,12 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
10544
12113
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule
|
10545
12114
|
:param _builtins.str display_name: Responder rule display name
|
10546
12115
|
:param Sequence['GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
12116
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
10547
12117
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
10548
12118
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
10549
12119
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
10550
12120
|
:param _builtins.str resource_type: 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).
|
12121
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
10551
12122
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
10552
12123
|
:param _builtins.str state: The current lifecycle state of the responder rule
|
10553
12124
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -10560,10 +12131,12 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
10560
12131
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
10561
12132
|
pulumi.set(__self__, "display_name", display_name)
|
10562
12133
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
12134
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
10563
12135
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
10564
12136
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
10565
12137
|
pulumi.set(__self__, "recommendation", recommendation)
|
10566
12138
|
pulumi.set(__self__, "resource_type", resource_type)
|
12139
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
10567
12140
|
pulumi.set(__self__, "service_type", service_type)
|
10568
12141
|
pulumi.set(__self__, "state", state)
|
10569
12142
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -10625,6 +12198,14 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
10625
12198
|
"""
|
10626
12199
|
return pulumi.get(self, "entities_mappings")
|
10627
12200
|
|
12201
|
+
@_builtins.property
|
12202
|
+
@pulumi.getter(name="isCloneable")
|
12203
|
+
def is_cloneable(self) -> _builtins.bool:
|
12204
|
+
"""
|
12205
|
+
Is the rule cloneable?
|
12206
|
+
"""
|
12207
|
+
return pulumi.get(self, "is_cloneable")
|
12208
|
+
|
10628
12209
|
@_builtins.property
|
10629
12210
|
@pulumi.getter(name="lifecycleDetails")
|
10630
12211
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -10657,6 +12238,14 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
|
10657
12238
|
"""
|
10658
12239
|
return pulumi.get(self, "resource_type")
|
10659
12240
|
|
12241
|
+
@_builtins.property
|
12242
|
+
@pulumi.getter(name="ruleTypes")
|
12243
|
+
def rule_types(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult']:
|
12244
|
+
"""
|
12245
|
+
Rule category type
|
12246
|
+
"""
|
12247
|
+
return pulumi.get(self, "rule_types")
|
12248
|
+
|
10660
12249
|
@_builtins.property
|
10661
12250
|
@pulumi.getter(name="serviceType")
|
10662
12251
|
def service_type(self) -> _builtins.str:
|
@@ -10795,24 +12384,57 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConditionGrou
|
|
10795
12384
|
@pulumi.output_type
|
10796
12385
|
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult(dict):
|
10797
12386
|
def __init__(__self__, *,
|
12387
|
+
additional_properties: Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
12388
|
+
allowed_values: Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult'],
|
12389
|
+
allowed_values_data_type: _builtins.str,
|
10798
12390
|
config_key: _builtins.str,
|
10799
12391
|
data_type: _builtins.str,
|
10800
12392
|
name: _builtins.str,
|
10801
12393
|
value: _builtins.str,
|
10802
12394
|
values: Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult']):
|
10803
12395
|
"""
|
12396
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
12397
|
+
:param Sequence['GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
12398
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
10804
12399
|
:param _builtins.str config_key: Unique identifier of the configuration
|
10805
12400
|
:param _builtins.str data_type: Configuration data type
|
10806
12401
|
:param _builtins.str name: Configuration name
|
10807
12402
|
:param _builtins.str value: Configuration value
|
10808
12403
|
:param Sequence['GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
10809
12404
|
"""
|
12405
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
12406
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
12407
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
10810
12408
|
pulumi.set(__self__, "config_key", config_key)
|
10811
12409
|
pulumi.set(__self__, "data_type", data_type)
|
10812
12410
|
pulumi.set(__self__, "name", name)
|
10813
12411
|
pulumi.set(__self__, "value", value)
|
10814
12412
|
pulumi.set(__self__, "values", values)
|
10815
12413
|
|
12414
|
+
@_builtins.property
|
12415
|
+
@pulumi.getter(name="additionalProperties")
|
12416
|
+
def additional_properties(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
12417
|
+
"""
|
12418
|
+
Map of additional property values for configuration
|
12419
|
+
"""
|
12420
|
+
return pulumi.get(self, "additional_properties")
|
12421
|
+
|
12422
|
+
@_builtins.property
|
12423
|
+
@pulumi.getter(name="allowedValues")
|
12424
|
+
def allowed_values(self) -> Sequence['outputs.GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult']:
|
12425
|
+
"""
|
12426
|
+
Map of possible values for configuration
|
12427
|
+
"""
|
12428
|
+
return pulumi.get(self, "allowed_values")
|
12429
|
+
|
12430
|
+
@_builtins.property
|
12431
|
+
@pulumi.getter(name="allowedValuesDataType")
|
12432
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
12433
|
+
"""
|
12434
|
+
Map property Value data type
|
12435
|
+
"""
|
12436
|
+
return pulumi.get(self, "allowed_values_data_type")
|
12437
|
+
|
10816
12438
|
@_builtins.property
|
10817
12439
|
@pulumi.getter(name="configKey")
|
10818
12440
|
def config_key(self) -> _builtins.str:
|
@@ -10854,6 +12476,75 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfiguration
|
|
10854
12476
|
return pulumi.get(self, "values")
|
10855
12477
|
|
10856
12478
|
|
12479
|
+
@pulumi.output_type
|
12480
|
+
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
12481
|
+
def __init__(__self__, *,
|
12482
|
+
key: _builtins.str,
|
12483
|
+
property_type: _builtins.str,
|
12484
|
+
value: _builtins.str):
|
12485
|
+
"""
|
12486
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
12487
|
+
:param _builtins.str property_type: Property Type
|
12488
|
+
:param _builtins.str value: Configuration value
|
12489
|
+
"""
|
12490
|
+
pulumi.set(__self__, "key", key)
|
12491
|
+
pulumi.set(__self__, "property_type", property_type)
|
12492
|
+
pulumi.set(__self__, "value", value)
|
12493
|
+
|
12494
|
+
@_builtins.property
|
12495
|
+
@pulumi.getter
|
12496
|
+
def key(self) -> _builtins.str:
|
12497
|
+
"""
|
12498
|
+
The unique identifier of the detector rule type
|
12499
|
+
"""
|
12500
|
+
return pulumi.get(self, "key")
|
12501
|
+
|
12502
|
+
@_builtins.property
|
12503
|
+
@pulumi.getter(name="propertyType")
|
12504
|
+
def property_type(self) -> _builtins.str:
|
12505
|
+
"""
|
12506
|
+
Property Type
|
12507
|
+
"""
|
12508
|
+
return pulumi.get(self, "property_type")
|
12509
|
+
|
12510
|
+
@_builtins.property
|
12511
|
+
@pulumi.getter
|
12512
|
+
def value(self) -> _builtins.str:
|
12513
|
+
"""
|
12514
|
+
Configuration value
|
12515
|
+
"""
|
12516
|
+
return pulumi.get(self, "value")
|
12517
|
+
|
12518
|
+
|
12519
|
+
@pulumi.output_type
|
12520
|
+
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
12521
|
+
def __init__(__self__, *,
|
12522
|
+
key: _builtins.str,
|
12523
|
+
value: _builtins.str):
|
12524
|
+
"""
|
12525
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
12526
|
+
:param _builtins.str value: Configuration value
|
12527
|
+
"""
|
12528
|
+
pulumi.set(__self__, "key", key)
|
12529
|
+
pulumi.set(__self__, "value", value)
|
12530
|
+
|
12531
|
+
@_builtins.property
|
12532
|
+
@pulumi.getter
|
12533
|
+
def key(self) -> _builtins.str:
|
12534
|
+
"""
|
12535
|
+
The unique identifier of the detector rule type
|
12536
|
+
"""
|
12537
|
+
return pulumi.get(self, "key")
|
12538
|
+
|
12539
|
+
@_builtins.property
|
12540
|
+
@pulumi.getter
|
12541
|
+
def value(self) -> _builtins.str:
|
12542
|
+
"""
|
12543
|
+
Configuration value
|
12544
|
+
"""
|
12545
|
+
return pulumi.get(self, "value")
|
12546
|
+
|
12547
|
+
|
10857
12548
|
@pulumi.output_type
|
10858
12549
|
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult(dict):
|
10859
12550
|
def __init__(__self__, *,
|
@@ -10934,6 +12625,35 @@ class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResu
|
|
10934
12625
|
return pulumi.get(self, "query_field")
|
10935
12626
|
|
10936
12627
|
|
12628
|
+
@pulumi.output_type
|
12629
|
+
class GetGuardTargetTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult(dict):
|
12630
|
+
def __init__(__self__, *,
|
12631
|
+
key: _builtins.str,
|
12632
|
+
values: Sequence[_builtins.str]):
|
12633
|
+
"""
|
12634
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
12635
|
+
:param Sequence[_builtins.str] values: Configuration value
|
12636
|
+
"""
|
12637
|
+
pulumi.set(__self__, "key", key)
|
12638
|
+
pulumi.set(__self__, "values", values)
|
12639
|
+
|
12640
|
+
@_builtins.property
|
12641
|
+
@pulumi.getter
|
12642
|
+
def key(self) -> _builtins.str:
|
12643
|
+
"""
|
12644
|
+
The unique identifier of the detector rule type
|
12645
|
+
"""
|
12646
|
+
return pulumi.get(self, "key")
|
12647
|
+
|
12648
|
+
@_builtins.property
|
12649
|
+
@pulumi.getter
|
12650
|
+
def values(self) -> Sequence[_builtins.str]:
|
12651
|
+
"""
|
12652
|
+
Configuration value
|
12653
|
+
"""
|
12654
|
+
return pulumi.get(self, "values")
|
12655
|
+
|
12656
|
+
|
10937
12657
|
@pulumi.output_type
|
10938
12658
|
class GetGuardTargetTargetResponderRecipeResult(dict):
|
10939
12659
|
def __init__(__self__, *,
|
@@ -12126,10 +13846,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleResult(
|
|
12126
13846
|
detector_rule_id: _builtins.str,
|
12127
13847
|
display_name: _builtins.str,
|
12128
13848
|
entities_mappings: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleEntitiesMappingResult'],
|
13849
|
+
is_cloneable: _builtins.bool,
|
12129
13850
|
lifecycle_details: _builtins.str,
|
12130
13851
|
managed_list_types: Sequence[_builtins.str],
|
12131
13852
|
recommendation: _builtins.str,
|
12132
13853
|
resource_type: _builtins.str,
|
13854
|
+
rule_types: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleTypeResult'],
|
12133
13855
|
service_type: _builtins.str,
|
12134
13856
|
state: _builtins.str,
|
12135
13857
|
time_created: _builtins.str,
|
@@ -12142,10 +13864,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleResult(
|
|
12142
13864
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule
|
12143
13865
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
12144
13866
|
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
13867
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
12145
13868
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
12146
13869
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
12147
13870
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
12148
13871
|
:param _builtins.str resource_type: 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).
|
13872
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
12149
13873
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
12150
13874
|
:param _builtins.str state: The field lifecycle state. Only one state can be provided. Default value for state is active. If no value is specified state is active.
|
12151
13875
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -12158,10 +13882,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleResult(
|
|
12158
13882
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
12159
13883
|
pulumi.set(__self__, "display_name", display_name)
|
12160
13884
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
13885
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
12161
13886
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
12162
13887
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
12163
13888
|
pulumi.set(__self__, "recommendation", recommendation)
|
12164
13889
|
pulumi.set(__self__, "resource_type", resource_type)
|
13890
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
12165
13891
|
pulumi.set(__self__, "service_type", service_type)
|
12166
13892
|
pulumi.set(__self__, "state", state)
|
12167
13893
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -12223,6 +13949,14 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleResult(
|
|
12223
13949
|
"""
|
12224
13950
|
return pulumi.get(self, "entities_mappings")
|
12225
13951
|
|
13952
|
+
@_builtins.property
|
13953
|
+
@pulumi.getter(name="isCloneable")
|
13954
|
+
def is_cloneable(self) -> _builtins.bool:
|
13955
|
+
"""
|
13956
|
+
Is the rule cloneable?
|
13957
|
+
"""
|
13958
|
+
return pulumi.get(self, "is_cloneable")
|
13959
|
+
|
12226
13960
|
@_builtins.property
|
12227
13961
|
@pulumi.getter(name="lifecycleDetails")
|
12228
13962
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -12255,6 +13989,14 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleResult(
|
|
12255
13989
|
"""
|
12256
13990
|
return pulumi.get(self, "resource_type")
|
12257
13991
|
|
13992
|
+
@_builtins.property
|
13993
|
+
@pulumi.getter(name="ruleTypes")
|
13994
|
+
def rule_types(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleTypeResult']:
|
13995
|
+
"""
|
13996
|
+
Rule category type
|
13997
|
+
"""
|
13998
|
+
return pulumi.get(self, "rule_types")
|
13999
|
+
|
12258
14000
|
@_builtins.property
|
12259
14001
|
@pulumi.getter(name="serviceType")
|
12260
14002
|
def service_type(self) -> _builtins.str:
|
@@ -12393,24 +14135,57 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailC
|
|
12393
14135
|
@pulumi.output_type
|
12394
14136
|
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationResult(dict):
|
12395
14137
|
def __init__(__self__, *,
|
14138
|
+
additional_properties: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
14139
|
+
allowed_values: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult'],
|
14140
|
+
allowed_values_data_type: _builtins.str,
|
12396
14141
|
config_key: _builtins.str,
|
12397
14142
|
data_type: _builtins.str,
|
12398
14143
|
name: _builtins.str,
|
12399
14144
|
value: _builtins.str,
|
12400
14145
|
values: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult']):
|
12401
14146
|
"""
|
14147
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
14148
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
14149
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
12402
14150
|
:param _builtins.str config_key: Unique identifier of the configuration
|
12403
14151
|
:param _builtins.str data_type: Configuration data type
|
12404
14152
|
:param _builtins.str name: Configuration name
|
12405
14153
|
:param _builtins.str value: Configuration value
|
12406
14154
|
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
12407
14155
|
"""
|
14156
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
14157
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
14158
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
12408
14159
|
pulumi.set(__self__, "config_key", config_key)
|
12409
14160
|
pulumi.set(__self__, "data_type", data_type)
|
12410
14161
|
pulumi.set(__self__, "name", name)
|
12411
14162
|
pulumi.set(__self__, "value", value)
|
12412
14163
|
pulumi.set(__self__, "values", values)
|
12413
14164
|
|
14165
|
+
@_builtins.property
|
14166
|
+
@pulumi.getter(name="additionalProperties")
|
14167
|
+
def additional_properties(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
14168
|
+
"""
|
14169
|
+
Map of additional property values for configuration
|
14170
|
+
"""
|
14171
|
+
return pulumi.get(self, "additional_properties")
|
14172
|
+
|
14173
|
+
@_builtins.property
|
14174
|
+
@pulumi.getter(name="allowedValues")
|
14175
|
+
def allowed_values(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult']:
|
14176
|
+
"""
|
14177
|
+
Map of possible values for configuration
|
14178
|
+
"""
|
14179
|
+
return pulumi.get(self, "allowed_values")
|
14180
|
+
|
14181
|
+
@_builtins.property
|
14182
|
+
@pulumi.getter(name="allowedValuesDataType")
|
14183
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
14184
|
+
"""
|
14185
|
+
Map property Value data type
|
14186
|
+
"""
|
14187
|
+
return pulumi.get(self, "allowed_values_data_type")
|
14188
|
+
|
12414
14189
|
@_builtins.property
|
12415
14190
|
@pulumi.getter(name="configKey")
|
12416
14191
|
def config_key(self) -> _builtins.str:
|
@@ -12452,6 +14227,75 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailC
|
|
12452
14227
|
return pulumi.get(self, "values")
|
12453
14228
|
|
12454
14229
|
|
14230
|
+
@pulumi.output_type
|
14231
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
14232
|
+
def __init__(__self__, *,
|
14233
|
+
key: _builtins.str,
|
14234
|
+
property_type: _builtins.str,
|
14235
|
+
value: _builtins.str):
|
14236
|
+
"""
|
14237
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14238
|
+
:param _builtins.str property_type: Property Type
|
14239
|
+
:param _builtins.str value: Configuration value
|
14240
|
+
"""
|
14241
|
+
pulumi.set(__self__, "key", key)
|
14242
|
+
pulumi.set(__self__, "property_type", property_type)
|
14243
|
+
pulumi.set(__self__, "value", value)
|
14244
|
+
|
14245
|
+
@_builtins.property
|
14246
|
+
@pulumi.getter
|
14247
|
+
def key(self) -> _builtins.str:
|
14248
|
+
"""
|
14249
|
+
The unique identifier of the detector rule type
|
14250
|
+
"""
|
14251
|
+
return pulumi.get(self, "key")
|
14252
|
+
|
14253
|
+
@_builtins.property
|
14254
|
+
@pulumi.getter(name="propertyType")
|
14255
|
+
def property_type(self) -> _builtins.str:
|
14256
|
+
"""
|
14257
|
+
Property Type
|
14258
|
+
"""
|
14259
|
+
return pulumi.get(self, "property_type")
|
14260
|
+
|
14261
|
+
@_builtins.property
|
14262
|
+
@pulumi.getter
|
14263
|
+
def value(self) -> _builtins.str:
|
14264
|
+
"""
|
14265
|
+
Configuration value
|
14266
|
+
"""
|
14267
|
+
return pulumi.get(self, "value")
|
14268
|
+
|
14269
|
+
|
14270
|
+
@pulumi.output_type
|
14271
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
14272
|
+
def __init__(__self__, *,
|
14273
|
+
key: _builtins.str,
|
14274
|
+
value: _builtins.str):
|
14275
|
+
"""
|
14276
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14277
|
+
:param _builtins.str value: Configuration value
|
14278
|
+
"""
|
14279
|
+
pulumi.set(__self__, "key", key)
|
14280
|
+
pulumi.set(__self__, "value", value)
|
14281
|
+
|
14282
|
+
@_builtins.property
|
14283
|
+
@pulumi.getter
|
14284
|
+
def key(self) -> _builtins.str:
|
14285
|
+
"""
|
14286
|
+
The unique identifier of the detector rule type
|
14287
|
+
"""
|
14288
|
+
return pulumi.get(self, "key")
|
14289
|
+
|
14290
|
+
@_builtins.property
|
14291
|
+
@pulumi.getter
|
14292
|
+
def value(self) -> _builtins.str:
|
14293
|
+
"""
|
14294
|
+
Configuration value
|
14295
|
+
"""
|
14296
|
+
return pulumi.get(self, "value")
|
14297
|
+
|
14298
|
+
|
12455
14299
|
@pulumi.output_type
|
12456
14300
|
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleDetailConfigurationValueResult(dict):
|
12457
14301
|
def __init__(__self__, *,
|
@@ -12532,6 +14376,35 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleEntitie
|
|
12532
14376
|
return pulumi.get(self, "query_field")
|
12533
14377
|
|
12534
14378
|
|
14379
|
+
@pulumi.output_type
|
14380
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeDetectorRuleRuleTypeResult(dict):
|
14381
|
+
def __init__(__self__, *,
|
14382
|
+
key: _builtins.str,
|
14383
|
+
values: Sequence[_builtins.str]):
|
14384
|
+
"""
|
14385
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14386
|
+
:param Sequence[_builtins.str] values: Configuration value
|
14387
|
+
"""
|
14388
|
+
pulumi.set(__self__, "key", key)
|
14389
|
+
pulumi.set(__self__, "values", values)
|
14390
|
+
|
14391
|
+
@_builtins.property
|
14392
|
+
@pulumi.getter
|
14393
|
+
def key(self) -> _builtins.str:
|
14394
|
+
"""
|
14395
|
+
The unique identifier of the detector rule type
|
14396
|
+
"""
|
14397
|
+
return pulumi.get(self, "key")
|
14398
|
+
|
14399
|
+
@_builtins.property
|
14400
|
+
@pulumi.getter
|
14401
|
+
def values(self) -> Sequence[_builtins.str]:
|
14402
|
+
"""
|
14403
|
+
Configuration value
|
14404
|
+
"""
|
14405
|
+
return pulumi.get(self, "values")
|
14406
|
+
|
14407
|
+
|
12535
14408
|
@pulumi.output_type
|
12536
14409
|
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleResult(dict):
|
12537
14410
|
def __init__(__self__, *,
|
@@ -12542,10 +14415,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12542
14415
|
detector_rule_id: _builtins.str,
|
12543
14416
|
display_name: _builtins.str,
|
12544
14417
|
entities_mappings: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingResult'],
|
14418
|
+
is_cloneable: _builtins.bool,
|
12545
14419
|
lifecycle_details: _builtins.str,
|
12546
14420
|
managed_list_types: Sequence[_builtins.str],
|
12547
14421
|
recommendation: _builtins.str,
|
12548
14422
|
resource_type: _builtins.str,
|
14423
|
+
rule_types: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult'],
|
12549
14424
|
service_type: _builtins.str,
|
12550
14425
|
state: _builtins.str,
|
12551
14426
|
time_created: _builtins.str,
|
@@ -12558,10 +14433,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12558
14433
|
:param _builtins.str detector_rule_id: The unique identifier of the detector rule
|
12559
14434
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
12560
14435
|
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleEntitiesMappingArgs'] entities_mappings: Data source entities mapping for a detector rule
|
14436
|
+
:param _builtins.bool is_cloneable: Is the rule cloneable?
|
12561
14437
|
:param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
12562
14438
|
:param Sequence[_builtins.str] managed_list_types: List of managed list types related to this rule
|
12563
14439
|
:param _builtins.str recommendation: Recommendation for TargetDetectorRecipeDetectorRule resource
|
12564
14440
|
:param _builtins.str resource_type: 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).
|
14441
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleTypeArgs'] rule_types: Rule category type
|
12565
14442
|
:param _builtins.str service_type: Service type of the configuration to which the rule is applied
|
12566
14443
|
:param _builtins.str state: The field lifecycle state. Only one state can be provided. Default value for state is active. If no value is specified state is active.
|
12567
14444
|
:param _builtins.str time_created: The date and time the target was created. Format defined by RFC3339.
|
@@ -12574,10 +14451,12 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12574
14451
|
pulumi.set(__self__, "detector_rule_id", detector_rule_id)
|
12575
14452
|
pulumi.set(__self__, "display_name", display_name)
|
12576
14453
|
pulumi.set(__self__, "entities_mappings", entities_mappings)
|
14454
|
+
pulumi.set(__self__, "is_cloneable", is_cloneable)
|
12577
14455
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
12578
14456
|
pulumi.set(__self__, "managed_list_types", managed_list_types)
|
12579
14457
|
pulumi.set(__self__, "recommendation", recommendation)
|
12580
14458
|
pulumi.set(__self__, "resource_type", resource_type)
|
14459
|
+
pulumi.set(__self__, "rule_types", rule_types)
|
12581
14460
|
pulumi.set(__self__, "service_type", service_type)
|
12582
14461
|
pulumi.set(__self__, "state", state)
|
12583
14462
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -12639,6 +14518,14 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12639
14518
|
"""
|
12640
14519
|
return pulumi.get(self, "entities_mappings")
|
12641
14520
|
|
14521
|
+
@_builtins.property
|
14522
|
+
@pulumi.getter(name="isCloneable")
|
14523
|
+
def is_cloneable(self) -> _builtins.bool:
|
14524
|
+
"""
|
14525
|
+
Is the rule cloneable?
|
14526
|
+
"""
|
14527
|
+
return pulumi.get(self, "is_cloneable")
|
14528
|
+
|
12642
14529
|
@_builtins.property
|
12643
14530
|
@pulumi.getter(name="lifecycleDetails")
|
12644
14531
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -12671,6 +14558,14 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12671
14558
|
"""
|
12672
14559
|
return pulumi.get(self, "resource_type")
|
12673
14560
|
|
14561
|
+
@_builtins.property
|
14562
|
+
@pulumi.getter(name="ruleTypes")
|
14563
|
+
def rule_types(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult']:
|
14564
|
+
"""
|
14565
|
+
Rule category type
|
14566
|
+
"""
|
14567
|
+
return pulumi.get(self, "rule_types")
|
14568
|
+
|
12674
14569
|
@_builtins.property
|
12675
14570
|
@pulumi.getter(name="serviceType")
|
12676
14571
|
def service_type(self) -> _builtins.str:
|
@@ -12809,24 +14704,57 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12809
14704
|
@pulumi.output_type
|
12810
14705
|
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationResult(dict):
|
12811
14706
|
def __init__(__self__, *,
|
14707
|
+
additional_properties: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult'],
|
14708
|
+
allowed_values: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult'],
|
14709
|
+
allowed_values_data_type: _builtins.str,
|
12812
14710
|
config_key: _builtins.str,
|
12813
14711
|
data_type: _builtins.str,
|
12814
14712
|
name: _builtins.str,
|
12815
14713
|
value: _builtins.str,
|
12816
14714
|
values: Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult']):
|
12817
14715
|
"""
|
14716
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyArgs'] additional_properties: Map of additional property values for configuration
|
14717
|
+
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueArgs'] allowed_values: Map of possible values for configuration
|
14718
|
+
:param _builtins.str allowed_values_data_type: Map property Value data type
|
12818
14719
|
:param _builtins.str config_key: Unique identifier of the configuration
|
12819
14720
|
:param _builtins.str data_type: Configuration data type
|
12820
14721
|
:param _builtins.str name: Configuration name
|
12821
14722
|
:param _builtins.str value: Configuration value
|
12822
14723
|
:param Sequence['GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueArgs'] values: List of configuration values
|
12823
14724
|
"""
|
14725
|
+
pulumi.set(__self__, "additional_properties", additional_properties)
|
14726
|
+
pulumi.set(__self__, "allowed_values", allowed_values)
|
14727
|
+
pulumi.set(__self__, "allowed_values_data_type", allowed_values_data_type)
|
12824
14728
|
pulumi.set(__self__, "config_key", config_key)
|
12825
14729
|
pulumi.set(__self__, "data_type", data_type)
|
12826
14730
|
pulumi.set(__self__, "name", name)
|
12827
14731
|
pulumi.set(__self__, "value", value)
|
12828
14732
|
pulumi.set(__self__, "values", values)
|
12829
14733
|
|
14734
|
+
@_builtins.property
|
14735
|
+
@pulumi.getter(name="additionalProperties")
|
14736
|
+
def additional_properties(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult']:
|
14737
|
+
"""
|
14738
|
+
Map of additional property values for configuration
|
14739
|
+
"""
|
14740
|
+
return pulumi.get(self, "additional_properties")
|
14741
|
+
|
14742
|
+
@_builtins.property
|
14743
|
+
@pulumi.getter(name="allowedValues")
|
14744
|
+
def allowed_values(self) -> Sequence['outputs.GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult']:
|
14745
|
+
"""
|
14746
|
+
Map of possible values for configuration
|
14747
|
+
"""
|
14748
|
+
return pulumi.get(self, "allowed_values")
|
14749
|
+
|
14750
|
+
@_builtins.property
|
14751
|
+
@pulumi.getter(name="allowedValuesDataType")
|
14752
|
+
def allowed_values_data_type(self) -> _builtins.str:
|
14753
|
+
"""
|
14754
|
+
Map property Value data type
|
14755
|
+
"""
|
14756
|
+
return pulumi.get(self, "allowed_values_data_type")
|
14757
|
+
|
12830
14758
|
@_builtins.property
|
12831
14759
|
@pulumi.getter(name="configKey")
|
12832
14760
|
def config_key(self) -> _builtins.str:
|
@@ -12868,6 +14796,75 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12868
14796
|
return pulumi.get(self, "values")
|
12869
14797
|
|
12870
14798
|
|
14799
|
+
@pulumi.output_type
|
14800
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAdditionalPropertyResult(dict):
|
14801
|
+
def __init__(__self__, *,
|
14802
|
+
key: _builtins.str,
|
14803
|
+
property_type: _builtins.str,
|
14804
|
+
value: _builtins.str):
|
14805
|
+
"""
|
14806
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14807
|
+
:param _builtins.str property_type: Property Type
|
14808
|
+
:param _builtins.str value: Configuration value
|
14809
|
+
"""
|
14810
|
+
pulumi.set(__self__, "key", key)
|
14811
|
+
pulumi.set(__self__, "property_type", property_type)
|
14812
|
+
pulumi.set(__self__, "value", value)
|
14813
|
+
|
14814
|
+
@_builtins.property
|
14815
|
+
@pulumi.getter
|
14816
|
+
def key(self) -> _builtins.str:
|
14817
|
+
"""
|
14818
|
+
The unique identifier of the detector rule type
|
14819
|
+
"""
|
14820
|
+
return pulumi.get(self, "key")
|
14821
|
+
|
14822
|
+
@_builtins.property
|
14823
|
+
@pulumi.getter(name="propertyType")
|
14824
|
+
def property_type(self) -> _builtins.str:
|
14825
|
+
"""
|
14826
|
+
Property Type
|
14827
|
+
"""
|
14828
|
+
return pulumi.get(self, "property_type")
|
14829
|
+
|
14830
|
+
@_builtins.property
|
14831
|
+
@pulumi.getter
|
14832
|
+
def value(self) -> _builtins.str:
|
14833
|
+
"""
|
14834
|
+
Configuration value
|
14835
|
+
"""
|
14836
|
+
return pulumi.get(self, "value")
|
14837
|
+
|
14838
|
+
|
14839
|
+
@pulumi.output_type
|
14840
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationAllowedValueResult(dict):
|
14841
|
+
def __init__(__self__, *,
|
14842
|
+
key: _builtins.str,
|
14843
|
+
value: _builtins.str):
|
14844
|
+
"""
|
14845
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14846
|
+
:param _builtins.str value: Configuration value
|
14847
|
+
"""
|
14848
|
+
pulumi.set(__self__, "key", key)
|
14849
|
+
pulumi.set(__self__, "value", value)
|
14850
|
+
|
14851
|
+
@_builtins.property
|
14852
|
+
@pulumi.getter
|
14853
|
+
def key(self) -> _builtins.str:
|
14854
|
+
"""
|
14855
|
+
The unique identifier of the detector rule type
|
14856
|
+
"""
|
14857
|
+
return pulumi.get(self, "key")
|
14858
|
+
|
14859
|
+
@_builtins.property
|
14860
|
+
@pulumi.getter
|
14861
|
+
def value(self) -> _builtins.str:
|
14862
|
+
"""
|
14863
|
+
Configuration value
|
14864
|
+
"""
|
14865
|
+
return pulumi.get(self, "value")
|
14866
|
+
|
14867
|
+
|
12871
14868
|
@pulumi.output_type
|
12872
14869
|
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleDetailConfigurationValueResult(dict):
|
12873
14870
|
def __init__(__self__, *,
|
@@ -12948,6 +14945,35 @@ class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRu
|
|
12948
14945
|
return pulumi.get(self, "query_field")
|
12949
14946
|
|
12950
14947
|
|
14948
|
+
@pulumi.output_type
|
14949
|
+
class GetGuardTargetsTargetCollectionItemTargetDetectorRecipeEffectiveDetectorRuleRuleTypeResult(dict):
|
14950
|
+
def __init__(__self__, *,
|
14951
|
+
key: _builtins.str,
|
14952
|
+
values: Sequence[_builtins.str]):
|
14953
|
+
"""
|
14954
|
+
:param _builtins.str key: The unique identifier of the detector rule type
|
14955
|
+
:param Sequence[_builtins.str] values: Configuration value
|
14956
|
+
"""
|
14957
|
+
pulumi.set(__self__, "key", key)
|
14958
|
+
pulumi.set(__self__, "values", values)
|
14959
|
+
|
14960
|
+
@_builtins.property
|
14961
|
+
@pulumi.getter
|
14962
|
+
def key(self) -> _builtins.str:
|
14963
|
+
"""
|
14964
|
+
The unique identifier of the detector rule type
|
14965
|
+
"""
|
14966
|
+
return pulumi.get(self, "key")
|
14967
|
+
|
14968
|
+
@_builtins.property
|
14969
|
+
@pulumi.getter
|
14970
|
+
def values(self) -> Sequence[_builtins.str]:
|
14971
|
+
"""
|
14972
|
+
Configuration value
|
14973
|
+
"""
|
14974
|
+
return pulumi.get(self, "values")
|
14975
|
+
|
14976
|
+
|
12951
14977
|
@pulumi.output_type
|
12952
14978
|
class GetGuardTargetsTargetCollectionItemTargetResponderRecipeResult(dict):
|
12953
14979
|
def __init__(__self__, *,
|
@@ -13573,6 +15599,7 @@ class GetManagedListsManagedListCollectionItemResult(dict):
|
|
13573
15599
|
display_name: _builtins.str,
|
13574
15600
|
feed_provider: _builtins.str,
|
13575
15601
|
freeform_tags: Mapping[str, _builtins.str],
|
15602
|
+
group: _builtins.str,
|
13576
15603
|
id: _builtins.str,
|
13577
15604
|
is_editable: _builtins.bool,
|
13578
15605
|
lifecyle_details: _builtins.str,
|
@@ -13590,6 +15617,7 @@ class GetManagedListsManagedListCollectionItemResult(dict):
|
|
13590
15617
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
13591
15618
|
:param _builtins.str feed_provider: Provider of the managed list feed
|
13592
15619
|
:param Mapping[str, _builtins.str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
15620
|
+
:param _builtins.str group: Managed list type group
|
13593
15621
|
:param _builtins.str id: Unique identifier that can't be changed after creation
|
13594
15622
|
:param _builtins.bool is_editable: Is this list editable?
|
13595
15623
|
:param _builtins.str lifecyle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
|
@@ -13607,6 +15635,7 @@ class GetManagedListsManagedListCollectionItemResult(dict):
|
|
13607
15635
|
pulumi.set(__self__, "display_name", display_name)
|
13608
15636
|
pulumi.set(__self__, "feed_provider", feed_provider)
|
13609
15637
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
15638
|
+
pulumi.set(__self__, "group", group)
|
13610
15639
|
pulumi.set(__self__, "id", id)
|
13611
15640
|
pulumi.set(__self__, "is_editable", is_editable)
|
13612
15641
|
pulumi.set(__self__, "lifecyle_details", lifecyle_details)
|
@@ -13666,6 +15695,14 @@ class GetManagedListsManagedListCollectionItemResult(dict):
|
|
13666
15695
|
"""
|
13667
15696
|
return pulumi.get(self, "freeform_tags")
|
13668
15697
|
|
15698
|
+
@_builtins.property
|
15699
|
+
@pulumi.getter
|
15700
|
+
def group(self) -> _builtins.str:
|
15701
|
+
"""
|
15702
|
+
Managed list type group
|
15703
|
+
"""
|
15704
|
+
return pulumi.get(self, "group")
|
15705
|
+
|
13669
15706
|
@_builtins.property
|
13670
15707
|
@pulumi.getter
|
13671
15708
|
def id(self) -> _builtins.str:
|