mongodbatlas.getAuditing
Explore with Pulumi AI
mongodbatlas.Auditing
describes a Auditing.
NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.
Using getAuditing
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAuditing(args: GetAuditingArgs, opts?: InvokeOptions): Promise<GetAuditingResult>
function getAuditingOutput(args: GetAuditingOutputArgs, opts?: InvokeOptions): Output<GetAuditingResult>
def get_auditing(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuditingResult
def get_auditing_output(project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuditingResult]
func LookupAuditing(ctx *Context, args *LookupAuditingArgs, opts ...InvokeOption) (*LookupAuditingResult, error)
func LookupAuditingOutput(ctx *Context, args *LookupAuditingOutputArgs, opts ...InvokeOption) LookupAuditingResultOutput
> Note: This function is named LookupAuditing
in the Go SDK.
public static class GetAuditing
{
public static Task<GetAuditingResult> InvokeAsync(GetAuditingArgs args, InvokeOptions? opts = null)
public static Output<GetAuditingResult> Invoke(GetAuditingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAuditingResult> getAuditing(GetAuditingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: mongodbatlas:index/getAuditing:getAuditing
arguments:
# arguments dictionary
The following arguments are supported:
- Project
Id string The unique ID for the project to create the database user.
- Project
Id string The unique ID for the project to create the database user.
- project
Id String The unique ID for the project to create the database user.
- project
Id string The unique ID for the project to create the database user.
- project_
id str The unique ID for the project to create the database user.
- project
Id String The unique ID for the project to create the database user.
getAuditing Result
The following output properties are available:
- bool
JSON-formatted audit filter used by the project
- Audit
Filter string Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- Configuration
Type string 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.
- Enabled bool
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- Id string
The provider-assigned unique ID for this managed resource.
- Project
Id string
- bool
JSON-formatted audit filter used by the project
- Audit
Filter string Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- Configuration
Type string 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.
- Enabled bool
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- Id string
The provider-assigned unique ID for this managed resource.
- Project
Id string
- Boolean
JSON-formatted audit filter used by the project
- audit
Filter String Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- configuration
Type String 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.
- enabled Boolean
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- id String
The provider-assigned unique ID for this managed resource.
- project
Id String
- boolean
JSON-formatted audit filter used by the project
- audit
Filter string Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- configuration
Type string 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.
- enabled boolean
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- id string
The provider-assigned unique ID for this managed resource.
- project
Id string
- bool
JSON-formatted audit filter used by the project
- audit_
filter str Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- configuration_
type str 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.
- enabled bool
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- id str
The provider-assigned unique ID for this managed resource.
- project_
id str
- Boolean
JSON-formatted audit filter used by the project
- audit
Filter String Indicates whether the auditing system captures successful authentication attempts for audit filters using the "atype" : "authCheck" auditing event. For more information, see auditAuthorizationSuccess
- configuration
Type String 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.
- enabled Boolean
Denotes whether or not the project associated with the {GROUP-ID} has database auditing enabled.
- id String
The provider-assigned unique ID for this managed resource.
- project
Id String
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
mongodbatlas
Terraform Provider.