published on Friday, Sep 25, 2026 by Pulumi
published on Friday, Sep 25, 2026 by Pulumi
Create CryptoAssessmentManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CryptoAssessmentManagement(name: string, args: CryptoAssessmentManagementArgs, opts?: CustomResourceOptions);@overload
def CryptoAssessmentManagement(resource_name: str,
args: CryptoAssessmentManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CryptoAssessmentManagement(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,
description: Optional[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 NewCryptoAssessmentManagement(ctx *Context, name string, args CryptoAssessmentManagementArgs, opts ...ResourceOption) (*CryptoAssessmentManagement, error)public CryptoAssessmentManagement(string name, CryptoAssessmentManagementArgs args, CustomResourceOptions? opts = null)
public CryptoAssessmentManagement(String name, CryptoAssessmentManagementArgs args)
public CryptoAssessmentManagement(String name, CryptoAssessmentManagementArgs args, CustomResourceOptions options)
type: oci:DataSafe:CryptoAssessmentManagement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "oci_data_safe_crypto_assessment_management" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CryptoAssessmentManagementArgs
- 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 CryptoAssessmentManagementArgs
- 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 CryptoAssessmentManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CryptoAssessmentManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CryptoAssessmentManagementArgs
- 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 cryptoAssessmentManagementResource = new Oci.DataSafe.CryptoAssessmentManagement("cryptoAssessmentManagementResource", new()
{
CryptoAssessmentId = "string",
CompartmentId = "string",
DefinedTags =
{
{ "string", "string" },
},
Description = "string",
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
IsAssessmentScheduled = false,
Schedule = "string",
});
example, err := datasafe.NewCryptoAssessmentManagement(ctx, "cryptoAssessmentManagementResource", &datasafe.CryptoAssessmentManagementArgs{
CryptoAssessmentId: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: 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_management" "cryptoAssessmentManagementResource" {
lifecycle {
create_before_destroy = true
}
crypto_assessment_id = "string"
compartment_id = "string"
defined_tags = {
"string" = "string"
}
description = "string"
display_name = "string"
freeform_tags = {
"string" = "string"
}
is_assessment_scheduled = false
schedule = "string"
}
var cryptoAssessmentManagementResource = new CryptoAssessmentManagement("cryptoAssessmentManagementResource", CryptoAssessmentManagementArgs.builder()
.cryptoAssessmentId("string")
.compartmentId("string")
.definedTags(Map.of("string", "string"))
.description("string")
.displayName("string")
.freeformTags(Map.of("string", "string"))
.isAssessmentScheduled(false)
.schedule("string")
.build());
crypto_assessment_management_resource = oci.datasafe.CryptoAssessmentManagement("cryptoAssessmentManagementResource",
crypto_assessment_id="string",
compartment_id="string",
defined_tags={
"string": "string",
},
description="string",
display_name="string",
freeform_tags={
"string": "string",
},
is_assessment_scheduled=False,
schedule="string")
const cryptoAssessmentManagementResource = new oci.datasafe.CryptoAssessmentManagement("cryptoAssessmentManagementResource", {
cryptoAssessmentId: "string",
compartmentId: "string",
definedTags: {
string: "string",
},
description: "string",
displayName: "string",
freeformTags: {
string: "string",
},
isAssessmentScheduled: false,
schedule: "string",
});
type: oci:DataSafe:CryptoAssessmentManagement
properties:
compartmentId: string
cryptoAssessmentId: string
definedTags:
string: string
description: string
displayName: string
freeformTags:
string: string
isAssessmentScheduled: false
schedule: string
CryptoAssessmentManagement 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 CryptoAssessmentManagement resource accepts the following input properties:
- Crypto
Assessment stringId - Compartment
Id string - Dictionary<string, string>
- Description string
- Display
Name string - Dictionary<string, string>
- Is
Assessment boolScheduled - Schedule string
- Crypto
Assessment stringId - Compartment
Id string - map[string]string
- Description string
- Display
Name string - map[string]string
- Is
Assessment boolScheduled - Schedule string
- crypto_
assessment_ stringid - compartment_
id string - map(string)
- description string
- display_
name string - map(string)
- is_
assessment_ boolscheduled - schedule string
- crypto
Assessment StringId - compartment
Id String - Map<String,String>
- description String
- display
Name String - Map<String,String>
- is
Assessment BooleanScheduled - schedule String
- crypto
Assessment stringId - compartment
Id string - {[key: string]: string}
- description string
- display
Name string - {[key: string]: string}
- is
Assessment booleanScheduled - schedule string
- crypto_
assessment_ strid - compartment_
id str - Mapping[str, str]
- description str
- display_
name str - Mapping[str, str]
- is_
assessment_ boolscheduled - schedule str
- crypto
Assessment StringId - compartment
Id String - Map<String>
- description String
- display
Name String - Map<String>
- is
Assessment BooleanScheduled - schedule String
Outputs
All input properties are implicitly available as output properties. Additionally, the CryptoAssessmentManagement resource produces the following output properties:
- Crypto
Postures List<CryptoAssessment Management Crypto Posture> - Crypto
Provider string - Database
Architecture string - Database
Name string - Database
Version string - Id string
- The provider-assigned unique ID for this managed resource.
- Issue
Count int - Lifecycle
Details string - Posture
Category string - State string
- Dictionary<string, string>
- Target
Database stringGroup Id - Target
Id string - Target
Type string - Targets
With intIssues Count - Time
Created string - Time
Last stringAssessed - Time
Updated string - Triggered
By string - Type string
- Crypto
Postures []CryptoAssessment Management Crypto Posture - Crypto
Provider string - Database
Architecture string - Database
Name string - Database
Version string - Id string
- The provider-assigned unique ID for this managed resource.
- Issue
Count int - Lifecycle
Details string - Posture
Category string - State string
- map[string]string
- Target
Database stringGroup Id - Target
Id string - Target
Type string - Targets
With intIssues Count - Time
Created string - Time
Last stringAssessed - Time
Updated string - Triggered
By string - Type string
- crypto_
postures list(object) - crypto_
provider string - database_
architecture string - database_
name string - database_
version string - id string
- The provider-assigned unique ID for this managed resource.
- issue_
count number - lifecycle_
details string - posture_
category string - state string
- map(string)
- target_
database_ stringgroup_ id - target_
id string - target_
type string - targets_
with_ numberissues_ count - time_
created string - time_
last_ stringassessed - time_
updated string - triggered_
by string - type string
- crypto
Postures List<CryptoAssessment Management Crypto Posture> - crypto
Provider String - database
Architecture String - database
Name String - database
Version String - id String
- The provider-assigned unique ID for this managed resource.
- issue
Count Integer - lifecycle
Details String - posture
Category String - state String
- Map<String,String>
- target
Database StringGroup Id - target
Id String - target
Type String - targets
With IntegerIssues Count - time
Created String - time
Last StringAssessed - time
Updated String - triggered
By String - type String
- crypto
Postures CryptoAssessment Management Crypto Posture[] - crypto
Provider string - database
Architecture string - database
Name string - database
Version string - id string
- The provider-assigned unique ID for this managed resource.
- issue
Count number - lifecycle
Details string - posture
Category string - state string
- {[key: string]: string}
- target
Database stringGroup Id - target
Id string - target
Type string - targets
With numberIssues Count - time
Created string - time
Last stringAssessed - time
Updated string - triggered
By string - type string
- crypto_
postures Sequence[CryptoAssessment Management Crypto Posture] - crypto_
provider str - database_
architecture str - database_
name str - database_
version str - id str
- The provider-assigned unique ID for this managed resource.
- issue_
count int - lifecycle_
details str - posture_
category str - state str
- Mapping[str, str]
- target_
database_ strgroup_ id - target_
id str - target_
type str - targets_
with_ intissues_ count - time_
created str - time_
last_ strassessed - time_
updated str - triggered_
by str - type str
- crypto
Postures List<Property Map> - crypto
Provider String - database
Architecture String - database
Name String - database
Version String - id String
- The provider-assigned unique ID for this managed resource.
- issue
Count Number - lifecycle
Details String - posture
Category String - state String
- Map<String>
- target
Database StringGroup Id - target
Id String - target
Type String - targets
With NumberIssues Count - time
Created String - time
Last StringAssessed - time
Updated String - triggered
By String - type String
Look up Existing CryptoAssessmentManagement Resource
Get an existing CryptoAssessmentManagement 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?: CryptoAssessmentManagementState, opts?: CustomResourceOptions): CryptoAssessmentManagement@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[CryptoAssessmentManagementCryptoPostureArgs]] = 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) -> CryptoAssessmentManagementfunc GetCryptoAssessmentManagement(ctx *Context, name string, id IDInput, state *CryptoAssessmentManagementState, opts ...ResourceOption) (*CryptoAssessmentManagement, error)public static CryptoAssessmentManagement Get(string name, Input<string> id, CryptoAssessmentManagementState? state, CustomResourceOptions? opts = null)public static CryptoAssessmentManagement get(String name, Output<String> id, CryptoAssessmentManagementState state, CustomResourceOptions options)resources: _: type: oci:DataSafe:CryptoAssessmentManagement get: id: ${id}import {
to = oci_data_safe_crypto_assessment_management.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.
- Compartment
Id string - Crypto
Assessment stringId - Crypto
Postures List<CryptoAssessment Management Crypto Posture> - Crypto
Provider string - Database
Architecture string - Database
Name string - Database
Version string - Dictionary<string, string>
- Description string
- Display
Name string - Dictionary<string, string>
- Is
Assessment boolScheduled - Issue
Count int - Lifecycle
Details string - Posture
Category string - Schedule string
- State string
- Dictionary<string, string>
- Target
Database stringGroup Id - Target
Id string - Target
Type string - Targets
With intIssues Count - Time
Created string - Time
Last stringAssessed - Time
Updated string - Triggered
By string - Type string
- Compartment
Id string - Crypto
Assessment stringId - Crypto
Postures []CryptoAssessment Management Crypto Posture Args - Crypto
Provider string - Database
Architecture string - Database
Name string - Database
Version string - map[string]string
- Description string
- Display
Name string - map[string]string
- Is
Assessment boolScheduled - Issue
Count int - Lifecycle
Details string - Posture
Category string - Schedule string
- State string
- map[string]string
- Target
Database stringGroup Id - Target
Id string - Target
Type string - Targets
With intIssues Count - Time
Created string - Time
Last stringAssessed - Time
Updated string - Triggered
By string - Type string
- compartment_
id string - crypto_
assessment_ stringid - crypto_
postures list(object) - crypto_
provider string - database_
architecture string - database_
name string - database_
version string - map(string)
- description string
- display_
name string - map(string)
- is_
assessment_ boolscheduled - issue_
count number - lifecycle_
details string - posture_
category string - schedule string
- state string
- map(string)
- target_
database_ stringgroup_ id - target_
id string - target_
type string - targets_
with_ numberissues_ count - time_
created string - time_
last_ stringassessed - time_
updated string - triggered_
by string - type string
- compartment
Id String - crypto
Assessment StringId - crypto
Postures List<CryptoAssessment Management Crypto Posture> - crypto
Provider String - database
Architecture String - database
Name String - database
Version String - Map<String,String>
- description String
- display
Name String - Map<String,String>
- is
Assessment BooleanScheduled - issue
Count Integer - lifecycle
Details String - posture
Category String - schedule String
- state String
- Map<String,String>
- target
Database StringGroup Id - target
Id String - target
Type String - targets
With IntegerIssues Count - time
Created String - time
Last StringAssessed - time
Updated String - triggered
By String - type String
- compartment
Id string - crypto
Assessment stringId - crypto
Postures CryptoAssessment Management Crypto Posture[] - crypto
Provider string - database
Architecture string - database
Name string - database
Version string - {[key: string]: string}
- description string
- display
Name string - {[key: string]: string}
- is
Assessment booleanScheduled - issue
Count number - lifecycle
Details string - posture
Category string - schedule string
- state string
- {[key: string]: string}
- target
Database stringGroup Id - target
Id string - target
Type string - targets
With numberIssues Count - time
Created string - time
Last stringAssessed - time
Updated string - triggered
By string - type string
- compartment_
id str - crypto_
assessment_ strid - crypto_
postures Sequence[CryptoAssessment Management Crypto Posture Args] - crypto_
provider str - database_
architecture str - database_
name str - database_
version str - Mapping[str, str]
- description str
- display_
name str - Mapping[str, str]
- is_
assessment_ boolscheduled - issue_
count int - lifecycle_
details str - posture_
category str - schedule str
- state str
- Mapping[str, str]
- target_
database_ strgroup_ id - target_
id str - target_
type str - targets_
with_ intissues_ count - time_
created str - time_
last_ strassessed - time_
updated str - triggered_
by str - type str
- compartment
Id String - crypto
Assessment StringId - crypto
Postures List<Property Map> - crypto
Provider String - database
Architecture String - database
Name String - database
Version String - Map<String>
- description String
- display
Name String - Map<String>
- is
Assessment BooleanScheduled - issue
Count Number - lifecycle
Details String - posture
Category String - schedule String
- state String
- Map<String>
- target
Database StringGroup Id - target
Id String - target
Type String - targets
With NumberIssues Count - time
Created String - time
Last StringAssessed - time
Updated String - triggered
By String - type String
Supporting Types
CryptoAssessmentManagementCryptoPosture, CryptoAssessmentManagementCryptoPostureArgs
- Backup
Status string - Encrypted
Backup intPieces Count - Fips
Mode stringConfigured - Fips
Status string - Network
Encryptions List<string> - Nnes
List<Crypto
Assessment Management Crypto Posture Nne> - Tdes
List<Crypto
Assessment Management Crypto Posture Tde> - Tls
List<Crypto
Assessment Management Crypto Posture Tl> - Unencrypted
Backup intPieces Count
- backup_
status string - encrypted_
backup_ numberpieces_ count - fips_
mode_ stringconfigured - fips_
status string - network_
encryptions list(string) - nnes list(object)
- tdes list(object)
- tls list(object)
- unencrypted_
backup_ numberpieces_ count
- backup
Status String - encrypted
Backup IntegerPieces Count - fips
Mode StringConfigured - fips
Status String - network
Encryptions List<String> - nnes
List<Crypto
Assessment Management Crypto Posture Nne> - tdes
List<Crypto
Assessment Management Crypto Posture Tde> - tls
List<Crypto
Assessment Management Crypto Posture Tl> - unencrypted
Backup IntegerPieces Count
- backup
Status string - encrypted
Backup numberPieces Count - fips
Mode stringConfigured - fips
Status string - network
Encryptions string[] - nnes
Crypto
Assessment Management Crypto Posture Nne[] - tdes
Crypto
Assessment Management Crypto Posture Tde[] - tls
Crypto
Assessment Management Crypto Posture Tl[] - unencrypted
Backup numberPieces Count
- backup_
status str - encrypted_
backup_ intpieces_ count - fips_
mode_ strconfigured - fips_
status str - network_
encryptions Sequence[str] - nnes
Sequence[Crypto
Assessment Management Crypto Posture Nne] - tdes
Sequence[Crypto
Assessment Management Crypto Posture Tde] - tls
Sequence[Crypto
Assessment Management Crypto Posture Tl] - unencrypted_
backup_ intpieces_ count
- backup
Status String - encrypted
Backup NumberPieces Count - fips
Mode StringConfigured - fips
Status String - network
Encryptions List<String> - nnes List<Property Map>
- tdes List<Property Map>
- tls List<Property Map>
- unencrypted
Backup NumberPieces Count
CryptoAssessmentManagementCryptoPostureNne, CryptoAssessmentManagementCryptoPostureNneArgs
- Are
Weak stringOptions Allowed - Encryption
Configureds List<string> - Fips
Mode stringConfigured - Integrities List<string>
- Key
Exchange string - Quantum
Readiness string - Server
Encryption string - Server
Integrities List<string> - Status string
- Are
Weak stringOptions Allowed - Encryption
Configureds []string - Fips
Mode stringConfigured - Integrities []string
- Key
Exchange string - Quantum
Readiness string - Server
Encryption string - Server
Integrities []string - Status string
- are_
weak_ stringoptions_ allowed - encryption_
configureds list(string) - fips_
mode_ stringconfigured - integrities list(string)
- key_
exchange string - quantum_
readiness string - server_
encryption string - server_
integrities list(string) - status string
- are
Weak StringOptions Allowed - encryption
Configureds List<String> - fips
Mode StringConfigured - integrities List<String>
- key
Exchange String - quantum
Readiness String - server
Encryption String - server
Integrities List<String> - status String
- are
Weak stringOptions Allowed - encryption
Configureds string[] - fips
Mode stringConfigured - integrities string[]
- key
Exchange string - quantum
Readiness string - server
Encryption string - server
Integrities string[] - status string
- are_
weak_ stroptions_ allowed - encryption_
configureds Sequence[str] - fips_
mode_ strconfigured - integrities Sequence[str]
- key_
exchange str - quantum_
readiness str - server_
encryption str - server_
integrities Sequence[str] - status str
- are
Weak StringOptions Allowed - encryption
Configureds List<String> - fips
Mode StringConfigured - integrities List<String>
- key
Exchange String - quantum
Readiness String - server
Encryption String - server
Integrities List<String> - status String
CryptoAssessmentManagementCryptoPostureTde, CryptoAssessmentManagementCryptoPostureTdeArgs
- Db
Credentials stringEncryption Observed - Encrypted
Tablespaces intCount - Encryption
Configureds List<string> - Fips
Mode stringConfigured - Integrity
Configureds List<string> - Key
Cache stringStatus - Key
Store stringType - Master
Key stringEncryption Algorithm - Master
Key stringId - Quantum
Readiness string - Redo
Encryption stringObserved - Status string
- Time
Master stringKey Last Rotation - Unencrypted
Tablespaces intCount - Wallet
Location string
- Db
Credentials stringEncryption Observed - Encrypted
Tablespaces intCount - Encryption
Configureds []string - Fips
Mode stringConfigured - Integrity
Configureds []string - Key
Cache stringStatus - Key
Store stringType - Master
Key stringEncryption Algorithm - Master
Key stringId - Quantum
Readiness string - Redo
Encryption stringObserved - Status string
- Time
Master stringKey Last Rotation - Unencrypted
Tablespaces intCount - Wallet
Location string
- db_
credentials_ stringencryption_ observed - encrypted_
tablespaces_ numbercount - encryption_
configureds list(string) - fips_
mode_ stringconfigured - integrity_
configureds list(string) - key_
cache_ stringstatus - key_
store_ stringtype - master_
key_ stringencryption_ algorithm - master_
key_ stringid - quantum_
readiness string - redo_
encryption_ stringobserved - status string
- time_
master_ stringkey_ last_ rotation - unencrypted_
tablespaces_ numbercount - wallet_
location string
- db
Credentials StringEncryption Observed - encrypted
Tablespaces IntegerCount - encryption
Configureds List<String> - fips
Mode StringConfigured - integrity
Configureds List<String> - key
Cache StringStatus - key
Store StringType - master
Key StringEncryption Algorithm - master
Key StringId - quantum
Readiness String - redo
Encryption StringObserved - status String
- time
Master StringKey Last Rotation - unencrypted
Tablespaces IntegerCount - wallet
Location String
- db
Credentials stringEncryption Observed - encrypted
Tablespaces numberCount - encryption
Configureds string[] - fips
Mode stringConfigured - integrity
Configureds string[] - key
Cache stringStatus - key
Store stringType - master
Key stringEncryption Algorithm - master
Key stringId - quantum
Readiness string - redo
Encryption stringObserved - status string
- time
Master stringKey Last Rotation - unencrypted
Tablespaces numberCount - wallet
Location string
- db_
credentials_ strencryption_ observed - encrypted_
tablespaces_ intcount - encryption_
configureds Sequence[str] - fips_
mode_ strconfigured - integrity_
configureds Sequence[str] - key_
cache_ strstatus - key_
store_ strtype - master_
key_ strencryption_ algorithm - master_
key_ strid - quantum_
readiness str - redo_
encryption_ strobserved - status str
- time_
master_ strkey_ last_ rotation - unencrypted_
tablespaces_ intcount - wallet_
location str
- db
Credentials StringEncryption Observed - encrypted
Tablespaces NumberCount - encryption
Configureds List<String> - fips
Mode StringConfigured - integrity
Configureds List<String> - key
Cache StringStatus - key
Store StringType - master
Key StringEncryption Algorithm - master
Key StringId - quantum
Readiness String - redo
Encryption StringObserved - status String
- time
Master StringKey Last Rotation - unencrypted
Tablespaces NumberCount - wallet
Location String
CryptoAssessmentManagementCryptoPostureTl, CryptoAssessmentManagementCryptoPostureTlArgs
- Are
Weak stringCipher Suites Allowed - Cipher
Suites List<string>Configureds - Fips
Mode stringConfigured - Is
Mtls stringConfigured - Quantum
Readiness string - Revocation
Mode string - Status string
- Versions List<string>
- Wallet
Location string
- Are
Weak stringCipher Suites Allowed - Cipher
Suites []stringConfigureds - Fips
Mode stringConfigured - Is
Mtls stringConfigured - Quantum
Readiness string - Revocation
Mode string - Status string
- Versions []string
- Wallet
Location string
- are_
weak_ stringcipher_ suites_ allowed - cipher_
suites_ list(string)configureds - fips_
mode_ stringconfigured - is_
mtls_ stringconfigured - quantum_
readiness string - revocation_
mode string - status string
- versions list(string)
- wallet_
location string
- are
Weak StringCipher Suites Allowed - cipher
Suites List<String>Configureds - fips
Mode StringConfigured - is
Mtls StringConfigured - quantum
Readiness String - revocation
Mode String - status String
- versions List<String>
- wallet
Location String
- are
Weak stringCipher Suites Allowed - cipher
Suites string[]Configureds - fips
Mode stringConfigured - is
Mtls stringConfigured - quantum
Readiness string - revocation
Mode string - status string
- versions string[]
- wallet
Location string
- are_
weak_ strcipher_ suites_ allowed - cipher_
suites_ Sequence[str]configureds - fips_
mode_ strconfigured - is_
mtls_ strconfigured - quantum_
readiness str - revocation_
mode str - status str
- versions Sequence[str]
- wallet_
location str
- are
Weak StringCipher Suites Allowed - cipher
Suites List<String>Configureds - fips
Mode StringConfigured - is
Mtls StringConfigured - quantum
Readiness String - revocation
Mode String - status String
- versions List<String>
- wallet
Location String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
published on Friday, Sep 25, 2026 by Pulumi