Show / Hide Table of Contents

Class AuditingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuditingArgs
Inherited Members
ResourceArgs.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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class AuditingArgs : ResourceArgs

Constructors

View Source

AuditingArgs()

Declaration
public AuditingArgs()

Properties

View Source

AuditAuthorizationSuccess

JSON-formatted audit filter used by the project

Declaration
public Input<bool> AuditAuthorizationSuccess { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AuditFilter

Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess

Declaration
public Input<string> AuditFilter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Denotes whether or not the project associated with the {project_id} has database auditing enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ProjectId

The unique ID for the project to configure auditing.

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