pulumi-gcp 8.23.0a1742538920__py3-none-any.whl → 8.24.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +59 -0
- pulumi_gcp/alloydb/_inputs.py +27 -1
- pulumi_gcp/alloydb/outputs.py +33 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/bigquery/_inputs.py +178 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +616 -18
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +710 -18
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +109 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +265 -4
- pulumi_gcp/container/cluster.py +54 -0
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +301 -6
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/_inputs.py +23 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/dataproc/outputs.py +27 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +1758 -0
- pulumi_gcp/eventarc/outputs.py +1337 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/_inputs.py +419 -0
- pulumi_gcp/memorystore/get_instance.py +23 -1
- pulumi_gcp/memorystore/instance.py +144 -14
- pulumi_gcp/memorystore/outputs.py +544 -0
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +1277 -242
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment.py +22 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +20 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +24 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +28 -0
- pulumi_gcp/networksecurity/outputs.py +723 -8
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/organizations/__init__.py +1 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +80 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +740 -6
- pulumi_gcp/storage/control_project_intelligence_config.py +366 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +130 -0
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +723 -4
- pulumi_gcp/workflows/workflow.py +75 -7
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/RECORD +106 -93
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/top_level.txt +0 -0
@@ -54,6 +54,9 @@ class GetGroupTransitiveMembershipsResult:
|
|
54
54
|
@property
|
55
55
|
@pulumi.getter
|
56
56
|
def memberships(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipResult']:
|
57
|
+
"""
|
58
|
+
The list of memberships under the given group. Structure is documented below.
|
59
|
+
"""
|
57
60
|
return pulumi.get(self, "memberships")
|
58
61
|
|
59
62
|
|
@@ -71,7 +74,25 @@ class AwaitableGetGroupTransitiveMembershipsResult(GetGroupTransitiveMemberships
|
|
71
74
|
def get_group_transitive_memberships(group: Optional[str] = None,
|
72
75
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupTransitiveMembershipsResult:
|
73
76
|
"""
|
74
|
-
Use this data source to
|
77
|
+
Use this data source to get list of the Cloud Identity Group Memberships within a given Group. Whereas `cloudidentity_get_group_memberships` returns details of only direct members of the group, `cloudidentity_get_group_transitive_memberships` will return details about both direct and indirect members. For example, a user is an indirect member of Group A if the user is a direct member of Group B and Group B is a direct member of Group A.
|
78
|
+
|
79
|
+
To get more information about TransitiveGroupMembership, see:
|
80
|
+
|
81
|
+
* [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/searchTransitiveMemberships)
|
82
|
+
* How-to Guides
|
83
|
+
* [Official Documentation](https://cloud.google.com/identity/docs/how-to/memberships-google-groups)
|
84
|
+
|
85
|
+
## Example Usage
|
86
|
+
|
87
|
+
```python
|
88
|
+
import pulumi
|
89
|
+
import pulumi_gcp as gcp
|
90
|
+
|
91
|
+
members = gcp.cloudidentity.get_group_transitive_memberships(group="groups/123eab45c6defghi")
|
92
|
+
```
|
93
|
+
|
94
|
+
|
95
|
+
:param str group: The parent Group resource to search transitive memberships in. Must be of the form groups/{group_id}.
|
75
96
|
"""
|
76
97
|
__args__ = dict()
|
77
98
|
__args__['group'] = group
|
@@ -85,7 +106,25 @@ def get_group_transitive_memberships(group: Optional[str] = None,
|
|
85
106
|
def get_group_transitive_memberships_output(group: Optional[pulumi.Input[str]] = None,
|
86
107
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupTransitiveMembershipsResult]:
|
87
108
|
"""
|
88
|
-
Use this data source to
|
109
|
+
Use this data source to get list of the Cloud Identity Group Memberships within a given Group. Whereas `cloudidentity_get_group_memberships` returns details of only direct members of the group, `cloudidentity_get_group_transitive_memberships` will return details about both direct and indirect members. For example, a user is an indirect member of Group A if the user is a direct member of Group B and Group B is a direct member of Group A.
|
110
|
+
|
111
|
+
To get more information about TransitiveGroupMembership, see:
|
112
|
+
|
113
|
+
* [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/searchTransitiveMemberships)
|
114
|
+
* How-to Guides
|
115
|
+
* [Official Documentation](https://cloud.google.com/identity/docs/how-to/memberships-google-groups)
|
116
|
+
|
117
|
+
## Example Usage
|
118
|
+
|
119
|
+
```python
|
120
|
+
import pulumi
|
121
|
+
import pulumi_gcp as gcp
|
122
|
+
|
123
|
+
members = gcp.cloudidentity.get_group_transitive_memberships(group="groups/123eab45c6defghi")
|
124
|
+
```
|
125
|
+
|
126
|
+
|
127
|
+
:param str group: The parent Group resource to search transitive memberships in. Must be of the form groups/{group_id}.
|
89
128
|
"""
|
90
129
|
__args__ = dict()
|
91
130
|
__args__['group'] = group
|
@@ -629,10 +629,10 @@ class GetGroupTransitiveMembershipsMembershipResult(dict):
|
|
629
629
|
relation_type: str,
|
630
630
|
roles: Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']):
|
631
631
|
"""
|
632
|
-
:param str member:
|
633
|
-
:param Sequence['GetGroupTransitiveMembershipsMembershipPreferredMemberKeyArgs'] preferred_member_keys: EntityKey of the member.
|
634
|
-
:param str relation_type: The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
635
|
-
:param Sequence['GetGroupTransitiveMembershipsMembershipRoleArgs'] roles: The
|
632
|
+
:param str member: EntityKey of the member. This value will be either a userKey in the format `users/000000000000000000000` with a numerical id or a groupKey in the format `groups/000ab0000ab0000` with a hexadecimal id.
|
633
|
+
:param Sequence['GetGroupTransitiveMembershipsMembershipPreferredMemberKeyArgs'] preferred_member_keys: EntityKey of the member. Structure is documented below.
|
634
|
+
:param str relation_type: The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT.
|
635
|
+
:param Sequence['GetGroupTransitiveMembershipsMembershipRoleArgs'] roles: The TransitiveMembershipRoles that apply to the Membership. Structure is documented below.
|
636
636
|
"""
|
637
637
|
pulumi.set(__self__, "member", member)
|
638
638
|
pulumi.set(__self__, "preferred_member_keys", preferred_member_keys)
|
@@ -643,7 +643,7 @@ class GetGroupTransitiveMembershipsMembershipResult(dict):
|
|
643
643
|
@pulumi.getter
|
644
644
|
def member(self) -> str:
|
645
645
|
"""
|
646
|
-
|
646
|
+
EntityKey of the member. This value will be either a userKey in the format `users/000000000000000000000` with a numerical id or a groupKey in the format `groups/000ab0000ab0000` with a hexadecimal id.
|
647
647
|
"""
|
648
648
|
return pulumi.get(self, "member")
|
649
649
|
|
@@ -651,7 +651,7 @@ class GetGroupTransitiveMembershipsMembershipResult(dict):
|
|
651
651
|
@pulumi.getter(name="preferredMemberKeys")
|
652
652
|
def preferred_member_keys(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult']:
|
653
653
|
"""
|
654
|
-
EntityKey of the member.
|
654
|
+
EntityKey of the member. Structure is documented below.
|
655
655
|
"""
|
656
656
|
return pulumi.get(self, "preferred_member_keys")
|
657
657
|
|
@@ -659,7 +659,7 @@ class GetGroupTransitiveMembershipsMembershipResult(dict):
|
|
659
659
|
@pulumi.getter(name="relationType")
|
660
660
|
def relation_type(self) -> str:
|
661
661
|
"""
|
662
|
-
The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
662
|
+
The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT.
|
663
663
|
"""
|
664
664
|
return pulumi.get(self, "relation_type")
|
665
665
|
|
@@ -667,7 +667,7 @@ class GetGroupTransitiveMembershipsMembershipResult(dict):
|
|
667
667
|
@pulumi.getter
|
668
668
|
def roles(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']:
|
669
669
|
"""
|
670
|
-
The
|
670
|
+
The TransitiveMembershipRoles that apply to the Membership. Structure is documented below.
|
671
671
|
"""
|
672
672
|
return pulumi.get(self, "roles")
|
673
673
|
|
@@ -678,23 +678,13 @@ class GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult(dict):
|
|
678
678
|
id: str,
|
679
679
|
namespace: str):
|
680
680
|
"""
|
681
|
-
:param str id: The ID of the entity.
|
682
|
-
|
683
|
-
For Google-managed entities, the id must be the email address of an existing
|
684
|
-
group or user.
|
685
|
-
|
686
|
-
For external-identity-mapped entities, the id must be a string conforming
|
681
|
+
:param str id: The ID of the entity. For Google-managed entities, the id is the email address of an existing
|
682
|
+
group or user. For external-identity-mapped entities, the id is a string conforming
|
687
683
|
to the Identity Source's requirements.
|
688
|
-
|
689
|
-
Must be unique within a namespace.
|
690
684
|
:param str namespace: The namespace in which the entity exists.
|
691
|
-
|
692
|
-
If not specified, the EntityKey represents a Google-managed entity
|
685
|
+
If not populated, the EntityKey represents a Google-managed entity
|
693
686
|
such as a Google user or a Google Group.
|
694
|
-
|
695
|
-
If specified, the EntityKey represents an external-identity-mapped group.
|
696
|
-
The namespace must correspond to an identity source created in Admin Console
|
697
|
-
and must be in the form of 'identitysources/{identity_source_id}'.
|
687
|
+
If populated, the EntityKey represents an external-identity-mapped group.
|
698
688
|
"""
|
699
689
|
pulumi.set(__self__, "id", id)
|
700
690
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -703,15 +693,9 @@ class GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult(dict):
|
|
703
693
|
@pulumi.getter
|
704
694
|
def id(self) -> str:
|
705
695
|
"""
|
706
|
-
The ID of the entity.
|
707
|
-
|
708
|
-
For Google-managed entities, the id must be the email address of an existing
|
709
|
-
group or user.
|
710
|
-
|
711
|
-
For external-identity-mapped entities, the id must be a string conforming
|
696
|
+
The ID of the entity. For Google-managed entities, the id is the email address of an existing
|
697
|
+
group or user. For external-identity-mapped entities, the id is a string conforming
|
712
698
|
to the Identity Source's requirements.
|
713
|
-
|
714
|
-
Must be unique within a namespace.
|
715
699
|
"""
|
716
700
|
return pulumi.get(self, "id")
|
717
701
|
|
@@ -720,13 +704,9 @@ class GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult(dict):
|
|
720
704
|
def namespace(self) -> str:
|
721
705
|
"""
|
722
706
|
The namespace in which the entity exists.
|
723
|
-
|
724
|
-
If not specified, the EntityKey represents a Google-managed entity
|
707
|
+
If not populated, the EntityKey represents a Google-managed entity
|
725
708
|
such as a Google user or a Google Group.
|
726
|
-
|
727
|
-
If specified, the EntityKey represents an external-identity-mapped group.
|
728
|
-
The namespace must correspond to an identity source created in Admin Console
|
729
|
-
and must be in the form of 'identitysources/{identity_source_id}'.
|
709
|
+
If populated, the EntityKey represents an external-identity-mapped group.
|
730
710
|
"""
|
731
711
|
return pulumi.get(self, "namespace")
|
732
712
|
|
@@ -736,7 +716,7 @@ class GetGroupTransitiveMembershipsMembershipRoleResult(dict):
|
|
736
716
|
def __init__(__self__, *,
|
737
717
|
role: str):
|
738
718
|
"""
|
739
|
-
:param str role: The name of the TransitiveMembershipRole.
|
719
|
+
:param str role: The name of the TransitiveMembershipRole. One of OWNER, MANAGER, MEMBER.
|
740
720
|
"""
|
741
721
|
pulumi.set(__self__, "role", role)
|
742
722
|
|
@@ -744,7 +724,7 @@ class GetGroupTransitiveMembershipsMembershipRoleResult(dict):
|
|
744
724
|
@pulumi.getter
|
745
725
|
def role(self) -> str:
|
746
726
|
"""
|
747
|
-
The name of the TransitiveMembershipRole.
|
727
|
+
The name of the TransitiveMembershipRole. One of OWNER, MANAGER, MEMBER.
|
748
728
|
"""
|
749
729
|
return pulumi.get(self, "role")
|
750
730
|
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -64,8 +64,8 @@ class ServiceArgs:
|
|
64
64
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
65
65
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
66
66
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
67
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
68
|
-
|
67
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
68
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
69
69
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
70
70
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
71
71
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -278,8 +278,8 @@ class ServiceArgs:
|
|
278
278
|
@pulumi.getter(name="invokerIamDisabled")
|
279
279
|
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
280
280
|
"""
|
281
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
282
|
-
|
281
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
282
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
283
283
|
"""
|
284
284
|
return pulumi.get(self, "invoker_iam_disabled")
|
285
285
|
|
@@ -443,8 +443,8 @@ class _ServiceState:
|
|
443
443
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
444
444
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
445
445
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
446
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
447
|
-
|
446
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
447
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
448
448
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
449
449
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
450
450
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -804,8 +804,8 @@ class _ServiceState:
|
|
804
804
|
@pulumi.getter(name="invokerIamDisabled")
|
805
805
|
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
806
806
|
"""
|
807
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
808
|
-
|
807
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
808
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
809
809
|
"""
|
810
810
|
return pulumi.get(self, "invoker_iam_disabled")
|
811
811
|
|
@@ -1668,8 +1668,8 @@ class Service(pulumi.CustomResource):
|
|
1668
1668
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1669
1669
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
1670
1670
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
1671
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
1672
|
-
|
1671
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
1672
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
1673
1673
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
1674
1674
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
1675
1675
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2422,8 +2422,8 @@ class Service(pulumi.CustomResource):
|
|
2422
2422
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2423
2423
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
2424
2424
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
2425
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
2426
|
-
|
2425
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
2426
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2427
2427
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
2428
2428
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
2429
2429
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2672,8 +2672,8 @@ class Service(pulumi.CustomResource):
|
|
2672
2672
|
@pulumi.getter(name="invokerIamDisabled")
|
2673
2673
|
def invoker_iam_disabled(self) -> pulumi.Output[Optional[bool]]:
|
2674
2674
|
"""
|
2675
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
2676
|
-
|
2675
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
2676
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2677
2677
|
"""
|
2678
2678
|
return pulumi.get(self, "invoker_iam_disabled")
|
2679
2679
|
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -50,6 +50,7 @@ from .get_hc_vpn_gateway import *
|
|
50
50
|
from .get_health_check import *
|
51
51
|
from .get_image import *
|
52
52
|
from .get_image_iam_policy import *
|
53
|
+
from .get_images import *
|
53
54
|
from .get_instance import *
|
54
55
|
from .get_instance_group import *
|
55
56
|
from .get_instance_group_manager import *
|