1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. getSecurityAssessment
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DataSafe.getSecurityAssessment

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    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/v3/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 dictionary

    The following arguments are supported:

    SecurityAssessmentId string
    The OCID of the security assessment.
    SecurityAssessmentId string
    The OCID of the security assessment.
    securityAssessmentId String
    The OCID of the security assessment.
    securityAssessmentId string
    The OCID of the security assessment.
    security_assessment_id str
    The OCID of the security assessment.
    securityAssessmentId String
    The OCID of the security assessment.

    getSecurityAssessment Result

    The following output properties are available:

    ApplyTemplateTrigger int
    BaseSecurityAssessmentId string
    BaselineAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    Checks List<GetSecurityAssessmentCheck>
    The security checks to be evaluated for type template.
    CompareToTemplateBaselineTrigger int
    CompartmentId string
    The OCID of the compartment that contains the security assessment.
    DefinedTags 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.
    FreeformTags 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.
    IgnoredAssessmentIds List<string>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    IgnoredTargets List<string>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    IsAssessmentScheduled bool
    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.
    IsDeviatedFromBaseline bool
    Indicates whether or not the security assessment deviates from the baseline.
    LastComparedBaselineId string
    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.
    RemoveTemplateTrigger int
    Schedule string
    Schedule of the assessment that runs periodically in the specified format: - ;
    ScheduleSecurityAssessmentId string
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    SecurityAssessmentId string
    State string
    The current state of the security assessment.
    Statistics List<GetSecurityAssessmentStatistic>
    Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
    SystemTags 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"}
    TargetDatabaseGroupId string
    The OCID of the target database group that the group assessment is created for.
    TargetId string
    TargetIds List<string>
    Array of database target OCIDs.
    TargetType string
    Indicates whether the security assessment is for a target database or a target database group.
    TargetVersion string
    The version of the target database.
    TemplateAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    TimeCreated string
    The date and time the security assessment was created, in the format defined by RFC3339.
    TimeLastAssessed string
    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 the security assessment. Possible values are:
    ApplyTemplateTrigger int
    BaseSecurityAssessmentId string
    BaselineAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    Checks []GetSecurityAssessmentCheckType
    The security checks to be evaluated for type template.
    CompareToTemplateBaselineTrigger int
    CompartmentId string
    The OCID of the compartment that contains the security assessment.
    DefinedTags 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.
    FreeformTags 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.
    IgnoredAssessmentIds []string
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    IgnoredTargets []string
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    IsAssessmentScheduled bool
    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.
    IsDeviatedFromBaseline bool
    Indicates whether or not the security assessment deviates from the baseline.
    LastComparedBaselineId string
    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.
    RemoveTemplateTrigger int
    Schedule string
    Schedule of the assessment that runs periodically in the specified format: - ;
    ScheduleSecurityAssessmentId string
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    SecurityAssessmentId string
    State string
    The current state of the security assessment.
    Statistics []GetSecurityAssessmentStatistic
    Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
    SystemTags 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"}
    TargetDatabaseGroupId string
    The OCID of the target database group that the group assessment is created for.
    TargetId string
    TargetIds []string
    Array of database target OCIDs.
    TargetType string
    Indicates whether the security assessment is for a target database or a target database group.
    TargetVersion string
    The version of the target database.
    TemplateAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    TimeCreated string
    The date and time the security assessment was created, in the format defined by RFC3339.
    TimeLastAssessed string
    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 the security assessment. Possible values are:
    applyTemplateTrigger Integer
    baseSecurityAssessmentId String
    baselineAssessmentId String
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    checks List<GetSecurityAssessmentCheck>
    The security checks to be evaluated for type template.
    compareToTemplateBaselineTrigger Integer
    compartmentId String
    The OCID of the compartment that contains the security assessment.
    definedTags 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.
    freeformTags 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.
    ignoredAssessmentIds List<String>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    ignoredTargets List<String>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    isAssessmentScheduled Boolean
    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.
    isDeviatedFromBaseline Boolean
    Indicates whether or not the security assessment deviates from the baseline.
    lastComparedBaselineId String
    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.
    removeTemplateTrigger Integer
    schedule String
    Schedule of the assessment that runs periodically in the specified format: - ;
    scheduleSecurityAssessmentId String
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    securityAssessmentId String
    state String
    The current state of the security assessment.
    statistics List<GetSecurityAssessmentStatistic>
    Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
    systemTags 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"}
    targetDatabaseGroupId String
    The OCID of the target database group that the group assessment is created for.
    targetId String
    targetIds List<String>
    Array of database target OCIDs.
    targetType String
    Indicates whether the security assessment is for a target database or a target database group.
    targetVersion String
    The version of the target database.
    templateAssessmentId String
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    timeCreated String
    The date and time the security assessment was created, in the format defined by RFC3339.
    timeLastAssessed String
    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 the security assessment. Possible values are:
    applyTemplateTrigger number
    baseSecurityAssessmentId string
    baselineAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    checks GetSecurityAssessmentCheck[]
    The security checks to be evaluated for type template.
    compareToTemplateBaselineTrigger number
    compartmentId string
    The OCID of the compartment that contains the security assessment.
    definedTags {[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.
    freeformTags {[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.
    ignoredAssessmentIds string[]
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    ignoredTargets string[]
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    isAssessmentScheduled boolean
    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.
    isDeviatedFromBaseline boolean
    Indicates whether or not the security assessment deviates from the baseline.
    lastComparedBaselineId string
    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.
    removeTemplateTrigger number
    schedule string
    Schedule of the assessment that runs periodically in the specified format: - ;
    scheduleSecurityAssessmentId string
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    securityAssessmentId string
    state string
    The current state of the security assessment.
    statistics GetSecurityAssessmentStatistic[]
    Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
    systemTags {[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"}
    targetDatabaseGroupId string
    The OCID of the target database group that the group assessment is created for.
    targetId string
    targetIds string[]
    Array of database target OCIDs.
    targetType string
    Indicates whether the security assessment is for a target database or a target database group.
    targetVersion string
    The version of the target database.
    templateAssessmentId string
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    timeCreated string
    The date and time the security assessment was created, in the format defined by RFC3339.
    timeLastAssessed string
    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 the security assessment. Possible values are:
    apply_template_trigger int
    base_security_assessment_id str
    baseline_assessment_id str
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    checks Sequence[GetSecurityAssessmentCheck]
    The security checks to be evaluated for type template.
    compare_to_template_baseline_trigger int
    compartment_id str
    The OCID of the compartment that contains the security assessment.
    defined_tags 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.
    freeform_tags 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_ids Sequence[str]
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    ignored_targets Sequence[str]
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    is_assessment_scheduled bool
    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_from_baseline bool
    Indicates whether or not the security assessment deviates from the baseline.
    last_compared_baseline_id str
    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.
    remove_template_trigger int
    schedule str
    Schedule of the assessment that runs periodically in the specified format: - ;
    schedule_security_assessment_id str
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    security_assessment_id str
    state str
    The current state of the security assessment.
    statistics Sequence[GetSecurityAssessmentStatistic]
    Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
    system_tags 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_database_group_id str
    The OCID of the target database group that the group assessment is created for.
    target_id str
    target_ids Sequence[str]
    Array of database target OCIDs.
    target_type str
    Indicates whether the security assessment is for a target database or a target database group.
    target_version str
    The version of the target database.
    template_assessment_id str
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    time_created str
    The date and time the security assessment was created, in the format defined by RFC3339.
    time_last_assessed str
    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 the security assessment. Possible values are:
    applyTemplateTrigger Number
    baseSecurityAssessmentId String
    baselineAssessmentId String
    The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
    checks List<Property Map>
    The security checks to be evaluated for type template.
    compareToTemplateBaselineTrigger Number
    compartmentId String
    The OCID of the compartment that contains the security assessment.
    definedTags 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.
    freeformTags 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.
    ignoredAssessmentIds List<String>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    ignoredTargets List<String>
    List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
    isAssessmentScheduled Boolean
    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.
    isDeviatedFromBaseline Boolean
    Indicates whether or not the security assessment deviates from the baseline.
    lastComparedBaselineId String
    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.
    removeTemplateTrigger Number
    schedule String
    Schedule of the assessment that runs periodically in the specified format: - ;
    scheduleSecurityAssessmentId String
    The OCID of the security assessment that is responsible for creating this scheduled save assessment.
    securityAssessmentId String
    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.
    systemTags 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"}
    targetDatabaseGroupId String
    The OCID of the target database group that the group assessment is created for.
    targetId String
    targetIds List<String>
    Array of database target OCIDs.
    targetType String
    Indicates whether the security assessment is for a target database or a target database group.
    targetVersion String
    The version of the target database.
    templateAssessmentId String
    The ocid of a security assessment which is of type TEMPLATE, this will be null or empty when type is TEMPLATE.
    timeCreated String
    The date and time the security assessment was created, in the format defined by RFC3339.
    timeLastAssessed String
    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 the security assessment. Possible values are:

    Supporting Types

    GetSecurityAssessmentCheck

    Category string
    The category to which the check belongs to.
    Key string
    A unique identifier for the check.
    Oneline string
    Provides a recommended approach to take to remediate the check reported.
    References List<GetSecurityAssessmentCheckReference>
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    Remarks string
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    SuggestedSeverity string
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    Title string
    The short title for the check.
    Category string
    The category to which the check belongs to.
    Key string
    A unique identifier for the check.
    Oneline string
    Provides a recommended approach to take to remediate the check reported.
    References []GetSecurityAssessmentCheckReference
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    Remarks string
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    SuggestedSeverity string
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    Title string
    The short title for the check.
    category String
    The category to which the check belongs to.
    key String
    A unique identifier for the check.
    oneline String
    Provides a recommended approach to take to remediate the check reported.
    references List<GetSecurityAssessmentCheckReference>
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    remarks String
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    suggestedSeverity String
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    title String
    The short title for the check.
    category string
    The category to which the check belongs to.
    key string
    A unique identifier for the check.
    oneline string
    Provides a recommended approach to take to remediate the check reported.
    references GetSecurityAssessmentCheckReference[]
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    remarks string
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    suggestedSeverity string
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    title string
    The short title for the check.
    category str
    The category to which the check belongs to.
    key str
    A unique identifier for the check.
    oneline str
    Provides a recommended approach to take to remediate the check reported.
    references Sequence[GetSecurityAssessmentCheckReference]
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    remarks str
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    suggested_severity str
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    title str
    The short title for the check.
    category String
    The category to which the check belongs to.
    key String
    A unique identifier for the check.
    oneline String
    Provides a recommended approach to take to remediate the check reported.
    references List<Property Map>
    Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
    remarks String
    The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    suggestedSeverity String
    The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
    title String
    The short title for the check.

    GetSecurityAssessmentCheckReference

    Cis string
    Relevant section from CIS.
    Gdpr string
    Relevant section from GDPR.
    Obp string
    Relevant section from OBP.
    Stig string
    Relevant section from STIG.
    Cis string
    Relevant section from CIS.
    Gdpr string
    Relevant section from GDPR.
    Obp string
    Relevant section from OBP.
    Stig string
    Relevant section from STIG.
    cis String
    Relevant section from CIS.
    gdpr String
    Relevant section from GDPR.
    obp String
    Relevant section from OBP.
    stig String
    Relevant section from STIG.
    cis string
    Relevant section from CIS.
    gdpr string
    Relevant section from GDPR.
    obp string
    Relevant section from OBP.
    stig string
    Relevant section from STIG.
    cis str
    Relevant section from CIS.
    gdpr str
    Relevant section from GDPR.
    obp str
    Relevant section from OBP.
    stig str
    Relevant section from STIG.
    cis String
    Relevant section from CIS.
    gdpr String
    Relevant section from GDPR.
    obp String
    Relevant section from OBP.
    stig String
    Relevant section from STIG.

    GetSecurityAssessmentStatistic

    Advisories List<GetSecurityAssessmentStatisticAdvisory>
    Statistics showing the number of findings with a particular risk level for each category.
    Deferreds List<GetSecurityAssessmentStatisticDeferred>
    Statistics showing the number of findings with a particular risk level for each category.
    Evaluates List<GetSecurityAssessmentStatisticEvaluate>
    Statistics showing the number of findings with a particular risk level for each category.
    HighRisks List<GetSecurityAssessmentStatisticHighRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    LowRisks List<GetSecurityAssessmentStatisticLowRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    MediumRisks List<GetSecurityAssessmentStatisticMediumRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    Passes List<GetSecurityAssessmentStatisticPass>
    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 []GetSecurityAssessmentStatisticAdvisory
    Statistics showing the number of findings with a particular risk level for each category.
    Deferreds []GetSecurityAssessmentStatisticDeferred
    Statistics showing the number of findings with a particular risk level for each category.
    Evaluates []GetSecurityAssessmentStatisticEvaluate
    Statistics showing the number of findings with a particular risk level for each category.
    HighRisks []GetSecurityAssessmentStatisticHighRisk
    Statistics showing the number of findings with a particular risk level for each category.
    LowRisks []GetSecurityAssessmentStatisticLowRisk
    Statistics showing the number of findings with a particular risk level for each category.
    MediumRisks []GetSecurityAssessmentStatisticMediumRisk
    Statistics showing the number of findings with a particular risk level for each category.
    Passes []GetSecurityAssessmentStatisticPass
    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<GetSecurityAssessmentStatisticAdvisory>
    Statistics showing the number of findings with a particular risk level for each category.
    deferreds List<GetSecurityAssessmentStatisticDeferred>
    Statistics showing the number of findings with a particular risk level for each category.
    evaluates List<GetSecurityAssessmentStatisticEvaluate>
    Statistics showing the number of findings with a particular risk level for each category.
    highRisks List<GetSecurityAssessmentStatisticHighRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    lowRisks List<GetSecurityAssessmentStatisticLowRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    mediumRisks List<GetSecurityAssessmentStatisticMediumRisk>
    Statistics showing the number of findings with a particular risk level for each category.
    passes List<GetSecurityAssessmentStatisticPass>
    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 GetSecurityAssessmentStatisticAdvisory[]
    Statistics showing the number of findings with a particular risk level for each category.
    deferreds GetSecurityAssessmentStatisticDeferred[]
    Statistics showing the number of findings with a particular risk level for each category.
    evaluates GetSecurityAssessmentStatisticEvaluate[]
    Statistics showing the number of findings with a particular risk level for each category.
    highRisks GetSecurityAssessmentStatisticHighRisk[]
    Statistics showing the number of findings with a particular risk level for each category.
    lowRisks GetSecurityAssessmentStatisticLowRisk[]
    Statistics showing the number of findings with a particular risk level for each category.
    mediumRisks GetSecurityAssessmentStatisticMediumRisk[]
    Statistics showing the number of findings with a particular risk level for each category.
    passes GetSecurityAssessmentStatisticPass[]
    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[GetSecurityAssessmentStatisticAdvisory]
    Statistics showing the number of findings with a particular risk level for each category.
    deferreds Sequence[GetSecurityAssessmentStatisticDeferred]
    Statistics showing the number of findings with a particular risk level for each category.
    evaluates Sequence[GetSecurityAssessmentStatisticEvaluate]
    Statistics showing the number of findings with a particular risk level for each category.
    high_risks Sequence[GetSecurityAssessmentStatisticHighRisk]
    Statistics showing the number of findings with a particular risk level for each category.
    low_risks Sequence[GetSecurityAssessmentStatisticLowRisk]
    Statistics showing the number of findings with a particular risk level for each category.
    medium_risks Sequence[GetSecurityAssessmentStatisticMediumRisk]
    Statistics showing the number of findings with a particular risk level for each category.
    passes Sequence[GetSecurityAssessmentStatisticPass]
    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

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticDeferred

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticEvaluate

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticHighRisk

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticLowRisk

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticMediumRisk

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    The number of findings in the User Accounts category.

    GetSecurityAssessmentStatisticPass

    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    AuditingFindingsCount int
    The number of findings in the Auditing category.
    AuthorizationControlFindingsCount int
    The number of findings in the Authorization Control category.
    DataEncryptionFindingsCount int
    The number of findings in the Data Encryption category.
    DbConfigurationFindingsCount int
    The number of findings in the Database Configuration category.
    FineGrainedAccessControlFindingsCount int
    The number of findings in the Fine-Grained Access Control category.
    PrivilegesAndRolesFindingsCount int
    The number of findings in the Privileges and Roles category.
    TargetsCount int
    The total number of targets in this security assessment.
    UserAccountsFindingsCount int
    The number of findings in the User Accounts category.
    auditingFindingsCount Integer
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Integer
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Integer
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Integer
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Integer
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Integer
    The number of findings in the Privileges and Roles category.
    targetsCount Integer
    The total number of targets in this security assessment.
    userAccountsFindingsCount Integer
    The number of findings in the User Accounts category.
    auditingFindingsCount number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount number
    The number of findings in the Privileges and Roles category.
    targetsCount number
    The total number of targets in this security assessment.
    userAccountsFindingsCount number
    The number of findings in the User Accounts category.
    auditing_findings_count int
    The number of findings in the Auditing category.
    authorization_control_findings_count int
    The number of findings in the Authorization Control category.
    data_encryption_findings_count int
    The number of findings in the Data Encryption category.
    db_configuration_findings_count int
    The number of findings in the Database Configuration category.
    fine_grained_access_control_findings_count int
    The number of findings in the Fine-Grained Access Control category.
    privileges_and_roles_findings_count int
    The number of findings in the Privileges and Roles category.
    targets_count int
    The total number of targets in this security assessment.
    user_accounts_findings_count int
    The number of findings in the User Accounts category.
    auditingFindingsCount Number
    The number of findings in the Auditing category.
    authorizationControlFindingsCount Number
    The number of findings in the Authorization Control category.
    dataEncryptionFindingsCount Number
    The number of findings in the Data Encryption category.
    dbConfigurationFindingsCount Number
    The number of findings in the Database Configuration category.
    fineGrainedAccessControlFindingsCount Number
    The number of findings in the Fine-Grained Access Control category.
    privilegesAndRolesFindingsCount Number
    The number of findings in the Privileges and Roles category.
    targetsCount Number
    The total number of targets in this security assessment.
    userAccountsFindingsCount Number
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi