pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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.
Files changed (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/_utilities.py +8 -4
  3. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  4. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  5. pulumi_gcp/appengine/_inputs.py +3 -0
  6. pulumi_gcp/appengine/outputs.py +2 -0
  7. pulumi_gcp/beyondcorp/__init__.py +5 -0
  8. pulumi_gcp/beyondcorp/_inputs.py +189 -0
  9. pulumi_gcp/beyondcorp/application.py +604 -0
  10. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  11. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  12. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  13. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  14. pulumi_gcp/beyondcorp/outputs.py +111 -0
  15. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  16. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  17. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  18. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  19. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  20. pulumi_gcp/certificateauthority/authority.py +149 -3
  21. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  22. pulumi_gcp/certificateauthority/outputs.py +81 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  25. pulumi_gcp/cloudrunv2/service.py +2 -0
  26. pulumi_gcp/colab/__init__.py +2 -0
  27. pulumi_gcp/colab/_inputs.py +655 -0
  28. pulumi_gcp/colab/notebook_execution.py +1259 -0
  29. pulumi_gcp/colab/outputs.py +512 -0
  30. pulumi_gcp/colab/runtime.py +266 -2
  31. pulumi_gcp/colab/runtime_template.py +79 -3
  32. pulumi_gcp/colab/schedule.py +1318 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +204 -0
  35. pulumi_gcp/compute/firewall_policy.py +54 -43
  36. pulumi_gcp/compute/forwarding_rule.py +103 -0
  37. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  38. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  39. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  40. pulumi_gcp/compute/outputs.py +187 -0
  41. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  42. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  43. pulumi_gcp/compute/region_resize_request.py +21 -22
  44. pulumi_gcp/compute/resize_request.py +22 -23
  45. pulumi_gcp/compute/subnetwork.py +14 -7
  46. pulumi_gcp/container/_inputs.py +54 -1
  47. pulumi_gcp/container/outputs.py +79 -1
  48. pulumi_gcp/datastream/connection_profile.py +120 -46
  49. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  50. pulumi_gcp/filestore/_inputs.py +222 -0
  51. pulumi_gcp/filestore/get_instance.py +23 -1
  52. pulumi_gcp/filestore/instance.py +86 -0
  53. pulumi_gcp/filestore/outputs.py +282 -0
  54. pulumi_gcp/gemini/__init__.py +2 -0
  55. pulumi_gcp/gemini/logging_setting.py +671 -0
  56. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  57. pulumi_gcp/memorystore/_inputs.py +296 -0
  58. pulumi_gcp/memorystore/instance.py +32 -28
  59. pulumi_gcp/memorystore/outputs.py +224 -0
  60. pulumi_gcp/monitoring/_inputs.py +12 -9
  61. pulumi_gcp/monitoring/outputs.py +8 -6
  62. pulumi_gcp/networkservices/_inputs.py +89 -0
  63. pulumi_gcp/networkservices/outputs.py +75 -0
  64. pulumi_gcp/parametermanager/__init__.py +2 -0
  65. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  66. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  67. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  68. pulumi_gcp/pulumi-plugin.json +1 -1
  69. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  70. pulumi_gcp/securesourcemanager/repository.py +4 -0
  71. pulumi_gcp/storage/bucket_object.py +8 -0
  72. pulumi_gcp/workbench/instance.py +70 -2
  73. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,10 @@ __all__ = [
28
28
  'ListingIamMemberCondition',
29
29
  'ListingPublisher',
30
30
  'ListingRestrictedExportConfig',
31
+ 'ListingSubscriptionDestinationDataset',
32
+ 'ListingSubscriptionDestinationDatasetDatasetReference',
33
+ 'ListingSubscriptionLinkedDatasetMap',
34
+ 'ListingSubscriptionLinkedResource',
31
35
  ]
32
36
 
33
37
  @pulumi.output_type
@@ -430,3 +434,262 @@ class ListingRestrictedExportConfig(dict):
430
434
  return pulumi.get(self, "restrict_query_result")
431
435
 
432
436
 
437
+ @pulumi.output_type
438
+ class ListingSubscriptionDestinationDataset(dict):
439
+ @staticmethod
440
+ def __key_warning(key: str):
441
+ suggest = None
442
+ if key == "datasetReference":
443
+ suggest = "dataset_reference"
444
+ elif key == "friendlyName":
445
+ suggest = "friendly_name"
446
+
447
+ if suggest:
448
+ pulumi.log.warn(f"Key '{key}' not found in ListingSubscriptionDestinationDataset. Access the value via the '{suggest}' property getter instead.")
449
+
450
+ def __getitem__(self, key: str) -> Any:
451
+ ListingSubscriptionDestinationDataset.__key_warning(key)
452
+ return super().__getitem__(key)
453
+
454
+ def get(self, key: str, default = None) -> Any:
455
+ ListingSubscriptionDestinationDataset.__key_warning(key)
456
+ return super().get(key, default)
457
+
458
+ def __init__(__self__, *,
459
+ dataset_reference: 'outputs.ListingSubscriptionDestinationDatasetDatasetReference',
460
+ location: str,
461
+ description: Optional[str] = None,
462
+ friendly_name: Optional[str] = None,
463
+ labels: Optional[Mapping[str, str]] = None):
464
+ """
465
+ :param 'ListingSubscriptionDestinationDatasetDatasetReferenceArgs' dataset_reference: A reference that identifies the destination dataset.
466
+ Structure is documented below.
467
+ :param str location: The geographic location where the dataset should reside.
468
+ See https://cloud.google.com/bigquery/docs/locations for supported locations.
469
+ :param str description: A user-friendly description of the dataset.
470
+ :param str friendly_name: A descriptive name for the dataset.
471
+ :param Mapping[str, str] labels: The labels associated with this dataset. You can use these to
472
+ organize and group your datasets.
473
+ """
474
+ pulumi.set(__self__, "dataset_reference", dataset_reference)
475
+ pulumi.set(__self__, "location", location)
476
+ if description is not None:
477
+ pulumi.set(__self__, "description", description)
478
+ if friendly_name is not None:
479
+ pulumi.set(__self__, "friendly_name", friendly_name)
480
+ if labels is not None:
481
+ pulumi.set(__self__, "labels", labels)
482
+
483
+ @property
484
+ @pulumi.getter(name="datasetReference")
485
+ def dataset_reference(self) -> 'outputs.ListingSubscriptionDestinationDatasetDatasetReference':
486
+ """
487
+ A reference that identifies the destination dataset.
488
+ Structure is documented below.
489
+ """
490
+ return pulumi.get(self, "dataset_reference")
491
+
492
+ @property
493
+ @pulumi.getter
494
+ def location(self) -> str:
495
+ """
496
+ The geographic location where the dataset should reside.
497
+ See https://cloud.google.com/bigquery/docs/locations for supported locations.
498
+ """
499
+ return pulumi.get(self, "location")
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def description(self) -> Optional[str]:
504
+ """
505
+ A user-friendly description of the dataset.
506
+ """
507
+ return pulumi.get(self, "description")
508
+
509
+ @property
510
+ @pulumi.getter(name="friendlyName")
511
+ def friendly_name(self) -> Optional[str]:
512
+ """
513
+ A descriptive name for the dataset.
514
+ """
515
+ return pulumi.get(self, "friendly_name")
516
+
517
+ @property
518
+ @pulumi.getter
519
+ def labels(self) -> Optional[Mapping[str, str]]:
520
+ """
521
+ The labels associated with this dataset. You can use these to
522
+ organize and group your datasets.
523
+ """
524
+ return pulumi.get(self, "labels")
525
+
526
+
527
+ @pulumi.output_type
528
+ class ListingSubscriptionDestinationDatasetDatasetReference(dict):
529
+ @staticmethod
530
+ def __key_warning(key: str):
531
+ suggest = None
532
+ if key == "datasetId":
533
+ suggest = "dataset_id"
534
+ elif key == "projectId":
535
+ suggest = "project_id"
536
+
537
+ if suggest:
538
+ pulumi.log.warn(f"Key '{key}' not found in ListingSubscriptionDestinationDatasetDatasetReference. Access the value via the '{suggest}' property getter instead.")
539
+
540
+ def __getitem__(self, key: str) -> Any:
541
+ ListingSubscriptionDestinationDatasetDatasetReference.__key_warning(key)
542
+ return super().__getitem__(key)
543
+
544
+ def get(self, key: str, default = None) -> Any:
545
+ ListingSubscriptionDestinationDatasetDatasetReference.__key_warning(key)
546
+ return super().get(key, default)
547
+
548
+ def __init__(__self__, *,
549
+ dataset_id: str,
550
+ project_id: str):
551
+ """
552
+ :param str dataset_id: A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
553
+ :param str project_id: The ID of the project containing this dataset.
554
+
555
+ - - -
556
+ """
557
+ pulumi.set(__self__, "dataset_id", dataset_id)
558
+ pulumi.set(__self__, "project_id", project_id)
559
+
560
+ @property
561
+ @pulumi.getter(name="datasetId")
562
+ def dataset_id(self) -> str:
563
+ """
564
+ A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
565
+ """
566
+ return pulumi.get(self, "dataset_id")
567
+
568
+ @property
569
+ @pulumi.getter(name="projectId")
570
+ def project_id(self) -> str:
571
+ """
572
+ The ID of the project containing this dataset.
573
+
574
+ - - -
575
+ """
576
+ return pulumi.get(self, "project_id")
577
+
578
+
579
+ @pulumi.output_type
580
+ class ListingSubscriptionLinkedDatasetMap(dict):
581
+ @staticmethod
582
+ def __key_warning(key: str):
583
+ suggest = None
584
+ if key == "resourceName":
585
+ suggest = "resource_name"
586
+ elif key == "linkedDataset":
587
+ suggest = "linked_dataset"
588
+
589
+ if suggest:
590
+ pulumi.log.warn(f"Key '{key}' not found in ListingSubscriptionLinkedDatasetMap. Access the value via the '{suggest}' property getter instead.")
591
+
592
+ def __getitem__(self, key: str) -> Any:
593
+ ListingSubscriptionLinkedDatasetMap.__key_warning(key)
594
+ return super().__getitem__(key)
595
+
596
+ def get(self, key: str, default = None) -> Any:
597
+ ListingSubscriptionLinkedDatasetMap.__key_warning(key)
598
+ return super().get(key, default)
599
+
600
+ def __init__(__self__, *,
601
+ resource_name: str,
602
+ linked_dataset: Optional[str] = None,
603
+ listing: Optional[str] = None):
604
+ """
605
+ :param str resource_name: (Required) The identifier for this object. Format specified above.
606
+ :param str linked_dataset: (Output)
607
+ Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
608
+ :param str listing: (Output)
609
+ Output only. Listing for which linked resource is created.
610
+ """
611
+ pulumi.set(__self__, "resource_name", resource_name)
612
+ if linked_dataset is not None:
613
+ pulumi.set(__self__, "linked_dataset", linked_dataset)
614
+ if listing is not None:
615
+ pulumi.set(__self__, "listing", listing)
616
+
617
+ @property
618
+ @pulumi.getter(name="resourceName")
619
+ def resource_name(self) -> str:
620
+ """
621
+ (Required) The identifier for this object. Format specified above.
622
+ """
623
+ return pulumi.get(self, "resource_name")
624
+
625
+ @property
626
+ @pulumi.getter(name="linkedDataset")
627
+ def linked_dataset(self) -> Optional[str]:
628
+ """
629
+ (Output)
630
+ Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
631
+ """
632
+ return pulumi.get(self, "linked_dataset")
633
+
634
+ @property
635
+ @pulumi.getter
636
+ def listing(self) -> Optional[str]:
637
+ """
638
+ (Output)
639
+ Output only. Listing for which linked resource is created.
640
+ """
641
+ return pulumi.get(self, "listing")
642
+
643
+
644
+ @pulumi.output_type
645
+ class ListingSubscriptionLinkedResource(dict):
646
+ @staticmethod
647
+ def __key_warning(key: str):
648
+ suggest = None
649
+ if key == "linkedDataset":
650
+ suggest = "linked_dataset"
651
+
652
+ if suggest:
653
+ pulumi.log.warn(f"Key '{key}' not found in ListingSubscriptionLinkedResource. Access the value via the '{suggest}' property getter instead.")
654
+
655
+ def __getitem__(self, key: str) -> Any:
656
+ ListingSubscriptionLinkedResource.__key_warning(key)
657
+ return super().__getitem__(key)
658
+
659
+ def get(self, key: str, default = None) -> Any:
660
+ ListingSubscriptionLinkedResource.__key_warning(key)
661
+ return super().get(key, default)
662
+
663
+ def __init__(__self__, *,
664
+ linked_dataset: Optional[str] = None,
665
+ listing: Optional[str] = None):
666
+ """
667
+ :param str linked_dataset: (Output)
668
+ Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
669
+ :param str listing: (Output)
670
+ Output only. Listing for which linked resource is created.
671
+ """
672
+ if linked_dataset is not None:
673
+ pulumi.set(__self__, "linked_dataset", linked_dataset)
674
+ if listing is not None:
675
+ pulumi.set(__self__, "listing", listing)
676
+
677
+ @property
678
+ @pulumi.getter(name="linkedDataset")
679
+ def linked_dataset(self) -> Optional[str]:
680
+ """
681
+ (Output)
682
+ Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
683
+ """
684
+ return pulumi.get(self, "linked_dataset")
685
+
686
+ @property
687
+ @pulumi.getter
688
+ def listing(self) -> Optional[str]:
689
+ """
690
+ (Output)
691
+ Output only. Listing for which linked resource is created.
692
+ """
693
+ return pulumi.get(self, "listing")
694
+
695
+
@@ -53,6 +53,8 @@ __all__ = [
53
53
  'AuthoritySubordinateConfigArgsDict',
54
54
  'AuthoritySubordinateConfigPemIssuerChainArgs',
55
55
  'AuthoritySubordinateConfigPemIssuerChainArgsDict',
56
+ 'AuthorityUserDefinedAccessUrlsArgs',
57
+ 'AuthorityUserDefinedAccessUrlsArgsDict',
56
58
  'CaPoolIamBindingConditionArgs',
57
59
  'CaPoolIamBindingConditionArgsDict',
58
60
  'CaPoolIamMemberConditionArgs',
@@ -1940,6 +1942,58 @@ class AuthoritySubordinateConfigPemIssuerChainArgs:
1940
1942
  pulumi.set(self, "pem_certificates", value)
1941
1943
 
1942
1944
 
1945
+ if not MYPY:
1946
+ class AuthorityUserDefinedAccessUrlsArgsDict(TypedDict):
1947
+ aia_issuing_certificate_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1948
+ """
1949
+ A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
1950
+ """
1951
+ crl_access_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1952
+ """
1953
+ A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
1954
+ """
1955
+ elif False:
1956
+ AuthorityUserDefinedAccessUrlsArgsDict: TypeAlias = Mapping[str, Any]
1957
+
1958
+ @pulumi.input_type
1959
+ class AuthorityUserDefinedAccessUrlsArgs:
1960
+ def __init__(__self__, *,
1961
+ aia_issuing_certificate_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1962
+ crl_access_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1963
+ """
1964
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] aia_issuing_certificate_urls: A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
1965
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] crl_access_urls: A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
1966
+ """
1967
+ if aia_issuing_certificate_urls is not None:
1968
+ pulumi.set(__self__, "aia_issuing_certificate_urls", aia_issuing_certificate_urls)
1969
+ if crl_access_urls is not None:
1970
+ pulumi.set(__self__, "crl_access_urls", crl_access_urls)
1971
+
1972
+ @property
1973
+ @pulumi.getter(name="aiaIssuingCertificateUrls")
1974
+ def aia_issuing_certificate_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1975
+ """
1976
+ A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
1977
+ """
1978
+ return pulumi.get(self, "aia_issuing_certificate_urls")
1979
+
1980
+ @aia_issuing_certificate_urls.setter
1981
+ def aia_issuing_certificate_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1982
+ pulumi.set(self, "aia_issuing_certificate_urls", value)
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="crlAccessUrls")
1986
+ def crl_access_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1987
+ """
1988
+ A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
1989
+ """
1990
+ return pulumi.get(self, "crl_access_urls")
1991
+
1992
+ @crl_access_urls.setter
1993
+ def crl_access_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1994
+ pulumi.set(self, "crl_access_urls", value)
1995
+
1996
+
1943
1997
  if not MYPY:
1944
1998
  class CaPoolIamBindingConditionArgsDict(TypedDict):
1945
1999
  expression: pulumi.Input[str]
@@ -36,7 +36,8 @@ class AuthorityArgs:
36
36
  project: Optional[pulumi.Input[str]] = None,
37
37
  skip_grace_period: Optional[pulumi.Input[bool]] = None,
38
38
  subordinate_config: Optional[pulumi.Input['AuthoritySubordinateConfigArgs']] = None,
39
- type: Optional[pulumi.Input[str]] = None):
39
+ type: Optional[pulumi.Input[str]] = None,
40
+ user_defined_access_urls: Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']] = None):
40
41
  """
41
42
  The set of arguments for constructing a Authority resource.
42
43
  :param pulumi.Input[str] certificate_authority_id: The user provided Resource ID for this Certificate Authority.
@@ -71,6 +72,8 @@ class AuthorityArgs:
71
72
  describes its issuers.
72
73
  :param pulumi.Input[str] type: The Type of this CertificateAuthority. > **Note:** For 'SUBORDINATE' Certificate Authorities, they need to be activated
73
74
  before they can issue certificates. Default value: "SELF_SIGNED" Possible values: ["SELF_SIGNED", "SUBORDINATE"]
75
+ :param pulumi.Input['AuthorityUserDefinedAccessUrlsArgs'] user_defined_access_urls: Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
76
+ users.
74
77
  """
75
78
  pulumi.set(__self__, "certificate_authority_id", certificate_authority_id)
76
79
  pulumi.set(__self__, "config", config)
@@ -99,6 +102,8 @@ class AuthorityArgs:
99
102
  pulumi.set(__self__, "subordinate_config", subordinate_config)
100
103
  if type is not None:
101
104
  pulumi.set(__self__, "type", type)
105
+ if user_defined_access_urls is not None:
106
+ pulumi.set(__self__, "user_defined_access_urls", user_defined_access_urls)
102
107
 
103
108
  @property
104
109
  @pulumi.getter(name="certificateAuthorityId")
@@ -304,6 +309,19 @@ class AuthorityArgs:
304
309
  def type(self, value: Optional[pulumi.Input[str]]):
305
310
  pulumi.set(self, "type", value)
306
311
 
312
+ @property
313
+ @pulumi.getter(name="userDefinedAccessUrls")
314
+ def user_defined_access_urls(self) -> Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']]:
315
+ """
316
+ Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
317
+ users.
318
+ """
319
+ return pulumi.get(self, "user_defined_access_urls")
320
+
321
+ @user_defined_access_urls.setter
322
+ def user_defined_access_urls(self, value: Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']]):
323
+ pulumi.set(self, "user_defined_access_urls", value)
324
+
307
325
 
308
326
  @pulumi.input_type
309
327
  class _AuthorityState:
@@ -331,7 +349,8 @@ class _AuthorityState:
331
349
  state: Optional[pulumi.Input[str]] = None,
332
350
  subordinate_config: Optional[pulumi.Input['AuthoritySubordinateConfigArgs']] = None,
333
351
  type: Optional[pulumi.Input[str]] = None,
334
- update_time: Optional[pulumi.Input[str]] = None):
352
+ update_time: Optional[pulumi.Input[str]] = None,
353
+ user_defined_access_urls: Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']] = None):
335
354
  """
336
355
  Input properties used for looking up and filtering Authority resources.
337
356
  :param pulumi.Input[Sequence[pulumi.Input['AuthorityAccessUrlArgs']]] access_urls: URLs for accessing content published by this CA, such as the CA certificate and CRLs.
@@ -384,6 +403,8 @@ class _AuthorityState:
384
403
  :param pulumi.Input[str] update_time: The time at which this CertificateAuthority was updated.
385
404
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
386
405
  fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
406
+ :param pulumi.Input['AuthorityUserDefinedAccessUrlsArgs'] user_defined_access_urls: Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
407
+ users.
387
408
  """
388
409
  if access_urls is not None:
389
410
  pulumi.set(__self__, "access_urls", access_urls)
@@ -433,6 +454,8 @@ class _AuthorityState:
433
454
  pulumi.set(__self__, "type", type)
434
455
  if update_time is not None:
435
456
  pulumi.set(__self__, "update_time", update_time)
457
+ if user_defined_access_urls is not None:
458
+ pulumi.set(__self__, "user_defined_access_urls", user_defined_access_urls)
436
459
 
437
460
  @property
438
461
  @pulumi.getter(name="accessUrls")
@@ -744,6 +767,19 @@ class _AuthorityState:
744
767
  def update_time(self, value: Optional[pulumi.Input[str]]):
745
768
  pulumi.set(self, "update_time", value)
746
769
 
770
+ @property
771
+ @pulumi.getter(name="userDefinedAccessUrls")
772
+ def user_defined_access_urls(self) -> Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']]:
773
+ """
774
+ Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
775
+ users.
776
+ """
777
+ return pulumi.get(self, "user_defined_access_urls")
778
+
779
+ @user_defined_access_urls.setter
780
+ def user_defined_access_urls(self, value: Optional[pulumi.Input['AuthorityUserDefinedAccessUrlsArgs']]):
781
+ pulumi.set(self, "user_defined_access_urls", value)
782
+
747
783
 
748
784
  class Authority(pulumi.CustomResource):
749
785
  @overload
@@ -766,6 +802,7 @@ class Authority(pulumi.CustomResource):
766
802
  skip_grace_period: Optional[pulumi.Input[bool]] = None,
767
803
  subordinate_config: Optional[pulumi.Input[Union['AuthoritySubordinateConfigArgs', 'AuthoritySubordinateConfigArgsDict']]] = None,
768
804
  type: Optional[pulumi.Input[str]] = None,
805
+ user_defined_access_urls: Optional[pulumi.Input[Union['AuthorityUserDefinedAccessUrlsArgs', 'AuthorityUserDefinedAccessUrlsArgsDict']]] = None,
769
806
  __props__=None):
770
807
  """
771
808
  A CertificateAuthority represents an individual Certificate Authority. A
@@ -988,6 +1025,52 @@ class Authority(pulumi.CustomResource):
988
1025
  "cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
989
1026
  })
990
1027
  ```
1028
+ ### Privateca Certificate Authority Basic With Custom Cdp Aia Urls
1029
+
1030
+ ```python
1031
+ import pulumi
1032
+ import pulumi_gcp as gcp
1033
+
1034
+ default = gcp.certificateauthority.Authority("default",
1035
+ pool="ca-pool",
1036
+ certificate_authority_id="my-certificate-authority",
1037
+ location="us-central1",
1038
+ deletion_protection=True,
1039
+ config={
1040
+ "subject_config": {
1041
+ "subject": {
1042
+ "organization": "ACME",
1043
+ "common_name": "my-certificate-authority",
1044
+ },
1045
+ },
1046
+ "x509_config": {
1047
+ "ca_options": {
1048
+ "is_ca": True,
1049
+ },
1050
+ "key_usage": {
1051
+ "base_key_usage": {
1052
+ "cert_sign": True,
1053
+ "crl_sign": True,
1054
+ },
1055
+ "extended_key_usage": {},
1056
+ },
1057
+ },
1058
+ },
1059
+ lifetime=f"{10 * 365 * 24 * 3600}s",
1060
+ key_spec={
1061
+ "algorithm": "RSA_PKCS1_4096_SHA256",
1062
+ },
1063
+ user_defined_access_urls={
1064
+ "aia_issuing_certificate_urls": [
1065
+ "http://example.com/ca.crt",
1066
+ "http://example.com/anotherca.crt",
1067
+ ],
1068
+ "crl_access_urls": [
1069
+ "http://example.com/crl1.crt",
1070
+ "http://example.com/crl2.crt",
1071
+ ],
1072
+ })
1073
+ ```
991
1074
 
992
1075
  ## Import
993
1076
 
@@ -1047,6 +1130,8 @@ class Authority(pulumi.CustomResource):
1047
1130
  describes its issuers.
1048
1131
  :param pulumi.Input[str] type: The Type of this CertificateAuthority. > **Note:** For 'SUBORDINATE' Certificate Authorities, they need to be activated
1049
1132
  before they can issue certificates. Default value: "SELF_SIGNED" Possible values: ["SELF_SIGNED", "SUBORDINATE"]
1133
+ :param pulumi.Input[Union['AuthorityUserDefinedAccessUrlsArgs', 'AuthorityUserDefinedAccessUrlsArgsDict']] user_defined_access_urls: Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
1134
+ users.
1050
1135
  """
1051
1136
  ...
1052
1137
  @overload
@@ -1275,6 +1360,52 @@ class Authority(pulumi.CustomResource):
1275
1360
  "cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
1276
1361
  })
1277
1362
  ```
1363
+ ### Privateca Certificate Authority Basic With Custom Cdp Aia Urls
1364
+
1365
+ ```python
1366
+ import pulumi
1367
+ import pulumi_gcp as gcp
1368
+
1369
+ default = gcp.certificateauthority.Authority("default",
1370
+ pool="ca-pool",
1371
+ certificate_authority_id="my-certificate-authority",
1372
+ location="us-central1",
1373
+ deletion_protection=True,
1374
+ config={
1375
+ "subject_config": {
1376
+ "subject": {
1377
+ "organization": "ACME",
1378
+ "common_name": "my-certificate-authority",
1379
+ },
1380
+ },
1381
+ "x509_config": {
1382
+ "ca_options": {
1383
+ "is_ca": True,
1384
+ },
1385
+ "key_usage": {
1386
+ "base_key_usage": {
1387
+ "cert_sign": True,
1388
+ "crl_sign": True,
1389
+ },
1390
+ "extended_key_usage": {},
1391
+ },
1392
+ },
1393
+ },
1394
+ lifetime=f"{10 * 365 * 24 * 3600}s",
1395
+ key_spec={
1396
+ "algorithm": "RSA_PKCS1_4096_SHA256",
1397
+ },
1398
+ user_defined_access_urls={
1399
+ "aia_issuing_certificate_urls": [
1400
+ "http://example.com/ca.crt",
1401
+ "http://example.com/anotherca.crt",
1402
+ ],
1403
+ "crl_access_urls": [
1404
+ "http://example.com/crl1.crt",
1405
+ "http://example.com/crl2.crt",
1406
+ ],
1407
+ })
1408
+ ```
1278
1409
 
1279
1410
  ## Import
1280
1411
 
@@ -1331,6 +1462,7 @@ class Authority(pulumi.CustomResource):
1331
1462
  skip_grace_period: Optional[pulumi.Input[bool]] = None,
1332
1463
  subordinate_config: Optional[pulumi.Input[Union['AuthoritySubordinateConfigArgs', 'AuthoritySubordinateConfigArgsDict']]] = None,
1333
1464
  type: Optional[pulumi.Input[str]] = None,
1465
+ user_defined_access_urls: Optional[pulumi.Input[Union['AuthorityUserDefinedAccessUrlsArgs', 'AuthorityUserDefinedAccessUrlsArgsDict']]] = None,
1334
1466
  __props__=None):
1335
1467
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1336
1468
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -1366,6 +1498,7 @@ class Authority(pulumi.CustomResource):
1366
1498
  __props__.__dict__["skip_grace_period"] = skip_grace_period
1367
1499
  __props__.__dict__["subordinate_config"] = subordinate_config
1368
1500
  __props__.__dict__["type"] = type
1501
+ __props__.__dict__["user_defined_access_urls"] = user_defined_access_urls
1369
1502
  __props__.__dict__["access_urls"] = None
1370
1503
  __props__.__dict__["create_time"] = None
1371
1504
  __props__.__dict__["effective_labels"] = None
@@ -1409,7 +1542,8 @@ class Authority(pulumi.CustomResource):
1409
1542
  state: Optional[pulumi.Input[str]] = None,
1410
1543
  subordinate_config: Optional[pulumi.Input[Union['AuthoritySubordinateConfigArgs', 'AuthoritySubordinateConfigArgsDict']]] = None,
1411
1544
  type: Optional[pulumi.Input[str]] = None,
1412
- update_time: Optional[pulumi.Input[str]] = None) -> 'Authority':
1545
+ update_time: Optional[pulumi.Input[str]] = None,
1546
+ user_defined_access_urls: Optional[pulumi.Input[Union['AuthorityUserDefinedAccessUrlsArgs', 'AuthorityUserDefinedAccessUrlsArgsDict']]] = None) -> 'Authority':
1413
1547
  """
1414
1548
  Get an existing Authority resource's state with the given name, id, and optional extra
1415
1549
  properties used to qualify the lookup.
@@ -1467,6 +1601,8 @@ class Authority(pulumi.CustomResource):
1467
1601
  :param pulumi.Input[str] update_time: The time at which this CertificateAuthority was updated.
1468
1602
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
1469
1603
  fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
1604
+ :param pulumi.Input[Union['AuthorityUserDefinedAccessUrlsArgs', 'AuthorityUserDefinedAccessUrlsArgsDict']] user_defined_access_urls: Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
1605
+ users.
1470
1606
  """
1471
1607
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1472
1608
 
@@ -1496,6 +1632,7 @@ class Authority(pulumi.CustomResource):
1496
1632
  __props__.__dict__["subordinate_config"] = subordinate_config
1497
1633
  __props__.__dict__["type"] = type
1498
1634
  __props__.__dict__["update_time"] = update_time
1635
+ __props__.__dict__["user_defined_access_urls"] = user_defined_access_urls
1499
1636
  return Authority(resource_name, opts=opts, __props__=__props__)
1500
1637
 
1501
1638
  @property
@@ -1712,3 +1849,12 @@ class Authority(pulumi.CustomResource):
1712
1849
  """
1713
1850
  return pulumi.get(self, "update_time")
1714
1851
 
1852
+ @property
1853
+ @pulumi.getter(name="userDefinedAccessUrls")
1854
+ def user_defined_access_urls(self) -> pulumi.Output[Optional['outputs.AuthorityUserDefinedAccessUrls']]:
1855
+ """
1856
+ Custom URLs for accessing content published by this CA, such as the CA certificate and CRLs, that can be specified by
1857
+ users.
1858
+ """
1859
+ return pulumi.get(self, "user_defined_access_urls")
1860
+
@@ -27,7 +27,7 @@ class GetAuthorityResult:
27
27
  """
28
28
  A collection of values returned by getAuthority.
29
29
  """
30
- def __init__(__self__, access_urls=None, certificate_authority_id=None, configs=None, create_time=None, deletion_protection=None, desired_state=None, effective_labels=None, gcs_bucket=None, id=None, ignore_active_certificates_on_deletion=None, key_specs=None, labels=None, lifetime=None, location=None, name=None, pem_ca_certificate=None, pem_ca_certificates=None, pem_csr=None, pool=None, project=None, pulumi_labels=None, skip_grace_period=None, state=None, subordinate_configs=None, type=None, update_time=None):
30
+ def __init__(__self__, access_urls=None, certificate_authority_id=None, configs=None, create_time=None, deletion_protection=None, desired_state=None, effective_labels=None, gcs_bucket=None, id=None, ignore_active_certificates_on_deletion=None, key_specs=None, labels=None, lifetime=None, location=None, name=None, pem_ca_certificate=None, pem_ca_certificates=None, pem_csr=None, pool=None, project=None, pulumi_labels=None, skip_grace_period=None, state=None, subordinate_configs=None, type=None, update_time=None, user_defined_access_urls=None):
31
31
  if access_urls and not isinstance(access_urls, list):
32
32
  raise TypeError("Expected argument 'access_urls' to be a list")
33
33
  pulumi.set(__self__, "access_urls", access_urls)
@@ -106,6 +106,9 @@ class GetAuthorityResult:
106
106
  if update_time and not isinstance(update_time, str):
107
107
  raise TypeError("Expected argument 'update_time' to be a str")
108
108
  pulumi.set(__self__, "update_time", update_time)
109
+ if user_defined_access_urls and not isinstance(user_defined_access_urls, list):
110
+ raise TypeError("Expected argument 'user_defined_access_urls' to be a list")
111
+ pulumi.set(__self__, "user_defined_access_urls", user_defined_access_urls)
109
112
 
110
113
  @property
111
114
  @pulumi.getter(name="accessUrls")
@@ -243,6 +246,11 @@ class GetAuthorityResult:
243
246
  def update_time(self) -> str:
244
247
  return pulumi.get(self, "update_time")
245
248
 
249
+ @property
250
+ @pulumi.getter(name="userDefinedAccessUrls")
251
+ def user_defined_access_urls(self) -> Sequence['outputs.GetAuthorityUserDefinedAccessUrlResult']:
252
+ return pulumi.get(self, "user_defined_access_urls")
253
+
246
254
 
247
255
  class AwaitableGetAuthorityResult(GetAuthorityResult):
248
256
  # pylint: disable=using-constant-test
@@ -275,7 +283,8 @@ class AwaitableGetAuthorityResult(GetAuthorityResult):
275
283
  state=self.state,
276
284
  subordinate_configs=self.subordinate_configs,
277
285
  type=self.type,
278
- update_time=self.update_time)
286
+ update_time=self.update_time,
287
+ user_defined_access_urls=self.user_defined_access_urls)
279
288
 
280
289
 
281
290
  def get_authority(certificate_authority_id: Optional[str] = None,
@@ -341,7 +350,8 @@ def get_authority(certificate_authority_id: Optional[str] = None,
341
350
  state=pulumi.get(__ret__, 'state'),
342
351
  subordinate_configs=pulumi.get(__ret__, 'subordinate_configs'),
343
352
  type=pulumi.get(__ret__, 'type'),
344
- update_time=pulumi.get(__ret__, 'update_time'))
353
+ update_time=pulumi.get(__ret__, 'update_time'),
354
+ user_defined_access_urls=pulumi.get(__ret__, 'user_defined_access_urls'))
345
355
  def get_authority_output(certificate_authority_id: Optional[pulumi.Input[Optional[str]]] = None,
346
356
  location: Optional[pulumi.Input[Optional[str]]] = None,
347
357
  pool: Optional[pulumi.Input[Optional[str]]] = None,
@@ -404,4 +414,5 @@ def get_authority_output(certificate_authority_id: Optional[pulumi.Input[Optiona
404
414
  state=pulumi.get(__response__, 'state'),
405
415
  subordinate_configs=pulumi.get(__response__, 'subordinate_configs'),
406
416
  type=pulumi.get(__response__, 'type'),
407
- update_time=pulumi.get(__response__, 'update_time')))
417
+ update_time=pulumi.get(__response__, 'update_time'),
418
+ user_defined_access_urls=pulumi.get(__response__, 'user_defined_access_urls')))