Viewing docs for Oracle Cloud Infrastructure v5.1.0
published on Friday, Sep 25, 2026 by Pulumi
published on Friday, Sep 25, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v5.1.0
published on Friday, Sep 25, 2026 by Pulumi
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 dictionarydata "oci_data_safe_get_crypto_assessment" "name" {
# arguments
}The following arguments are supported:
- Crypto
Assessment stringId - The OCID of the crypto assessment.
- Crypto
Assessment stringId - The OCID of the crypto assessment.
- crypto_
assessment_ stringid - The OCID of the crypto assessment.
- crypto
Assessment StringId - The OCID of the crypto assessment.
- crypto
Assessment stringId - The OCID of the crypto assessment.
- crypto_
assessment_ strid - The OCID of the crypto assessment.
- crypto
Assessment StringId - The OCID of the crypto assessment.
getCryptoAssessment Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the crypto assessment.
- Crypto
Assessment stringId - Crypto
Postures List<GetCrypto Assessment Crypto Posture> - 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.
- 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.
- Display
Name string - The display name of the crypto assessment.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"} - Id string
- The OCID of the crypto assessment.
- Is
Assessment boolScheduled - 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 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.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"} - Target
Database stringGroup Id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - Target
Id string - The OCID of the target database.
- Target
Type string - The target type of the crypto assessment.
- Targets
With intIssues Count - 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 stringAssessed - 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.
- Compartment
Id string - The OCID of the compartment that contains the crypto assessment.
- Crypto
Assessment stringId - Crypto
Postures []GetCrypto Assessment Crypto Posture - 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.
- 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.
- Display
Name string - The display name of the crypto assessment.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"} - Id string
- The OCID of the crypto assessment.
- Is
Assessment boolScheduled - 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 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.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"} - Target
Database stringGroup Id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - Target
Id string - The OCID of the target database.
- Target
Type string - The target type of the crypto assessment.
- Targets
With intIssues Count - 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 stringAssessed - 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.
- compartment_
id string - The OCID of the compartment that contains the crypto assessment.
- crypto_
assessment_ stringid - 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.
- 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.
- 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_ boolscheduled - 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.
- 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_ stringgroup_ id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - target_
id string - The OCID of the target database.
- target_
type string - The target type of the crypto assessment.
- targets_
with_ numberissues_ count - 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_ stringassessed - 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.
- compartment
Id String - The OCID of the compartment that contains the crypto assessment.
- crypto
Assessment StringId - crypto
Postures List<GetCrypto Assessment Crypto Posture> - 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.
- 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.
- display
Name String - The display name of the crypto assessment.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"} - id String
- The OCID of the crypto assessment.
- is
Assessment BooleanScheduled - Indicates whether scheduled execution is active for this crypto assessment. When false, the schedule value is retained but scheduled execution is paused.
- issue
Count Integer - 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.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Database StringGroup Id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - target
Id String - The OCID of the target database.
- target
Type String - The target type of the crypto assessment.
- targets
With IntegerIssues Count - 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 StringAssessed - 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.
- compartment
Id string - The OCID of the compartment that contains the crypto assessment.
- crypto
Assessment stringId - crypto
Postures GetCrypto Assessment Crypto Posture[] - 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.
- {[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.
- display
Name string - The display name of the crypto assessment.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"} - id string
- The OCID of the crypto assessment.
- is
Assessment booleanScheduled - 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.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Database stringGroup Id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - target
Id string - The OCID of the target database.
- target
Type string - The target type of the crypto assessment.
- targets
With numberIssues Count - 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 stringAssessed - 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.
- compartment_
id str - The OCID of the compartment that contains the crypto assessment.
- crypto_
assessment_ strid - crypto_
postures Sequence[GetCrypto Assessment Crypto Posture] - 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.
- 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.
- 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_ boolscheduled - 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.
- 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_ strgroup_ id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - target_
id str - The OCID of the target database.
- target_
type str - The target type of the crypto assessment.
- targets_
with_ intissues_ count - 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_ strassessed - 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.
- compartment
Id String - The OCID of the compartment that contains the crypto assessment.
- crypto
Assessment StringId - crypto
Postures List<Property Map> - 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.
- 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.
- 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 BooleanScheduled - 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.
- 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 StringGroup Id - The OCID of the target database group. This is returned when
targetTypeisTARGET_DATABASE_GROUP. - target
Id String - The OCID of the target database.
- target
Type String - The target type of the crypto assessment.
- targets
With NumberIssues Count - 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 StringAssessed - 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.
Supporting Types
GetCryptoAssessmentCryptoPosture
- Backup
Status string - Backup encryption status observed for the assessment.
- Encrypted
Backup intPieces Count - Number of encrypted backup pieces.
- Fips
Mode stringConfigured - 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<Get
Crypto Assessment Crypto Posture Nne> - Native network encryption posture details.
- Tdes
List<Get
Crypto Assessment Crypto Posture Tde> - Transparent data encryption posture details.
- Tls
List<Get
Crypto Assessment Crypto Posture Tl> - TLS posture details.
- Unencrypted
Backup intPieces Count - Number of unencrypted backup pieces.
- Backup
Status string - Backup encryption status observed for the assessment.
- Encrypted
Backup intPieces Count - Number of encrypted backup pieces.
- Fips
Mode stringConfigured - 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 []string - Network encryption details.
- Nnes
[]Get
Crypto Assessment Crypto Posture Nne - Native network encryption posture details.
- Tdes
[]Get
Crypto Assessment Crypto Posture Tde - Transparent data encryption posture details.
- Tls
[]Get
Crypto Assessment Crypto Posture Tl - TLS posture details.
- Unencrypted
Backup intPieces Count - Number of unencrypted backup pieces.
- backup_
status string - Backup encryption status observed for the assessment.
- encrypted_
backup_ numberpieces_ count - Number of encrypted backup pieces.
- fips_
mode_ stringconfigured - 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_ numberpieces_ count - Number of unencrypted backup pieces.
- backup
Status String - Backup encryption status observed for the assessment.
- encrypted
Backup IntegerPieces Count - Number of encrypted backup pieces.
- fips
Mode StringConfigured - 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<Get
Crypto Assessment Crypto Posture Nne> - Native network encryption posture details.
- tdes
List<Get
Crypto Assessment Crypto Posture Tde> - Transparent data encryption posture details.
- tls
List<Get
Crypto Assessment Crypto Posture Tl> - TLS posture details.
- unencrypted
Backup IntegerPieces Count - Number of unencrypted backup pieces.
- backup
Status string - Backup encryption status observed for the assessment.
- encrypted
Backup numberPieces Count - Number of encrypted backup pieces.
- fips
Mode stringConfigured - 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 string[] - Network encryption details.
- nnes
Get
Crypto Assessment Crypto Posture Nne[] - Native network encryption posture details.
- tdes
Get
Crypto Assessment Crypto Posture Tde[] - Transparent data encryption posture details.
- tls
Get
Crypto Assessment Crypto Posture Tl[] - TLS posture details.
- unencrypted
Backup numberPieces Count - Number of unencrypted backup pieces.
- backup_
status str - Backup encryption status observed for the assessment.
- encrypted_
backup_ intpieces_ count - Number of encrypted backup pieces.
- fips_
mode_ strconfigured - 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[Get
Crypto Assessment Crypto Posture Nne] - Native network encryption posture details.
- tdes
Sequence[Get
Crypto Assessment Crypto Posture Tde] - Transparent data encryption posture details.
- tls
Sequence[Get
Crypto Assessment Crypto Posture Tl] - TLS posture details.
- unencrypted_
backup_ intpieces_ count - Number of unencrypted backup pieces.
- backup
Status String - Backup encryption status observed for the assessment.
- encrypted
Backup NumberPieces Count - Number of encrypted backup pieces.
- fips
Mode StringConfigured - 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<Property Map>
- Native network encryption posture details.
- tdes List<Property Map>
- Transparent data encryption posture details.
- tls List<Property Map>
- TLS posture details.
- unencrypted
Backup NumberPieces Count - Number of unencrypted backup pieces.
GetCryptoAssessmentCryptoPostureNne
- Are
Weak stringOptions Allowed - Indicates if weak NNE options are allowed.
- Encryption
Configureds List<string> - Configured TDE encryption algorithm.
- Fips
Mode stringConfigured - 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.
- Are
Weak stringOptions Allowed - Indicates if weak NNE options are allowed.
- Encryption
Configureds []string - Configured TDE encryption algorithm.
- Fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- Integrities []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 []string - NNE server integrity algorithm(s).
- Status string
- TLS enablement status.
- are_
weak_ stringoptions_ allowed - Indicates if weak NNE options are allowed.
- encryption_
configureds list(string) - Configured TDE encryption algorithm.
- fips_
mode_ stringconfigured - 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.
- are
Weak StringOptions Allowed - Indicates if weak NNE options are allowed.
- encryption
Configureds List<String> - Configured TDE encryption algorithm.
- fips
Mode StringConfigured - 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.
- are
Weak stringOptions Allowed - Indicates if weak NNE options are allowed.
- encryption
Configureds string[] - Configured TDE encryption algorithm.
- fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- integrities 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 string[] - NNE server integrity algorithm(s).
- status string
- TLS enablement status.
- are_
weak_ stroptions_ allowed - Indicates if weak NNE options are allowed.
- encryption_
configureds Sequence[str] - Configured TDE encryption algorithm.
- fips_
mode_ strconfigured - 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.
- are
Weak StringOptions Allowed - Indicates if weak NNE options are allowed.
- encryption
Configureds List<String> - Configured TDE encryption algorithm.
- fips
Mode StringConfigured - 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.
GetCryptoAssessmentCryptoPostureTde
- Db
Credentials stringEncryption Observed - Observed DB credentials encryption algorithm.
- Encrypted
Tablespaces intCount - Number of encrypted tablespaces detected.
- Encryption
Configureds List<string> - Configured TDE encryption algorithm.
- Fips
Mode stringConfigured - 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 stringStatus - The observed TDE key cache status.
- Key
Store stringType - The observed TDE key store type.
- Master
Key stringEncryption Algorithm - The observed encryption algorithm used by the master key.
- Master
Key stringId - The observed TDE master key identifier.
- Quantum
Readiness string - Quantum-readiness classification for TLS posture.
- Redo
Encryption stringObserved - Observed redo log encryption algorithm.
- Status string
- TLS enablement status.
- Time
Master stringKey Last Rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- Unencrypted
Tablespaces intCount - Number of unencrypted tablespaces detected.
- Wallet
Location string - TLS wallet location observed on target.
- Db
Credentials stringEncryption Observed - Observed DB credentials encryption algorithm.
- Encrypted
Tablespaces intCount - Number of encrypted tablespaces detected.
- Encryption
Configureds []string - Configured TDE encryption algorithm.
- Fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- Integrity
Configureds []string - Configured TDE integrity-related setting.
- Key
Cache stringStatus - The observed TDE key cache status.
- Key
Store stringType - The observed TDE key store type.
- Master
Key stringEncryption Algorithm - The observed encryption algorithm used by the master key.
- Master
Key stringId - The observed TDE master key identifier.
- Quantum
Readiness string - Quantum-readiness classification for TLS posture.
- Redo
Encryption stringObserved - Observed redo log encryption algorithm.
- Status string
- TLS enablement status.
- Time
Master stringKey Last Rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- Unencrypted
Tablespaces intCount - Number of unencrypted tablespaces detected.
- Wallet
Location string - TLS wallet location observed on target.
- db_
credentials_ stringencryption_ observed - Observed DB credentials encryption algorithm.
- encrypted_
tablespaces_ numbercount - Number of encrypted tablespaces detected.
- encryption_
configureds list(string) - Configured TDE encryption algorithm.
- fips_
mode_ stringconfigured - 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_ stringstatus - The observed TDE key cache status.
- key_
store_ stringtype - The observed TDE key store type.
- master_
key_ stringencryption_ algorithm - The observed encryption algorithm used by the master key.
- master_
key_ stringid - The observed TDE master key identifier.
- quantum_
readiness string - Quantum-readiness classification for TLS posture.
- redo_
encryption_ stringobserved - Observed redo log encryption algorithm.
- status string
- TLS enablement status.
- time_
master_ stringkey_ last_ rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- unencrypted_
tablespaces_ numbercount - Number of unencrypted tablespaces detected.
- wallet_
location string - TLS wallet location observed on target.
- db
Credentials StringEncryption Observed - Observed DB credentials encryption algorithm.
- encrypted
Tablespaces IntegerCount - Number of encrypted tablespaces detected.
- encryption
Configureds List<String> - Configured TDE encryption algorithm.
- fips
Mode StringConfigured - 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 StringStatus - The observed TDE key cache status.
- key
Store StringType - The observed TDE key store type.
- master
Key StringEncryption Algorithm - The observed encryption algorithm used by the master key.
- master
Key StringId - The observed TDE master key identifier.
- quantum
Readiness String - Quantum-readiness classification for TLS posture.
- redo
Encryption StringObserved - Observed redo log encryption algorithm.
- status String
- TLS enablement status.
- time
Master StringKey Last Rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- unencrypted
Tablespaces IntegerCount - Number of unencrypted tablespaces detected.
- wallet
Location String - TLS wallet location observed on target.
- db
Credentials stringEncryption Observed - Observed DB credentials encryption algorithm.
- encrypted
Tablespaces numberCount - Number of encrypted tablespaces detected.
- encryption
Configureds string[] - Configured TDE encryption algorithm.
- fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- integrity
Configureds string[] - Configured TDE integrity-related setting.
- key
Cache stringStatus - The observed TDE key cache status.
- key
Store stringType - The observed TDE key store type.
- master
Key stringEncryption Algorithm - The observed encryption algorithm used by the master key.
- master
Key stringId - The observed TDE master key identifier.
- quantum
Readiness string - Quantum-readiness classification for TLS posture.
- redo
Encryption stringObserved - Observed redo log encryption algorithm.
- status string
- TLS enablement status.
- time
Master stringKey Last Rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- unencrypted
Tablespaces numberCount - Number of unencrypted tablespaces detected.
- wallet
Location string - TLS wallet location observed on target.
- db_
credentials_ strencryption_ observed - Observed DB credentials encryption algorithm.
- encrypted_
tablespaces_ intcount - Number of encrypted tablespaces detected.
- encryption_
configureds Sequence[str] - Configured TDE encryption algorithm.
- fips_
mode_ strconfigured - 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_ strstatus - The observed TDE key cache status.
- key_
store_ strtype - The observed TDE key store type.
- master_
key_ strencryption_ algorithm - The observed encryption algorithm used by the master key.
- master_
key_ strid - The observed TDE master key identifier.
- quantum_
readiness str - Quantum-readiness classification for TLS posture.
- redo_
encryption_ strobserved - Observed redo log encryption algorithm.
- status str
- TLS enablement status.
- time_
master_ strkey_ last_ rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- unencrypted_
tablespaces_ intcount - Number of unencrypted tablespaces detected.
- wallet_
location str - TLS wallet location observed on target.
- db
Credentials StringEncryption Observed - Observed DB credentials encryption algorithm.
- encrypted
Tablespaces NumberCount - Number of encrypted tablespaces detected.
- encryption
Configureds List<String> - Configured TDE encryption algorithm.
- fips
Mode StringConfigured - 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 StringStatus - The observed TDE key cache status.
- key
Store StringType - The observed TDE key store type.
- master
Key StringEncryption Algorithm - The observed encryption algorithm used by the master key.
- master
Key StringId - The observed TDE master key identifier.
- quantum
Readiness String - Quantum-readiness classification for TLS posture.
- redo
Encryption StringObserved - Observed redo log encryption algorithm.
- status String
- TLS enablement status.
- time
Master StringKey Last Rotation - The last observed rotation time for the TDE master key, in RFC3339 format.
- unencrypted
Tablespaces NumberCount - Number of unencrypted tablespaces detected.
- wallet
Location String - TLS wallet location observed on target.
GetCryptoAssessmentCryptoPostureTl
- Are
Weak stringCipher Suites Allowed - Indicates if weak TLS cipher suites are allowed.
- Cipher
Suites List<string>Configureds - TLS cipher suites configured on target.
- Fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- Is
Mtls stringConfigured - 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.
- Are
Weak stringCipher Suites Allowed - Indicates if weak TLS cipher suites are allowed.
- Cipher
Suites []stringConfigureds - TLS cipher suites configured on target.
- Fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- Is
Mtls stringConfigured - 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 []string
- TLS versions configured on target.
- Wallet
Location string - TLS wallet location observed on target.
- are_
weak_ stringcipher_ suites_ allowed - Indicates if weak TLS cipher suites are allowed.
- cipher_
suites_ list(string)configureds - TLS cipher suites configured on target.
- fips_
mode_ stringconfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- is_
mtls_ stringconfigured - 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.
- are
Weak StringCipher Suites Allowed - Indicates if weak TLS cipher suites are allowed.
- cipher
Suites List<String>Configureds - TLS cipher suites configured on target.
- fips
Mode StringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- is
Mtls StringConfigured - 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.
- are
Weak stringCipher Suites Allowed - Indicates if weak TLS cipher suites are allowed.
- cipher
Suites string[]Configureds - TLS cipher suites configured on target.
- fips
Mode stringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- is
Mtls stringConfigured - 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 string[]
- TLS versions configured on target.
- wallet
Location string - TLS wallet location observed on target.
- are_
weak_ strcipher_ suites_ allowed - Indicates if weak TLS cipher suites are allowed.
- cipher_
suites_ Sequence[str]configureds - TLS cipher suites configured on target.
- fips_
mode_ strconfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- is_
mtls_ strconfigured - 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.
- are
Weak StringCipher Suites Allowed - Indicates if weak TLS cipher suites are allowed.
- cipher
Suites List<String>Configureds - TLS cipher suites configured on target.
- fips
Mode StringConfigured - FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.
- is
Mtls StringConfigured - 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v5.1.0
published on Friday, Sep 25, 2026 by Pulumi
published on Friday, Sep 25, 2026 by Pulumi