Class GetIAMPolicyAuditConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Organizations.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetIAMPolicyAuditConfigArgs : InvokeArgs
Constructors
View SourceGetIAMPolicyAuditConfigArgs()
Declaration
public GetIAMPolicyAuditConfigArgs()
Properties
View SourceAuditLogConfigs
A nested block that defines the operations you'd like to log.
Declaration
public List<GetIAMPolicyAuditConfigAuditLogConfigArgs> AuditLogConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetIAMPolicyAuditConfigAuditLogConfigArgs> |
Service
Defines 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.
Declaration
public string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |