pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.7.0a1730196225__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 (111) hide show
  1. pulumi_gcp/__init__.py +70 -0
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  8. pulumi_gcp/apigee/__init__.py +2 -0
  9. pulumi_gcp/apigee/_inputs.py +108 -0
  10. pulumi_gcp/apigee/app_group.py +811 -0
  11. pulumi_gcp/apigee/developer.py +757 -0
  12. pulumi_gcp/apigee/outputs.py +64 -0
  13. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  14. pulumi_gcp/bigquery/connection.py +12 -12
  15. pulumi_gcp/bigquery/job.py +6 -6
  16. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  17. pulumi_gcp/cloudrunv2/service.py +92 -0
  18. pulumi_gcp/compute/_inputs.py +214 -116
  19. pulumi_gcp/compute/backend_service.py +76 -0
  20. pulumi_gcp/compute/get_backend_service.py +12 -1
  21. pulumi_gcp/compute/get_instance.py +29 -1
  22. pulumi_gcp/compute/get_instance_template.py +29 -1
  23. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  24. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  25. pulumi_gcp/compute/instance.py +89 -0
  26. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  27. pulumi_gcp/compute/instance_from_template.py +82 -0
  28. pulumi_gcp/compute/instance_template.py +75 -0
  29. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  30. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  31. pulumi_gcp/compute/outputs.py +170 -80
  32. pulumi_gcp/compute/region_backend_service.py +94 -0
  33. pulumi_gcp/compute/region_instance_template.py +75 -0
  34. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  35. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  36. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  37. pulumi_gcp/config/__init__.pyi +4 -0
  38. pulumi_gcp/config/vars.py +8 -0
  39. pulumi_gcp/container/attached_cluster.py +9 -6
  40. pulumi_gcp/container/outputs.py +2 -2
  41. pulumi_gcp/datastream/stream.py +2 -2
  42. pulumi_gcp/diagflow/_inputs.py +472 -2
  43. pulumi_gcp/diagflow/cx_agent.py +64 -4
  44. pulumi_gcp/diagflow/cx_flow.py +30 -0
  45. pulumi_gcp/diagflow/outputs.py +378 -2
  46. pulumi_gcp/gkehub/feature.py +2 -4
  47. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  48. pulumi_gcp/looker/instance.py +104 -2
  49. pulumi_gcp/monitoring/_inputs.py +23 -0
  50. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  51. pulumi_gcp/monitoring/outputs.py +16 -0
  52. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  53. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  54. pulumi_gcp/networkconnectivity/group.py +764 -0
  55. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  56. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  57. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  58. pulumi_gcp/oracledatabase/__init__.py +20 -0
  59. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  60. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  61. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  62. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  63. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  64. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  65. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  66. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  67. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  68. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  69. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  70. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  71. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  72. pulumi_gcp/organizations/folder.py +7 -7
  73. pulumi_gcp/organizations/project.py +7 -7
  74. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  75. pulumi_gcp/orgpolicy/outputs.py +2 -2
  76. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  77. pulumi_gcp/provider.py +40 -0
  78. pulumi_gcp/pulumi-plugin.json +1 -1
  79. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  80. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  81. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  82. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  83. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  84. pulumi_gcp/siteverification/get_token.py +0 -16
  85. pulumi_gcp/siteverification/owner.py +0 -16
  86. pulumi_gcp/spanner/_inputs.py +29 -5
  87. pulumi_gcp/spanner/outputs.py +20 -3
  88. pulumi_gcp/sql/_inputs.py +6 -6
  89. pulumi_gcp/sql/outputs.py +4 -4
  90. pulumi_gcp/sql/user.py +28 -21
  91. pulumi_gcp/storage/_inputs.py +36 -0
  92. pulumi_gcp/storage/bucket.py +47 -0
  93. pulumi_gcp/storage/get_bucket.py +12 -1
  94. pulumi_gcp/storage/outputs.py +40 -0
  95. pulumi_gcp/transcoder/__init__.py +11 -0
  96. pulumi_gcp/transcoder/_inputs.py +3991 -0
  97. pulumi_gcp/transcoder/job.py +2134 -0
  98. pulumi_gcp/transcoder/job_template.py +1524 -0
  99. pulumi_gcp/transcoder/outputs.py +2918 -0
  100. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  101. pulumi_gcp/vmwareengine/_inputs.py +440 -0
  102. pulumi_gcp/vmwareengine/cluster.py +100 -2
  103. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  104. pulumi_gcp/vmwareengine/outputs.py +615 -0
  105. pulumi_gcp/workstations/_inputs.py +54 -0
  106. pulumi_gcp/workstations/outputs.py +32 -0
  107. pulumi_gcp/workstations/workstation_config.py +205 -0
  108. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/METADATA +1 -1
  109. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/RECORD +111 -89
  110. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/WHEEL +1 -1
  111. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class FolderArgs:
29
29
  A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
30
30
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
31
31
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
32
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
32
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
33
33
  """
34
34
  pulumi.set(__self__, "display_name", display_name)
35
35
  pulumi.set(__self__, "parent", parent)
@@ -77,7 +77,7 @@ class FolderArgs:
77
77
  @pulumi.getter
78
78
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
79
79
  """
80
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
80
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
81
81
  """
82
82
  return pulumi.get(self, "tags")
83
83
 
@@ -108,7 +108,7 @@ class _FolderState:
108
108
  :param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
109
109
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
110
110
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
111
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
111
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
112
112
  """
113
113
  if create_time is not None:
114
114
  pulumi.set(__self__, "create_time", create_time)
@@ -215,7 +215,7 @@ class _FolderState:
215
215
  @pulumi.getter
216
216
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
217
217
  """
218
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
218
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
219
219
  """
220
220
  return pulumi.get(self, "tags")
221
221
 
@@ -275,7 +275,7 @@ class Folder(pulumi.CustomResource):
275
275
  A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
276
276
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
277
277
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
278
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
278
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
279
279
  """
280
280
  ...
281
281
  @overload
@@ -392,7 +392,7 @@ class Folder(pulumi.CustomResource):
392
392
  :param pulumi.Input[str] name: The resource name of the Folder. Its format is folders/{folder_id}.
393
393
  :param pulumi.Input[str] parent: The resource name of the parent Folder or Organization.
394
394
  Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
395
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
395
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
396
396
  """
397
397
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
398
398
 
@@ -468,7 +468,7 @@ class Folder(pulumi.CustomResource):
468
468
  @pulumi.getter
469
469
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
470
470
  """
471
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
471
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
472
472
  """
473
473
  return pulumi.get(self, "tags")
474
474
 
@@ -54,7 +54,7 @@ class ProjectArgs:
54
54
  this forces the project to be migrated to the newly specified
55
55
  organization.
56
56
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
57
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
57
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
58
58
  """
59
59
  if auto_create_network is not None:
60
60
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -189,7 +189,7 @@ class ProjectArgs:
189
189
  @pulumi.getter
190
190
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
191
191
  """
192
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
192
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
193
193
  """
194
194
  return pulumi.get(self, "tags")
195
195
 
@@ -242,7 +242,7 @@ class _ProjectState:
242
242
  organization.
243
243
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
244
244
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
245
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
245
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
246
246
  """
247
247
  if auto_create_network is not None:
248
248
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -419,7 +419,7 @@ class _ProjectState:
419
419
  @pulumi.getter
420
420
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
421
421
  """
422
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
422
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
423
423
  """
424
424
  return pulumi.get(self, "tags")
425
425
 
@@ -546,7 +546,7 @@ class Project(pulumi.CustomResource):
546
546
  this forces the project to be migrated to the newly specified
547
547
  organization.
548
548
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
549
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
549
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
550
550
  """
551
551
  ...
552
552
  @overload
@@ -734,7 +734,7 @@ class Project(pulumi.CustomResource):
734
734
  organization.
735
735
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
736
736
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
737
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
737
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
738
738
  """
739
739
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
740
740
 
@@ -860,7 +860,7 @@ class Project(pulumi.CustomResource):
860
860
  @pulumi.getter
861
861
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
862
862
  """
863
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
863
+ A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `tags.TagValue` resource.
864
864
  """
865
865
  return pulumi.get(self, "tags")
866
866
 
@@ -435,7 +435,7 @@ if not MYPY:
435
435
  """
436
436
  rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgsDict']]]]
437
437
  """
438
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
438
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
439
439
  Structure is documented below.
440
440
  """
441
441
  update_time: NotRequired[pulumi.Input[str]]
@@ -459,7 +459,7 @@ class PolicySpecArgs:
459
459
  An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
460
460
  :param pulumi.Input[bool] inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
461
461
  :param pulumi.Input[bool] reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
462
- :param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules: Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
462
+ :param pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
463
463
  Structure is documented below.
464
464
  :param pulumi.Input[str] update_time: (Output)
465
465
  Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
@@ -516,7 +516,7 @@ class PolicySpecArgs:
516
516
  @pulumi.getter
517
517
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicySpecRuleArgs']]]]:
518
518
  """
519
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
519
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
520
520
  Structure is documented below.
521
521
  """
522
522
  return pulumi.get(self, "rules")
@@ -345,7 +345,7 @@ class PolicySpec(dict):
345
345
  An opaque tag indicating the current version of the `Policy`, used for concurrency control. This field is ignored if used in a `CreatePolicy` request. When the `Policy` is returned from either a `GetPolicy` or a `ListPolicies` request, this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the `etag` will be unset.
346
346
  :param bool inherit_from_parent: Determines the inheritance behavior for this `Policy`. If `inherit_from_parent` is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.
347
347
  :param bool reset: Ignores policies set above this resource and restores the `constraint_default` enforcement behavior of the specific `Constraint` at this resource. This field can be set in policies for either list or boolean constraints. If set, `rules` must be empty and `inherit_from_parent` must be set to false.
348
- :param Sequence['PolicySpecRuleArgs'] rules: Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
348
+ :param Sequence['PolicySpecRuleArgs'] rules: In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
349
349
  Structure is documented below.
350
350
  :param str update_time: (Output)
351
351
  Output only. The time stamp this was previously updated. This represents the last time a call to `CreatePolicy` or `UpdatePolicy` was made for that `Policy`.
@@ -390,7 +390,7 @@ class PolicySpec(dict):
390
390
  @pulumi.getter
391
391
  def rules(self) -> Optional[Sequence['outputs.PolicySpecRule']]:
392
392
  """
393
- Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
393
+ In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.
394
394
  Structure is documented below.
395
395
  """
396
396
  return pulumi.get(self, "rules")
@@ -181,7 +181,29 @@ def get_entitlement(entitlement_id: Optional[str] = None,
181
181
  parent: Optional[str] = None,
182
182
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntitlementResult:
183
183
  """
184
- Use this data source to access information about an existing resource.
184
+ Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
185
+
186
+ To get more information about Privileged Access Manager, see:
187
+
188
+ * [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
189
+ * How-to guides
190
+ * [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
191
+
192
+ ## Example Usage
193
+
194
+ ```python
195
+ import pulumi
196
+ import pulumi_gcp as gcp
197
+
198
+ my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
199
+ location="global",
200
+ entitlement_id="my-entitlement")
201
+ ```
202
+
203
+
204
+ :param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
205
+ :param str location: The region of the Entitlement resource.
206
+ :param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
185
207
  """
186
208
  __args__ = dict()
187
209
  __args__['entitlementId'] = entitlement_id
@@ -211,7 +233,29 @@ def get_entitlement_output(entitlement_id: Optional[pulumi.Input[Optional[str]]]
211
233
  parent: Optional[pulumi.Input[Optional[str]]] = None,
212
234
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntitlementResult]:
213
235
  """
214
- Use this data source to access information about an existing resource.
236
+ Use this data source to get information about a Google Cloud Privileged Access Manager Entitlement.
237
+
238
+ To get more information about Privileged Access Manager, see:
239
+
240
+ * [API Documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
241
+ * How-to guides
242
+ * [Official documentation](https://cloud.google.com/iam/docs/pam-overview)
243
+
244
+ ## Example Usage
245
+
246
+ ```python
247
+ import pulumi
248
+ import pulumi_gcp as gcp
249
+
250
+ my_entitlement = gcp.privilegedaccessmanager.get_entitlement(parent="projects/my-project",
251
+ location="global",
252
+ entitlement_id="my-entitlement")
253
+ ```
254
+
255
+
256
+ :param str entitlement_id: ID of the Entitlement resource. This is the last part of the Entitlement's full name which is of the format `{parent}/locations/{location}/entitlements/{entitlement_id}`.
257
+ :param str location: The region of the Entitlement resource.
258
+ :param str parent: The project or folder or organization that contains the resource. Format: projects/{project-id|project-number} or folders/{folder-number} or organizations/{organization-number}
215
259
  """
216
260
  __args__ = dict()
217
261
  __args__['entitlementId'] = entitlement_id
pulumi_gcp/provider.py CHANGED
@@ -142,6 +142,7 @@ class ProviderArgs:
142
142
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
143
143
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
144
144
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
145
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
145
146
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
146
147
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
147
148
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -186,6 +187,7 @@ class ProviderArgs:
186
187
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
187
188
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
188
189
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
190
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
189
191
  universe_domain: Optional[pulumi.Input[str]] = None,
190
192
  user_project_override: Optional[pulumi.Input[bool]] = None,
191
193
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -442,6 +444,8 @@ class ProviderArgs:
442
444
  pulumi.set(__self__, "network_services_custom_endpoint", network_services_custom_endpoint)
443
445
  if notebooks_custom_endpoint is not None:
444
446
  pulumi.set(__self__, "notebooks_custom_endpoint", notebooks_custom_endpoint)
447
+ if oracle_database_custom_endpoint is not None:
448
+ pulumi.set(__self__, "oracle_database_custom_endpoint", oracle_database_custom_endpoint)
445
449
  if org_policy_custom_endpoint is not None:
446
450
  pulumi.set(__self__, "org_policy_custom_endpoint", org_policy_custom_endpoint)
447
451
  if os_config_custom_endpoint is not None:
@@ -534,6 +538,8 @@ class ProviderArgs:
534
538
  pulumi.set(__self__, "tpu_custom_endpoint", tpu_custom_endpoint)
535
539
  if tpu_v2_custom_endpoint is not None:
536
540
  pulumi.set(__self__, "tpu_v2_custom_endpoint", tpu_v2_custom_endpoint)
541
+ if transcoder_custom_endpoint is not None:
542
+ pulumi.set(__self__, "transcoder_custom_endpoint", transcoder_custom_endpoint)
537
543
  if universe_domain is not None:
538
544
  pulumi.set(__self__, "universe_domain", universe_domain)
539
545
  if user_project_override is not None:
@@ -1653,6 +1659,15 @@ class ProviderArgs:
1653
1659
  def notebooks_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1654
1660
  pulumi.set(self, "notebooks_custom_endpoint", value)
1655
1661
 
1662
+ @property
1663
+ @pulumi.getter(name="oracleDatabaseCustomEndpoint")
1664
+ def oracle_database_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
1665
+ return pulumi.get(self, "oracle_database_custom_endpoint")
1666
+
1667
+ @oracle_database_custom_endpoint.setter
1668
+ def oracle_database_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1669
+ pulumi.set(self, "oracle_database_custom_endpoint", value)
1670
+
1656
1671
  @property
1657
1672
  @pulumi.getter(name="orgPolicyCustomEndpoint")
1658
1673
  def org_policy_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
@@ -2049,6 +2064,15 @@ class ProviderArgs:
2049
2064
  def tpu_v2_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
2050
2065
  pulumi.set(self, "tpu_v2_custom_endpoint", value)
2051
2066
 
2067
+ @property
2068
+ @pulumi.getter(name="transcoderCustomEndpoint")
2069
+ def transcoder_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
2070
+ return pulumi.get(self, "transcoder_custom_endpoint")
2071
+
2072
+ @transcoder_custom_endpoint.setter
2073
+ def transcoder_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
2074
+ pulumi.set(self, "transcoder_custom_endpoint", value)
2075
+
2052
2076
  @property
2053
2077
  @pulumi.getter(name="universeDomain")
2054
2078
  def universe_domain(self) -> Optional[pulumi.Input[str]]:
@@ -2258,6 +2282,7 @@ class Provider(pulumi.ProviderResource):
2258
2282
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
2259
2283
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
2260
2284
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
2285
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2261
2286
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
2262
2287
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
2263
2288
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2302,6 +2327,7 @@ class Provider(pulumi.ProviderResource):
2302
2327
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
2303
2328
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
2304
2329
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
2330
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
2305
2331
  universe_domain: Optional[pulumi.Input[str]] = None,
2306
2332
  user_project_override: Optional[pulumi.Input[bool]] = None,
2307
2333
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2470,6 +2496,7 @@ class Provider(pulumi.ProviderResource):
2470
2496
  network_security_custom_endpoint: Optional[pulumi.Input[str]] = None,
2471
2497
  network_services_custom_endpoint: Optional[pulumi.Input[str]] = None,
2472
2498
  notebooks_custom_endpoint: Optional[pulumi.Input[str]] = None,
2499
+ oracle_database_custom_endpoint: Optional[pulumi.Input[str]] = None,
2473
2500
  org_policy_custom_endpoint: Optional[pulumi.Input[str]] = None,
2474
2501
  os_config_custom_endpoint: Optional[pulumi.Input[str]] = None,
2475
2502
  os_login_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2514,6 +2541,7 @@ class Provider(pulumi.ProviderResource):
2514
2541
  tags_location_custom_endpoint: Optional[pulumi.Input[str]] = None,
2515
2542
  tpu_custom_endpoint: Optional[pulumi.Input[str]] = None,
2516
2543
  tpu_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
2544
+ transcoder_custom_endpoint: Optional[pulumi.Input[str]] = None,
2517
2545
  universe_domain: Optional[pulumi.Input[str]] = None,
2518
2546
  user_project_override: Optional[pulumi.Input[bool]] = None,
2519
2547
  vertex_ai_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2654,6 +2682,7 @@ class Provider(pulumi.ProviderResource):
2654
2682
  __props__.__dict__["network_security_custom_endpoint"] = network_security_custom_endpoint
2655
2683
  __props__.__dict__["network_services_custom_endpoint"] = network_services_custom_endpoint
2656
2684
  __props__.__dict__["notebooks_custom_endpoint"] = notebooks_custom_endpoint
2685
+ __props__.__dict__["oracle_database_custom_endpoint"] = oracle_database_custom_endpoint
2657
2686
  __props__.__dict__["org_policy_custom_endpoint"] = org_policy_custom_endpoint
2658
2687
  __props__.__dict__["os_config_custom_endpoint"] = os_config_custom_endpoint
2659
2688
  __props__.__dict__["os_login_custom_endpoint"] = os_login_custom_endpoint
@@ -2702,6 +2731,7 @@ class Provider(pulumi.ProviderResource):
2702
2731
  __props__.__dict__["tags_location_custom_endpoint"] = tags_location_custom_endpoint
2703
2732
  __props__.__dict__["tpu_custom_endpoint"] = tpu_custom_endpoint
2704
2733
  __props__.__dict__["tpu_v2_custom_endpoint"] = tpu_v2_custom_endpoint
2734
+ __props__.__dict__["transcoder_custom_endpoint"] = transcoder_custom_endpoint
2705
2735
  __props__.__dict__["universe_domain"] = universe_domain
2706
2736
  __props__.__dict__["user_project_override"] = pulumi.Output.from_input(user_project_override).apply(pulumi.runtime.to_json) if user_project_override is not None else None
2707
2737
  __props__.__dict__["vertex_ai_custom_endpoint"] = vertex_ai_custom_endpoint
@@ -3306,6 +3336,11 @@ class Provider(pulumi.ProviderResource):
3306
3336
  def notebooks_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3307
3337
  return pulumi.get(self, "notebooks_custom_endpoint")
3308
3338
 
3339
+ @property
3340
+ @pulumi.getter(name="oracleDatabaseCustomEndpoint")
3341
+ def oracle_database_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3342
+ return pulumi.get(self, "oracle_database_custom_endpoint")
3343
+
3309
3344
  @property
3310
3345
  @pulumi.getter(name="orgPolicyCustomEndpoint")
3311
3346
  def org_policy_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
@@ -3521,6 +3556,11 @@ class Provider(pulumi.ProviderResource):
3521
3556
  def tpu_v2_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3522
3557
  return pulumi.get(self, "tpu_v2_custom_endpoint")
3523
3558
 
3559
+ @property
3560
+ @pulumi.getter(name="transcoderCustomEndpoint")
3561
+ def transcoder_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3562
+ return pulumi.get(self, "transcoder_custom_endpoint")
3563
+
3524
3564
  @property
3525
3565
  @pulumi.getter(name="universeDomain")
3526
3566
  def universe_domain(self) -> pulumi.Output[Optional[str]]:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.7.0-alpha.1730183903"
4
+ "version": "8.7.0-alpha.1730196225"
5
5
  }
@@ -27,7 +27,7 @@ class GetRegionalSecretVersionResult:
27
27
  """
28
28
  A collection of values returned by getRegionalSecretVersion.
29
29
  """
30
- def __init__(__self__, create_time=None, customer_managed_encryptions=None, destroy_time=None, enabled=None, id=None, location=None, name=None, project=None, secret=None, secret_data=None, version=None):
30
+ def __init__(__self__, create_time=None, customer_managed_encryptions=None, destroy_time=None, enabled=None, id=None, is_secret_data_base64=None, location=None, name=None, project=None, secret=None, secret_data=None, version=None):
31
31
  if create_time and not isinstance(create_time, str):
32
32
  raise TypeError("Expected argument 'create_time' to be a str")
33
33
  pulumi.set(__self__, "create_time", create_time)
@@ -43,6 +43,9 @@ class GetRegionalSecretVersionResult:
43
43
  if id and not isinstance(id, str):
44
44
  raise TypeError("Expected argument 'id' to be a str")
45
45
  pulumi.set(__self__, "id", id)
46
+ if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
47
+ raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
48
+ pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
46
49
  if location and not isinstance(location, str):
47
50
  raise TypeError("Expected argument 'location' to be a str")
48
51
  pulumi.set(__self__, "location", location)
@@ -102,6 +105,11 @@ class GetRegionalSecretVersionResult:
102
105
  """
103
106
  return pulumi.get(self, "id")
104
107
 
108
+ @property
109
+ @pulumi.getter(name="isSecretDataBase64")
110
+ def is_secret_data_base64(self) -> Optional[bool]:
111
+ return pulumi.get(self, "is_secret_data_base64")
112
+
105
113
  @property
106
114
  @pulumi.getter
107
115
  def location(self) -> str:
@@ -151,6 +159,7 @@ class AwaitableGetRegionalSecretVersionResult(GetRegionalSecretVersionResult):
151
159
  destroy_time=self.destroy_time,
152
160
  enabled=self.enabled,
153
161
  id=self.id,
162
+ is_secret_data_base64=self.is_secret_data_base64,
154
163
  location=self.location,
155
164
  name=self.name,
156
165
  project=self.project,
@@ -159,13 +168,14 @@ class AwaitableGetRegionalSecretVersionResult(GetRegionalSecretVersionResult):
159
168
  version=self.version)
160
169
 
161
170
 
162
- def get_regional_secret_version(location: Optional[str] = None,
171
+ def get_regional_secret_version(is_secret_data_base64: Optional[bool] = None,
172
+ location: Optional[str] = None,
163
173
  project: Optional[str] = None,
164
174
  secret: Optional[str] = None,
165
175
  version: Optional[str] = None,
166
176
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalSecretVersionResult:
167
177
  """
168
- Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
178
+ Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
169
179
 
170
180
  ## Example Usage
171
181
 
@@ -178,6 +188,8 @@ def get_regional_secret_version(location: Optional[str] = None,
178
188
  ```
179
189
 
180
190
 
191
+ :param bool is_secret_data_base64: If set to 'true', the secret data is
192
+ expected to be base64-encoded string.
181
193
  :param str location: Location of Secret Manager regional secret resource.
182
194
  It must be provided when the `secret` field provided consists of only the name of the regional secret.
183
195
  :param str project: The project to get the secret version for. If it
@@ -188,6 +200,7 @@ def get_regional_secret_version(location: Optional[str] = None,
188
200
  is not provided, the latest version is retrieved.
189
201
  """
190
202
  __args__ = dict()
203
+ __args__['isSecretDataBase64'] = is_secret_data_base64
191
204
  __args__['location'] = location
192
205
  __args__['project'] = project
193
206
  __args__['secret'] = secret
@@ -201,19 +214,21 @@ def get_regional_secret_version(location: Optional[str] = None,
201
214
  destroy_time=pulumi.get(__ret__, 'destroy_time'),
202
215
  enabled=pulumi.get(__ret__, 'enabled'),
203
216
  id=pulumi.get(__ret__, 'id'),
217
+ is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
204
218
  location=pulumi.get(__ret__, 'location'),
205
219
  name=pulumi.get(__ret__, 'name'),
206
220
  project=pulumi.get(__ret__, 'project'),
207
221
  secret=pulumi.get(__ret__, 'secret'),
208
222
  secret_data=pulumi.get(__ret__, 'secret_data'),
209
223
  version=pulumi.get(__ret__, 'version'))
210
- def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[str]]] = None,
224
+ def get_regional_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
225
+ location: Optional[pulumi.Input[Optional[str]]] = None,
211
226
  project: Optional[pulumi.Input[Optional[str]]] = None,
212
227
  secret: Optional[pulumi.Input[str]] = None,
213
228
  version: Optional[pulumi.Input[Optional[str]]] = None,
214
229
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegionalSecretVersionResult]:
215
230
  """
216
- Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
231
+ Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
217
232
 
218
233
  ## Example Usage
219
234
 
@@ -226,6 +241,8 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
226
241
  ```
227
242
 
228
243
 
244
+ :param bool is_secret_data_base64: If set to 'true', the secret data is
245
+ expected to be base64-encoded string.
229
246
  :param str location: Location of Secret Manager regional secret resource.
230
247
  It must be provided when the `secret` field provided consists of only the name of the regional secret.
231
248
  :param str project: The project to get the secret version for. If it
@@ -236,6 +253,7 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
236
253
  is not provided, the latest version is retrieved.
237
254
  """
238
255
  __args__ = dict()
256
+ __args__['isSecretDataBase64'] = is_secret_data_base64
239
257
  __args__['location'] = location
240
258
  __args__['project'] = project
241
259
  __args__['secret'] = secret
@@ -248,6 +266,7 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
248
266
  destroy_time=pulumi.get(__response__, 'destroy_time'),
249
267
  enabled=pulumi.get(__response__, 'enabled'),
250
268
  id=pulumi.get(__response__, 'id'),
269
+ is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
251
270
  location=pulumi.get(__response__, 'location'),
252
271
  name=pulumi.get(__response__, 'name'),
253
272
  project=pulumi.get(__response__, 'project'),