Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.compute/beta.LicenseIamPolicy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Sets the access control policy on the specified resource. Replaces any existing policy. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Create LicenseIamPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LicenseIamPolicy(name: string, args: LicenseIamPolicyArgs, opts?: CustomResourceOptions);
@overload
def LicenseIamPolicy(resource_name: str,
args: LicenseIamPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LicenseIamPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource: Optional[str] = None,
audit_configs: Optional[Sequence[AuditConfigArgs]] = None,
bindings: Optional[Sequence[BindingArgs]] = None,
etag: Optional[str] = None,
project: Optional[str] = None,
rules: Optional[Sequence[RuleArgs]] = None,
version: Optional[int] = None)
func NewLicenseIamPolicy(ctx *Context, name string, args LicenseIamPolicyArgs, opts ...ResourceOption) (*LicenseIamPolicy, error)
public LicenseIamPolicy(string name, LicenseIamPolicyArgs args, CustomResourceOptions? opts = null)
public LicenseIamPolicy(String name, LicenseIamPolicyArgs args)
public LicenseIamPolicy(String name, LicenseIamPolicyArgs args, CustomResourceOptions options)
type: google-native:compute/beta:LicenseIamPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LicenseIamPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LicenseIamPolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LicenseIamPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LicenseIamPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LicenseIamPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeLicenseIamPolicyResource = new GoogleNative.Compute.Beta.LicenseIamPolicy("google-nativeLicenseIamPolicyResource", new()
{
Resource = "string",
AuditConfigs = new[]
{
new GoogleNative.Compute.Beta.Inputs.AuditConfigArgs
{
AuditLogConfigs = new[]
{
new GoogleNative.Compute.Beta.Inputs.AuditLogConfigArgs
{
ExemptedMembers = new[]
{
"string",
},
IgnoreChildExemptions = false,
LogType = GoogleNative.Compute.Beta.AuditLogConfigLogType.AdminRead,
},
},
ExemptedMembers = new[]
{
"string",
},
Service = "string",
},
},
Bindings = new[]
{
new GoogleNative.Compute.Beta.Inputs.BindingArgs
{
BindingId = "string",
Condition = new GoogleNative.Compute.Beta.Inputs.ExprArgs
{
Description = "string",
Expression = "string",
Location = "string",
Title = "string",
},
Members = new[]
{
"string",
},
Role = "string",
},
},
Etag = "string",
Project = "string",
Rules = new[]
{
new GoogleNative.Compute.Beta.Inputs.RuleArgs
{
Action = GoogleNative.Compute.Beta.RuleAction.Allow,
Conditions = new[]
{
new GoogleNative.Compute.Beta.Inputs.ConditionArgs
{
Iam = GoogleNative.Compute.Beta.ConditionIam.Approver,
Op = GoogleNative.Compute.Beta.ConditionOp.Discharged,
Svc = "string",
Sys = GoogleNative.Compute.Beta.ConditionSys.Ip,
Values = new[]
{
"string",
},
},
},
Description = "string",
Ins = new[]
{
"string",
},
LogConfigs = new[]
{
new GoogleNative.Compute.Beta.Inputs.LogConfigArgs
{
CloudAudit = new GoogleNative.Compute.Beta.Inputs.LogConfigCloudAuditOptionsArgs
{
AuthorizationLoggingOptions = new GoogleNative.Compute.Beta.Inputs.AuthorizationLoggingOptionsArgs
{
PermissionType = GoogleNative.Compute.Beta.AuthorizationLoggingOptionsPermissionType.AdminRead,
},
LogName = GoogleNative.Compute.Beta.LogConfigCloudAuditOptionsLogName.AdminActivity,
},
Counter = new GoogleNative.Compute.Beta.Inputs.LogConfigCounterOptionsArgs
{
CustomFields = new[]
{
new GoogleNative.Compute.Beta.Inputs.LogConfigCounterOptionsCustomFieldArgs
{
Name = "string",
Value = "string",
},
},
Field = "string",
Metric = "string",
},
DataAccess = new GoogleNative.Compute.Beta.Inputs.LogConfigDataAccessOptionsArgs
{
LogMode = GoogleNative.Compute.Beta.LogConfigDataAccessOptionsLogMode.LogFailClosed,
},
},
},
NotIns = new[]
{
"string",
},
Permissions = new[]
{
"string",
},
},
},
Version = 0,
});
example, err := computebeta.NewLicenseIamPolicy(ctx, "google-nativeLicenseIamPolicyResource", &computebeta.LicenseIamPolicyArgs{
Resource: pulumi.String("string"),
AuditConfigs: compute.AuditConfigArray{
&compute.AuditConfigArgs{
AuditLogConfigs: compute.AuditLogConfigArray{
&compute.AuditLogConfigArgs{
ExemptedMembers: pulumi.StringArray{
pulumi.String("string"),
},
IgnoreChildExemptions: pulumi.Bool(false),
LogType: computebeta.AuditLogConfigLogTypeAdminRead,
},
},
ExemptedMembers: pulumi.StringArray{
pulumi.String("string"),
},
Service: pulumi.String("string"),
},
},
Bindings: compute.BindingArray{
&compute.BindingArgs{
BindingId: pulumi.String("string"),
Condition: &compute.ExprArgs{
Description: pulumi.String("string"),
Expression: pulumi.String("string"),
Location: pulumi.String("string"),
Title: pulumi.String("string"),
},
Members: pulumi.StringArray{
pulumi.String("string"),
},
Role: pulumi.String("string"),
},
},
Etag: pulumi.String("string"),
Project: pulumi.String("string"),
Rules: compute.RuleArray{
&compute.RuleArgs{
Action: computebeta.RuleActionAllow,
Conditions: compute.ConditionArray{
&compute.ConditionArgs{
Iam: computebeta.ConditionIamApprover,
Op: computebeta.ConditionOpDischarged,
Svc: pulumi.String("string"),
Sys: computebeta.ConditionSysIp,
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Description: pulumi.String("string"),
Ins: pulumi.StringArray{
pulumi.String("string"),
},
LogConfigs: compute.LogConfigArray{
&compute.LogConfigArgs{
CloudAudit: &compute.LogConfigCloudAuditOptionsArgs{
AuthorizationLoggingOptions: &compute.AuthorizationLoggingOptionsArgs{
PermissionType: computebeta.AuthorizationLoggingOptionsPermissionTypeAdminRead,
},
LogName: computebeta.LogConfigCloudAuditOptionsLogNameAdminActivity,
},
Counter: &compute.LogConfigCounterOptionsArgs{
CustomFields: compute.LogConfigCounterOptionsCustomFieldArray{
&compute.LogConfigCounterOptionsCustomFieldArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Field: pulumi.String("string"),
Metric: pulumi.String("string"),
},
DataAccess: &compute.LogConfigDataAccessOptionsArgs{
LogMode: computebeta.LogConfigDataAccessOptionsLogModeLogFailClosed,
},
},
},
NotIns: pulumi.StringArray{
pulumi.String("string"),
},
Permissions: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Version: pulumi.Int(0),
})
var google_nativeLicenseIamPolicyResource = new LicenseIamPolicy("google-nativeLicenseIamPolicyResource", LicenseIamPolicyArgs.builder()
.resource("string")
.auditConfigs(AuditConfigArgs.builder()
.auditLogConfigs(AuditLogConfigArgs.builder()
.exemptedMembers("string")
.ignoreChildExemptions(false)
.logType("ADMIN_READ")
.build())
.exemptedMembers("string")
.service("string")
.build())
.bindings(BindingArgs.builder()
.bindingId("string")
.condition(ExprArgs.builder()
.description("string")
.expression("string")
.location("string")
.title("string")
.build())
.members("string")
.role("string")
.build())
.etag("string")
.project("string")
.rules(RuleArgs.builder()
.action("ALLOW")
.conditions(ConditionArgs.builder()
.iam("APPROVER")
.op("DISCHARGED")
.svc("string")
.sys("IP")
.values("string")
.build())
.description("string")
.ins("string")
.logConfigs(LogConfigArgs.builder()
.cloudAudit(LogConfigCloudAuditOptionsArgs.builder()
.authorizationLoggingOptions(AuthorizationLoggingOptionsArgs.builder()
.permissionType("ADMIN_READ")
.build())
.logName("ADMIN_ACTIVITY")
.build())
.counter(LogConfigCounterOptionsArgs.builder()
.customFields(LogConfigCounterOptionsCustomFieldArgs.builder()
.name("string")
.value("string")
.build())
.field("string")
.metric("string")
.build())
.dataAccess(LogConfigDataAccessOptionsArgs.builder()
.logMode("LOG_FAIL_CLOSED")
.build())
.build())
.notIns("string")
.permissions("string")
.build())
.version(0)
.build());
google_native_license_iam_policy_resource = google_native.compute.beta.LicenseIamPolicy("google-nativeLicenseIamPolicyResource",
resource="string",
audit_configs=[google_native.compute.beta.AuditConfigArgs(
audit_log_configs=[google_native.compute.beta.AuditLogConfigArgs(
exempted_members=["string"],
ignore_child_exemptions=False,
log_type=google_native.compute.beta.AuditLogConfigLogType.ADMIN_READ,
)],
exempted_members=["string"],
service="string",
)],
bindings=[google_native.compute.beta.BindingArgs(
binding_id="string",
condition=google_native.compute.beta.ExprArgs(
description="string",
expression="string",
location="string",
title="string",
),
members=["string"],
role="string",
)],
etag="string",
project="string",
rules=[google_native.compute.beta.RuleArgs(
action=google_native.compute.beta.RuleAction.ALLOW,
conditions=[google_native.compute.beta.ConditionArgs(
iam=google_native.compute.beta.ConditionIam.APPROVER,
op=google_native.compute.beta.ConditionOp.DISCHARGED,
svc="string",
sys=google_native.compute.beta.ConditionSys.IP,
values=["string"],
)],
description="string",
ins=["string"],
log_configs=[google_native.compute.beta.LogConfigArgs(
cloud_audit=google_native.compute.beta.LogConfigCloudAuditOptionsArgs(
authorization_logging_options=google_native.compute.beta.AuthorizationLoggingOptionsArgs(
permission_type=google_native.compute.beta.AuthorizationLoggingOptionsPermissionType.ADMIN_READ,
),
log_name=google_native.compute.beta.LogConfigCloudAuditOptionsLogName.ADMIN_ACTIVITY,
),
counter=google_native.compute.beta.LogConfigCounterOptionsArgs(
custom_fields=[google_native.compute.beta.LogConfigCounterOptionsCustomFieldArgs(
name="string",
value="string",
)],
field="string",
metric="string",
),
data_access=google_native.compute.beta.LogConfigDataAccessOptionsArgs(
log_mode=google_native.compute.beta.LogConfigDataAccessOptionsLogMode.LOG_FAIL_CLOSED,
),
)],
not_ins=["string"],
permissions=["string"],
)],
version=0)
const google_nativeLicenseIamPolicyResource = new google_native.compute.beta.LicenseIamPolicy("google-nativeLicenseIamPolicyResource", {
resource: "string",
auditConfigs: [{
auditLogConfigs: [{
exemptedMembers: ["string"],
ignoreChildExemptions: false,
logType: google_native.compute.beta.AuditLogConfigLogType.AdminRead,
}],
exemptedMembers: ["string"],
service: "string",
}],
bindings: [{
bindingId: "string",
condition: {
description: "string",
expression: "string",
location: "string",
title: "string",
},
members: ["string"],
role: "string",
}],
etag: "string",
project: "string",
rules: [{
action: google_native.compute.beta.RuleAction.Allow,
conditions: [{
iam: google_native.compute.beta.ConditionIam.Approver,
op: google_native.compute.beta.ConditionOp.Discharged,
svc: "string",
sys: google_native.compute.beta.ConditionSys.Ip,
values: ["string"],
}],
description: "string",
ins: ["string"],
logConfigs: [{
cloudAudit: {
authorizationLoggingOptions: {
permissionType: google_native.compute.beta.AuthorizationLoggingOptionsPermissionType.AdminRead,
},
logName: google_native.compute.beta.LogConfigCloudAuditOptionsLogName.AdminActivity,
},
counter: {
customFields: [{
name: "string",
value: "string",
}],
field: "string",
metric: "string",
},
dataAccess: {
logMode: google_native.compute.beta.LogConfigDataAccessOptionsLogMode.LogFailClosed,
},
}],
notIns: ["string"],
permissions: ["string"],
}],
version: 0,
});
type: google-native:compute/beta:LicenseIamPolicy
properties:
auditConfigs:
- auditLogConfigs:
- exemptedMembers:
- string
ignoreChildExemptions: false
logType: ADMIN_READ
exemptedMembers:
- string
service: string
bindings:
- bindingId: string
condition:
description: string
expression: string
location: string
title: string
members:
- string
role: string
etag: string
project: string
resource: string
rules:
- action: ALLOW
conditions:
- iam: APPROVER
op: DISCHARGED
svc: string
sys: IP
values:
- string
description: string
ins:
- string
logConfigs:
- cloudAudit:
authorizationLoggingOptions:
permissionType: ADMIN_READ
logName: ADMIN_ACTIVITY
counter:
customFields:
- name: string
value: string
field: string
metric: string
dataAccess:
logMode: LOG_FAIL_CLOSED
notIns:
- string
permissions:
- string
version: 0
LicenseIamPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The LicenseIamPolicy resource accepts the following input properties:
- Resource string
- Audit
Configs List<Pulumi.Google Native. Compute. Beta. Inputs. Audit Config> - Specifies cloud audit logging configuration for this policy.
- Bindings
List<Pulumi.
Google Native. Compute. Beta. Inputs. Binding> - Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - Etag string
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- Project string
- Rules
List<Pulumi.
Google Native. Compute. Beta. Inputs. Rule> - This is deprecated and has no effect. Do not use.
- Version int
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Resource string
- Audit
Configs []AuditConfig Args - Specifies cloud audit logging configuration for this policy.
- Bindings
[]Binding
Args - Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - Etag string
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- Project string
- Rules
[]Rule
Args - This is deprecated and has no effect. Do not use.
- Version int
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- resource String
- audit
Configs List<AuditConfig> - Specifies cloud audit logging configuration for this policy.
- bindings List<Binding>
- Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - etag String
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- project String
- rules List<Rule>
- This is deprecated and has no effect. Do not use.
- version Integer
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- resource string
- audit
Configs AuditConfig[] - Specifies cloud audit logging configuration for this policy.
- bindings Binding[]
- Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - etag string
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- project string
- rules Rule[]
- This is deprecated and has no effect. Do not use.
- version number
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- resource str
- audit_
configs Sequence[AuditConfig Args] - Specifies cloud audit logging configuration for this policy.
- bindings
Sequence[Binding
Args] - Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - etag str
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- project str
- rules
Sequence[Rule
Args] - This is deprecated and has no effect. Do not use.
- version int
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- resource String
- audit
Configs List<Property Map> - Specifies cloud audit logging configuration for this policy.
- bindings List<Property Map>
- Associates a list of
members
, or principals, with arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one principal. Thebindings
in aPolicy
can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindings
grant 50 different roles touser:alice@example.com
, and not to any other principal, then you can add another 1,450 principals to thebindings
in thePolicy
. - etag String
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost.- project String
- rules List<Property Map>
- This is deprecated and has no effect. Do not use.
- version Number
- Specifies the format of the policy. Valid values are
0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
Outputs
All input properties are implicitly available as output properties. Additionally, the LicenseIamPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
AuditConfig, AuditConfigArgs
- Audit
Log List<Pulumi.Configs Google Native. Compute. Beta. Inputs. Audit Log Config> - The configuration for logging of each type of permission.
- Exempted
Members List<string> - This is deprecated and has no effect. Do not use.
- Service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- Audit
Log []AuditConfigs Log Config - The configuration for logging of each type of permission.
- Exempted
Members []string - This is deprecated and has no effect. Do not use.
- Service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log List<AuditConfigs Log Config> - The configuration for logging of each type of permission.
- exempted
Members List<String> - This is deprecated and has no effect. Do not use.
- service String
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log AuditConfigs Log Config[] - The configuration for logging of each type of permission.
- exempted
Members string[] - This is deprecated and has no effect. Do not use.
- service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit_
log_ Sequence[Auditconfigs Log Config] - The configuration for logging of each type of permission.
- exempted_
members Sequence[str] - This is deprecated and has no effect. Do not use.
- service str
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log List<Property Map>Configs - The configuration for logging of each type of permission.
- exempted
Members List<String> - This is deprecated and has no effect. Do not use.
- service String
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
AuditConfigResponse, AuditConfigResponseArgs
- Audit
Log List<Pulumi.Configs Google Native. Compute. Beta. Inputs. Audit Log Config Response> - The configuration for logging of each type of permission.
- Exempted
Members List<string> - This is deprecated and has no effect. Do not use.
- Service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- Audit
Log []AuditConfigs Log Config Response - The configuration for logging of each type of permission.
- Exempted
Members []string - This is deprecated and has no effect. Do not use.
- Service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log List<AuditConfigs Log Config Response> - The configuration for logging of each type of permission.
- exempted
Members List<String> - This is deprecated and has no effect. Do not use.
- service String
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log AuditConfigs Log Config Response[] - The configuration for logging of each type of permission.
- exempted
Members string[] - This is deprecated and has no effect. Do not use.
- service string
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit_
log_ Sequence[Auditconfigs Log Config Response] - The configuration for logging of each type of permission.
- exempted_
members Sequence[str] - This is deprecated and has no effect. Do not use.
- service str
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- audit
Log List<Property Map>Configs - The configuration for logging of each type of permission.
- exempted
Members List<String> - This is deprecated and has no effect. Do not use.
- service String
- Specifies a service that will be enabled for audit logging. For example,
storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
AuditLogConfig, AuditLogConfigArgs
- Exempted
Members List<string> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- Ignore
Child boolExemptions - This is deprecated and has no effect. Do not use.
- Log
Type Pulumi.Google Native. Compute. Beta. Audit Log Config Log Type - The log type that this config enables.
- Exempted
Members []string - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- Ignore
Child boolExemptions - This is deprecated and has no effect. Do not use.
- Log
Type AuditLog Config Log Type - The log type that this config enables.
- exempted
Members List<String> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child BooleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type AuditLog Config Log Type - The log type that this config enables.
- exempted
Members string[] - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child booleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type AuditLog Config Log Type - The log type that this config enables.
- exempted_
members Sequence[str] - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore_
child_ boolexemptions - This is deprecated and has no effect. Do not use.
- log_
type AuditLog Config Log Type - The log type that this config enables.
- exempted
Members List<String> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child BooleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type "ADMIN_READ" | "DATA_READ" | "DATA_WRITE" | "LOG_TYPE_UNSPECIFIED" - The log type that this config enables.
AuditLogConfigLogType, AuditLogConfigLogTypeArgs
- Admin
Read - ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- Data
Read - DATA_READData reads. Example: CloudSQL Users list
- Data
Write - DATA_WRITEData writes. Example: CloudSQL Users create
- Log
Type Unspecified - LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- Audit
Log Config Log Type Admin Read - ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- Audit
Log Config Log Type Data Read - DATA_READData reads. Example: CloudSQL Users list
- Audit
Log Config Log Type Data Write - DATA_WRITEData writes. Example: CloudSQL Users create
- Audit
Log Config Log Type Log Type Unspecified - LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- Admin
Read - ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- Data
Read - DATA_READData reads. Example: CloudSQL Users list
- Data
Write - DATA_WRITEData writes. Example: CloudSQL Users create
- Log
Type Unspecified - LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- Admin
Read - ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- Data
Read - DATA_READData reads. Example: CloudSQL Users list
- Data
Write - DATA_WRITEData writes. Example: CloudSQL Users create
- Log
Type Unspecified - LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- ADMIN_READ
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DATA_READ
- DATA_READData reads. Example: CloudSQL Users list
- DATA_WRITE
- DATA_WRITEData writes. Example: CloudSQL Users create
- LOG_TYPE_UNSPECIFIED
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- "ADMIN_READ"
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- "DATA_READ"
- DATA_READData reads. Example: CloudSQL Users list
- "DATA_WRITE"
- DATA_WRITEData writes. Example: CloudSQL Users create
- "LOG_TYPE_UNSPECIFIED"
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
AuditLogConfigResponse, AuditLogConfigResponseArgs
- Exempted
Members List<string> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- Ignore
Child boolExemptions - This is deprecated and has no effect. Do not use.
- Log
Type string - The log type that this config enables.
- Exempted
Members []string - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- Ignore
Child boolExemptions - This is deprecated and has no effect. Do not use.
- Log
Type string - The log type that this config enables.
- exempted
Members List<String> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child BooleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type String - The log type that this config enables.
- exempted
Members string[] - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child booleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type string - The log type that this config enables.
- exempted_
members Sequence[str] - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore_
child_ boolexemptions - This is deprecated and has no effect. Do not use.
- log_
type str - The log type that this config enables.
- exempted
Members List<String> - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- ignore
Child BooleanExemptions - This is deprecated and has no effect. Do not use.
- log
Type String - The log type that this config enables.
AuthorizationLoggingOptions, AuthorizationLoggingOptionsArgs
- Permission
Type Pulumi.Google Native. Compute. Beta. Authorization Logging Options Permission Type - This is deprecated and has no effect. Do not use.
- Permission
Type AuthorizationLogging Options Permission Type - This is deprecated and has no effect. Do not use.
- permission
Type AuthorizationLogging Options Permission Type - This is deprecated and has no effect. Do not use.
- permission
Type AuthorizationLogging Options Permission Type - This is deprecated and has no effect. Do not use.
- permission_
type AuthorizationLogging Options Permission Type - This is deprecated and has no effect. Do not use.
- permission
Type "ADMIN_READ" | "ADMIN_WRITE" | "DATA_READ" | "DATA_WRITE" | "PERMISSION_TYPE_UNSPECIFIED" - This is deprecated and has no effect. Do not use.
AuthorizationLoggingOptionsPermissionType, AuthorizationLoggingOptionsPermissionTypeArgs
- Admin
Read - ADMIN_READThis is deprecated and has no effect. Do not use.
- Admin
Write - ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- Data
Read - DATA_READThis is deprecated and has no effect. Do not use.
- Data
Write - DATA_WRITEThis is deprecated and has no effect. Do not use.
- Permission
Type Unspecified - PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Authorization
Logging Options Permission Type Admin Read - ADMIN_READThis is deprecated and has no effect. Do not use.
- Authorization
Logging Options Permission Type Admin Write - ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- Authorization
Logging Options Permission Type Data Read - DATA_READThis is deprecated and has no effect. Do not use.
- Authorization
Logging Options Permission Type Data Write - DATA_WRITEThis is deprecated and has no effect. Do not use.
- Authorization
Logging Options Permission Type Permission Type Unspecified - PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Admin
Read - ADMIN_READThis is deprecated and has no effect. Do not use.
- Admin
Write - ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- Data
Read - DATA_READThis is deprecated and has no effect. Do not use.
- Data
Write - DATA_WRITEThis is deprecated and has no effect. Do not use.
- Permission
Type Unspecified - PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Admin
Read - ADMIN_READThis is deprecated and has no effect. Do not use.
- Admin
Write - ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- Data
Read - DATA_READThis is deprecated and has no effect. Do not use.
- Data
Write - DATA_WRITEThis is deprecated and has no effect. Do not use.
- Permission
Type Unspecified - PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- ADMIN_READ
- ADMIN_READThis is deprecated and has no effect. Do not use.
- ADMIN_WRITE
- ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- DATA_READ
- DATA_READThis is deprecated and has no effect. Do not use.
- DATA_WRITE
- DATA_WRITEThis is deprecated and has no effect. Do not use.
- PERMISSION_TYPE_UNSPECIFIED
- PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- "ADMIN_READ"
- ADMIN_READThis is deprecated and has no effect. Do not use.
- "ADMIN_WRITE"
- ADMIN_WRITEThis is deprecated and has no effect. Do not use.
- "DATA_READ"
- DATA_READThis is deprecated and has no effect. Do not use.
- "DATA_WRITE"
- DATA_WRITEThis is deprecated and has no effect. Do not use.
- "PERMISSION_TYPE_UNSPECIFIED"
- PERMISSION_TYPE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
AuthorizationLoggingOptionsResponse, AuthorizationLoggingOptionsResponseArgs
- Permission
Type string - This is deprecated and has no effect. Do not use.
- Permission
Type string - This is deprecated and has no effect. Do not use.
- permission
Type String - This is deprecated and has no effect. Do not use.
- permission
Type string - This is deprecated and has no effect. Do not use.
- permission_
type str - This is deprecated and has no effect. Do not use.
- permission
Type String - This is deprecated and has no effect. Do not use.
Binding, BindingArgs
- Binding
Id string - This is deprecated and has no effect. Do not use.
- Condition
Pulumi.
Google Native. Compute. Beta. Inputs. Expr - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - Members List<string>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - Role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- Binding
Id string - This is deprecated and has no effect. Do not use.
- Condition Expr
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - Members []string
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - Role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id String - This is deprecated and has no effect. Do not use.
- condition Expr
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members List<String>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role String
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id string - This is deprecated and has no effect. Do not use.
- condition Expr
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members string[]
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding_
id str - This is deprecated and has no effect. Do not use.
- condition Expr
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members Sequence[str]
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role str
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id String - This is deprecated and has no effect. Do not use.
- condition Property Map
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members List<String>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role String
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
BindingResponse, BindingResponseArgs
- Binding
Id string - This is deprecated and has no effect. Do not use.
- Condition
Pulumi.
Google Native. Compute. Beta. Inputs. Expr Response - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - Members List<string>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - Role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- Binding
Id string - This is deprecated and has no effect. Do not use.
- Condition
Expr
Response - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - Members []string
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - Role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id String - This is deprecated and has no effect. Do not use.
- condition
Expr
Response - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members List<String>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role String
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id string - This is deprecated and has no effect. Do not use.
- condition
Expr
Response - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members string[]
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role string
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding_
id str - This is deprecated and has no effect. Do not use.
- condition
Expr
Response - The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members Sequence[str]
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role str
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
- binding
Id String - This is deprecated and has no effect. Do not use.
- condition Property Map
- The condition that is associated with this binding. If the condition evaluates to
true
, then this binding applies to the current request. If the condition evaluates tofalse
, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation. - members List<String>
- Specifies the principals requesting access for a Google Cloud resource.
members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}
: An email address that represents a specific Google account. For example,alice@example.com
. *serviceAccount:{emailid}
: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com
. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]
: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]
. *group:{emailid}
: An email address that represents a Google group. For example,admins@example.com
. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. - role String
- Role that is assigned to the list of
members
, or principals. For example,roles/viewer
,roles/editor
, orroles/owner
.
Condition, ConditionArgs
- Iam
Pulumi.
Google Native. Compute. Beta. Condition Iam - This is deprecated and has no effect. Do not use.
- Op
Pulumi.
Google Native. Compute. Beta. Condition Op - This is deprecated and has no effect. Do not use.
- Svc string
- This is deprecated and has no effect. Do not use.
- Sys
Pulumi.
Google Native. Compute. Beta. Condition Sys - This is deprecated and has no effect. Do not use.
- Values List<string>
- This is deprecated and has no effect. Do not use.
- Iam
Condition
Iam - This is deprecated and has no effect. Do not use.
- Op
Condition
Op - This is deprecated and has no effect. Do not use.
- Svc string
- This is deprecated and has no effect. Do not use.
- Sys
Condition
Sys - This is deprecated and has no effect. Do not use.
- Values []string
- This is deprecated and has no effect. Do not use.
- iam
Condition
Iam - This is deprecated and has no effect. Do not use.
- op
Condition
Op - This is deprecated and has no effect. Do not use.
- svc String
- This is deprecated and has no effect. Do not use.
- sys
Condition
Sys - This is deprecated and has no effect. Do not use.
- values List<String>
- This is deprecated and has no effect. Do not use.
- iam
Condition
Iam - This is deprecated and has no effect. Do not use.
- op
Condition
Op - This is deprecated and has no effect. Do not use.
- svc string
- This is deprecated and has no effect. Do not use.
- sys
Condition
Sys - This is deprecated and has no effect. Do not use.
- values string[]
- This is deprecated and has no effect. Do not use.
- iam
Condition
Iam - This is deprecated and has no effect. Do not use.
- op
Condition
Op - This is deprecated and has no effect. Do not use.
- svc str
- This is deprecated and has no effect. Do not use.
- sys
Condition
Sys - This is deprecated and has no effect. Do not use.
- values Sequence[str]
- This is deprecated and has no effect. Do not use.
- iam "APPROVER" | "ATTRIBUTION" | "AUTHORITY" | "CREDENTIALS_TYPE" | "CREDS_ASSERTION" | "JUSTIFICATION_TYPE" | "NO_ATTR" | "SECURITY_REALM"
- This is deprecated and has no effect. Do not use.
- op "DISCHARGED" | "EQUALS" | "IN" | "NOT_EQUALS" | "NOT_IN" | "NO_OP"
- This is deprecated and has no effect. Do not use.
- svc String
- This is deprecated and has no effect. Do not use.
- sys "IP" | "NAME" | "NO_ATTR" | "REGION" | "SERVICE"
- This is deprecated and has no effect. Do not use.
- values List<String>
- This is deprecated and has no effect. Do not use.
ConditionIam, ConditionIamArgs
- Approver
- APPROVERThis is deprecated and has no effect. Do not use.
- Attribution
- ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- Authority
- AUTHORITYThis is deprecated and has no effect. Do not use.
- Credentials
Type - CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- Creds
Assertion - CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- Justification
Type - JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Security
Realm - SECURITY_REALMThis is deprecated and has no effect. Do not use.
- Condition
Iam Approver - APPROVERThis is deprecated and has no effect. Do not use.
- Condition
Iam Attribution - ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- Condition
Iam Authority - AUTHORITYThis is deprecated and has no effect. Do not use.
- Condition
Iam Credentials Type - CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- Condition
Iam Creds Assertion - CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- Condition
Iam Justification Type - JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- Condition
Iam No Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Condition
Iam Security Realm - SECURITY_REALMThis is deprecated and has no effect. Do not use.
- Approver
- APPROVERThis is deprecated and has no effect. Do not use.
- Attribution
- ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- Authority
- AUTHORITYThis is deprecated and has no effect. Do not use.
- Credentials
Type - CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- Creds
Assertion - CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- Justification
Type - JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Security
Realm - SECURITY_REALMThis is deprecated and has no effect. Do not use.
- Approver
- APPROVERThis is deprecated and has no effect. Do not use.
- Attribution
- ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- Authority
- AUTHORITYThis is deprecated and has no effect. Do not use.
- Credentials
Type - CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- Creds
Assertion - CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- Justification
Type - JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Security
Realm - SECURITY_REALMThis is deprecated and has no effect. Do not use.
- APPROVER
- APPROVERThis is deprecated and has no effect. Do not use.
- ATTRIBUTION
- ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- AUTHORITY
- AUTHORITYThis is deprecated and has no effect. Do not use.
- CREDENTIALS_TYPE
- CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- CREDS_ASSERTION
- CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- JUSTIFICATION_TYPE
- JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- NO_ATTR
- NO_ATTRThis is deprecated and has no effect. Do not use.
- SECURITY_REALM
- SECURITY_REALMThis is deprecated and has no effect. Do not use.
- "APPROVER"
- APPROVERThis is deprecated and has no effect. Do not use.
- "ATTRIBUTION"
- ATTRIBUTIONThis is deprecated and has no effect. Do not use.
- "AUTHORITY"
- AUTHORITYThis is deprecated and has no effect. Do not use.
- "CREDENTIALS_TYPE"
- CREDENTIALS_TYPEThis is deprecated and has no effect. Do not use.
- "CREDS_ASSERTION"
- CREDS_ASSERTIONThis is deprecated and has no effect. Do not use.
- "JUSTIFICATION_TYPE"
- JUSTIFICATION_TYPEThis is deprecated and has no effect. Do not use.
- "NO_ATTR"
- NO_ATTRThis is deprecated and has no effect. Do not use.
- "SECURITY_REALM"
- SECURITY_REALMThis is deprecated and has no effect. Do not use.
ConditionOp, ConditionOpArgs
- Discharged
- DISCHARGEDThis is deprecated and has no effect. Do not use.
- Equals
Value - EQUALSThis is deprecated and has no effect. Do not use.
- In
- INThis is deprecated and has no effect. Do not use.
- Not
Equals - NOT_EQUALSThis is deprecated and has no effect. Do not use.
- Not
In - NOT_INThis is deprecated and has no effect. Do not use.
- No
Op - NO_OPThis is deprecated and has no effect. Do not use.
- Condition
Op Discharged - DISCHARGEDThis is deprecated and has no effect. Do not use.
- Condition
Op Equals - EQUALSThis is deprecated and has no effect. Do not use.
- Condition
Op In - INThis is deprecated and has no effect. Do not use.
- Condition
Op Not Equals - NOT_EQUALSThis is deprecated and has no effect. Do not use.
- Condition
Op Not In - NOT_INThis is deprecated and has no effect. Do not use.
- Condition
Op No Op - NO_OPThis is deprecated and has no effect. Do not use.
- Discharged
- DISCHARGEDThis is deprecated and has no effect. Do not use.
- Equals
- EQUALSThis is deprecated and has no effect. Do not use.
- In
- INThis is deprecated and has no effect. Do not use.
- Not
Equals - NOT_EQUALSThis is deprecated and has no effect. Do not use.
- Not
In - NOT_INThis is deprecated and has no effect. Do not use.
- No
Op - NO_OPThis is deprecated and has no effect. Do not use.
- Discharged
- DISCHARGEDThis is deprecated and has no effect. Do not use.
- Equals
- EQUALSThis is deprecated and has no effect. Do not use.
- In
- INThis is deprecated and has no effect. Do not use.
- Not
Equals - NOT_EQUALSThis is deprecated and has no effect. Do not use.
- Not
In - NOT_INThis is deprecated and has no effect. Do not use.
- No
Op - NO_OPThis is deprecated and has no effect. Do not use.
- DISCHARGED
- DISCHARGEDThis is deprecated and has no effect. Do not use.
- EQUALS
- EQUALSThis is deprecated and has no effect. Do not use.
- IN_
- INThis is deprecated and has no effect. Do not use.
- NOT_EQUALS
- NOT_EQUALSThis is deprecated and has no effect. Do not use.
- NOT_IN
- NOT_INThis is deprecated and has no effect. Do not use.
- NO_OP
- NO_OPThis is deprecated and has no effect. Do not use.
- "DISCHARGED"
- DISCHARGEDThis is deprecated and has no effect. Do not use.
- "EQUALS"
- EQUALSThis is deprecated and has no effect. Do not use.
- "IN"
- INThis is deprecated and has no effect. Do not use.
- "NOT_EQUALS"
- NOT_EQUALSThis is deprecated and has no effect. Do not use.
- "NOT_IN"
- NOT_INThis is deprecated and has no effect. Do not use.
- "NO_OP"
- NO_OPThis is deprecated and has no effect. Do not use.
ConditionResponse, ConditionResponseArgs
- Iam string
- This is deprecated and has no effect. Do not use.
- Op string
- This is deprecated and has no effect. Do not use.
- Svc string
- This is deprecated and has no effect. Do not use.
- Sys string
- This is deprecated and has no effect. Do not use.
- Values List<string>
- This is deprecated and has no effect. Do not use.
- iam String
- This is deprecated and has no effect. Do not use.
- op String
- This is deprecated and has no effect. Do not use.
- svc String
- This is deprecated and has no effect. Do not use.
- sys String
- This is deprecated and has no effect. Do not use.
- values List<String>
- This is deprecated and has no effect. Do not use.
- iam String
- This is deprecated and has no effect. Do not use.
- op String
- This is deprecated and has no effect. Do not use.
- svc String
- This is deprecated and has no effect. Do not use.
- sys String
- This is deprecated and has no effect. Do not use.
- values List<String>
- This is deprecated and has no effect. Do not use.
ConditionSys, ConditionSysArgs
- Ip
- IPThis is deprecated and has no effect. Do not use.
- Name
- NAMEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Region
- REGIONThis is deprecated and has no effect. Do not use.
- Service
- SERVICEThis is deprecated and has no effect. Do not use.
- Condition
Sys Ip - IPThis is deprecated and has no effect. Do not use.
- Condition
Sys Name - NAMEThis is deprecated and has no effect. Do not use.
- Condition
Sys No Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Condition
Sys Region - REGIONThis is deprecated and has no effect. Do not use.
- Condition
Sys Service - SERVICEThis is deprecated and has no effect. Do not use.
- Ip
- IPThis is deprecated and has no effect. Do not use.
- Name
- NAMEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Region
- REGIONThis is deprecated and has no effect. Do not use.
- Service
- SERVICEThis is deprecated and has no effect. Do not use.
- Ip
- IPThis is deprecated and has no effect. Do not use.
- Name
- NAMEThis is deprecated and has no effect. Do not use.
- No
Attr - NO_ATTRThis is deprecated and has no effect. Do not use.
- Region
- REGIONThis is deprecated and has no effect. Do not use.
- Service
- SERVICEThis is deprecated and has no effect. Do not use.
- IP
- IPThis is deprecated and has no effect. Do not use.
- NAME
- NAMEThis is deprecated and has no effect. Do not use.
- NO_ATTR
- NO_ATTRThis is deprecated and has no effect. Do not use.
- REGION
- REGIONThis is deprecated and has no effect. Do not use.
- SERVICE
- SERVICEThis is deprecated and has no effect. Do not use.
- "IP"
- IPThis is deprecated and has no effect. Do not use.
- "NAME"
- NAMEThis is deprecated and has no effect. Do not use.
- "NO_ATTR"
- NO_ATTRThis is deprecated and has no effect. Do not use.
- "REGION"
- REGIONThis is deprecated and has no effect. Do not use.
- "SERVICE"
- SERVICEThis is deprecated and has no effect. Do not use.
Expr, ExprArgs
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
- Textual representation of an expression in Common Expression Language syntax.
- location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
- Textual representation of an expression in Common Expression Language syntax.
- location str
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
ExprResponse, ExprResponseArgs
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
- Textual representation of an expression in Common Expression Language syntax.
- location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
- Textual representation of an expression in Common Expression Language syntax.
- location str
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
LogConfig, LogConfigArgs
- Cloud
Audit Pulumi.Google Native. Compute. Beta. Inputs. Log Config Cloud Audit Options - This is deprecated and has no effect. Do not use.
- Counter
Pulumi.
Google Native. Compute. Beta. Inputs. Log Config Counter Options - This is deprecated and has no effect. Do not use.
- Data
Access Pulumi.Google Native. Compute. Beta. Inputs. Log Config Data Access Options - This is deprecated and has no effect. Do not use.
- Cloud
Audit LogConfig Cloud Audit Options - This is deprecated and has no effect. Do not use.
- Counter
Log
Config Counter Options - This is deprecated and has no effect. Do not use.
- Data
Access LogConfig Data Access Options - This is deprecated and has no effect. Do not use.
- cloud
Audit LogConfig Cloud Audit Options - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options - This is deprecated and has no effect. Do not use.
- data
Access LogConfig Data Access Options - This is deprecated and has no effect. Do not use.
- cloud
Audit LogConfig Cloud Audit Options - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options - This is deprecated and has no effect. Do not use.
- data
Access LogConfig Data Access Options - This is deprecated and has no effect. Do not use.
- cloud_
audit LogConfig Cloud Audit Options - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options - This is deprecated and has no effect. Do not use.
- data_
access LogConfig Data Access Options - This is deprecated and has no effect. Do not use.
- cloud
Audit Property Map - This is deprecated and has no effect. Do not use.
- counter Property Map
- This is deprecated and has no effect. Do not use.
- data
Access Property Map - This is deprecated and has no effect. Do not use.
LogConfigCloudAuditOptions, LogConfigCloudAuditOptionsArgs
- Pulumi.
Google Native. Compute. Beta. Inputs. Authorization Logging Options - This is deprecated and has no effect. Do not use.
- Log
Name Pulumi.Google Native. Compute. Beta. Log Config Cloud Audit Options Log Name - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options - This is deprecated and has no effect. Do not use.
- Log
Name LogConfig Cloud Audit Options Log Name - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options - This is deprecated and has no effect. Do not use.
- log
Name LogConfig Cloud Audit Options Log Name - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options - This is deprecated and has no effect. Do not use.
- log
Name LogConfig Cloud Audit Options Log Name - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options - This is deprecated and has no effect. Do not use.
- log_
name LogConfig Cloud Audit Options Log Name - This is deprecated and has no effect. Do not use.
- Property Map
- This is deprecated and has no effect. Do not use.
- log
Name "ADMIN_ACTIVITY" | "DATA_ACCESS" | "UNSPECIFIED_LOG_NAME" - This is deprecated and has no effect. Do not use.
LogConfigCloudAuditOptionsLogName, LogConfigCloudAuditOptionsLogNameArgs
- Admin
Activity - ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- Data
Access - DATA_ACCESSThis is deprecated and has no effect. Do not use.
- Unspecified
Log Name - UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
- Log
Config Cloud Audit Options Log Name Admin Activity - ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- Log
Config Cloud Audit Options Log Name Data Access - DATA_ACCESSThis is deprecated and has no effect. Do not use.
- Log
Config Cloud Audit Options Log Name Unspecified Log Name - UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
- Admin
Activity - ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- Data
Access - DATA_ACCESSThis is deprecated and has no effect. Do not use.
- Unspecified
Log Name - UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
- Admin
Activity - ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- Data
Access - DATA_ACCESSThis is deprecated and has no effect. Do not use.
- Unspecified
Log Name - UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
- ADMIN_ACTIVITY
- ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- DATA_ACCESS
- DATA_ACCESSThis is deprecated and has no effect. Do not use.
- UNSPECIFIED_LOG_NAME
- UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
- "ADMIN_ACTIVITY"
- ADMIN_ACTIVITYThis is deprecated and has no effect. Do not use.
- "DATA_ACCESS"
- DATA_ACCESSThis is deprecated and has no effect. Do not use.
- "UNSPECIFIED_LOG_NAME"
- UNSPECIFIED_LOG_NAMEThis is deprecated and has no effect. Do not use.
LogConfigCloudAuditOptionsResponse, LogConfigCloudAuditOptionsResponseArgs
- Pulumi.
Google Native. Compute. Beta. Inputs. Authorization Logging Options Response - This is deprecated and has no effect. Do not use.
- Log
Name string - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options Response - This is deprecated and has no effect. Do not use.
- Log
Name string - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options Response - This is deprecated and has no effect. Do not use.
- log
Name String - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options Response - This is deprecated and has no effect. Do not use.
- log
Name string - This is deprecated and has no effect. Do not use.
- Authorization
Logging Options Response - This is deprecated and has no effect. Do not use.
- log_
name str - This is deprecated and has no effect. Do not use.
- Property Map
- This is deprecated and has no effect. Do not use.
- log
Name String - This is deprecated and has no effect. Do not use.
LogConfigCounterOptions, LogConfigCounterOptionsArgs
- Custom
Fields List<Pulumi.Google Native. Compute. Beta. Inputs. Log Config Counter Options Custom Field> - This is deprecated and has no effect. Do not use.
- Field string
- This is deprecated and has no effect. Do not use.
- Metric string
- This is deprecated and has no effect. Do not use.
- Custom
Fields []LogConfig Counter Options Custom Field - This is deprecated and has no effect. Do not use.
- Field string
- This is deprecated and has no effect. Do not use.
- Metric string
- This is deprecated and has no effect. Do not use.
- custom
Fields List<LogConfig Counter Options Custom Field> - This is deprecated and has no effect. Do not use.
- field String
- This is deprecated and has no effect. Do not use.
- metric String
- This is deprecated and has no effect. Do not use.
- custom
Fields LogConfig Counter Options Custom Field[] - This is deprecated and has no effect. Do not use.
- field string
- This is deprecated and has no effect. Do not use.
- metric string
- This is deprecated and has no effect. Do not use.
- custom_
fields Sequence[LogConfig Counter Options Custom Field] - This is deprecated and has no effect. Do not use.
- field str
- This is deprecated and has no effect. Do not use.
- metric str
- This is deprecated and has no effect. Do not use.
- custom
Fields List<Property Map> - This is deprecated and has no effect. Do not use.
- field String
- This is deprecated and has no effect. Do not use.
- metric String
- This is deprecated and has no effect. Do not use.
LogConfigCounterOptionsCustomField, LogConfigCounterOptionsCustomFieldArgs
LogConfigCounterOptionsCustomFieldResponse, LogConfigCounterOptionsCustomFieldResponseArgs
LogConfigCounterOptionsResponse, LogConfigCounterOptionsResponseArgs
- Custom
Fields List<Pulumi.Google Native. Compute. Beta. Inputs. Log Config Counter Options Custom Field Response> - This is deprecated and has no effect. Do not use.
- Field string
- This is deprecated and has no effect. Do not use.
- Metric string
- This is deprecated and has no effect. Do not use.
- Custom
Fields []LogConfig Counter Options Custom Field Response - This is deprecated and has no effect. Do not use.
- Field string
- This is deprecated and has no effect. Do not use.
- Metric string
- This is deprecated and has no effect. Do not use.
- custom
Fields List<LogConfig Counter Options Custom Field Response> - This is deprecated and has no effect. Do not use.
- field String
- This is deprecated and has no effect. Do not use.
- metric String
- This is deprecated and has no effect. Do not use.
- custom
Fields LogConfig Counter Options Custom Field Response[] - This is deprecated and has no effect. Do not use.
- field string
- This is deprecated and has no effect. Do not use.
- metric string
- This is deprecated and has no effect. Do not use.
- custom_
fields Sequence[LogConfig Counter Options Custom Field Response] - This is deprecated and has no effect. Do not use.
- field str
- This is deprecated and has no effect. Do not use.
- metric str
- This is deprecated and has no effect. Do not use.
- custom
Fields List<Property Map> - This is deprecated and has no effect. Do not use.
- field String
- This is deprecated and has no effect. Do not use.
- metric String
- This is deprecated and has no effect. Do not use.
LogConfigDataAccessOptions, LogConfigDataAccessOptionsArgs
- Log
Mode Pulumi.Google Native. Compute. Beta. Log Config Data Access Options Log Mode - This is deprecated and has no effect. Do not use.
- Log
Mode LogConfig Data Access Options Log Mode - This is deprecated and has no effect. Do not use.
- log
Mode LogConfig Data Access Options Log Mode - This is deprecated and has no effect. Do not use.
- log
Mode LogConfig Data Access Options Log Mode - This is deprecated and has no effect. Do not use.
- log_
mode LogConfig Data Access Options Log Mode - This is deprecated and has no effect. Do not use.
- log
Mode "LOG_FAIL_CLOSED" | "LOG_MODE_UNSPECIFIED" - This is deprecated and has no effect. Do not use.
LogConfigDataAccessOptionsLogMode, LogConfigDataAccessOptionsLogModeArgs
- Log
Fail Closed - LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- Log
Mode Unspecified - LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Log
Config Data Access Options Log Mode Log Fail Closed - LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- Log
Config Data Access Options Log Mode Log Mode Unspecified - LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Log
Fail Closed - LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- Log
Mode Unspecified - LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- Log
Fail Closed - LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- Log
Mode Unspecified - LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- LOG_FAIL_CLOSED
- LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- LOG_MODE_UNSPECIFIED
- LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
- "LOG_FAIL_CLOSED"
- LOG_FAIL_CLOSEDThis is deprecated and has no effect. Do not use.
- "LOG_MODE_UNSPECIFIED"
- LOG_MODE_UNSPECIFIEDThis is deprecated and has no effect. Do not use.
LogConfigDataAccessOptionsResponse, LogConfigDataAccessOptionsResponseArgs
- Log
Mode string - This is deprecated and has no effect. Do not use.
- Log
Mode string - This is deprecated and has no effect. Do not use.
- log
Mode String - This is deprecated and has no effect. Do not use.
- log
Mode string - This is deprecated and has no effect. Do not use.
- log_
mode str - This is deprecated and has no effect. Do not use.
- log
Mode String - This is deprecated and has no effect. Do not use.
LogConfigResponse, LogConfigResponseArgs
- Cloud
Audit Pulumi.Google Native. Compute. Beta. Inputs. Log Config Cloud Audit Options Response - This is deprecated and has no effect. Do not use.
- Counter
Pulumi.
Google Native. Compute. Beta. Inputs. Log Config Counter Options Response - This is deprecated and has no effect. Do not use.
- Data
Access Pulumi.Google Native. Compute. Beta. Inputs. Log Config Data Access Options Response - This is deprecated and has no effect. Do not use.
- Cloud
Audit LogConfig Cloud Audit Options Response - This is deprecated and has no effect. Do not use.
- Counter
Log
Config Counter Options Response - This is deprecated and has no effect. Do not use.
- Data
Access LogConfig Data Access Options Response - This is deprecated and has no effect. Do not use.
- cloud
Audit LogConfig Cloud Audit Options Response - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options Response - This is deprecated and has no effect. Do not use.
- data
Access LogConfig Data Access Options Response - This is deprecated and has no effect. Do not use.
- cloud
Audit LogConfig Cloud Audit Options Response - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options Response - This is deprecated and has no effect. Do not use.
- data
Access LogConfig Data Access Options Response - This is deprecated and has no effect. Do not use.
- cloud_
audit LogConfig Cloud Audit Options Response - This is deprecated and has no effect. Do not use.
- counter
Log
Config Counter Options Response - This is deprecated and has no effect. Do not use.
- data_
access LogConfig Data Access Options Response - This is deprecated and has no effect. Do not use.
- cloud
Audit Property Map - This is deprecated and has no effect. Do not use.
- counter Property Map
- This is deprecated and has no effect. Do not use.
- data
Access Property Map - This is deprecated and has no effect. Do not use.
Rule, RuleArgs
- Action
Pulumi.
Google Native. Compute. Beta. Rule Action - This is deprecated and has no effect. Do not use.
- Conditions
List<Pulumi.
Google Native. Compute. Beta. Inputs. Condition> - This is deprecated and has no effect. Do not use.
- Description string
- This is deprecated and has no effect. Do not use.
- Ins List<string>
- This is deprecated and has no effect. Do not use.
- Log
Configs List<Pulumi.Google Native. Compute. Beta. Inputs. Log Config> - This is deprecated and has no effect. Do not use.
- Not
Ins List<string> - This is deprecated and has no effect. Do not use.
- Permissions List<string>
- This is deprecated and has no effect. Do not use.
- Action
Rule
Action - This is deprecated and has no effect. Do not use.
- Conditions []Condition
- This is deprecated and has no effect. Do not use.
- Description string
- This is deprecated and has no effect. Do not use.
- Ins []string
- This is deprecated and has no effect. Do not use.
- Log
Configs []LogConfig - This is deprecated and has no effect. Do not use.
- Not
Ins []string - This is deprecated and has no effect. Do not use.
- Permissions []string
- This is deprecated and has no effect. Do not use.
- action
Rule
Action - This is deprecated and has no effect. Do not use.
- conditions List<Condition>
- This is deprecated and has no effect. Do not use.
- description String
- This is deprecated and has no effect. Do not use.
- ins List<String>
- This is deprecated and has no effect. Do not use.
- log
Configs List<LogConfig> - This is deprecated and has no effect. Do not use.
- not
Ins List<String> - This is deprecated and has no effect. Do not use.
- permissions List<String>
- This is deprecated and has no effect. Do not use.
- action
Rule
Action - This is deprecated and has no effect. Do not use.
- conditions Condition[]
- This is deprecated and has no effect. Do not use.
- description string
- This is deprecated and has no effect. Do not use.
- ins string[]
- This is deprecated and has no effect. Do not use.
- log
Configs LogConfig[] - This is deprecated and has no effect. Do not use.
- not
Ins string[] - This is deprecated and has no effect. Do not use.
- permissions string[]
- This is deprecated and has no effect. Do not use.
- action
Rule
Action - This is deprecated and has no effect. Do not use.
- conditions Sequence[Condition]
- This is deprecated and has no effect. Do not use.
- description str
- This is deprecated and has no effect. Do not use.
- ins Sequence[str]
- This is deprecated and has no effect. Do not use.
- log_
configs Sequence[LogConfig] - This is deprecated and has no effect. Do not use.
- not_
ins Sequence[str] - This is deprecated and has no effect. Do not use.
- permissions Sequence[str]
- This is deprecated and has no effect. Do not use.
- action "ALLOW" | "ALLOW_WITH_LOG" | "DENY" | "DENY_WITH_LOG" | "LOG" | "NO_ACTION"
- This is deprecated and has no effect. Do not use.
- conditions List<Property Map>
- This is deprecated and has no effect. Do not use.
- description String
- This is deprecated and has no effect. Do not use.
- ins List<String>
- This is deprecated and has no effect. Do not use.
- log
Configs List<Property Map> - This is deprecated and has no effect. Do not use.
- not
Ins List<String> - This is deprecated and has no effect. Do not use.
- permissions List<String>
- This is deprecated and has no effect. Do not use.
RuleAction, RuleActionArgs
- Allow
- ALLOWThis is deprecated and has no effect. Do not use.
- Allow
With Log - ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- Deny
- DENYThis is deprecated and has no effect. Do not use.
- Deny
With Log - DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- Log
- LOGThis is deprecated and has no effect. Do not use.
- No
Action - NO_ACTIONThis is deprecated and has no effect. Do not use.
- Rule
Action Allow - ALLOWThis is deprecated and has no effect. Do not use.
- Rule
Action Allow With Log - ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- Rule
Action Deny - DENYThis is deprecated and has no effect. Do not use.
- Rule
Action Deny With Log - DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- Rule
Action Log - LOGThis is deprecated and has no effect. Do not use.
- Rule
Action No Action - NO_ACTIONThis is deprecated and has no effect. Do not use.
- Allow
- ALLOWThis is deprecated and has no effect. Do not use.
- Allow
With Log - ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- Deny
- DENYThis is deprecated and has no effect. Do not use.
- Deny
With Log - DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- Log
- LOGThis is deprecated and has no effect. Do not use.
- No
Action - NO_ACTIONThis is deprecated and has no effect. Do not use.
- Allow
- ALLOWThis is deprecated and has no effect. Do not use.
- Allow
With Log - ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- Deny
- DENYThis is deprecated and has no effect. Do not use.
- Deny
With Log - DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- Log
- LOGThis is deprecated and has no effect. Do not use.
- No
Action - NO_ACTIONThis is deprecated and has no effect. Do not use.
- ALLOW
- ALLOWThis is deprecated and has no effect. Do not use.
- ALLOW_WITH_LOG
- ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- DENY
- DENYThis is deprecated and has no effect. Do not use.
- DENY_WITH_LOG
- DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- LOG
- LOGThis is deprecated and has no effect. Do not use.
- NO_ACTION
- NO_ACTIONThis is deprecated and has no effect. Do not use.
- "ALLOW"
- ALLOWThis is deprecated and has no effect. Do not use.
- "ALLOW_WITH_LOG"
- ALLOW_WITH_LOGThis is deprecated and has no effect. Do not use.
- "DENY"
- DENYThis is deprecated and has no effect. Do not use.
- "DENY_WITH_LOG"
- DENY_WITH_LOGThis is deprecated and has no effect. Do not use.
- "LOG"
- LOGThis is deprecated and has no effect. Do not use.
- "NO_ACTION"
- NO_ACTIONThis is deprecated and has no effect. Do not use.
RuleResponse, RuleResponseArgs
- Action string
- This is deprecated and has no effect. Do not use.
- Conditions
List<Pulumi.
Google Native. Compute. Beta. Inputs. Condition Response> - This is deprecated and has no effect. Do not use.
- Description string
- This is deprecated and has no effect. Do not use.
- Ins List<string>
- This is deprecated and has no effect. Do not use.
- Log
Configs List<Pulumi.Google Native. Compute. Beta. Inputs. Log Config Response> - This is deprecated and has no effect. Do not use.
- Not
Ins List<string> - This is deprecated and has no effect. Do not use.
- Permissions List<string>
- This is deprecated and has no effect. Do not use.
- Action string
- This is deprecated and has no effect. Do not use.
- Conditions
[]Condition
Response - This is deprecated and has no effect. Do not use.
- Description string
- This is deprecated and has no effect. Do not use.
- Ins []string
- This is deprecated and has no effect. Do not use.
- Log
Configs []LogConfig Response - This is deprecated and has no effect. Do not use.
- Not
Ins []string - This is deprecated and has no effect. Do not use.
- Permissions []string
- This is deprecated and has no effect. Do not use.
- action String
- This is deprecated and has no effect. Do not use.
- conditions
List<Condition
Response> - This is deprecated and has no effect. Do not use.
- description String
- This is deprecated and has no effect. Do not use.
- ins List<String>
- This is deprecated and has no effect. Do not use.
- log
Configs List<LogConfig Response> - This is deprecated and has no effect. Do not use.
- not
Ins List<String> - This is deprecated and has no effect. Do not use.
- permissions List<String>
- This is deprecated and has no effect. Do not use.
- action string
- This is deprecated and has no effect. Do not use.
- conditions
Condition
Response[] - This is deprecated and has no effect. Do not use.
- description string
- This is deprecated and has no effect. Do not use.
- ins string[]
- This is deprecated and has no effect. Do not use.
- log
Configs LogConfig Response[] - This is deprecated and has no effect. Do not use.
- not
Ins string[] - This is deprecated and has no effect. Do not use.
- permissions string[]
- This is deprecated and has no effect. Do not use.
- action str
- This is deprecated and has no effect. Do not use.
- conditions
Sequence[Condition
Response] - This is deprecated and has no effect. Do not use.
- description str
- This is deprecated and has no effect. Do not use.
- ins Sequence[str]
- This is deprecated and has no effect. Do not use.
- log_
configs Sequence[LogConfig Response] - This is deprecated and has no effect. Do not use.
- not_
ins Sequence[str] - This is deprecated and has no effect. Do not use.
- permissions Sequence[str]
- This is deprecated and has no effect. Do not use.
- action String
- This is deprecated and has no effect. Do not use.
- conditions List<Property Map>
- This is deprecated and has no effect. Do not use.
- description String
- This is deprecated and has no effect. Do not use.
- ins List<String>
- This is deprecated and has no effect. Do not use.
- log
Configs List<Property Map> - This is deprecated and has no effect. Do not use.
- not
Ins List<String> - This is deprecated and has no effect. Do not use.
- permissions List<String>
- This is deprecated and has no effect. Do not use.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.