Class GetIAMPolicyAuditConfigAuditLogConfigResult
Inheritance
System.Object
GetIAMPolicyAuditConfigAuditLogConfigResult
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.Organizations.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetIAMPolicyAuditConfigAuditLogConfigResult
Fields
View SourceExemptedMembers
Specifies the identities that are exempt from these types of logging operations. Follows the same format of the members array for binding.
Declaration
public readonly ImmutableArray<string> ExemptedMembers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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 readonly string LogType
Field Value
| Type | Description |
|---|---|
| System.String |