Show / Hide Table of Contents

Class IamAuditConfigAuditLogConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IamAuditConfigAuditLogConfigArgs
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.Organizations.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IamAuditConfigAuditLogConfigArgs : ResourceArgs

Constructors

View Source

IamAuditConfigAuditLogConfigArgs()

Declaration
public IamAuditConfigAuditLogConfigArgs()

Properties

View Source

ExemptedMembers

Identities that do not cause logging for this type of permission. Each entry can have one of the following values:

  • user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
  • serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
  • group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
  • domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
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.