Class GetIAMPolicyAuditConfigResult
Inheritance
System.Object
GetIAMPolicyAuditConfigResult
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 GetIAMPolicyAuditConfigResult
Fields
View SourceAuditLogConfigs
A nested block that defines the operations you'd like to log.
Declaration
public readonly ImmutableArray<GetIAMPolicyAuditConfigAuditLogConfigResult> AuditLogConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetIAMPolicyAuditConfigAuditLogConfigResult> |
Service
Defines a service that will be enabled for audit logging. For example, storage.googleapis.com, cloudsql.googleapis.com. allServices is a special value that covers all services.
Declaration
public readonly string Service
Field Value
| Type | Description |
|---|---|
| System.String |