1. Registry
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. DataSafe
  6. getCryptoAssessment
Viewing docs for Oracle Cloud Infrastructure v5.1.0
published on Friday, Sep 25, 2026 by Pulumi
oci logo oci logo
Viewing docs for Oracle Cloud Infrastructure v5.1.0
published on Friday, Sep 25, 2026 by Pulumi

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

    Gets the details of the specified crypto assessment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCryptoAssessment = oci.datasafe.getCryptoAssessment({
        cryptoAssessmentId: testCryptoAssessmentOciDataSafeCryptoAssessment.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_crypto_assessment = oci.datasafe.get_crypto_assessment(crypto_assessment_id=test_crypto_assessment_oci_data_safe_crypto_assessment["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v5/go/oci/datasafe"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datasafe.GetCryptoAssessment(ctx, &datasafe.GetCryptoAssessmentArgs{
    			CryptoAssessmentId: testCryptoAssessmentOciDataSafeCryptoAssessment.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 testCryptoAssessment = Oci.DataSafe.GetCryptoAssessment.Invoke(new()
        {
            CryptoAssessmentId = testCryptoAssessmentOciDataSafeCryptoAssessment.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.GetCryptoAssessmentArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 testCryptoAssessment = DataSafeFunctions.getCryptoAssessment(GetCryptoAssessmentArgs.builder()
                .cryptoAssessmentId(testCryptoAssessmentOciDataSafeCryptoAssessment.id())
                .build());
    
        }
    }
    
    variables:
      testCryptoAssessment:
        fn::invoke:
          function: oci:DataSafe:getCryptoAssessment
          arguments:
            cryptoAssessmentId: ${testCryptoAssessmentOciDataSafeCryptoAssessment.id}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_datasafe_getcryptoassessment" "testCryptoAssessment" {
      crypto_assessment_id = testCryptoAssessmentOciDataSafeCryptoAssessment.id
    }
    

    Using getCryptoAssessment

    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 getCryptoAssessment(args: GetCryptoAssessmentArgs, opts?: InvokeOptions): Promise<GetCryptoAssessmentResult>
    function getCryptoAssessmentOutput(args: GetCryptoAssessmentOutputArgs, opts?: InvokeOutputOptions): Output<GetCryptoAssessmentResult>
    def get_crypto_assessment(crypto_assessment_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCryptoAssessmentResult
    def get_crypto_assessment_output(crypto_assessment_id: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOutputOptions] = None) -> Output[GetCryptoAssessmentResult]
    func LookupCryptoAssessment(ctx *Context, args *LookupCryptoAssessmentArgs, opts ...InvokeOption) (*LookupCryptoAssessmentResult, error)
    func LookupCryptoAssessmentOutput(ctx *Context, args *LookupCryptoAssessmentOutputArgs, opts ...InvokeOption) LookupCryptoAssessmentResultOutput

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

    public static class GetCryptoAssessment 
    {
        public static Task<GetCryptoAssessmentResult> InvokeAsync(GetCryptoAssessmentArgs args, InvokeOptions? opts = null)
        public static Output<GetCryptoAssessmentResult> Invoke(GetCryptoAssessmentInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCryptoAssessmentResult> Invoke(GetCryptoAssessmentInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCryptoAssessmentResult> getCryptoAssessment(GetCryptoAssessmentArgs args, InvokeOptions options)
    public static Output<GetCryptoAssessmentResult> getCryptoAssessment(GetCryptoAssessmentArgs args, InvokeOptions options)
    public static Output<GetCryptoAssessmentResult> getCryptoAssessment(GetCryptoAssessmentArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: oci:DataSafe/getCryptoAssessment:getCryptoAssessment
      arguments:
        # arguments dictionary
    data "oci_data_safe_get_crypto_assessment" "name" {
        # arguments
    }

    The following arguments are supported:

    CryptoAssessmentId string
    The OCID of the crypto assessment.
    CryptoAssessmentId string
    The OCID of the crypto assessment.
    crypto_assessment_id string
    The OCID of the crypto assessment.
    cryptoAssessmentId String
    The OCID of the crypto assessment.
    cryptoAssessmentId string
    The OCID of the crypto assessment.
    crypto_assessment_id str
    The OCID of the crypto assessment.
    cryptoAssessmentId String
    The OCID of the crypto assessment.

    getCryptoAssessment Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment that contains the crypto assessment.
    CryptoAssessmentId string
    CryptoPostures List<GetCryptoAssessmentCryptoPosture>
    Cryptographic posture details captured by the assessment.
    CryptoProvider string
    Cryptographic provider and version information observed on the target.
    DatabaseArchitecture string
    The architecture of the assessed target database.
    DatabaseName string
    The name of the assessed target database.
    DatabaseVersion string
    The version of the assessed target database.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    The description of the crypto assessment.
    DisplayName string
    The display name of the crypto assessment.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    Id string
    The OCID of the crypto assessment.
    IsAssessmentScheduled bool
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    IssueCount int
    Number of crypto issues detected in this assessment.
    LifecycleDetails string
    Details about the current lifecycle state of the crypto assessment.
    PostureCategory string
    Overall posture category for the crypto assessment.
    Schedule string
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    State string
    The current lifecycle state of the crypto assessment.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetDatabaseGroupId string
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    TargetId string
    The OCID of the target database.
    TargetType string
    The target type of the crypto assessment.
    TargetsWithIssuesCount int
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    TimeCreated string
    The date and time the crypto assessment was created, in RFC3339 format.
    TimeLastAssessed string
    The date and time the crypto posture was last assessed, in RFC3339 format.
    TimeUpdated string
    The date and time the crypto assessment was last updated, in RFC3339 format.
    TriggeredBy string
    The actor that created the assessment.
    Type string
    The type of this crypto assessment.
    CompartmentId string
    The OCID of the compartment that contains the crypto assessment.
    CryptoAssessmentId string
    CryptoPostures []GetCryptoAssessmentCryptoPosture
    Cryptographic posture details captured by the assessment.
    CryptoProvider string
    Cryptographic provider and version information observed on the target.
    DatabaseArchitecture string
    The architecture of the assessed target database.
    DatabaseName string
    The name of the assessed target database.
    DatabaseVersion string
    The version of the assessed target database.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    The description of the crypto assessment.
    DisplayName string
    The display name of the crypto assessment.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    Id string
    The OCID of the crypto assessment.
    IsAssessmentScheduled bool
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    IssueCount int
    Number of crypto issues detected in this assessment.
    LifecycleDetails string
    Details about the current lifecycle state of the crypto assessment.
    PostureCategory string
    Overall posture category for the crypto assessment.
    Schedule string
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    State string
    The current lifecycle state of the crypto assessment.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetDatabaseGroupId string
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    TargetId string
    The OCID of the target database.
    TargetType string
    The target type of the crypto assessment.
    TargetsWithIssuesCount int
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    TimeCreated string
    The date and time the crypto assessment was created, in RFC3339 format.
    TimeLastAssessed string
    The date and time the crypto posture was last assessed, in RFC3339 format.
    TimeUpdated string
    The date and time the crypto assessment was last updated, in RFC3339 format.
    TriggeredBy string
    The actor that created the assessment.
    Type string
    The type of this crypto assessment.
    compartment_id string
    The OCID of the compartment that contains the crypto assessment.
    crypto_assessment_id string
    crypto_postures list(object)
    Cryptographic posture details captured by the assessment.
    crypto_provider string
    Cryptographic provider and version information observed on the target.
    database_architecture string
    The architecture of the assessed target database.
    database_name string
    The name of the assessed target database.
    database_version string
    The version of the assessed target database.
    defined_tags map(string)
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description string
    The description of the crypto assessment.
    display_name string
    The display name of the crypto assessment.
    freeform_tags map(string)
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    id string
    The OCID of the crypto assessment.
    is_assessment_scheduled bool
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    issue_count number
    Number of crypto issues detected in this assessment.
    lifecycle_details string
    Details about the current lifecycle state of the crypto assessment.
    posture_category string
    Overall posture category for the crypto assessment.
    schedule string
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    state string
    The current lifecycle state of the crypto assessment.
    system_tags map(string)
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    target_database_group_id string
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    target_id string
    The OCID of the target database.
    target_type string
    The target type of the crypto assessment.
    targets_with_issues_count number
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    time_created string
    The date and time the crypto assessment was created, in RFC3339 format.
    time_last_assessed string
    The date and time the crypto posture was last assessed, in RFC3339 format.
    time_updated string
    The date and time the crypto assessment was last updated, in RFC3339 format.
    triggered_by string
    The actor that created the assessment.
    type string
    The type of this crypto assessment.
    compartmentId String
    The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId String
    cryptoPostures List<GetCryptoAssessmentCryptoPosture>
    Cryptographic posture details captured by the assessment.
    cryptoProvider String
    Cryptographic provider and version information observed on the target.
    databaseArchitecture String
    The architecture of the assessed target database.
    databaseName String
    The name of the assessed target database.
    databaseVersion String
    The version of the assessed target database.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    The description of the crypto assessment.
    displayName String
    The display name of the crypto assessment.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    id String
    The OCID of the crypto assessment.
    isAssessmentScheduled Boolean
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    issueCount Integer
    Number of crypto issues detected in this assessment.
    lifecycleDetails String
    Details about the current lifecycle state of the crypto assessment.
    postureCategory String
    Overall posture category for the crypto assessment.
    schedule String
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    state String
    The current lifecycle state of the crypto assessment.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseGroupId String
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    targetId String
    The OCID of the target database.
    targetType String
    The target type of the crypto assessment.
    targetsWithIssuesCount Integer
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    timeCreated String
    The date and time the crypto assessment was created, in RFC3339 format.
    timeLastAssessed String
    The date and time the crypto posture was last assessed, in RFC3339 format.
    timeUpdated String
    The date and time the crypto assessment was last updated, in RFC3339 format.
    triggeredBy String
    The actor that created the assessment.
    type String
    The type of this crypto assessment.
    compartmentId string
    The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId string
    cryptoPostures GetCryptoAssessmentCryptoPosture[]
    Cryptographic posture details captured by the assessment.
    cryptoProvider string
    Cryptographic provider and version information observed on the target.
    databaseArchitecture string
    The architecture of the assessed target database.
    databaseName string
    The name of the assessed target database.
    databaseVersion string
    The version of the assessed target database.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description string
    The description of the crypto assessment.
    displayName string
    The display name of the crypto assessment.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    id string
    The OCID of the crypto assessment.
    isAssessmentScheduled boolean
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    issueCount number
    Number of crypto issues detected in this assessment.
    lifecycleDetails string
    Details about the current lifecycle state of the crypto assessment.
    postureCategory string
    Overall posture category for the crypto assessment.
    schedule string
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    state string
    The current lifecycle state of the crypto assessment.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseGroupId string
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    targetId string
    The OCID of the target database.
    targetType string
    The target type of the crypto assessment.
    targetsWithIssuesCount number
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    timeCreated string
    The date and time the crypto assessment was created, in RFC3339 format.
    timeLastAssessed string
    The date and time the crypto posture was last assessed, in RFC3339 format.
    timeUpdated string
    The date and time the crypto assessment was last updated, in RFC3339 format.
    triggeredBy string
    The actor that created the assessment.
    type string
    The type of this crypto assessment.
    compartment_id str
    The OCID of the compartment that contains the crypto assessment.
    crypto_assessment_id str
    crypto_postures Sequence[GetCryptoAssessmentCryptoPosture]
    Cryptographic posture details captured by the assessment.
    crypto_provider str
    Cryptographic provider and version information observed on the target.
    database_architecture str
    The architecture of the assessed target database.
    database_name str
    The name of the assessed target database.
    database_version str
    The version of the assessed target database.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description str
    The description of the crypto assessment.
    display_name str
    The display name of the crypto assessment.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    id str
    The OCID of the crypto assessment.
    is_assessment_scheduled bool
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    issue_count int
    Number of crypto issues detected in this assessment.
    lifecycle_details str
    Details about the current lifecycle state of the crypto assessment.
    posture_category str
    Overall posture category for the crypto assessment.
    schedule str
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    state str
    The current lifecycle state of the crypto assessment.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    target_database_group_id str
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    target_id str
    The OCID of the target database.
    target_type str
    The target type of the crypto assessment.
    targets_with_issues_count int
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    time_created str
    The date and time the crypto assessment was created, in RFC3339 format.
    time_last_assessed str
    The date and time the crypto posture was last assessed, in RFC3339 format.
    time_updated str
    The date and time the crypto assessment was last updated, in RFC3339 format.
    triggered_by str
    The actor that created the assessment.
    type str
    The type of this crypto assessment.
    compartmentId String
    The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId String
    cryptoPostures List<Property Map>
    Cryptographic posture details captured by the assessment.
    cryptoProvider String
    Cryptographic provider and version information observed on the target.
    databaseArchitecture String
    The architecture of the assessed target database.
    databaseName String
    The name of the assessed target database.
    databaseVersion String
    The version of the assessed target database.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    The description of the crypto assessment.
    displayName String
    The display name of the crypto assessment.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    id String
    The OCID of the crypto assessment.
    isAssessmentScheduled Boolean
    Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
    issueCount Number
    Number of crypto issues detected in this assessment.
    lifecycleDetails String
    Details about the current lifecycle state of the crypto assessment.
    postureCategory String
    Overall posture category for the crypto assessment.
    schedule String
    The schedule used to run the crypto assessment periodically. The schedule uses the format: ;
    state String
    The current lifecycle state of the crypto assessment.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetDatabaseGroupId String
    The OCID of the target database group. This is returned when targetType is TARGET_DATABASE_GROUP.
    targetId String
    The OCID of the target database.
    targetType String
    The target type of the crypto assessment.
    targetsWithIssuesCount Number
    Number of assessed targets with one or more crypto issues. For a target database assessment, this value is 1 when the target has issues and 0 otherwise. For a target database group assessment, this value is the number of targets in the group that have issues.
    timeCreated String
    The date and time the crypto assessment was created, in RFC3339 format.
    timeLastAssessed String
    The date and time the crypto posture was last assessed, in RFC3339 format.
    timeUpdated String
    The date and time the crypto assessment was last updated, in RFC3339 format.
    triggeredBy String
    The actor that created the assessment.
    type String
    The type of this crypto assessment.

    Supporting Types

    GetCryptoAssessmentCryptoPosture

    BackupStatus string
    Backup encryption status observed for the assessment.
    EncryptedBackupPiecesCount int
    Number of encrypted backup pieces.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    FipsStatus string
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    NetworkEncryptions List<string>
    Network encryption details.
    Nnes List<GetCryptoAssessmentCryptoPostureNne>
    Native network encryption posture details.
    Tdes List<GetCryptoAssessmentCryptoPostureTde>
    Transparent data encryption posture details.
    Tls List<GetCryptoAssessmentCryptoPostureTl>
    TLS posture details.
    UnencryptedBackupPiecesCount int
    Number of unencrypted backup pieces.
    BackupStatus string
    Backup encryption status observed for the assessment.
    EncryptedBackupPiecesCount int
    Number of encrypted backup pieces.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    FipsStatus string
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    NetworkEncryptions []string
    Network encryption details.
    Nnes []GetCryptoAssessmentCryptoPostureNne
    Native network encryption posture details.
    Tdes []GetCryptoAssessmentCryptoPostureTde
    Transparent data encryption posture details.
    Tls []GetCryptoAssessmentCryptoPostureTl
    TLS posture details.
    UnencryptedBackupPiecesCount int
    Number of unencrypted backup pieces.
    backup_status string
    Backup encryption status observed for the assessment.
    encrypted_backup_pieces_count number
    Number of encrypted backup pieces.
    fips_mode_configured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    fips_status string
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    network_encryptions list(string)
    Network encryption details.
    nnes list(object)
    Native network encryption posture details.
    tdes list(object)
    Transparent data encryption posture details.
    tls list(object)
    TLS posture details.
    unencrypted_backup_pieces_count number
    Number of unencrypted backup pieces.
    backupStatus String
    Backup encryption status observed for the assessment.
    encryptedBackupPiecesCount Integer
    Number of encrypted backup pieces.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    fipsStatus String
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    networkEncryptions List<String>
    Network encryption details.
    nnes List<GetCryptoAssessmentCryptoPostureNne>
    Native network encryption posture details.
    tdes List<GetCryptoAssessmentCryptoPostureTde>
    Transparent data encryption posture details.
    tls List<GetCryptoAssessmentCryptoPostureTl>
    TLS posture details.
    unencryptedBackupPiecesCount Integer
    Number of unencrypted backup pieces.
    backupStatus string
    Backup encryption status observed for the assessment.
    encryptedBackupPiecesCount number
    Number of encrypted backup pieces.
    fipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    fipsStatus string
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    networkEncryptions string[]
    Network encryption details.
    nnes GetCryptoAssessmentCryptoPostureNne[]
    Native network encryption posture details.
    tdes GetCryptoAssessmentCryptoPostureTde[]
    Transparent data encryption posture details.
    tls GetCryptoAssessmentCryptoPostureTl[]
    TLS posture details.
    unencryptedBackupPiecesCount number
    Number of unencrypted backup pieces.
    backup_status str
    Backup encryption status observed for the assessment.
    encrypted_backup_pieces_count int
    Number of encrypted backup pieces.
    fips_mode_configured str
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    fips_status str
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    network_encryptions Sequence[str]
    Network encryption details.
    nnes Sequence[GetCryptoAssessmentCryptoPostureNne]
    Native network encryption posture details.
    tdes Sequence[GetCryptoAssessmentCryptoPostureTde]
    Transparent data encryption posture details.
    tls Sequence[GetCryptoAssessmentCryptoPostureTl]
    TLS posture details.
    unencrypted_backup_pieces_count int
    Number of unencrypted backup pieces.
    backupStatus String
    Backup encryption status observed for the assessment.
    encryptedBackupPiecesCount Number
    Number of encrypted backup pieces.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    fipsStatus String
    Overall FIPS status for the assessment when the target uses common FIPS configuration.
    networkEncryptions List<String>
    Network encryption details.
    nnes List<Property Map>
    Native network encryption posture details.
    tdes List<Property Map>
    Transparent data encryption posture details.
    tls List<Property Map>
    TLS posture details.
    unencryptedBackupPiecesCount Number
    Number of unencrypted backup pieces.

    GetCryptoAssessmentCryptoPostureNne

    AreWeakOptionsAllowed string
    Indicates if weak NNE options are allowed.
    EncryptionConfigureds List<string>
    Configured TDE encryption algorithm.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    Integrities List<string>
    NNE integrity algorithm(s).
    KeyExchange string
    Observed NNE key exchange setting.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    ServerEncryption string
    Observed server-side encryption requirement.
    ServerIntegrities List<string>
    NNE server integrity algorithm(s).
    Status string
    TLS enablement status.
    AreWeakOptionsAllowed string
    Indicates if weak NNE options are allowed.
    EncryptionConfigureds []string
    Configured TDE encryption algorithm.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    Integrities []string
    NNE integrity algorithm(s).
    KeyExchange string
    Observed NNE key exchange setting.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    ServerEncryption string
    Observed server-side encryption requirement.
    ServerIntegrities []string
    NNE server integrity algorithm(s).
    Status string
    TLS enablement status.
    are_weak_options_allowed string
    Indicates if weak NNE options are allowed.
    encryption_configureds list(string)
    Configured TDE encryption algorithm.
    fips_mode_configured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrities list(string)
    NNE integrity algorithm(s).
    key_exchange string
    Observed NNE key exchange setting.
    quantum_readiness string
    Quantum-readiness classification for TLS posture.
    server_encryption string
    Observed server-side encryption requirement.
    server_integrities list(string)
    NNE server integrity algorithm(s).
    status string
    TLS enablement status.
    areWeakOptionsAllowed String
    Indicates if weak NNE options are allowed.
    encryptionConfigureds List<String>
    Configured TDE encryption algorithm.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrities List<String>
    NNE integrity algorithm(s).
    keyExchange String
    Observed NNE key exchange setting.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    serverEncryption String
    Observed server-side encryption requirement.
    serverIntegrities List<String>
    NNE server integrity algorithm(s).
    status String
    TLS enablement status.
    areWeakOptionsAllowed string
    Indicates if weak NNE options are allowed.
    encryptionConfigureds string[]
    Configured TDE encryption algorithm.
    fipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrities string[]
    NNE integrity algorithm(s).
    keyExchange string
    Observed NNE key exchange setting.
    quantumReadiness string
    Quantum-readiness classification for TLS posture.
    serverEncryption string
    Observed server-side encryption requirement.
    serverIntegrities string[]
    NNE server integrity algorithm(s).
    status string
    TLS enablement status.
    are_weak_options_allowed str
    Indicates if weak NNE options are allowed.
    encryption_configureds Sequence[str]
    Configured TDE encryption algorithm.
    fips_mode_configured str
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrities Sequence[str]
    NNE integrity algorithm(s).
    key_exchange str
    Observed NNE key exchange setting.
    quantum_readiness str
    Quantum-readiness classification for TLS posture.
    server_encryption str
    Observed server-side encryption requirement.
    server_integrities Sequence[str]
    NNE server integrity algorithm(s).
    status str
    TLS enablement status.
    areWeakOptionsAllowed String
    Indicates if weak NNE options are allowed.
    encryptionConfigureds List<String>
    Configured TDE encryption algorithm.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrities List<String>
    NNE integrity algorithm(s).
    keyExchange String
    Observed NNE key exchange setting.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    serverEncryption String
    Observed server-side encryption requirement.
    serverIntegrities List<String>
    NNE server integrity algorithm(s).
    status String
    TLS enablement status.

    GetCryptoAssessmentCryptoPostureTde

    DbCredentialsEncryptionObserved string
    Observed DB credentials encryption algorithm.
    EncryptedTablespacesCount int
    Number of encrypted tablespaces detected.
    EncryptionConfigureds List<string>
    Configured TDE encryption algorithm.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    IntegrityConfigureds List<string>
    Configured TDE integrity-related setting.
    KeyCacheStatus string
    The observed TDE key cache status.
    KeyStoreType string
    The observed TDE key store type.
    MasterKeyEncryptionAlgorithm string
    The observed encryption algorithm used by the master key.
    MasterKeyId string
    The observed TDE master key identifier.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    RedoEncryptionObserved string
    Observed redo log encryption algorithm.
    Status string
    TLS enablement status.
    TimeMasterKeyLastRotation string
    The last observed rotation time for the TDE master key, in RFC3339 format.
    UnencryptedTablespacesCount int
    Number of unencrypted tablespaces detected.
    WalletLocation string
    TLS wallet location observed on target.
    DbCredentialsEncryptionObserved string
    Observed DB credentials encryption algorithm.
    EncryptedTablespacesCount int
    Number of encrypted tablespaces detected.
    EncryptionConfigureds []string
    Configured TDE encryption algorithm.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    IntegrityConfigureds []string
    Configured TDE integrity-related setting.
    KeyCacheStatus string
    The observed TDE key cache status.
    KeyStoreType string
    The observed TDE key store type.
    MasterKeyEncryptionAlgorithm string
    The observed encryption algorithm used by the master key.
    MasterKeyId string
    The observed TDE master key identifier.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    RedoEncryptionObserved string
    Observed redo log encryption algorithm.
    Status string
    TLS enablement status.
    TimeMasterKeyLastRotation string
    The last observed rotation time for the TDE master key, in RFC3339 format.
    UnencryptedTablespacesCount int
    Number of unencrypted tablespaces detected.
    WalletLocation string
    TLS wallet location observed on target.
    db_credentials_encryption_observed string
    Observed DB credentials encryption algorithm.
    encrypted_tablespaces_count number
    Number of encrypted tablespaces detected.
    encryption_configureds list(string)
    Configured TDE encryption algorithm.
    fips_mode_configured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrity_configureds list(string)
    Configured TDE integrity-related setting.
    key_cache_status string
    The observed TDE key cache status.
    key_store_type string
    The observed TDE key store type.
    master_key_encryption_algorithm string
    The observed encryption algorithm used by the master key.
    master_key_id string
    The observed TDE master key identifier.
    quantum_readiness string
    Quantum-readiness classification for TLS posture.
    redo_encryption_observed string
    Observed redo log encryption algorithm.
    status string
    TLS enablement status.
    time_master_key_last_rotation string
    The last observed rotation time for the TDE master key, in RFC3339 format.
    unencrypted_tablespaces_count number
    Number of unencrypted tablespaces detected.
    wallet_location string
    TLS wallet location observed on target.
    dbCredentialsEncryptionObserved String
    Observed DB credentials encryption algorithm.
    encryptedTablespacesCount Integer
    Number of encrypted tablespaces detected.
    encryptionConfigureds List<String>
    Configured TDE encryption algorithm.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrityConfigureds List<String>
    Configured TDE integrity-related setting.
    keyCacheStatus String
    The observed TDE key cache status.
    keyStoreType String
    The observed TDE key store type.
    masterKeyEncryptionAlgorithm String
    The observed encryption algorithm used by the master key.
    masterKeyId String
    The observed TDE master key identifier.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    redoEncryptionObserved String
    Observed redo log encryption algorithm.
    status String
    TLS enablement status.
    timeMasterKeyLastRotation String
    The last observed rotation time for the TDE master key, in RFC3339 format.
    unencryptedTablespacesCount Integer
    Number of unencrypted tablespaces detected.
    walletLocation String
    TLS wallet location observed on target.
    dbCredentialsEncryptionObserved string
    Observed DB credentials encryption algorithm.
    encryptedTablespacesCount number
    Number of encrypted tablespaces detected.
    encryptionConfigureds string[]
    Configured TDE encryption algorithm.
    fipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrityConfigureds string[]
    Configured TDE integrity-related setting.
    keyCacheStatus string
    The observed TDE key cache status.
    keyStoreType string
    The observed TDE key store type.
    masterKeyEncryptionAlgorithm string
    The observed encryption algorithm used by the master key.
    masterKeyId string
    The observed TDE master key identifier.
    quantumReadiness string
    Quantum-readiness classification for TLS posture.
    redoEncryptionObserved string
    Observed redo log encryption algorithm.
    status string
    TLS enablement status.
    timeMasterKeyLastRotation string
    The last observed rotation time for the TDE master key, in RFC3339 format.
    unencryptedTablespacesCount number
    Number of unencrypted tablespaces detected.
    walletLocation string
    TLS wallet location observed on target.
    db_credentials_encryption_observed str
    Observed DB credentials encryption algorithm.
    encrypted_tablespaces_count int
    Number of encrypted tablespaces detected.
    encryption_configureds Sequence[str]
    Configured TDE encryption algorithm.
    fips_mode_configured str
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrity_configureds Sequence[str]
    Configured TDE integrity-related setting.
    key_cache_status str
    The observed TDE key cache status.
    key_store_type str
    The observed TDE key store type.
    master_key_encryption_algorithm str
    The observed encryption algorithm used by the master key.
    master_key_id str
    The observed TDE master key identifier.
    quantum_readiness str
    Quantum-readiness classification for TLS posture.
    redo_encryption_observed str
    Observed redo log encryption algorithm.
    status str
    TLS enablement status.
    time_master_key_last_rotation str
    The last observed rotation time for the TDE master key, in RFC3339 format.
    unencrypted_tablespaces_count int
    Number of unencrypted tablespaces detected.
    wallet_location str
    TLS wallet location observed on target.
    dbCredentialsEncryptionObserved String
    Observed DB credentials encryption algorithm.
    encryptedTablespacesCount Number
    Number of encrypted tablespaces detected.
    encryptionConfigureds List<String>
    Configured TDE encryption algorithm.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    integrityConfigureds List<String>
    Configured TDE integrity-related setting.
    keyCacheStatus String
    The observed TDE key cache status.
    keyStoreType String
    The observed TDE key store type.
    masterKeyEncryptionAlgorithm String
    The observed encryption algorithm used by the master key.
    masterKeyId String
    The observed TDE master key identifier.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    redoEncryptionObserved String
    Observed redo log encryption algorithm.
    status String
    TLS enablement status.
    timeMasterKeyLastRotation String
    The last observed rotation time for the TDE master key, in RFC3339 format.
    unencryptedTablespacesCount Number
    Number of unencrypted tablespaces detected.
    walletLocation String
    TLS wallet location observed on target.

    GetCryptoAssessmentCryptoPostureTl

    AreWeakCipherSuitesAllowed string
    Indicates if weak TLS cipher suites are allowed.
    CipherSuitesConfigureds List<string>
    TLS cipher suites configured on target.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    IsMtlsConfigured string
    Whether TLS client authentication is configured.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    RevocationMode string
    Certificate revocation checking mode.
    Status string
    TLS enablement status.
    Versions List<string>
    TLS versions configured on target.
    WalletLocation string
    TLS wallet location observed on target.
    AreWeakCipherSuitesAllowed string
    Indicates if weak TLS cipher suites are allowed.
    CipherSuitesConfigureds []string
    TLS cipher suites configured on target.
    FipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    IsMtlsConfigured string
    Whether TLS client authentication is configured.
    QuantumReadiness string
    Quantum-readiness classification for TLS posture.
    RevocationMode string
    Certificate revocation checking mode.
    Status string
    TLS enablement status.
    Versions []string
    TLS versions configured on target.
    WalletLocation string
    TLS wallet location observed on target.
    are_weak_cipher_suites_allowed string
    Indicates if weak TLS cipher suites are allowed.
    cipher_suites_configureds list(string)
    TLS cipher suites configured on target.
    fips_mode_configured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    is_mtls_configured string
    Whether TLS client authentication is configured.
    quantum_readiness string
    Quantum-readiness classification for TLS posture.
    revocation_mode string
    Certificate revocation checking mode.
    status string
    TLS enablement status.
    versions list(string)
    TLS versions configured on target.
    wallet_location string
    TLS wallet location observed on target.
    areWeakCipherSuitesAllowed String
    Indicates if weak TLS cipher suites are allowed.
    cipherSuitesConfigureds List<String>
    TLS cipher suites configured on target.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    isMtlsConfigured String
    Whether TLS client authentication is configured.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    revocationMode String
    Certificate revocation checking mode.
    status String
    TLS enablement status.
    versions List<String>
    TLS versions configured on target.
    walletLocation String
    TLS wallet location observed on target.
    areWeakCipherSuitesAllowed string
    Indicates if weak TLS cipher suites are allowed.
    cipherSuitesConfigureds string[]
    TLS cipher suites configured on target.
    fipsModeConfigured string
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    isMtlsConfigured string
    Whether TLS client authentication is configured.
    quantumReadiness string
    Quantum-readiness classification for TLS posture.
    revocationMode string
    Certificate revocation checking mode.
    status string
    TLS enablement status.
    versions string[]
    TLS versions configured on target.
    walletLocation string
    TLS wallet location observed on target.
    are_weak_cipher_suites_allowed str
    Indicates if weak TLS cipher suites are allowed.
    cipher_suites_configureds Sequence[str]
    TLS cipher suites configured on target.
    fips_mode_configured str
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    is_mtls_configured str
    Whether TLS client authentication is configured.
    quantum_readiness str
    Quantum-readiness classification for TLS posture.
    revocation_mode str
    Certificate revocation checking mode.
    status str
    TLS enablement status.
    versions Sequence[str]
    TLS versions configured on target.
    wallet_location str
    TLS wallet location observed on target.
    areWeakCipherSuitesAllowed String
    Indicates if weak TLS cipher suites are allowed.
    cipherSuitesConfigureds List<String>
    TLS cipher suites configured on target.
    fipsModeConfigured String
    FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
    isMtlsConfigured String
    Whether TLS client authentication is configured.
    quantumReadiness String
    Quantum-readiness classification for TLS posture.
    revocationMode String
    Certificate revocation checking mode.
    status String
    TLS enablement status.
    versions List<String>
    TLS versions configured on target.
    walletLocation String
    TLS wallet location observed on target.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo oci logo
    Viewing docs for Oracle Cloud Infrastructure v5.1.0
    published on Friday, Sep 25, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial