1. Registry
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. DataSafe
  6. CryptoAssessment
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 resource provides the Crypto Assessment resource in Oracle Cloud Infrastructure Data Safe service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/data-safe/latest/CryptoAssessment

    Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/datasafe

    Updates one or more attributes of the specified crypto assessment.

    Create CryptoAssessment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CryptoAssessment(name: string, args: CryptoAssessmentArgs, opts?: CustomResourceOptions);
    @overload
    def CryptoAssessment(resource_name: str,
                         args: CryptoAssessmentArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def CryptoAssessment(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         crypto_assessment_id: Optional[str] = None,
                         compartment_id: Optional[str] = None,
                         defined_tags: Optional[Mapping[str, str]] = None,
                         display_name: Optional[str] = None,
                         freeform_tags: Optional[Mapping[str, str]] = None,
                         is_assessment_scheduled: Optional[bool] = None,
                         schedule: Optional[str] = None)
    func NewCryptoAssessment(ctx *Context, name string, args CryptoAssessmentArgs, opts ...ResourceOption) (*CryptoAssessment, error)
    public CryptoAssessment(string name, CryptoAssessmentArgs args, CustomResourceOptions? opts = null)
    public CryptoAssessment(String name, CryptoAssessmentArgs args)
    public CryptoAssessment(String name, CryptoAssessmentArgs args, CustomResourceOptions options)
    
    type: oci:DataSafe:CryptoAssessment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "oci_data_safe_crypto_assessment" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args CryptoAssessmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CryptoAssessmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CryptoAssessmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CryptoAssessmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CryptoAssessmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cryptoAssessmentResource = new Oci.DataSafe.CryptoAssessment("cryptoAssessmentResource", new()
    {
        CryptoAssessmentId = "string",
        CompartmentId = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
        DisplayName = "string",
        FreeformTags = 
        {
            { "string", "string" },
        },
        IsAssessmentScheduled = false,
        Schedule = "string",
    });
    
    example, err := datasafe.NewCryptoAssessment(ctx, "cryptoAssessmentResource", &datasafe.CryptoAssessmentArgs{
    	CryptoAssessmentId: pulumi.String("string"),
    	CompartmentId:      pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	DisplayName: pulumi.String("string"),
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	IsAssessmentScheduled: pulumi.Bool(false),
    	Schedule:              pulumi.String("string"),
    })
    
    resource "oci_data_safe_crypto_assessment" "cryptoAssessmentResource" {
      lifecycle {
        create_before_destroy = true
      }
      crypto_assessment_id = "string"
      compartment_id       = "string"
      defined_tags = {
        "string" = "string"
      }
      display_name = "string"
      freeform_tags = {
        "string" = "string"
      }
      is_assessment_scheduled = false
      schedule                = "string"
    }
    
    var cryptoAssessmentResource = new CryptoAssessment("cryptoAssessmentResource", CryptoAssessmentArgs.builder()
        .cryptoAssessmentId("string")
        .compartmentId("string")
        .definedTags(Map.of("string", "string"))
        .displayName("string")
        .freeformTags(Map.of("string", "string"))
        .isAssessmentScheduled(false)
        .schedule("string")
        .build());
    
    crypto_assessment_resource = oci.datasafe.CryptoAssessment("cryptoAssessmentResource",
        crypto_assessment_id="string",
        compartment_id="string",
        defined_tags={
            "string": "string",
        },
        display_name="string",
        freeform_tags={
            "string": "string",
        },
        is_assessment_scheduled=False,
        schedule="string")
    
    const cryptoAssessmentResource = new oci.datasafe.CryptoAssessment("cryptoAssessmentResource", {
        cryptoAssessmentId: "string",
        compartmentId: "string",
        definedTags: {
            string: "string",
        },
        displayName: "string",
        freeformTags: {
            string: "string",
        },
        isAssessmentScheduled: false,
        schedule: "string",
    });
    
    type: oci:DataSafe:CryptoAssessment
    properties:
        compartmentId: string
        cryptoAssessmentId: string
        definedTags:
            string: string
        displayName: string
        freeformTags:
            string: string
        isAssessmentScheduled: false
        schedule: string
    

    CryptoAssessment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CryptoAssessment resource accepts the following input properties:

    CryptoAssessmentId string
    The OCID of the crypto assessment.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    DisplayName string
    (Updatable) The display name of the crypto assessment.
    FreeformTags Dictionary<string, string>
    (Updatable) 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"}
    IsAssessmentScheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    Schedule string

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CryptoAssessmentId string
    The OCID of the crypto assessment.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    DisplayName string
    (Updatable) The display name of the crypto assessment.
    FreeformTags map[string]string
    (Updatable) 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"}
    IsAssessmentScheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    Schedule string

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    crypto_assessment_id string
    The OCID of the crypto assessment.
    compartment_id string
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    defined_tags map(string)
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    display_name string
    (Updatable) The display name of the crypto assessment.
    freeform_tags map(string)
    (Updatable) 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"}
    is_assessment_scheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    schedule string

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cryptoAssessmentId String
    The OCID of the crypto assessment.
    compartmentId String
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    displayName String
    (Updatable) The display name of the crypto assessment.
    freeformTags Map<String,String>
    (Updatable) 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"}
    isAssessmentScheduled Boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    schedule String

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cryptoAssessmentId string
    The OCID of the crypto assessment.
    compartmentId string
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    displayName string
    (Updatable) The display name of the crypto assessment.
    freeformTags {[key: string]: string}
    (Updatable) 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"}
    isAssessmentScheduled boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    schedule string

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    crypto_assessment_id str
    The OCID of the crypto assessment.
    compartment_id str
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    display_name str
    (Updatable) The display name of the crypto assessment.
    freeform_tags Mapping[str, str]
    (Updatable) 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"}
    is_assessment_scheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    schedule str

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cryptoAssessmentId String
    The OCID of the crypto assessment.
    compartmentId String
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    displayName String
    (Updatable) The display name of the crypto assessment.
    freeformTags Map<String>
    (Updatable) 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"}
    isAssessmentScheduled Boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    schedule String

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CryptoAssessment resource produces the following output properties:

    CryptoPostures List<CryptoAssessmentCryptoPosture>
    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.
    Description string
    The description of the crypto assessment.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    CryptoPostures []CryptoAssessmentCryptoPosture
    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.
    Description string
    The description of the crypto assessment.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    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.
    description string
    The description of the crypto assessment.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    cryptoPostures List<CryptoAssessmentCryptoPosture>
    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.
    description String
    The description of the crypto assessment.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    cryptoPostures CryptoAssessmentCryptoPosture[]
    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.
    description string
    The description of the crypto assessment.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    crypto_postures Sequence[CryptoAssessmentCryptoPosture]
    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.
    description str
    The description of the crypto assessment.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    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.
    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.
    description String
    The description of the crypto assessment.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    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.

    Look up Existing CryptoAssessment Resource

    Get an existing CryptoAssessment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CryptoAssessmentState, opts?: CustomResourceOptions): CryptoAssessment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            compartment_id: Optional[str] = None,
            crypto_assessment_id: Optional[str] = None,
            crypto_postures: Optional[Sequence[CryptoAssessmentCryptoPostureArgs]] = None,
            crypto_provider: Optional[str] = None,
            database_architecture: Optional[str] = None,
            database_name: Optional[str] = None,
            database_version: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            is_assessment_scheduled: Optional[bool] = None,
            issue_count: Optional[int] = None,
            lifecycle_details: Optional[str] = None,
            posture_category: Optional[str] = None,
            schedule: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            target_database_group_id: Optional[str] = None,
            target_id: Optional[str] = None,
            target_type: Optional[str] = None,
            targets_with_issues_count: Optional[int] = None,
            time_created: Optional[str] = None,
            time_last_assessed: Optional[str] = None,
            time_updated: Optional[str] = None,
            triggered_by: Optional[str] = None,
            type: Optional[str] = None) -> CryptoAssessment
    func GetCryptoAssessment(ctx *Context, name string, id IDInput, state *CryptoAssessmentState, opts ...ResourceOption) (*CryptoAssessment, error)
    public static CryptoAssessment Get(string name, Input<string> id, CryptoAssessmentState? state, CustomResourceOptions? opts = null)
    public static CryptoAssessment get(String name, Output<String> id, CryptoAssessmentState state, CustomResourceOptions options)
    resources:  _:    type: oci:DataSafe:CryptoAssessment    get:      id: ${id}
    import {
      to = oci_data_safe_crypto_assessment.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CompartmentId string
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    CryptoAssessmentId string
    The OCID of the crypto assessment.
    CryptoPostures List<CryptoAssessmentCryptoPosture>
    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>
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    FreeformTags Dictionary<string, string>
    (Updatable) 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"}
    IsAssessmentScheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    CryptoAssessmentId string
    The OCID of the crypto assessment.
    CryptoPostures []CryptoAssessmentCryptoPostureArgs
    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
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    FreeformTags map[string]string
    (Updatable) 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"}
    IsAssessmentScheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    crypto_assessment_id string
    The OCID of the crypto assessment.
    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)
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    freeform_tags map(string)
    (Updatable) 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"}
    is_assessment_scheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId String
    The OCID of the crypto assessment.
    cryptoPostures List<CryptoAssessmentCryptoPosture>
    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>
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    freeformTags Map<String,String>
    (Updatable) 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"}
    isAssessmentScheduled Boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId string
    The OCID of the crypto assessment.
    cryptoPostures CryptoAssessmentCryptoPosture[]
    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}
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    freeformTags {[key: string]: string}
    (Updatable) 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"}
    isAssessmentScheduled boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    crypto_assessment_id str
    The OCID of the crypto assessment.
    crypto_postures Sequence[CryptoAssessmentCryptoPostureArgs]
    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]
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    freeform_tags Mapping[str, str]
    (Updatable) 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"}
    is_assessment_scheduled bool
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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
    (Updatable) The OCID of the compartment that contains the crypto assessment.
    cryptoAssessmentId String
    The OCID of the crypto assessment.
    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>
    (Updatable) 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
    (Updatable) The display name of the crypto assessment.
    freeformTags Map<String>
    (Updatable) 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"}
    isAssessmentScheduled Boolean
    (Updatable) Indicates whether scheduled execution is active for this latest crypto assessment. When set to true, the existing schedule is used unless a new schedule is provided. When set to false, the schedule value is retained but scheduled execution is paused. Schedule state updates are supported only for assessments of type LATEST.
    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

    (Updatable) Updates the schedule associated with this latest crypto assessment. The schedule uses the format: ;

    For v1, the version-specific schedule format is:

    Specify either day-of-week for weekly schedules or day-of-month for monthly schedules. Do not specify both. For monthly schedules, day-of-month must be between 1 and 28. If the service generates a default monthly schedule for an assessment created on day 29, 30, or 31 of a month, it uses day 28. Schedule updates are supported only for assessments of type LATEST.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    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

    CryptoAssessmentCryptoPosture, CryptoAssessmentCryptoPostureArgs

    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<CryptoAssessmentCryptoPostureNne>
    Native network encryption posture details.
    Tdes List<CryptoAssessmentCryptoPostureTde>
    Transparent data encryption posture details.
    Tls List<CryptoAssessmentCryptoPostureTl>
    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 []CryptoAssessmentCryptoPostureNne
    Native network encryption posture details.
    Tdes []CryptoAssessmentCryptoPostureTde
    Transparent data encryption posture details.
    Tls []CryptoAssessmentCryptoPostureTl
    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<CryptoAssessmentCryptoPostureNne>
    Native network encryption posture details.
    tdes List<CryptoAssessmentCryptoPostureTde>
    Transparent data encryption posture details.
    tls List<CryptoAssessmentCryptoPostureTl>
    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 CryptoAssessmentCryptoPostureNne[]
    Native network encryption posture details.
    tdes CryptoAssessmentCryptoPostureTde[]
    Transparent data encryption posture details.
    tls CryptoAssessmentCryptoPostureTl[]
    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[CryptoAssessmentCryptoPostureNne]
    Native network encryption posture details.
    tdes Sequence[CryptoAssessmentCryptoPostureTde]
    Transparent data encryption posture details.
    tls Sequence[CryptoAssessmentCryptoPostureTl]
    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.

    CryptoAssessmentCryptoPostureNne, CryptoAssessmentCryptoPostureNneArgs

    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.

    CryptoAssessmentCryptoPostureTde, CryptoAssessmentCryptoPostureTdeArgs

    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.

    CryptoAssessmentCryptoPostureTl, CryptoAssessmentCryptoPostureTlArgs

    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.

    Import

    CryptoAssessments can be imported using the id, e.g.

    $ pulumi import oci:DataSafe/cryptoAssessment:CryptoAssessment test_crypto_assessment "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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