Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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 LookupSecurityAssessment(ctx *Context, args *LookupSecurityAssessmentArgs, opts ...InvokeOption) (*LookupSecurityAssessmentResult, error)
func LookupSecurityAssessmentOutput(ctx *Context, args *LookupSecurityAssessmentOutputArgs, opts ...InvokeOption) LookupSecurityAssessmentResultOutput> Note: This function is named LookupSecurityAssessment 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:
- SecurityAssessment stringId 
- The OCID of the security assessment.
- SecurityAssessment stringId 
- The OCID of the security assessment.
- securityAssessment StringId 
- The OCID of the security assessment.
- securityAssessment stringId 
- The OCID of the security assessment.
- security_assessment_ strid 
- The OCID of the security assessment.
- securityAssessment StringId 
- The OCID of the security assessment.
getSecurityAssessment Result
The following output properties are available:
- CompartmentId 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.
- DisplayName 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.
- IgnoredAssessment List<string>Ids 
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- IgnoredTargets List<string>
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- IsAssessment boolScheduled 
- Indicates whether the assessment is scheduled to run.
- IsBaseline bool
- Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
- IsDeviated boolFrom Baseline 
- Indicates whether or not the security assessment deviates from the baseline.
- LastCompared stringBaseline Id 
- The OCID of the baseline against which the latest security assessment was compared.
- LifecycleDetails 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: - ;
- ScheduleSecurity stringAssessment Id 
- The OCID of the security assessment that is responsible for creating this scheduled save assessment.
- SecurityAssessment stringId 
- State string
- The current state of the security assessment.
- Statistics
List<GetSecurity 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"}
- TargetId string
- TargetIds List<string>
- Array of database target OCIDs.
- TargetVersion string
- The version of the target database.
- TimeCreated string
- The date and time the security assessment was created, in the format defined by RFC3339.
- TimeLast stringAssessed 
- The date and time the security assessment was last executed, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the security assessment was last updated, in the format defined by RFC3339.
- TriggeredBy 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:
- CompartmentId 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.
- DisplayName 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.
- IgnoredAssessment []stringIds 
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- IgnoredTargets []string
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- IsAssessment boolScheduled 
- Indicates whether the assessment is scheduled to run.
- IsBaseline bool
- Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
- IsDeviated boolFrom Baseline 
- Indicates whether or not the security assessment deviates from the baseline.
- LastCompared stringBaseline Id 
- The OCID of the baseline against which the latest security assessment was compared.
- LifecycleDetails 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: - ;
- ScheduleSecurity stringAssessment Id 
- The OCID of the security assessment that is responsible for creating this scheduled save assessment.
- SecurityAssessment stringId 
- State string
- The current state of the security assessment.
- Statistics
[]GetSecurity 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"}
- TargetId string
- TargetIds []string
- Array of database target OCIDs.
- TargetVersion string
- The version of the target database.
- TimeCreated string
- The date and time the security assessment was created, in the format defined by RFC3339.
- TimeLast stringAssessed 
- The date and time the security assessment was last executed, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the security assessment was last updated, in the format defined by RFC3339.
- TriggeredBy 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:
- compartmentId 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.
- displayName 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.
- ignoredAssessment List<String>Ids 
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- ignoredTargets List<String>
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- isAssessment BooleanScheduled 
- Indicates whether the assessment is scheduled to run.
- isBaseline Boolean
- Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
- isDeviated BooleanFrom Baseline 
- Indicates whether or not the security assessment deviates from the baseline.
- lastCompared StringBaseline Id 
- The OCID of the baseline against which the latest security assessment was compared.
- lifecycleDetails 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: - ;
- scheduleSecurity StringAssessment Id 
- The OCID of the security assessment that is responsible for creating this scheduled save assessment.
- securityAssessment StringId 
- state String
- The current state of the security assessment.
- statistics
List<GetSecurity 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"}
- targetId String
- targetIds List<String>
- Array of database target OCIDs.
- targetVersion String
- The version of the target database.
- timeCreated String
- The date and time the security assessment was created, in the format defined by RFC3339.
- timeLast StringAssessed 
- The date and time the security assessment was last executed, in the format defined by RFC3339.
- timeUpdated String
- The date and time the security assessment was last updated, in the format defined by RFC3339.
- triggeredBy 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:
- compartmentId 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.
- displayName 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.
- ignoredAssessment string[]Ids 
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- ignoredTargets string[]
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- isAssessment booleanScheduled 
- Indicates whether the assessment is scheduled to run.
- isBaseline boolean
- Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
- isDeviated booleanFrom Baseline 
- Indicates whether or not the security assessment deviates from the baseline.
- lastCompared stringBaseline Id 
- The OCID of the baseline against which the latest security assessment was compared.
- lifecycleDetails 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: - ;
- scheduleSecurity stringAssessment Id 
- The OCID of the security assessment that is responsible for creating this scheduled save assessment.
- securityAssessment stringId 
- state string
- The current state of the security assessment.
- statistics
GetSecurity 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"}
- targetId string
- targetIds string[]
- Array of database target OCIDs.
- targetVersion string
- The version of the target database.
- timeCreated string
- The date and time the security assessment was created, in the format defined by RFC3339.
- timeLast stringAssessed 
- The date and time the security assessment was last executed, in the format defined by RFC3339.
- timeUpdated string
- The date and time the security assessment was last updated, in the format defined by RFC3339.
- triggeredBy 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[GetSecurity 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:
- compartmentId 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.
- displayName 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.
- ignoredAssessment List<String>Ids 
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- ignoredTargets List<String>
- List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
- isAssessment BooleanScheduled 
- Indicates whether the assessment is scheduled to run.
- isBaseline Boolean
- Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
- isDeviated BooleanFrom Baseline 
- Indicates whether or not the security assessment deviates from the baseline.
- lastCompared StringBaseline Id 
- The OCID of the baseline against which the latest security assessment was compared.
- lifecycleDetails 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: - ;
- scheduleSecurity StringAssessment Id 
- The OCID of the security assessment that is responsible for creating this scheduled save assessment.
- securityAssessment 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"}
- targetId String
- targetIds List<String>
- Array of database target OCIDs.
- targetVersion String
- The version of the target database.
- timeCreated String
- The date and time the security assessment was created, in the format defined by RFC3339.
- timeLast StringAssessed 
- The date and time the security assessment was last executed, in the format defined by RFC3339.
- timeUpdated String
- The date and time the security assessment was last updated, in the format defined by RFC3339.
- triggeredBy 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<GetSecurity Assessment Statistic Advisory> 
- Statistics showing the number of findings with a particular risk level for each category.
- Deferreds
List<GetSecurity Assessment Statistic Deferred> 
- Statistics showing the number of findings with a particular risk level for each category.
- Evaluates
List<GetSecurity Assessment Statistic Evaluate> 
- Statistics showing the number of findings with a particular risk level for each category.
- HighRisks List<GetSecurity Assessment Statistic High Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- LowRisks List<GetSecurity Assessment Statistic Low Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- MediumRisks List<GetSecurity Assessment Statistic Medium Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- Passes
List<GetSecurity Assessment Statistic Pass> 
- Statistics showing the number of findings with a particular risk level for each category.
- TargetsCount int
- The total number of targets in this security assessment.
- Advisories
[]GetSecurity Assessment Statistic Advisory 
- Statistics showing the number of findings with a particular risk level for each category.
- Deferreds
[]GetSecurity Assessment Statistic Deferred 
- Statistics showing the number of findings with a particular risk level for each category.
- Evaluates
[]GetSecurity Assessment Statistic Evaluate 
- Statistics showing the number of findings with a particular risk level for each category.
- HighRisks []GetSecurity Assessment Statistic High Risk 
- Statistics showing the number of findings with a particular risk level for each category.
- LowRisks []GetSecurity Assessment Statistic Low Risk 
- Statistics showing the number of findings with a particular risk level for each category.
- MediumRisks []GetSecurity Assessment Statistic Medium Risk 
- Statistics showing the number of findings with a particular risk level for each category.
- Passes
[]GetSecurity Assessment Statistic Pass 
- Statistics showing the number of findings with a particular risk level for each category.
- TargetsCount int
- The total number of targets in this security assessment.
- advisories
List<GetSecurity Assessment Statistic Advisory> 
- Statistics showing the number of findings with a particular risk level for each category.
- deferreds
List<GetSecurity Assessment Statistic Deferred> 
- Statistics showing the number of findings with a particular risk level for each category.
- evaluates
List<GetSecurity Assessment Statistic Evaluate> 
- Statistics showing the number of findings with a particular risk level for each category.
- highRisks List<GetSecurity Assessment Statistic High Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- lowRisks List<GetSecurity Assessment Statistic Low Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- mediumRisks List<GetSecurity Assessment Statistic Medium Risk> 
- Statistics showing the number of findings with a particular risk level for each category.
- passes
List<GetSecurity Assessment Statistic Pass> 
- Statistics showing the number of findings with a particular risk level for each category.
- targetsCount Integer
- The total number of targets in this security assessment.
- advisories
GetSecurity Assessment Statistic Advisory[] 
- Statistics showing the number of findings with a particular risk level for each category.
- deferreds
GetSecurity Assessment Statistic Deferred[] 
- Statistics showing the number of findings with a particular risk level for each category.
- evaluates
GetSecurity Assessment Statistic Evaluate[] 
- Statistics showing the number of findings with a particular risk level for each category.
- highRisks GetSecurity Assessment Statistic High Risk[] 
- Statistics showing the number of findings with a particular risk level for each category.
- lowRisks GetSecurity Assessment Statistic Low Risk[] 
- Statistics showing the number of findings with a particular risk level for each category.
- mediumRisks GetSecurity Assessment Statistic Medium Risk[] 
- Statistics showing the number of findings with a particular risk level for each category.
- passes
GetSecurity Assessment Statistic Pass[] 
- Statistics showing the number of findings with a particular risk level for each category.
- targetsCount number
- The total number of targets in this security assessment.
- advisories
Sequence[GetSecurity Assessment Statistic Advisory] 
- Statistics showing the number of findings with a particular risk level for each category.
- deferreds
Sequence[GetSecurity Assessment Statistic Deferred] 
- Statistics showing the number of findings with a particular risk level for each category.
- evaluates
Sequence[GetSecurity Assessment Statistic Evaluate] 
- Statistics showing the number of findings with a particular risk level for each category.
- high_risks Sequence[GetSecurity Assessment Statistic High Risk] 
- Statistics showing the number of findings with a particular risk level for each category.
- low_risks Sequence[GetSecurity Assessment Statistic Low Risk] 
- Statistics showing the number of findings with a particular risk level for each category.
- medium_risks Sequence[GetSecurity Assessment Statistic Medium Risk] 
- Statistics showing the number of findings with a particular risk level for each category.
- passes
Sequence[GetSecurity 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.
- highRisks List<Property Map>
- Statistics showing the number of findings with a particular risk level for each category.
- lowRisks List<Property Map>
- Statistics showing the number of findings with a particular risk level for each category.
- mediumRisks 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.
- targetsCount Number
- The total number of targets in this security assessment.
GetSecurityAssessmentStatisticAdvisory    
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticDeferred    
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticEvaluate    
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticHighRisk     
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticLowRisk     
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticMediumRisk     
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts NumberFindings Count 
- The number of findings in the User Accounts category.
GetSecurityAssessmentStatisticPass    
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- AuditingFindings intCount 
- The number of findings in the Auditing category.
- int
- The number of findings in the Authorization Control category.
- DataEncryption intFindings Count 
- The number of findings in the Data Encryption category.
- DbConfiguration intFindings Count 
- The number of findings in the Database Configuration category.
- FineGrained intAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- PrivilegesAnd intRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- TargetsCount int
- The total number of targets in this security assessment.
- UserAccounts intFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings IntegerCount 
- The number of findings in the Auditing category.
- Integer
- The number of findings in the Authorization Control category.
- dataEncryption IntegerFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration IntegerFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained IntegerAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd IntegerRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Integer
- The total number of targets in this security assessment.
- userAccounts IntegerFindings Count 
- The number of findings in the User Accounts category.
- auditingFindings numberCount 
- The number of findings in the Auditing category.
- number
- The number of findings in the Authorization Control category.
- dataEncryption numberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration numberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained numberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd numberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount number
- The total number of targets in this security assessment.
- userAccounts 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.
- auditingFindings NumberCount 
- The number of findings in the Auditing category.
- Number
- The number of findings in the Authorization Control category.
- dataEncryption NumberFindings Count 
- The number of findings in the Data Encryption category.
- dbConfiguration NumberFindings Count 
- The number of findings in the Database Configuration category.
- fineGrained NumberAccess Control Findings Count 
- The number of findings in the Fine-Grained Access Control category.
- privilegesAnd NumberRoles Findings Count 
- The number of findings in the Privileges and Roles category.
- targetsCount Number
- The total number of targets in this security assessment.
- userAccounts 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.