pulumi-gcp 8.14.0__py3-none-any.whl → 8.14.0a1736317789__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_gcp/__init__.py +0 -32
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/beyondcorp/__init__.py +0 -1
- pulumi_gcp/beyondcorp/_inputs.py +0 -93
- pulumi_gcp/beyondcorp/outputs.py +0 -89
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +0 -2
- pulumi_gcp/chronicle/_inputs.py +0 -388
- pulumi_gcp/chronicle/outputs.py +0 -322
- pulumi_gcp/chronicle/watchlist.py +45 -68
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +33 -33
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/outputs.py +22 -22
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/developerconnect/_inputs.py +42 -910
- pulumi_gcp/developerconnect/connection.py +86 -614
- pulumi_gcp/developerconnect/git_repository_link.py +0 -4
- pulumi_gcp/developerconnect/outputs.py +28 -717
- pulumi_gcp/dns/_inputs.py +20 -124
- pulumi_gcp/dns/outputs.py +16 -90
- pulumi_gcp/dns/record_set.py +0 -82
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +3 -9
- pulumi_gcp/iap/outputs.py +2 -6
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +0 -20
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +0 -36
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/RECORD +58 -62
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/WHEEL +1 -1
- pulumi_gcp/beyondcorp/security_gateway.py +0 -670
- pulumi_gcp/chronicle/data_access_label.py +0 -690
- pulumi_gcp/chronicle/data_access_scope.py +0 -1094
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -336
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1129,14 +1129,6 @@ _utilities.register(
|
|
1129
1129
|
"gcp:beyondcorp/appGateway:AppGateway": "AppGateway"
|
1130
1130
|
}
|
1131
1131
|
},
|
1132
|
-
{
|
1133
|
-
"pkg": "gcp",
|
1134
|
-
"mod": "beyondcorp/securityGateway",
|
1135
|
-
"fqn": "pulumi_gcp.beyondcorp",
|
1136
|
-
"classes": {
|
1137
|
-
"gcp:beyondcorp/securityGateway:SecurityGateway": "SecurityGateway"
|
1138
|
-
}
|
1139
|
-
},
|
1140
1132
|
{
|
1141
1133
|
"pkg": "gcp",
|
1142
1134
|
"mod": "biglake/catalog",
|
@@ -1729,22 +1721,6 @@ _utilities.register(
|
|
1729
1721
|
"gcp:certificatemanager/trustConfig:TrustConfig": "TrustConfig"
|
1730
1722
|
}
|
1731
1723
|
},
|
1732
|
-
{
|
1733
|
-
"pkg": "gcp",
|
1734
|
-
"mod": "chronicle/dataAccessLabel",
|
1735
|
-
"fqn": "pulumi_gcp.chronicle",
|
1736
|
-
"classes": {
|
1737
|
-
"gcp:chronicle/dataAccessLabel:DataAccessLabel": "DataAccessLabel"
|
1738
|
-
}
|
1739
|
-
},
|
1740
|
-
{
|
1741
|
-
"pkg": "gcp",
|
1742
|
-
"mod": "chronicle/dataAccessScope",
|
1743
|
-
"fqn": "pulumi_gcp.chronicle",
|
1744
|
-
"classes": {
|
1745
|
-
"gcp:chronicle/dataAccessScope:DataAccessScope": "DataAccessScope"
|
1746
|
-
}
|
1747
|
-
},
|
1748
1724
|
{
|
1749
1725
|
"pkg": "gcp",
|
1750
1726
|
"mod": "chronicle/watchlist",
|
@@ -2041,14 +2017,6 @@ _utilities.register(
|
|
2041
2017
|
"gcp:cloudids/endpoint:Endpoint": "Endpoint"
|
2042
2018
|
}
|
2043
2019
|
},
|
2044
|
-
{
|
2045
|
-
"pkg": "gcp",
|
2046
|
-
"mod": "cloudquota/sQuotaAdjusterSettings",
|
2047
|
-
"fqn": "pulumi_gcp.cloudquota",
|
2048
|
-
"classes": {
|
2049
|
-
"gcp:cloudquota/sQuotaAdjusterSettings:SQuotaAdjusterSettings": "SQuotaAdjusterSettings"
|
2050
|
-
}
|
2051
|
-
},
|
2052
2020
|
{
|
2053
2021
|
"pkg": "gcp",
|
2054
2022
|
"mod": "cloudquota/sQuotaPreference",
|
@@ -1093,7 +1093,7 @@ if not MYPY:
|
|
1093
1093
|
"""
|
1094
1094
|
Password to be used.
|
1095
1095
|
|
1096
|
-
<a name="
|
1096
|
+
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
1097
1097
|
"""
|
1098
1098
|
username: NotRequired[pulumi.Input[str]]
|
1099
1099
|
"""
|
@@ -1110,7 +1110,7 @@ class AuthConfigDecryptedCredentialUsernameAndPasswordArgs:
|
|
1110
1110
|
"""
|
1111
1111
|
:param pulumi.Input[str] password: Password to be used.
|
1112
1112
|
|
1113
|
-
<a name="
|
1113
|
+
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
1114
1114
|
:param pulumi.Input[str] username: Username to be used.
|
1115
1115
|
"""
|
1116
1116
|
if password is not None:
|
@@ -1124,7 +1124,7 @@ class AuthConfigDecryptedCredentialUsernameAndPasswordArgs:
|
|
1124
1124
|
"""
|
1125
1125
|
Password to be used.
|
1126
1126
|
|
1127
|
-
<a name="
|
1127
|
+
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
1128
1128
|
"""
|
1129
1129
|
return pulumi.get(self, "password")
|
1130
1130
|
|
@@ -882,7 +882,7 @@ class AuthConfigDecryptedCredentialUsernameAndPassword(dict):
|
|
882
882
|
"""
|
883
883
|
:param str password: Password to be used.
|
884
884
|
|
885
|
-
<a name="
|
885
|
+
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
886
886
|
:param str username: Username to be used.
|
887
887
|
"""
|
888
888
|
if password is not None:
|
@@ -896,7 +896,7 @@ class AuthConfigDecryptedCredentialUsernameAndPassword(dict):
|
|
896
896
|
"""
|
897
897
|
Password to be used.
|
898
898
|
|
899
|
-
<a name="
|
899
|
+
<a name="nested_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
900
900
|
"""
|
901
901
|
return pulumi.get(self, "password")
|
902
902
|
|
pulumi_gcp/beyondcorp/_inputs.py
CHANGED
@@ -25,10 +25,6 @@ __all__ = [
|
|
25
25
|
'AppConnectorPrincipalInfoServiceAccountArgsDict',
|
26
26
|
'AppGatewayAllocatedConnectionArgs',
|
27
27
|
'AppGatewayAllocatedConnectionArgsDict',
|
28
|
-
'SecurityGatewayHubArgs',
|
29
|
-
'SecurityGatewayHubArgsDict',
|
30
|
-
'SecurityGatewayHubInternetGatewayArgs',
|
31
|
-
'SecurityGatewayHubInternetGatewayArgsDict',
|
32
28
|
]
|
33
29
|
|
34
30
|
MYPY = False
|
@@ -315,92 +311,3 @@ class AppGatewayAllocatedConnectionArgs:
|
|
315
311
|
pulumi.set(self, "psc_uri", value)
|
316
312
|
|
317
313
|
|
318
|
-
if not MYPY:
|
319
|
-
class SecurityGatewayHubArgsDict(TypedDict):
|
320
|
-
region: pulumi.Input[str]
|
321
|
-
"""
|
322
|
-
The identifier for this object. Format specified above.
|
323
|
-
"""
|
324
|
-
internet_gateway: NotRequired[pulumi.Input['SecurityGatewayHubInternetGatewayArgsDict']]
|
325
|
-
"""
|
326
|
-
Internet Gateway configuration.
|
327
|
-
Structure is documented below.
|
328
|
-
"""
|
329
|
-
elif False:
|
330
|
-
SecurityGatewayHubArgsDict: TypeAlias = Mapping[str, Any]
|
331
|
-
|
332
|
-
@pulumi.input_type
|
333
|
-
class SecurityGatewayHubArgs:
|
334
|
-
def __init__(__self__, *,
|
335
|
-
region: pulumi.Input[str],
|
336
|
-
internet_gateway: Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']] = None):
|
337
|
-
"""
|
338
|
-
:param pulumi.Input[str] region: The identifier for this object. Format specified above.
|
339
|
-
:param pulumi.Input['SecurityGatewayHubInternetGatewayArgs'] internet_gateway: Internet Gateway configuration.
|
340
|
-
Structure is documented below.
|
341
|
-
"""
|
342
|
-
pulumi.set(__self__, "region", region)
|
343
|
-
if internet_gateway is not None:
|
344
|
-
pulumi.set(__self__, "internet_gateway", internet_gateway)
|
345
|
-
|
346
|
-
@property
|
347
|
-
@pulumi.getter
|
348
|
-
def region(self) -> pulumi.Input[str]:
|
349
|
-
"""
|
350
|
-
The identifier for this object. Format specified above.
|
351
|
-
"""
|
352
|
-
return pulumi.get(self, "region")
|
353
|
-
|
354
|
-
@region.setter
|
355
|
-
def region(self, value: pulumi.Input[str]):
|
356
|
-
pulumi.set(self, "region", value)
|
357
|
-
|
358
|
-
@property
|
359
|
-
@pulumi.getter(name="internetGateway")
|
360
|
-
def internet_gateway(self) -> Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']]:
|
361
|
-
"""
|
362
|
-
Internet Gateway configuration.
|
363
|
-
Structure is documented below.
|
364
|
-
"""
|
365
|
-
return pulumi.get(self, "internet_gateway")
|
366
|
-
|
367
|
-
@internet_gateway.setter
|
368
|
-
def internet_gateway(self, value: Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']]):
|
369
|
-
pulumi.set(self, "internet_gateway", value)
|
370
|
-
|
371
|
-
|
372
|
-
if not MYPY:
|
373
|
-
class SecurityGatewayHubInternetGatewayArgsDict(TypedDict):
|
374
|
-
assigned_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
375
|
-
"""
|
376
|
-
(Output)
|
377
|
-
Output only. List of IP addresses assigned to the Cloud NAT.
|
378
|
-
"""
|
379
|
-
elif False:
|
380
|
-
SecurityGatewayHubInternetGatewayArgsDict: TypeAlias = Mapping[str, Any]
|
381
|
-
|
382
|
-
@pulumi.input_type
|
383
|
-
class SecurityGatewayHubInternetGatewayArgs:
|
384
|
-
def __init__(__self__, *,
|
385
|
-
assigned_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
386
|
-
"""
|
387
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] assigned_ips: (Output)
|
388
|
-
Output only. List of IP addresses assigned to the Cloud NAT.
|
389
|
-
"""
|
390
|
-
if assigned_ips is not None:
|
391
|
-
pulumi.set(__self__, "assigned_ips", assigned_ips)
|
392
|
-
|
393
|
-
@property
|
394
|
-
@pulumi.getter(name="assignedIps")
|
395
|
-
def assigned_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
396
|
-
"""
|
397
|
-
(Output)
|
398
|
-
Output only. List of IP addresses assigned to the Cloud NAT.
|
399
|
-
"""
|
400
|
-
return pulumi.get(self, "assigned_ips")
|
401
|
-
|
402
|
-
@assigned_ips.setter
|
403
|
-
def assigned_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
404
|
-
pulumi.set(self, "assigned_ips", value)
|
405
|
-
|
406
|
-
|
pulumi_gcp/beyondcorp/outputs.py
CHANGED
@@ -21,8 +21,6 @@ __all__ = [
|
|
21
21
|
'AppConnectorPrincipalInfo',
|
22
22
|
'AppConnectorPrincipalInfoServiceAccount',
|
23
23
|
'AppGatewayAllocatedConnection',
|
24
|
-
'SecurityGatewayHub',
|
25
|
-
'SecurityGatewayHubInternetGateway',
|
26
24
|
'GetAppConnectionApplicationEndpointResult',
|
27
25
|
'GetAppConnectionGatewayResult',
|
28
26
|
'GetAppConnectorPrincipalInfoResult',
|
@@ -253,93 +251,6 @@ class AppGatewayAllocatedConnection(dict):
|
|
253
251
|
return pulumi.get(self, "psc_uri")
|
254
252
|
|
255
253
|
|
256
|
-
@pulumi.output_type
|
257
|
-
class SecurityGatewayHub(dict):
|
258
|
-
@staticmethod
|
259
|
-
def __key_warning(key: str):
|
260
|
-
suggest = None
|
261
|
-
if key == "internetGateway":
|
262
|
-
suggest = "internet_gateway"
|
263
|
-
|
264
|
-
if suggest:
|
265
|
-
pulumi.log.warn(f"Key '{key}' not found in SecurityGatewayHub. Access the value via the '{suggest}' property getter instead.")
|
266
|
-
|
267
|
-
def __getitem__(self, key: str) -> Any:
|
268
|
-
SecurityGatewayHub.__key_warning(key)
|
269
|
-
return super().__getitem__(key)
|
270
|
-
|
271
|
-
def get(self, key: str, default = None) -> Any:
|
272
|
-
SecurityGatewayHub.__key_warning(key)
|
273
|
-
return super().get(key, default)
|
274
|
-
|
275
|
-
def __init__(__self__, *,
|
276
|
-
region: str,
|
277
|
-
internet_gateway: Optional['outputs.SecurityGatewayHubInternetGateway'] = None):
|
278
|
-
"""
|
279
|
-
:param str region: The identifier for this object. Format specified above.
|
280
|
-
:param 'SecurityGatewayHubInternetGatewayArgs' internet_gateway: Internet Gateway configuration.
|
281
|
-
Structure is documented below.
|
282
|
-
"""
|
283
|
-
pulumi.set(__self__, "region", region)
|
284
|
-
if internet_gateway is not None:
|
285
|
-
pulumi.set(__self__, "internet_gateway", internet_gateway)
|
286
|
-
|
287
|
-
@property
|
288
|
-
@pulumi.getter
|
289
|
-
def region(self) -> str:
|
290
|
-
"""
|
291
|
-
The identifier for this object. Format specified above.
|
292
|
-
"""
|
293
|
-
return pulumi.get(self, "region")
|
294
|
-
|
295
|
-
@property
|
296
|
-
@pulumi.getter(name="internetGateway")
|
297
|
-
def internet_gateway(self) -> Optional['outputs.SecurityGatewayHubInternetGateway']:
|
298
|
-
"""
|
299
|
-
Internet Gateway configuration.
|
300
|
-
Structure is documented below.
|
301
|
-
"""
|
302
|
-
return pulumi.get(self, "internet_gateway")
|
303
|
-
|
304
|
-
|
305
|
-
@pulumi.output_type
|
306
|
-
class SecurityGatewayHubInternetGateway(dict):
|
307
|
-
@staticmethod
|
308
|
-
def __key_warning(key: str):
|
309
|
-
suggest = None
|
310
|
-
if key == "assignedIps":
|
311
|
-
suggest = "assigned_ips"
|
312
|
-
|
313
|
-
if suggest:
|
314
|
-
pulumi.log.warn(f"Key '{key}' not found in SecurityGatewayHubInternetGateway. Access the value via the '{suggest}' property getter instead.")
|
315
|
-
|
316
|
-
def __getitem__(self, key: str) -> Any:
|
317
|
-
SecurityGatewayHubInternetGateway.__key_warning(key)
|
318
|
-
return super().__getitem__(key)
|
319
|
-
|
320
|
-
def get(self, key: str, default = None) -> Any:
|
321
|
-
SecurityGatewayHubInternetGateway.__key_warning(key)
|
322
|
-
return super().get(key, default)
|
323
|
-
|
324
|
-
def __init__(__self__, *,
|
325
|
-
assigned_ips: Optional[Sequence[str]] = None):
|
326
|
-
"""
|
327
|
-
:param Sequence[str] assigned_ips: (Output)
|
328
|
-
Output only. List of IP addresses assigned to the Cloud NAT.
|
329
|
-
"""
|
330
|
-
if assigned_ips is not None:
|
331
|
-
pulumi.set(__self__, "assigned_ips", assigned_ips)
|
332
|
-
|
333
|
-
@property
|
334
|
-
@pulumi.getter(name="assignedIps")
|
335
|
-
def assigned_ips(self) -> Optional[Sequence[str]]:
|
336
|
-
"""
|
337
|
-
(Output)
|
338
|
-
Output only. List of IP addresses assigned to the Cloud NAT.
|
339
|
-
"""
|
340
|
-
return pulumi.get(self, "assigned_ips")
|
341
|
-
|
342
|
-
|
343
254
|
@pulumi.output_type
|
344
255
|
class GetAppConnectionApplicationEndpointResult(dict):
|
345
256
|
def __init__(__self__, *,
|
@@ -445,7 +445,7 @@ if not MYPY:
|
|
445
445
|
Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
446
446
|
Possible values are: `FULL`, `ARCHIVE`.
|
447
447
|
|
448
|
-
<a name="
|
448
|
+
<a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
|
449
449
|
"""
|
450
450
|
elif False:
|
451
451
|
BlockchainNodesEthereumDetailsGethDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -458,7 +458,7 @@ class BlockchainNodesEthereumDetailsGethDetailsArgs:
|
|
458
458
|
:param pulumi.Input[str] garbage_collection_mode: Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
459
459
|
Possible values are: `FULL`, `ARCHIVE`.
|
460
460
|
|
461
|
-
<a name="
|
461
|
+
<a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
|
462
462
|
"""
|
463
463
|
if garbage_collection_mode is not None:
|
464
464
|
pulumi.set(__self__, "garbage_collection_mode", garbage_collection_mode)
|
@@ -470,7 +470,7 @@ class BlockchainNodesEthereumDetailsGethDetailsArgs:
|
|
470
470
|
Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
471
471
|
Possible values are: `FULL`, `ARCHIVE`.
|
472
472
|
|
473
|
-
<a name="
|
473
|
+
<a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
|
474
474
|
"""
|
475
475
|
return pulumi.get(self, "garbage_collection_mode")
|
476
476
|
|
@@ -385,7 +385,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
|
|
385
385
|
:param str garbage_collection_mode: Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
386
386
|
Possible values are: `FULL`, `ARCHIVE`.
|
387
387
|
|
388
|
-
<a name="
|
388
|
+
<a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
|
389
389
|
"""
|
390
390
|
if garbage_collection_mode is not None:
|
391
391
|
pulumi.set(__self__, "garbage_collection_mode", garbage_collection_mode)
|
@@ -397,7 +397,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
|
|
397
397
|
Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
398
398
|
Possible values are: `FULL`, `ARCHIVE`.
|
399
399
|
|
400
|
-
<a name="
|
400
|
+
<a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
|
401
401
|
"""
|
402
402
|
return pulumi.get(self, "garbage_collection_mode")
|
403
403
|
|
@@ -669,7 +669,7 @@ if not MYPY:
|
|
669
669
|
"""
|
670
670
|
The value of the KeyId in lowercase hexadecimal.
|
671
671
|
|
672
|
-
<a name="
|
672
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
673
673
|
"""
|
674
674
|
elif False:
|
675
675
|
AuthorityConfigSubjectKeyIdArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -681,7 +681,7 @@ class AuthorityConfigSubjectKeyIdArgs:
|
|
681
681
|
"""
|
682
682
|
:param pulumi.Input[str] key_id: The value of the KeyId in lowercase hexadecimal.
|
683
683
|
|
684
|
-
<a name="
|
684
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
685
685
|
"""
|
686
686
|
if key_id is not None:
|
687
687
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -692,7 +692,7 @@ class AuthorityConfigSubjectKeyIdArgs:
|
|
692
692
|
"""
|
693
693
|
The value of the KeyId in lowercase hexadecimal.
|
694
694
|
|
695
|
-
<a name="
|
695
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
696
696
|
"""
|
697
697
|
return pulumi.get(self, "key_id")
|
698
698
|
|
@@ -5774,7 +5774,7 @@ if not MYPY:
|
|
5774
5774
|
Structure is documented below.
|
5775
5775
|
|
5776
5776
|
|
5777
|
-
<a name="
|
5777
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
5778
5778
|
"""
|
5779
5779
|
subject_config: pulumi.Input['CertificateConfigSubjectConfigArgsDict']
|
5780
5780
|
"""
|
@@ -5806,7 +5806,7 @@ class CertificateConfigArgs:
|
|
5806
5806
|
Structure is documented below.
|
5807
5807
|
|
5808
5808
|
|
5809
|
-
<a name="
|
5809
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
5810
5810
|
:param pulumi.Input['CertificateConfigSubjectConfigArgs'] subject_config: Specifies some of the values in a certificate that are related to the subject.
|
5811
5811
|
Structure is documented below.
|
5812
5812
|
:param pulumi.Input['CertificateConfigX509ConfigArgs'] x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
@@ -5828,7 +5828,7 @@ class CertificateConfigArgs:
|
|
5828
5828
|
Structure is documented below.
|
5829
5829
|
|
5830
5830
|
|
5831
|
-
<a name="
|
5831
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
5832
5832
|
"""
|
5833
5833
|
return pulumi.get(self, "public_key")
|
5834
5834
|
|
@@ -531,7 +531,7 @@ class AuthorityConfigSubjectKeyId(dict):
|
|
531
531
|
"""
|
532
532
|
:param str key_id: The value of the KeyId in lowercase hexadecimal.
|
533
533
|
|
534
|
-
<a name="
|
534
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
535
535
|
"""
|
536
536
|
if key_id is not None:
|
537
537
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -542,7 +542,7 @@ class AuthorityConfigSubjectKeyId(dict):
|
|
542
542
|
"""
|
543
543
|
The value of the KeyId in lowercase hexadecimal.
|
544
544
|
|
545
|
-
<a name="
|
545
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
546
546
|
"""
|
547
547
|
return pulumi.get(self, "key_id")
|
548
548
|
|
@@ -4699,7 +4699,7 @@ class CertificateConfig(dict):
|
|
4699
4699
|
Structure is documented below.
|
4700
4700
|
|
4701
4701
|
|
4702
|
-
<a name="
|
4702
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
4703
4703
|
:param 'CertificateConfigSubjectConfigArgs' subject_config: Specifies some of the values in a certificate that are related to the subject.
|
4704
4704
|
Structure is documented below.
|
4705
4705
|
:param 'CertificateConfigX509ConfigArgs' x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
@@ -4721,7 +4721,7 @@ class CertificateConfig(dict):
|
|
4721
4721
|
Structure is documented below.
|
4722
4722
|
|
4723
4723
|
|
4724
|
-
<a name="
|
4724
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
4725
4725
|
"""
|
4726
4726
|
return pulumi.get(self, "public_key")
|
4727
4727
|
|
@@ -133,7 +133,7 @@ if not MYPY:
|
|
133
133
|
Structure is documented below.
|
134
134
|
|
135
135
|
|
136
|
-
<a name="
|
136
|
+
<a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
|
137
137
|
"""
|
138
138
|
dns_authorizations: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
139
139
|
"""
|
@@ -180,7 +180,7 @@ class CertificateManagedArgs:
|
|
180
180
|
Structure is documented below.
|
181
181
|
|
182
182
|
|
183
|
-
<a name="
|
183
|
+
<a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
|
184
184
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
|
185
185
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] domains: The domains for which a managed SSL certificate will be generated.
|
186
186
|
Wildcard domains are only supported with DNS challenge resolution
|
@@ -216,7 +216,7 @@ class CertificateManagedArgs:
|
|
216
216
|
Structure is documented below.
|
217
217
|
|
218
218
|
|
219
|
-
<a name="
|
219
|
+
<a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
|
220
220
|
"""
|
221
221
|
return pulumi.get(self, "authorization_attempt_infos")
|
222
222
|
|
@@ -157,7 +157,7 @@ class CertificateManaged(dict):
|
|
157
157
|
Structure is documented below.
|
158
158
|
|
159
159
|
|
160
|
-
<a name="
|
160
|
+
<a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
|
161
161
|
:param Sequence[str] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
|
162
162
|
:param Sequence[str] domains: The domains for which a managed SSL certificate will be generated.
|
163
163
|
Wildcard domains are only supported with DNS challenge resolution
|
@@ -193,7 +193,7 @@ class CertificateManaged(dict):
|
|
193
193
|
Structure is documented below.
|
194
194
|
|
195
195
|
|
196
|
-
<a name="
|
196
|
+
<a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
|
197
197
|
"""
|
198
198
|
return pulumi.get(self, "authorization_attempt_infos")
|
199
199
|
|
pulumi_gcp/chronicle/__init__.py
CHANGED