Show / Hide Table of Contents

Class AuditingState

Inheritance
System.Object
InputArgs
ResourceArgs
AuditingState
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 AuditingState : ResourceArgs

Constructors

View Source

AuditingState()

Declaration
public AuditingState()

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

ConfigurationType

Denotes the configuration method for the audit filter. Possible values are:

  • NONE - auditing not configured for the project.
  • FILTER_BUILDER - auditing configured via Atlas UI filter builder.
  • FILTER_JSON - auditing configured via Atlas custom filter or API.
Declaration
public Input<string> ConfigurationType { 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.