Class IAMAuditConfigArgs
Inherited Members
Namespace: Pulumi.Gcp.Projects
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IAMAuditConfigArgs : ResourceArgs
Constructors
View SourceIAMAuditConfigArgs()
Declaration
public IAMAuditConfigArgs()
Properties
View SourceAuditLogConfigs
The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
Declaration
public InputList<IAMAuditConfigAuditLogConfigArgs> AuditLogConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<IAMAuditConfigAuditLogConfigArgs> |
Project
The project ID. If not specified for gcp.projects.IAMBinding, gcp.projects.IAMMember, or gcp.projects.IAMAuditConfig, uses the ID of the project configured with the provider.
Required for gcp.projects.IAMPolicy - you must explicitly set the project, and it
will not be inferred from the provider.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Service
Service which will be enabled for audit logging. The special value allServices covers all services. Note that if there are google_project_iam_audit_config resources covering both allServices and a specific service then the union of the two AuditConfigs is used for that service: the log_types specified in each audit_log_config are enabled, and the exempted_members in each audit_log_config are exempted.
Declaration
public Input<string> Service { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |