Class AuditingArgs
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class AuditingArgs : ResourceArgs
Constructors
View SourceAuditingArgs()
Declaration
public AuditingArgs()
Properties
View SourceAuditAuthorizationSuccess
JSON-formatted audit filter used by the project
Declaration
public Input<bool> AuditAuthorizationSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
ProjectId
The unique ID for the project to configure auditing.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |