Show / Hide Table of Contents

Class IAMAuditConfigAuditLogConfig

Inheritance
System.Object
IAMAuditConfigAuditLogConfig
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IAMAuditConfigAuditLogConfig

Fields

View Source

ExemptedMembers

Identities that do not cause logging for this type of permission. The format is the same as that for members.

Declaration
public readonly ImmutableArray<string> ExemptedMembers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

LogType

Permission type for which logging is to be configured. Must be one of DATA_READ, DATA_WRITE, or ADMIN_READ.

Declaration
public readonly string LogType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.