Class IAMAuditConfigAuditLogConfigArgs
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.Projects.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IAMAuditConfigAuditLogConfigArgs : ResourceArgs
Constructors
View SourceIAMAuditConfigAuditLogConfigArgs()
Declaration
public IAMAuditConfigAuditLogConfigArgs()
Properties
View SourceExemptedMembers
Identities that do not cause logging for this type of permission. The format is the same as that for members.
Declaration
public InputList<string> ExemptedMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
LogType
Permission type for which logging is to be configured. Must be one of DATA_READ, DATA_WRITE, or ADMIN_READ.
Declaration
public Input<string> LogType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |