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.Organizations.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IamAuditConfigAuditLogConfig
Fields
View SourceExemptedMembers
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 readonly ImmutableArray<string> ExemptedMembers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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 |