Show / Hide Table of Contents

Class GetIAMPolicyAuditConfigAuditLogConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIAMPolicyAuditConfigAuditLogConfigArgs
Inherited Members
InvokeArgs.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 GetIAMPolicyAuditConfigAuditLogConfigArgs : InvokeArgs

Constructors

View Source

GetIAMPolicyAuditConfigAuditLogConfigArgs()

Declaration
public GetIAMPolicyAuditConfigAuditLogConfigArgs()

Properties

View Source

ExemptedMembers

Specifies the identities that are exempt from these types of logging operations. Follows the same format of the members array for binding.

Declaration
public List<string> ExemptedMembers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

LogType

Defines the logging level. DATA_READ, DATA_WRITE and ADMIN_READ capture different types of events. See the audit configuration documentation for more details.

Declaration
public string LogType { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.