Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DataSafe.getSecurityAssessment
Explore with Pulumi AI
This data source provides details about a specific Security Assessment resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the specified security assessment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSecurityAssessment = oci.DataSafe.getSecurityAssessment({
    securityAssessmentId: testSecurityAssessmentOciDataSafeSecurityAssessment.id,
});
import pulumi
import pulumi_oci as oci
test_security_assessment = oci.DataSafe.get_security_assessment(security_assessment_id=test_security_assessment_oci_data_safe_security_assessment["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datasafe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datasafe.GetSecurityAssessment(ctx, &datasafe.GetSecurityAssessmentArgs{
			SecurityAssessmentId: testSecurityAssessmentOciDataSafeSecurityAssessment.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testSecurityAssessment = Oci.DataSafe.GetSecurityAssessment.Invoke(new()
    {
        SecurityAssessmentId = testSecurityAssessmentOciDataSafeSecurityAssessment.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetSecurityAssessmentArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testSecurityAssessment = DataSafeFunctions.getSecurityAssessment(GetSecurityAssessmentArgs.builder()
            .securityAssessmentId(testSecurityAssessmentOciDataSafeSecurityAssessment.id())
            .build());
    }
}
variables:
  testSecurityAssessment:
    fn::invoke:
      function: oci:DataSafe:getSecurityAssessment
      arguments:
        securityAssessmentId: ${testSecurityAssessmentOciDataSafeSecurityAssessment.id}
Using getSecurityAssessment
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 getSecurityAssessment(args: GetSecurityAssessmentArgs, opts?: InvokeOptions): Promise<GetSecurityAssessmentResult>
function getSecurityAssessmentOutput(args: GetSecurityAssessmentOutputArgs, opts?: InvokeOptions): Output<GetSecurityAssessmentResult>def get_security_assessment(security_assessment_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSecurityAssessmentResult
def get_security_assessment_output(security_assessment_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSecurityAssessmentResult]func GetSecurityAssessment(ctx *Context, args *GetSecurityAssessmentArgs, opts ...InvokeOption) (*GetSecurityAssessmentResult, error)
func GetSecurityAssessmentOutput(ctx *Context, args *GetSecurityAssessmentOutputArgs, opts ...InvokeOption) GetSecurityAssessmentResultOutput> Note: This function is named GetSecurityAssessment in the Go SDK.
public static class GetSecurityAssessment 
{
    public static Task<GetSecurityAssessmentResult> InvokeAsync(GetSecurityAssessmentArgs args, InvokeOptions? opts = null)
    public static Output<GetSecurityAssessmentResult> Invoke(GetSecurityAssessmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecurityAssessmentResult> getSecurityAssessment(GetSecurityAssessmentArgs args, InvokeOptions options)
public static Output<GetSecurityAssessmentResult> getSecurityAssessment(GetSecurityAssessmentArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataSafe/getSecurityAssessment:getSecurityAssessment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Security
Assessment stringId  - The OCID of the security assessment.
 
- Security
Assessment stringId  - The OCID of the security assessment.
 
- security
Assessment StringId  - The OCID of the security assessment.
 
- security
Assessment stringId  - The OCID of the security assessment.
 
- security_
assessment_ strid  - The OCID of the security assessment.
 
- security
Assessment StringId  - The OCID of the security assessment.
 
getSecurityAssessment Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the security assessment.
 - Dictionary<string, string>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - Description string
 - The description of the security assessment.
 - Display
Name string - The display name of the security assessment.
 - Dictionary<string, string>
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - Id string
 - The OCID of the security assessment.
 - Ignored
Assessment List<string>Ids  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - Ignored
Targets List<string> - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - Is
Assessment boolScheduled  - Indicates whether the assessment is scheduled to run.
 - Is
Baseline bool - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - Is
Deviated boolFrom Baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - Last
Compared stringBaseline Id  - The OCID of the baseline against which the latest security assessment was compared.
 - Lifecycle
Details string - Details about the current state of the security assessment.
 - Link string
 - The summary of findings for the security assessment.
 - Schedule string
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - Schedule
Security stringAssessment Id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - Security
Assessment stringId  - State string
 - The current state of the security assessment.
 - Statistics
List<Get
Security Assessment Statistic>  - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - Dictionary<string, string>
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Target
Id string - Target
Ids List<string> - Array of database target OCIDs.
 - Target
Version string - The version of the target database.
 - Time
Created string - The date and time the security assessment was created, in the format defined by RFC3339.
 - Time
Last stringAssessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - Time
Updated string - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - Triggered
By string - Indicates whether the security assessment was created by system or by a user.
 - Type string
 - The type of this security assessment. The possible types are:
 
- Compartment
Id string - The OCID of the compartment that contains the security assessment.
 - map[string]string
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - Description string
 - The description of the security assessment.
 - Display
Name string - The display name of the security assessment.
 - map[string]string
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - Id string
 - The OCID of the security assessment.
 - Ignored
Assessment []stringIds  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - Ignored
Targets []string - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - Is
Assessment boolScheduled  - Indicates whether the assessment is scheduled to run.
 - Is
Baseline bool - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - Is
Deviated boolFrom Baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - Last
Compared stringBaseline Id  - The OCID of the baseline against which the latest security assessment was compared.
 - Lifecycle
Details string - Details about the current state of the security assessment.
 - Link string
 - The summary of findings for the security assessment.
 - Schedule string
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - Schedule
Security stringAssessment Id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - Security
Assessment stringId  - State string
 - The current state of the security assessment.
 - Statistics
[]Get
Security Assessment Statistic  - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - map[string]string
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Target
Id string - Target
Ids []string - Array of database target OCIDs.
 - Target
Version string - The version of the target database.
 - Time
Created string - The date and time the security assessment was created, in the format defined by RFC3339.
 - Time
Last stringAssessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - Time
Updated string - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - Triggered
By string - Indicates whether the security assessment was created by system or by a user.
 - Type string
 - The type of this security assessment. The possible types are:
 
- compartment
Id String - The OCID of the compartment that contains the security assessment.
 - Map<String,String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - description String
 - The description of the security assessment.
 - display
Name String - The display name of the security assessment.
 - Map<String,String>
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - id String
 - The OCID of the security assessment.
 - ignored
Assessment List<String>Ids  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - ignored
Targets List<String> - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - is
Assessment BooleanScheduled  - Indicates whether the assessment is scheduled to run.
 - is
Baseline Boolean - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - is
Deviated BooleanFrom Baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - last
Compared StringBaseline Id  - The OCID of the baseline against which the latest security assessment was compared.
 - lifecycle
Details String - Details about the current state of the security assessment.
 - link String
 - The summary of findings for the security assessment.
 - schedule String
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - schedule
Security StringAssessment Id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - security
Assessment StringId  - state String
 - The current state of the security assessment.
 - statistics
List<Get
Security Assessment Statistic>  - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - Map<String,String>
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - target
Id String - target
Ids List<String> - Array of database target OCIDs.
 - target
Version String - The version of the target database.
 - time
Created String - The date and time the security assessment was created, in the format defined by RFC3339.
 - time
Last StringAssessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - time
Updated String - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - triggered
By String - Indicates whether the security assessment was created by system or by a user.
 - type String
 - The type of this security assessment. The possible types are:
 
- compartment
Id string - The OCID of the compartment that contains the security assessment.
 - {[key: string]: string}
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - description string
 - The description of the security assessment.
 - display
Name string - The display name of the security assessment.
 - {[key: string]: string}
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - id string
 - The OCID of the security assessment.
 - ignored
Assessment string[]Ids  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - ignored
Targets string[] - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - is
Assessment booleanScheduled  - Indicates whether the assessment is scheduled to run.
 - is
Baseline boolean - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - is
Deviated booleanFrom Baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - last
Compared stringBaseline Id  - The OCID of the baseline against which the latest security assessment was compared.
 - lifecycle
Details string - Details about the current state of the security assessment.
 - link string
 - The summary of findings for the security assessment.
 - schedule string
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - schedule
Security stringAssessment Id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - security
Assessment stringId  - state string
 - The current state of the security assessment.
 - statistics
Get
Security Assessment Statistic[]  - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - {[key: string]: string}
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - target
Id string - target
Ids string[] - Array of database target OCIDs.
 - target
Version string - The version of the target database.
 - time
Created string - The date and time the security assessment was created, in the format defined by RFC3339.
 - time
Last stringAssessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - time
Updated string - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - triggered
By string - Indicates whether the security assessment was created by system or by a user.
 - type string
 - The type of this security assessment. The possible types are:
 
- compartment_
id str - The OCID of the compartment that contains the security assessment.
 - Mapping[str, str]
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - description str
 - The description of the security assessment.
 - display_
name str - The display name of the security assessment.
 - Mapping[str, str]
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - id str
 - The OCID of the security assessment.
 - ignored_
assessment_ Sequence[str]ids  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - ignored_
targets Sequence[str] - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - is_
assessment_ boolscheduled  - Indicates whether the assessment is scheduled to run.
 - is_
baseline bool - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - is_
deviated_ boolfrom_ baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - last_
compared_ strbaseline_ id  - The OCID of the baseline against which the latest security assessment was compared.
 - lifecycle_
details str - Details about the current state of the security assessment.
 - link str
 - The summary of findings for the security assessment.
 - schedule str
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - schedule_
security_ strassessment_ id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - security_
assessment_ strid  - state str
 - The current state of the security assessment.
 - statistics
Sequence[datasafe.
Get Security Assessment Statistic]  - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - Mapping[str, str]
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - target_
id str - target_
ids Sequence[str] - Array of database target OCIDs.
 - target_
version str - The version of the target database.
 - time_
created str - The date and time the security assessment was created, in the format defined by RFC3339.
 - time_
last_ strassessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - time_
updated str - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - triggered_
by str - Indicates whether the security assessment was created by system or by a user.
 - type str
 - The type of this security assessment. The possible types are:
 
- compartment
Id String - The OCID of the compartment that contains the security assessment.
 - Map<String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: 
{"Operations.CostCenter": "42"} - description String
 - The description of the security assessment.
 - display
Name String - The display name of the security assessment.
 - Map<String>
 - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: 
{"Department": "Finance"} - id String
 - The OCID of the security assessment.
 - ignored
Assessment List<String>Ids  - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - ignored
Targets List<String> - List containing maps as values. Example: 
{"Operations": [ {"CostCenter": "42"} ] } - is
Assessment BooleanScheduled  - Indicates whether the assessment is scheduled to run.
 - is
Baseline Boolean - Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
 - is
Deviated BooleanFrom Baseline  - Indicates whether or not the security assessment deviates from the baseline.
 - last
Compared StringBaseline Id  - The OCID of the baseline against which the latest security assessment was compared.
 - lifecycle
Details String - Details about the current state of the security assessment.
 - link String
 - The summary of findings for the security assessment.
 - schedule String
 - Schedule of the assessment that runs periodically in the specified format: - ;
 - schedule
Security StringAssessment Id  - The OCID of the security assessment that is responsible for creating this scheduled save assessment.
 - security
Assessment StringId  - state String
 - The current state of the security assessment.
 - statistics List<Property Map>
 - Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
 - Map<String>
 - System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: 
{"orcl-cloud.free-tier-retained": "true"} - target
Id String - target
Ids List<String> - Array of database target OCIDs.
 - target
Version String - The version of the target database.
 - time
Created String - The date and time the security assessment was created, in the format defined by RFC3339.
 - time
Last StringAssessed  - The date and time the security assessment was last executed, in the format defined by RFC3339.
 - time
Updated String - The date and time the security assessment was last updated, in the format defined by RFC3339.
 - triggered
By String - Indicates whether the security assessment was created by system or by a user.
 - type String
 - The type of this security assessment. The possible types are:
 
Supporting Types
GetSecurityAssessmentStatistic   
- Advisories
List<Get
Security Assessment Statistic Advisory>  - Statistics showing the number of findings with a particular risk level for each category.
 - Deferreds
List<Get
Security Assessment Statistic Deferred>  - Statistics showing the number of findings with a particular risk level for each category.
 - Evaluates
List<Get
Security Assessment Statistic Evaluate>  - Statistics showing the number of findings with a particular risk level for each category.
 - High
Risks List<GetSecurity Assessment Statistic High Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - Low
Risks List<GetSecurity Assessment Statistic Low Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - Medium
Risks List<GetSecurity Assessment Statistic Medium Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - Passes
List<Get
Security Assessment Statistic Pass>  - Statistics showing the number of findings with a particular risk level for each category.
 - Targets
Count int - The total number of targets in this security assessment.
 
- Advisories
[]Get
Security Assessment Statistic Advisory  - Statistics showing the number of findings with a particular risk level for each category.
 - Deferreds
[]Get
Security Assessment Statistic Deferred  - Statistics showing the number of findings with a particular risk level for each category.
 - Evaluates
[]Get
Security Assessment Statistic Evaluate  - Statistics showing the number of findings with a particular risk level for each category.
 - High
Risks []GetSecurity Assessment Statistic High Risk  - Statistics showing the number of findings with a particular risk level for each category.
 - Low
Risks []GetSecurity Assessment Statistic Low Risk  - Statistics showing the number of findings with a particular risk level for each category.
 - Medium
Risks []GetSecurity Assessment Statistic Medium Risk  - Statistics showing the number of findings with a particular risk level for each category.
 - Passes
[]Get
Security Assessment Statistic Pass  - Statistics showing the number of findings with a particular risk level for each category.
 - Targets
Count int - The total number of targets in this security assessment.
 
- advisories
List<Get
Security Assessment Statistic Advisory>  - Statistics showing the number of findings with a particular risk level for each category.
 - deferreds
List<Get
Security Assessment Statistic Deferred>  - Statistics showing the number of findings with a particular risk level for each category.
 - evaluates
List<Get
Security Assessment Statistic Evaluate>  - Statistics showing the number of findings with a particular risk level for each category.
 - high
Risks List<GetSecurity Assessment Statistic High Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - low
Risks List<GetSecurity Assessment Statistic Low Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - medium
Risks List<GetSecurity Assessment Statistic Medium Risk>  - Statistics showing the number of findings with a particular risk level for each category.
 - passes
List<Get
Security Assessment Statistic Pass>  - Statistics showing the number of findings with a particular risk level for each category.
 - targets
Count Integer - The total number of targets in this security assessment.
 
- advisories
Get
Security Assessment Statistic Advisory[]  - Statistics showing the number of findings with a particular risk level for each category.
 - deferreds
Get
Security Assessment Statistic Deferred[]  - Statistics showing the number of findings with a particular risk level for each category.
 - evaluates
Get
Security Assessment Statistic Evaluate[]  - Statistics showing the number of findings with a particular risk level for each category.
 - high
Risks GetSecurity Assessment Statistic High Risk[]  - Statistics showing the number of findings with a particular risk level for each category.
 - low
Risks GetSecurity Assessment Statistic Low Risk[]  - Statistics showing the number of findings with a particular risk level for each category.
 - medium
Risks GetSecurity Assessment Statistic Medium Risk[]  - Statistics showing the number of findings with a particular risk level for each category.
 - passes
Get
Security Assessment Statistic Pass[]  - Statistics showing the number of findings with a particular risk level for each category.
 - targets
Count number - The total number of targets in this security assessment.
 
- advisories
Sequence[datasafe.
Get Security Assessment Statistic Advisory]  - Statistics showing the number of findings with a particular risk level for each category.
 - deferreds
Sequence[datasafe.
Get Security Assessment Statistic Deferred]  - Statistics showing the number of findings with a particular risk level for each category.
 - evaluates
Sequence[datasafe.
Get Security Assessment Statistic Evaluate]  - Statistics showing the number of findings with a particular risk level for each category.
 - high_
risks Sequence[datasafe.Get Security Assessment Statistic High Risk]  - Statistics showing the number of findings with a particular risk level for each category.
 - low_
risks Sequence[datasafe.Get Security Assessment Statistic Low Risk]  - Statistics showing the number of findings with a particular risk level for each category.
 - medium_
risks Sequence[datasafe.Get Security Assessment Statistic Medium Risk]  - Statistics showing the number of findings with a particular risk level for each category.
 - passes
Sequence[datasafe.
Get Security Assessment Statistic Pass]  - Statistics showing the number of findings with a particular risk level for each category.
 - targets_
count int - The total number of targets in this security assessment.
 
- advisories List<Property Map>
 - Statistics showing the number of findings with a particular risk level for each category.
 - deferreds List<Property Map>
 - Statistics showing the number of findings with a particular risk level for each category.
 - evaluates List<Property Map>
 - Statistics showing the number of findings with a particular risk level for each category.
 - high
Risks List<Property Map> - Statistics showing the number of findings with a particular risk level for each category.
 - low
Risks List<Property Map> - Statistics showing the number of findings with a particular risk level for each category.
 - medium
Risks List<Property Map> - Statistics showing the number of findings with a particular risk level for each category.
 - passes List<Property Map>
 - Statistics showing the number of findings with a particular risk level for each category.
 - targets
Count Number - The total number of targets in this security assessment.
 
GetSecurityAssessmentStatisticAdvisory    
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticDeferred    
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticEvaluate    
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticHighRisk     
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticLowRisk     
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticMediumRisk     
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
GetSecurityAssessmentStatisticPass    
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- Auditing
Findings intCount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - Data
Encryption intFindings Count  - The number of findings in the Data Encryption category.
 - Db
Configuration intFindings Count  - The number of findings in the Database Configuration category.
 - Fine
Grained intAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - Privileges
And intRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - Targets
Count int - The total number of targets in this security assessment.
 - User
Accounts intFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings IntegerCount  - The number of findings in the Auditing category.
 - Integer
 - The number of findings in the Authorization Control category.
 - data
Encryption IntegerFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration IntegerFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained IntegerAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And IntegerRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Integer - The total number of targets in this security assessment.
 - user
Accounts IntegerFindings Count  - The number of findings in the User Accounts category.
 
- auditing
Findings numberCount  - The number of findings in the Auditing category.
 - number
 - The number of findings in the Authorization Control category.
 - data
Encryption numberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration numberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained numberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And numberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count number - The total number of targets in this security assessment.
 - user
Accounts numberFindings Count  - The number of findings in the User Accounts category.
 
- auditing_
findings_ intcount  - The number of findings in the Auditing category.
 - int
 - The number of findings in the Authorization Control category.
 - data_
encryption_ intfindings_ count  - The number of findings in the Data Encryption category.
 - db_
configuration_ intfindings_ count  - The number of findings in the Database Configuration category.
 - fine_
grained_ intaccess_ control_ findings_ count  - The number of findings in the Fine-Grained Access Control category.
 - privileges_
and_ introles_ findings_ count  - The number of findings in the Privileges and Roles category.
 - targets_
count int - The total number of targets in this security assessment.
 - user_
accounts_ intfindings_ count  - The number of findings in the User Accounts category.
 
- auditing
Findings NumberCount  - The number of findings in the Auditing category.
 - Number
 - The number of findings in the Authorization Control category.
 - data
Encryption NumberFindings Count  - The number of findings in the Data Encryption category.
 - db
Configuration NumberFindings Count  - The number of findings in the Database Configuration category.
 - fine
Grained NumberAccess Control Findings Count  - The number of findings in the Fine-Grained Access Control category.
 - privileges
And NumberRoles Findings Count  - The number of findings in the Privileges and Roles category.
 - targets
Count Number - The total number of targets in this security assessment.
 - user
Accounts NumberFindings Count  - The number of findings in the User Accounts category.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.