pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -4450,6 +4450,11 @@ class GetNotificationChannelSensitiveLabelResult(dict):
|
|
4450
4450
|
auth_token: str,
|
4451
4451
|
password: str,
|
4452
4452
|
service_key: str):
|
4453
|
+
"""
|
4454
|
+
:param str auth_token: An authorization token for a notification channel. Channel types that support this field include: slack
|
4455
|
+
:param str password: An password for a notification channel. Channel types that support this field include: webhook_basicauth
|
4456
|
+
:param str service_key: An servicekey token for a notification channel. Channel types that support this field include: pagerduty
|
4457
|
+
"""
|
4453
4458
|
pulumi.set(__self__, "auth_token", auth_token)
|
4454
4459
|
pulumi.set(__self__, "password", password)
|
4455
4460
|
pulumi.set(__self__, "service_key", service_key)
|
@@ -4457,16 +4462,25 @@ class GetNotificationChannelSensitiveLabelResult(dict):
|
|
4457
4462
|
@property
|
4458
4463
|
@pulumi.getter(name="authToken")
|
4459
4464
|
def auth_token(self) -> str:
|
4465
|
+
"""
|
4466
|
+
An authorization token for a notification channel. Channel types that support this field include: slack
|
4467
|
+
"""
|
4460
4468
|
return pulumi.get(self, "auth_token")
|
4461
4469
|
|
4462
4470
|
@property
|
4463
4471
|
@pulumi.getter
|
4464
4472
|
def password(self) -> str:
|
4473
|
+
"""
|
4474
|
+
An password for a notification channel. Channel types that support this field include: webhook_basicauth
|
4475
|
+
"""
|
4465
4476
|
return pulumi.get(self, "password")
|
4466
4477
|
|
4467
4478
|
@property
|
4468
4479
|
@pulumi.getter(name="serviceKey")
|
4469
4480
|
def service_key(self) -> str:
|
4481
|
+
"""
|
4482
|
+
An servicekey token for a notification channel. Channel types that support this field include: pagerduty
|
4483
|
+
"""
|
4470
4484
|
return pulumi.get(self, "service_key")
|
4471
4485
|
|
4472
4486
|
|
@@ -30,12 +30,18 @@ __all__ = [
|
|
30
30
|
class HubRoutingVpcArgs:
|
31
31
|
def __init__(__self__, *,
|
32
32
|
uri: Optional[pulumi.Input[str]] = None):
|
33
|
+
"""
|
34
|
+
:param pulumi.Input[str] uri: The URI of the VPC network.
|
35
|
+
"""
|
33
36
|
if uri is not None:
|
34
37
|
pulumi.set(__self__, "uri", uri)
|
35
38
|
|
36
39
|
@property
|
37
40
|
@pulumi.getter
|
38
41
|
def uri(self) -> Optional[pulumi.Input[str]]:
|
42
|
+
"""
|
43
|
+
The URI of the VPC network.
|
44
|
+
"""
|
39
45
|
return pulumi.get(self, "uri")
|
40
46
|
|
41
47
|
@uri.setter
|
@@ -31,12 +31,18 @@ __all__ = [
|
|
31
31
|
class HubRoutingVpc(dict):
|
32
32
|
def __init__(__self__, *,
|
33
33
|
uri: Optional[str] = None):
|
34
|
+
"""
|
35
|
+
:param str uri: The URI of the VPC network.
|
36
|
+
"""
|
34
37
|
if uri is not None:
|
35
38
|
pulumi.set(__self__, "uri", uri)
|
36
39
|
|
37
40
|
@property
|
38
41
|
@pulumi.getter
|
39
42
|
def uri(self) -> Optional[str]:
|
43
|
+
"""
|
44
|
+
The URI of the VPC network.
|
45
|
+
"""
|
40
46
|
return pulumi.get(self, "uri")
|
41
47
|
|
42
48
|
|
@@ -270,6 +270,7 @@ class PolicyListPolicyArgs:
|
|
270
270
|
suggested_value: Optional[pulumi.Input[str]] = None):
|
271
271
|
"""
|
272
272
|
:param pulumi.Input['PolicyListPolicyAllowArgs'] allow: or `deny` - (Optional) One or the other must be set.
|
273
|
+
:param pulumi.Input['PolicyListPolicyDenyArgs'] deny: One or the other must be set.
|
273
274
|
:param pulumi.Input[bool] inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
|
274
275
|
are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
275
276
|
|
@@ -300,6 +301,9 @@ class PolicyListPolicyArgs:
|
|
300
301
|
@property
|
301
302
|
@pulumi.getter
|
302
303
|
def deny(self) -> Optional[pulumi.Input['PolicyListPolicyDenyArgs']]:
|
304
|
+
"""
|
305
|
+
One or the other must be set.
|
306
|
+
"""
|
303
307
|
return pulumi.get(self, "deny")
|
304
308
|
|
305
309
|
@deny.setter
|
@@ -158,7 +158,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
158
158
|
|
159
159
|
config = gcp.organizations.IamAuditConfig("config",
|
160
160
|
audit_log_configs=[gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
161
|
-
exempted_members=["user:joebloggs@
|
161
|
+
exempted_members=["user:joebloggs@example.com"],
|
162
162
|
log_type="DATA_READ",
|
163
163
|
)],
|
164
164
|
org_id="your-organization-id",
|
@@ -196,7 +196,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
196
196
|
|
197
197
|
config = gcp.organizations.IamAuditConfig("config",
|
198
198
|
audit_log_configs=[gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
199
|
-
exempted_members=["user:joebloggs@
|
199
|
+
exempted_members=["user:joebloggs@example.com"],
|
200
200
|
log_type="DATA_READ",
|
201
201
|
)],
|
202
202
|
org_id="your-organization-id",
|
@@ -315,7 +315,7 @@ class IAMMember(pulumi.CustomResource):
|
|
315
315
|
log_type="ADMIN_READ",
|
316
316
|
),
|
317
317
|
gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
318
|
-
exempted_members=["user:joebloggs@
|
318
|
+
exempted_members=["user:joebloggs@example.com"],
|
319
319
|
log_type="DATA_READ",
|
320
320
|
),
|
321
321
|
],
|
@@ -481,7 +481,7 @@ class IAMMember(pulumi.CustomResource):
|
|
481
481
|
log_type="ADMIN_READ",
|
482
482
|
),
|
483
483
|
gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
484
|
-
exempted_members=["user:joebloggs@
|
484
|
+
exempted_members=["user:joebloggs@example.com"],
|
485
485
|
log_type="DATA_READ",
|
486
486
|
),
|
487
487
|
],
|
@@ -272,7 +272,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
272
272
|
log_type="ADMIN_READ",
|
273
273
|
),
|
274
274
|
gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
275
|
-
exempted_members=["user:joebloggs@
|
275
|
+
exempted_members=["user:joebloggs@example.com"],
|
276
276
|
log_type="DATA_READ",
|
277
277
|
),
|
278
278
|
],
|
@@ -441,7 +441,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
441
441
|
log_type="ADMIN_READ",
|
442
442
|
),
|
443
443
|
gcp.organizations.IamAuditConfigAuditLogConfigArgs(
|
444
|
-
exempted_members=["user:joebloggs@
|
444
|
+
exempted_members=["user:joebloggs@example.com"],
|
445
445
|
log_type="DATA_READ",
|
446
446
|
),
|
447
447
|
],
|
@@ -285,6 +285,7 @@ class PolicyListPolicy(dict):
|
|
285
285
|
suggested_value: Optional[str] = None):
|
286
286
|
"""
|
287
287
|
:param 'PolicyListPolicyAllowArgs' allow: or `deny` - (Optional) One or the other must be set.
|
288
|
+
:param 'PolicyListPolicyDenyArgs' deny: One or the other must be set.
|
288
289
|
:param bool inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
|
289
290
|
are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
290
291
|
|
@@ -311,6 +312,9 @@ class PolicyListPolicy(dict):
|
|
311
312
|
@property
|
312
313
|
@pulumi.getter
|
313
314
|
def deny(self) -> Optional['outputs.PolicyListPolicyDeny']:
|
315
|
+
"""
|
316
|
+
One or the other must be set.
|
317
|
+
"""
|
314
318
|
return pulumi.get(self, "deny")
|
315
319
|
|
316
320
|
@property
|
pulumi_gcp/projects/_inputs.py
CHANGED
@@ -539,6 +539,7 @@ class OrganizationPolicyListPolicyArgs:
|
|
539
539
|
suggested_value: Optional[pulumi.Input[str]] = None):
|
540
540
|
"""
|
541
541
|
:param pulumi.Input['OrganizationPolicyListPolicyAllowArgs'] allow: or `deny` - (Optional) One or the other must be set.
|
542
|
+
:param pulumi.Input['OrganizationPolicyListPolicyDenyArgs'] deny: One or the other must be set.
|
542
543
|
:param pulumi.Input[bool] inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
|
543
544
|
are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
544
545
|
|
@@ -569,6 +570,9 @@ class OrganizationPolicyListPolicyArgs:
|
|
569
570
|
@property
|
570
571
|
@pulumi.getter
|
571
572
|
def deny(self) -> Optional[pulumi.Input['OrganizationPolicyListPolicyDenyArgs']]:
|
573
|
+
"""
|
574
|
+
One or the other must be set.
|
575
|
+
"""
|
572
576
|
return pulumi.get(self, "deny")
|
573
577
|
|
574
578
|
@deny.setter
|
@@ -279,7 +279,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
279
279
|
log_type="ADMIN_READ",
|
280
280
|
),
|
281
281
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
282
|
-
exempted_members=["user:joebloggs@
|
282
|
+
exempted_members=["user:joebloggs@example.com"],
|
283
283
|
log_type="DATA_READ",
|
284
284
|
),
|
285
285
|
],
|
@@ -440,7 +440,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
440
440
|
log_type="ADMIN_READ",
|
441
441
|
),
|
442
442
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
443
|
-
exempted_members=["user:joebloggs@
|
443
|
+
exempted_members=["user:joebloggs@example.com"],
|
444
444
|
log_type="DATA_READ",
|
445
445
|
),
|
446
446
|
],
|
@@ -316,7 +316,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
316
316
|
log_type="ADMIN_READ",
|
317
317
|
),
|
318
318
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
319
|
-
exempted_members=["user:joebloggs@
|
319
|
+
exempted_members=["user:joebloggs@example.com"],
|
320
320
|
log_type="DATA_READ",
|
321
321
|
),
|
322
322
|
],
|
@@ -480,7 +480,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
480
480
|
log_type="ADMIN_READ",
|
481
481
|
),
|
482
482
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
483
|
-
exempted_members=["user:joebloggs@
|
483
|
+
exempted_members=["user:joebloggs@example.com"],
|
484
484
|
log_type="DATA_READ",
|
485
485
|
),
|
486
486
|
],
|
@@ -316,7 +316,7 @@ class IAMMember(pulumi.CustomResource):
|
|
316
316
|
log_type="ADMIN_READ",
|
317
317
|
),
|
318
318
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
319
|
-
exempted_members=["user:joebloggs@
|
319
|
+
exempted_members=["user:joebloggs@example.com"],
|
320
320
|
log_type="DATA_READ",
|
321
321
|
),
|
322
322
|
],
|
@@ -480,7 +480,7 @@ class IAMMember(pulumi.CustomResource):
|
|
480
480
|
log_type="ADMIN_READ",
|
481
481
|
),
|
482
482
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
483
|
-
exempted_members=["user:joebloggs@
|
483
|
+
exempted_members=["user:joebloggs@example.com"],
|
484
484
|
log_type="DATA_READ",
|
485
485
|
),
|
486
486
|
],
|
@@ -273,7 +273,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
273
273
|
log_type="ADMIN_READ",
|
274
274
|
),
|
275
275
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
276
|
-
exempted_members=["user:joebloggs@
|
276
|
+
exempted_members=["user:joebloggs@example.com"],
|
277
277
|
log_type="DATA_READ",
|
278
278
|
),
|
279
279
|
],
|
@@ -440,7 +440,7 @@ class IAMPolicy(pulumi.CustomResource):
|
|
440
440
|
log_type="ADMIN_READ",
|
441
441
|
),
|
442
442
|
gcp.projects.IAMAuditConfigAuditLogConfigArgs(
|
443
|
-
exempted_members=["user:joebloggs@
|
443
|
+
exempted_members=["user:joebloggs@example.com"],
|
444
444
|
log_type="DATA_READ",
|
445
445
|
),
|
446
446
|
],
|
pulumi_gcp/projects/outputs.py
CHANGED
@@ -619,6 +619,7 @@ class OrganizationPolicyListPolicy(dict):
|
|
619
619
|
suggested_value: Optional[str] = None):
|
620
620
|
"""
|
621
621
|
:param 'OrganizationPolicyListPolicyAllowArgs' allow: or `deny` - (Optional) One or the other must be set.
|
622
|
+
:param 'OrganizationPolicyListPolicyDenyArgs' deny: One or the other must be set.
|
622
623
|
:param bool inherit_from_parent: If set to true, the values from the effective Policy of the parent resource
|
623
624
|
are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
624
625
|
|
@@ -645,6 +646,9 @@ class OrganizationPolicyListPolicy(dict):
|
|
645
646
|
@property
|
646
647
|
@pulumi.getter
|
647
648
|
def deny(self) -> Optional['outputs.OrganizationPolicyListPolicyDeny']:
|
649
|
+
"""
|
650
|
+
One or the other must be set.
|
651
|
+
"""
|
648
652
|
return pulumi.get(self, "deny")
|
649
653
|
|
650
654
|
@property
|
@@ -751,11 +755,17 @@ class OrganizationPolicyRestorePolicy(dict):
|
|
751
755
|
class GetOrganizationPolicyBooleanPolicyResult(dict):
|
752
756
|
def __init__(__self__, *,
|
753
757
|
enforced: bool):
|
758
|
+
"""
|
759
|
+
:param bool enforced: If true, then the Policy is enforced. If false, then any configuration is acceptable.
|
760
|
+
"""
|
754
761
|
pulumi.set(__self__, "enforced", enforced)
|
755
762
|
|
756
763
|
@property
|
757
764
|
@pulumi.getter
|
758
765
|
def enforced(self) -> bool:
|
766
|
+
"""
|
767
|
+
If true, then the Policy is enforced. If false, then any configuration is acceptable.
|
768
|
+
"""
|
759
769
|
return pulumi.get(self, "enforced")
|
760
770
|
|
761
771
|
|
@@ -766,6 +776,12 @@ class GetOrganizationPolicyListPolicyResult(dict):
|
|
766
776
|
denies: Sequence['outputs.GetOrganizationPolicyListPolicyDenyResult'],
|
767
777
|
inherit_from_parent: bool,
|
768
778
|
suggested_value: str):
|
779
|
+
"""
|
780
|
+
:param Sequence['GetOrganizationPolicyListPolicyAllowArgs'] allows: One or the other must be set.
|
781
|
+
:param Sequence['GetOrganizationPolicyListPolicyDenyArgs'] denies: One or the other must be set.
|
782
|
+
:param bool inherit_from_parent: If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
783
|
+
:param str suggested_value: The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
|
784
|
+
"""
|
769
785
|
pulumi.set(__self__, "allows", allows)
|
770
786
|
pulumi.set(__self__, "denies", denies)
|
771
787
|
pulumi.set(__self__, "inherit_from_parent", inherit_from_parent)
|
@@ -774,21 +790,33 @@ class GetOrganizationPolicyListPolicyResult(dict):
|
|
774
790
|
@property
|
775
791
|
@pulumi.getter
|
776
792
|
def allows(self) -> Sequence['outputs.GetOrganizationPolicyListPolicyAllowResult']:
|
793
|
+
"""
|
794
|
+
One or the other must be set.
|
795
|
+
"""
|
777
796
|
return pulumi.get(self, "allows")
|
778
797
|
|
779
798
|
@property
|
780
799
|
@pulumi.getter
|
781
800
|
def denies(self) -> Sequence['outputs.GetOrganizationPolicyListPolicyDenyResult']:
|
801
|
+
"""
|
802
|
+
One or the other must be set.
|
803
|
+
"""
|
782
804
|
return pulumi.get(self, "denies")
|
783
805
|
|
784
806
|
@property
|
785
807
|
@pulumi.getter(name="inheritFromParent")
|
786
808
|
def inherit_from_parent(self) -> bool:
|
809
|
+
"""
|
810
|
+
If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.
|
811
|
+
"""
|
787
812
|
return pulumi.get(self, "inherit_from_parent")
|
788
813
|
|
789
814
|
@property
|
790
815
|
@pulumi.getter(name="suggestedValue")
|
791
816
|
def suggested_value(self) -> str:
|
817
|
+
"""
|
818
|
+
The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
|
819
|
+
"""
|
792
820
|
return pulumi.get(self, "suggested_value")
|
793
821
|
|
794
822
|
|
@@ -797,17 +825,27 @@ class GetOrganizationPolicyListPolicyAllowResult(dict):
|
|
797
825
|
def __init__(__self__, *,
|
798
826
|
all: bool,
|
799
827
|
values: Sequence[str]):
|
828
|
+
"""
|
829
|
+
:param bool all: The policy allows or denies all values.
|
830
|
+
:param Sequence[str] values: The policy can define specific values that are allowed or denied.
|
831
|
+
"""
|
800
832
|
pulumi.set(__self__, "all", all)
|
801
833
|
pulumi.set(__self__, "values", values)
|
802
834
|
|
803
835
|
@property
|
804
836
|
@pulumi.getter
|
805
837
|
def all(self) -> bool:
|
838
|
+
"""
|
839
|
+
The policy allows or denies all values.
|
840
|
+
"""
|
806
841
|
return pulumi.get(self, "all")
|
807
842
|
|
808
843
|
@property
|
809
844
|
@pulumi.getter
|
810
845
|
def values(self) -> Sequence[str]:
|
846
|
+
"""
|
847
|
+
The policy can define specific values that are allowed or denied.
|
848
|
+
"""
|
811
849
|
return pulumi.get(self, "values")
|
812
850
|
|
813
851
|
|
@@ -816,17 +854,27 @@ class GetOrganizationPolicyListPolicyDenyResult(dict):
|
|
816
854
|
def __init__(__self__, *,
|
817
855
|
all: bool,
|
818
856
|
values: Sequence[str]):
|
857
|
+
"""
|
858
|
+
:param bool all: The policy allows or denies all values.
|
859
|
+
:param Sequence[str] values: The policy can define specific values that are allowed or denied.
|
860
|
+
"""
|
819
861
|
pulumi.set(__self__, "all", all)
|
820
862
|
pulumi.set(__self__, "values", values)
|
821
863
|
|
822
864
|
@property
|
823
865
|
@pulumi.getter
|
824
866
|
def all(self) -> bool:
|
867
|
+
"""
|
868
|
+
The policy allows or denies all values.
|
869
|
+
"""
|
825
870
|
return pulumi.get(self, "all")
|
826
871
|
|
827
872
|
@property
|
828
873
|
@pulumi.getter
|
829
874
|
def values(self) -> Sequence[str]:
|
875
|
+
"""
|
876
|
+
The policy can define specific values that are allowed or denied.
|
877
|
+
"""
|
830
878
|
return pulumi.get(self, "values")
|
831
879
|
|
832
880
|
|
@@ -834,11 +882,17 @@ class GetOrganizationPolicyListPolicyDenyResult(dict):
|
|
834
882
|
class GetOrganizationPolicyRestorePolicyResult(dict):
|
835
883
|
def __init__(__self__, *,
|
836
884
|
default: bool):
|
885
|
+
"""
|
886
|
+
:param bool default: May only be set to true. If set, then the default Policy is restored.
|
887
|
+
"""
|
837
888
|
pulumi.set(__self__, "default", default)
|
838
889
|
|
839
890
|
@property
|
840
891
|
@pulumi.getter
|
841
892
|
def default(self) -> bool:
|
893
|
+
"""
|
894
|
+
May only be set to true. If set, then the default Policy is restored.
|
895
|
+
"""
|
842
896
|
return pulumi.get(self, "default")
|
843
897
|
|
844
898
|
|