Show / Hide Table of Contents

Class IAMAuditConfigAuditLogConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IAMAuditConfigAuditLogConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 IAMAuditConfigAuditLogConfigGetArgs : ResourceArgs

Constructors

View Source

IAMAuditConfigAuditLogConfigGetArgs()

Declaration
public IAMAuditConfigAuditLogConfigGetArgs()

Properties

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 InputList<string> ExemptedMembers { get; set; }
Property Value
Type Description
InputList<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 Input<string> LogType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.