Show / Hide Table of Contents

Class GetIAMPolicyAuditConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIAMPolicyAuditConfigArgs
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 GetIAMPolicyAuditConfigArgs : InvokeArgs

Constructors

View Source

GetIAMPolicyAuditConfigArgs()

Declaration
public GetIAMPolicyAuditConfigArgs()

Properties

View Source

AuditLogConfigs

A nested block that defines the operations you'd like to log.

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

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 string Service { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.