Show / Hide Table of Contents

Class GetAuditingResult

Inheritance
System.Object
GetAuditingResult
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 GetAuditingResult

Fields

View Source

AuditAuthorizationSuccess

JSON-formatted audit filter used by the project

Declaration
public readonly bool AuditAuthorizationSuccess
Field Value
Type Description
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 readonly string AuditFilter
Field Value
Type Description
System.String
View Source

ConfigurationType

Denotes the configuration method for the audit filter. Possible values are: NONE - auditing not configured for the project.m FILTER_BUILDER - auditing configured via Atlas UI filter builderm FILTER_JSON - auditing configured via Atlas custom filter or API.

Declaration
public readonly string ConfigurationType
Field Value
Type Description
System.String
View Source

Enabled

Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.