1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. getSecurityAssessmentComparison
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.DataSafe.getSecurityAssessmentComparison

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides details about a specific Security Assessment Comparison resource in Oracle Cloud Infrastructure Data Safe service.

    Gets the details of the comparison report for the security assessments submitted for comparison.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testSecurityAssessmentComparison = oci.DataSafe.getSecurityAssessmentComparison({
        comparisonSecurityAssessmentId: oci_data_safe_security_assessment.test_security_assessment.id,
        securityAssessmentId: oci_data_safe_security_assessment.test_security_assessment.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_security_assessment_comparison = oci.DataSafe.get_security_assessment_comparison(comparison_security_assessment_id=oci_data_safe_security_assessment["test_security_assessment"]["id"],
        security_assessment_id=oci_data_safe_security_assessment["test_security_assessment"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DataSafe"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DataSafe.GetSecurityAssessmentComparison(ctx, &datasafe.GetSecurityAssessmentComparisonArgs{
    			ComparisonSecurityAssessmentId: oci_data_safe_security_assessment.Test_security_assessment.Id,
    			SecurityAssessmentId:           oci_data_safe_security_assessment.Test_security_assessment.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 testSecurityAssessmentComparison = Oci.DataSafe.GetSecurityAssessmentComparison.Invoke(new()
        {
            ComparisonSecurityAssessmentId = oci_data_safe_security_assessment.Test_security_assessment.Id,
            SecurityAssessmentId = oci_data_safe_security_assessment.Test_security_assessment.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.GetSecurityAssessmentComparisonArgs;
    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 testSecurityAssessmentComparison = DataSafeFunctions.getSecurityAssessmentComparison(GetSecurityAssessmentComparisonArgs.builder()
                .comparisonSecurityAssessmentId(oci_data_safe_security_assessment.test_security_assessment().id())
                .securityAssessmentId(oci_data_safe_security_assessment.test_security_assessment().id())
                .build());
    
        }
    }
    
    variables:
      testSecurityAssessmentComparison:
        fn::invoke:
          Function: oci:DataSafe:getSecurityAssessmentComparison
          Arguments:
            comparisonSecurityAssessmentId: ${oci_data_safe_security_assessment.test_security_assessment.id}
            securityAssessmentId: ${oci_data_safe_security_assessment.test_security_assessment.id}
    

    Using getSecurityAssessmentComparison

    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 getSecurityAssessmentComparison(args: GetSecurityAssessmentComparisonArgs, opts?: InvokeOptions): Promise<GetSecurityAssessmentComparisonResult>
    function getSecurityAssessmentComparisonOutput(args: GetSecurityAssessmentComparisonOutputArgs, opts?: InvokeOptions): Output<GetSecurityAssessmentComparisonResult>
    def get_security_assessment_comparison(comparison_security_assessment_id: Optional[str] = None,
                                           security_assessment_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSecurityAssessmentComparisonResult
    def get_security_assessment_comparison_output(comparison_security_assessment_id: Optional[pulumi.Input[str]] = None,
                                           security_assessment_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSecurityAssessmentComparisonResult]
    func GetSecurityAssessmentComparison(ctx *Context, args *GetSecurityAssessmentComparisonArgs, opts ...InvokeOption) (*GetSecurityAssessmentComparisonResult, error)
    func GetSecurityAssessmentComparisonOutput(ctx *Context, args *GetSecurityAssessmentComparisonOutputArgs, opts ...InvokeOption) GetSecurityAssessmentComparisonResultOutput

    > Note: This function is named GetSecurityAssessmentComparison in the Go SDK.

    public static class GetSecurityAssessmentComparison 
    {
        public static Task<GetSecurityAssessmentComparisonResult> InvokeAsync(GetSecurityAssessmentComparisonArgs args, InvokeOptions? opts = null)
        public static Output<GetSecurityAssessmentComparisonResult> Invoke(GetSecurityAssessmentComparisonInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecurityAssessmentComparisonResult> getSecurityAssessmentComparison(GetSecurityAssessmentComparisonArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DataSafe/getSecurityAssessmentComparison:getSecurityAssessmentComparison
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ComparisonSecurityAssessmentId string
    The OCID of the security assessment baseline.
    SecurityAssessmentId string
    The OCID of the security assessment.
    ComparisonSecurityAssessmentId string
    The OCID of the security assessment baseline.
    SecurityAssessmentId string
    The OCID of the security assessment.
    comparisonSecurityAssessmentId String
    The OCID of the security assessment baseline.
    securityAssessmentId String
    The OCID of the security assessment.
    comparisonSecurityAssessmentId string
    The OCID of the security assessment baseline.
    securityAssessmentId string
    The OCID of the security assessment.
    comparison_security_assessment_id str
    The OCID of the security assessment baseline.
    security_assessment_id str
    The OCID of the security assessment.
    comparisonSecurityAssessmentId String
    The OCID of the security assessment baseline.
    securityAssessmentId String
    The OCID of the security assessment.

    getSecurityAssessmentComparison Result

    The following output properties are available:

    BaselineId string
    The OCID of the security assessment that is set as a baseline.
    ComparisonSecurityAssessmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityAssessmentId string
    State string
    The current state of the finding.
    Targets List<GetSecurityAssessmentComparisonTarget>
    A target-based comparison between two security assessments.
    TimeCreated string
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
    BaselineId string
    The OCID of the security assessment that is set as a baseline.
    ComparisonSecurityAssessmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityAssessmentId string
    State string
    The current state of the finding.
    Targets []GetSecurityAssessmentComparisonTarget
    A target-based comparison between two security assessments.
    TimeCreated string
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
    baselineId String
    The OCID of the security assessment that is set as a baseline.
    comparisonSecurityAssessmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    securityAssessmentId String
    state String
    The current state of the finding.
    targets List<GetSecurityAssessmentComparisonTarget>
    A target-based comparison between two security assessments.
    timeCreated String
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
    baselineId string
    The OCID of the security assessment that is set as a baseline.
    comparisonSecurityAssessmentId string
    id string
    The provider-assigned unique ID for this managed resource.
    securityAssessmentId string
    state string
    The current state of the finding.
    targets GetSecurityAssessmentComparisonTarget[]
    A target-based comparison between two security assessments.
    timeCreated string
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
    baseline_id str
    The OCID of the security assessment that is set as a baseline.
    comparison_security_assessment_id str
    id str
    The provider-assigned unique ID for this managed resource.
    security_assessment_id str
    state str
    The current state of the finding.
    targets Sequence[datasafe.GetSecurityAssessmentComparisonTarget]
    A target-based comparison between two security assessments.
    time_created str
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
    baselineId String
    The OCID of the security assessment that is set as a baseline.
    comparisonSecurityAssessmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    securityAssessmentId String
    state String
    The current state of the finding.
    targets List<Property Map>
    A target-based comparison between two security assessments.
    timeCreated String
    The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.

    Supporting Types

    GetSecurityAssessmentComparisonTarget

    Auditings List<GetSecurityAssessmentComparisonTargetAuditing>
    A comparison between findings belonging to Auditing category.
    AuthorizationControls List<GetSecurityAssessmentComparisonTargetAuthorizationControl>
    A comparison between findings belonging to Authorization Control category.
    BaselineTargetId string
    The OCID of the target that is used as a baseline in this comparison.
    CurrentTargetId string
    The OCID of the target to be compared against the baseline target.
    DataEncryptions List<GetSecurityAssessmentComparisonTargetDataEncryption>
    Comparison between findings belonging to Data Encryption category.
    DbConfigurations List<GetSecurityAssessmentComparisonTargetDbConfiguration>
    Comparison between findings belonging to Database Configuration category.
    FineGrainedAccessControls List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControl>
    Comparison between findings belonging to Fine-Grained Access Control category.
    PrivilegesAndRoles List<GetSecurityAssessmentComparisonTargetPrivilegesAndRole>
    Comparison between findings belonging to Privileges and Roles category.
    UserAccounts List<GetSecurityAssessmentComparisonTargetUserAccount>
    Comparison between findings belonging to User Accounts category.
    Auditings []GetSecurityAssessmentComparisonTargetAuditing
    A comparison between findings belonging to Auditing category.
    AuthorizationControls []GetSecurityAssessmentComparisonTargetAuthorizationControl
    A comparison between findings belonging to Authorization Control category.
    BaselineTargetId string
    The OCID of the target that is used as a baseline in this comparison.
    CurrentTargetId string
    The OCID of the target to be compared against the baseline target.
    DataEncryptions []GetSecurityAssessmentComparisonTargetDataEncryption
    Comparison between findings belonging to Data Encryption category.
    DbConfigurations []GetSecurityAssessmentComparisonTargetDbConfiguration
    Comparison between findings belonging to Database Configuration category.
    FineGrainedAccessControls []GetSecurityAssessmentComparisonTargetFineGrainedAccessControl
    Comparison between findings belonging to Fine-Grained Access Control category.
    PrivilegesAndRoles []GetSecurityAssessmentComparisonTargetPrivilegesAndRole
    Comparison between findings belonging to Privileges and Roles category.
    UserAccounts []GetSecurityAssessmentComparisonTargetUserAccount
    Comparison between findings belonging to User Accounts category.
    auditings List<GetSecurityAssessmentComparisonTargetAuditing>
    A comparison between findings belonging to Auditing category.
    authorizationControls List<GetSecurityAssessmentComparisonTargetAuthorizationControl>
    A comparison between findings belonging to Authorization Control category.
    baselineTargetId String
    The OCID of the target that is used as a baseline in this comparison.
    currentTargetId String
    The OCID of the target to be compared against the baseline target.
    dataEncryptions List<GetSecurityAssessmentComparisonTargetDataEncryption>
    Comparison between findings belonging to Data Encryption category.
    dbConfigurations List<GetSecurityAssessmentComparisonTargetDbConfiguration>
    Comparison between findings belonging to Database Configuration category.
    fineGrainedAccessControls List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControl>
    Comparison between findings belonging to Fine-Grained Access Control category.
    privilegesAndRoles List<GetSecurityAssessmentComparisonTargetPrivilegesAndRole>
    Comparison between findings belonging to Privileges and Roles category.
    userAccounts List<GetSecurityAssessmentComparisonTargetUserAccount>
    Comparison between findings belonging to User Accounts category.
    auditings GetSecurityAssessmentComparisonTargetAuditing[]
    A comparison between findings belonging to Auditing category.
    authorizationControls GetSecurityAssessmentComparisonTargetAuthorizationControl[]
    A comparison between findings belonging to Authorization Control category.
    baselineTargetId string
    The OCID of the target that is used as a baseline in this comparison.
    currentTargetId string
    The OCID of the target to be compared against the baseline target.
    dataEncryptions GetSecurityAssessmentComparisonTargetDataEncryption[]
    Comparison between findings belonging to Data Encryption category.
    dbConfigurations GetSecurityAssessmentComparisonTargetDbConfiguration[]
    Comparison between findings belonging to Database Configuration category.
    fineGrainedAccessControls GetSecurityAssessmentComparisonTargetFineGrainedAccessControl[]
    Comparison between findings belonging to Fine-Grained Access Control category.
    privilegesAndRoles GetSecurityAssessmentComparisonTargetPrivilegesAndRole[]
    Comparison between findings belonging to Privileges and Roles category.
    userAccounts GetSecurityAssessmentComparisonTargetUserAccount[]
    Comparison between findings belonging to User Accounts category.
    auditings Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuditing]
    A comparison between findings belonging to Auditing category.
    authorization_controls Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuthorizationControl]
    A comparison between findings belonging to Authorization Control category.
    baseline_target_id str
    The OCID of the target that is used as a baseline in this comparison.
    current_target_id str
    The OCID of the target to be compared against the baseline target.
    data_encryptions Sequence[datasafe.GetSecurityAssessmentComparisonTargetDataEncryption]
    Comparison between findings belonging to Data Encryption category.
    db_configurations Sequence[datasafe.GetSecurityAssessmentComparisonTargetDbConfiguration]
    Comparison between findings belonging to Database Configuration category.
    fine_grained_access_controls Sequence[datasafe.GetSecurityAssessmentComparisonTargetFineGrainedAccessControl]
    Comparison between findings belonging to Fine-Grained Access Control category.
    privileges_and_roles Sequence[datasafe.GetSecurityAssessmentComparisonTargetPrivilegesAndRole]
    Comparison between findings belonging to Privileges and Roles category.
    user_accounts Sequence[datasafe.GetSecurityAssessmentComparisonTargetUserAccount]
    Comparison between findings belonging to User Accounts category.
    auditings List<Property Map>
    A comparison between findings belonging to Auditing category.
    authorizationControls List<Property Map>
    A comparison between findings belonging to Authorization Control category.
    baselineTargetId String
    The OCID of the target that is used as a baseline in this comparison.
    currentTargetId String
    The OCID of the target to be compared against the baseline target.
    dataEncryptions List<Property Map>
    Comparison between findings belonging to Data Encryption category.
    dbConfigurations List<Property Map>
    Comparison between findings belonging to Database Configuration category.
    fineGrainedAccessControls List<Property Map>
    Comparison between findings belonging to Fine-Grained Access Control category.
    privilegesAndRoles List<Property Map>
    Comparison between findings belonging to Privileges and Roles category.
    userAccounts List<Property Map>
    Comparison between findings belonging to User Accounts category.

    GetSecurityAssessmentComparisonTargetAuditing

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetAuditingBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetAuditingCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetAuditingBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetAuditingCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetAuditingBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetAuditingCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetAuditingBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetAuditingCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuditingBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuditingCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetAuditingBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetAuditingBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetAuditingBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetAuditingBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetAuditingBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuditingBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetAuditingBaselineReference

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

    GetSecurityAssessmentComparisonTargetAuditingCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetAuditingCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetAuditingCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetAuditingCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetAuditingCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuditingCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetAuditingCurrentReference

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

    GetSecurityAssessmentComparisonTargetAuthorizationControl

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetAuthorizationControlBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference

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

    GetSecurityAssessmentComparisonTargetAuthorizationControlCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReference

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

    GetSecurityAssessmentComparisonTargetDataEncryption

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetDataEncryptionBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetDataEncryptionCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetDataEncryptionBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetDataEncryptionCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetDataEncryptionBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetDataEncryptionCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetDataEncryptionBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetDataEncryptionCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetDataEncryptionBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetDataEncryptionCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetDataEncryptionBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReference

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

    GetSecurityAssessmentComparisonTargetDataEncryptionCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReference

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

    GetSecurityAssessmentComparisonTargetDbConfiguration

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetDbConfigurationBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetDbConfigurationCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetDbConfigurationBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetDbConfigurationCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetDbConfigurationBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetDbConfigurationCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetDbConfigurationBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetDbConfigurationCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetDbConfigurationBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetDbConfigurationCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetDbConfigurationBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReference

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

    GetSecurityAssessmentComparisonTargetDbConfigurationCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReference

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

    GetSecurityAssessmentComparisonTargetFineGrainedAccessControl

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineReference

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

    GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentReference

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

    GetSecurityAssessmentComparisonTargetPrivilegesAndRole

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReference

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

    GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReference

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

    GetSecurityAssessmentComparisonTargetUserAccount

    AddedItems List<string>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines List<GetSecurityAssessmentComparisonTargetUserAccountBaseline>
    The particular finding reported by the security assessment.
    Currents List<GetSecurityAssessmentComparisonTargetUserAccountCurrent>
    The particular finding reported by the security assessment.
    ModifiedItems List<string>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems List<string>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    AddedItems []string
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    Baselines []GetSecurityAssessmentComparisonTargetUserAccountBaseline
    The particular finding reported by the security assessment.
    Currents []GetSecurityAssessmentComparisonTargetUserAccountCurrent
    The particular finding reported by the security assessment.
    ModifiedItems []string
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    RemovedItems []string
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    Severity string
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<GetSecurityAssessmentComparisonTargetUserAccountBaseline>
    The particular finding reported by the security assessment.
    currents List<GetSecurityAssessmentComparisonTargetUserAccountCurrent>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.
    addedItems string[]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines GetSecurityAssessmentComparisonTargetUserAccountBaseline[]
    The particular finding reported by the security assessment.
    currents GetSecurityAssessmentComparisonTargetUserAccountCurrent[]
    The particular finding reported by the security assessment.
    modifiedItems string[]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems string[]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity string
    The severity of this diff.
    added_items Sequence[str]
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines Sequence[datasafe.GetSecurityAssessmentComparisonTargetUserAccountBaseline]
    The particular finding reported by the security assessment.
    currents Sequence[datasafe.GetSecurityAssessmentComparisonTargetUserAccountCurrent]
    The particular finding reported by the security assessment.
    modified_items Sequence[str]
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removed_items Sequence[str]
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity str
    The severity of this diff.
    addedItems List<String>
    This array identifies the items that are present in the current assessment, but are missing from the baseline.
    baselines List<Property Map>
    The particular finding reported by the security assessment.
    currents List<Property Map>
    The particular finding reported by the security assessment.
    modifiedItems List<String>
    This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
    removedItems List<String>
    This array identifies the items that are present in the baseline, but are missing from the current assessment.
    severity String
    The severity of this diff.

    GetSecurityAssessmentComparisonTargetUserAccountBaseline

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetUserAccountBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetUserAccountBaselineReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetUserAccountBaselineReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetUserAccountBaselineReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetUserAccountBaselineReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetUserAccountBaselineReference

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

    GetSecurityAssessmentComparisonTargetUserAccountCurrent

    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details List<string>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References List<GetSecurityAssessmentComparisonTargetUserAccountCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    AssessmentId string
    The OCID of the assessment that generated this finding.
    Details []string
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    HasTargetDbRiskLevelChanged bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    IsRiskModified bool
    Determines if this risk level was modified by user.
    Justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    Key string
    A unique identifier for the finding. This is common for the finding across targets.
    LifecycleDetails string
    Details about the current state of the finding.
    OracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    References []GetSecurityAssessmentComparisonTargetUserAccountCurrentReference
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    Remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    Severity string
    The severity of this diff.
    State string
    The current state of the finding.
    Summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    TargetId string
    The OCID of the target database.
    TimeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    TimeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    Title string
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<GetSecurityAssessmentComparisonTargetUserAccountCurrentReference>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.
    assessmentId string
    The OCID of the assessment that generated this finding.
    details string[]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified boolean
    Determines if this risk level was modified by user.
    justification string
    User provided reason for accepting or modifying this finding if they choose to do so.
    key string
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails string
    Details about the current state of the finding.
    oracleDefinedSeverity string
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references GetSecurityAssessmentComparisonTargetUserAccountCurrentReference[]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks string
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity string
    The severity of this diff.
    state string
    The current state of the finding.
    summary string
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId string
    The OCID of the target database.
    timeUpdated string
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil string
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title string
    The short title for the finding.
    assessment_id str
    The OCID of the assessment that generated this finding.
    details Sequence[str]
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    has_target_db_risk_level_changed bool
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    is_risk_modified bool
    Determines if this risk level was modified by user.
    justification str
    User provided reason for accepting or modifying this finding if they choose to do so.
    key str
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycle_details str
    Details about the current state of the finding.
    oracle_defined_severity str
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references Sequence[datasafe.GetSecurityAssessmentComparisonTargetUserAccountCurrentReference]
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks str
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity str
    The severity of this diff.
    state str
    The current state of the finding.
    summary str
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    target_id str
    The OCID of the target database.
    time_updated str
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    time_valid_until str
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title str
    The short title for the finding.
    assessmentId String
    The OCID of the assessment that generated this finding.
    details List<String>
    The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes.
    hasTargetDbRiskLevelChanged Boolean
    Determines if this risk level has changed on the target database since the last time 'severity' was modified by user.
    isRiskModified Boolean
    Determines if this risk level was modified by user.
    justification String
    User provided reason for accepting or modifying this finding if they choose to do so.
    key String
    A unique identifier for the finding. This is common for the finding across targets.
    lifecycleDetails String
    Details about the current state of the finding.
    oracleDefinedSeverity String
    The severity of the finding as determined by security assessment. This cannot be modified by user.
    references List<Property Map>
    Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.
    remarks String
    The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
    severity String
    The severity of this diff.
    state String
    The current state of the finding.
    summary String
    The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
    targetId String
    The OCID of the target database.
    timeUpdated String
    The date and time the risk level of finding was last updated, in the format defined by RFC3339.
    timeValidUntil String
    The time until which the change in severity(deferred/modified) of this finding is valid.
    title String
    The short title for the finding.

    GetSecurityAssessmentComparisonTargetUserAccountCurrentReference

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

    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 v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi