CryptoPosture

class oci.data_safe.models.CryptoPosture(**kwargs)

Bases: object

Cryptographic posture details captured by the assessment.

Attributes

FIPS_MODE_CONFIGURED_FIPS_140_2 A constant which can be used with the fips_mode_configured property of a CryptoPosture.
FIPS_MODE_CONFIGURED_FIPS_140_3 A constant which can be used with the fips_mode_configured property of a CryptoPosture.
FIPS_MODE_CONFIGURED_NOT_APPLICABLE A constant which can be used with the fips_mode_configured property of a CryptoPosture.
FIPS_MODE_CONFIGURED_NOT_CONFIGURED A constant which can be used with the fips_mode_configured property of a CryptoPosture.
FIPS_MODE_CONFIGURED_NOT_SUPPORTED A constant which can be used with the fips_mode_configured property of a CryptoPosture.
FIPS_STATUS_DISABLED A constant which can be used with the fips_status property of a CryptoPosture.
FIPS_STATUS_ENABLED A constant which can be used with the fips_status property of a CryptoPosture.
FIPS_STATUS_NOT_APPLICABLE A constant which can be used with the fips_status property of a CryptoPosture.
FIPS_STATUS_NOT_AVAILABLE A constant which can be used with the fips_status property of a CryptoPosture.
FIPS_STATUS_NOT_CONFIGURED A constant which can be used with the fips_status property of a CryptoPosture.
FIPS_STATUS_NOT_SUPPORTED A constant which can be used with the fips_status property of a CryptoPosture.
backup_status Gets the backup_status of this CryptoPosture.
encrypted_backup_pieces_count Gets the encrypted_backup_pieces_count of this CryptoPosture.
fips_mode_configured Gets the fips_mode_configured of this CryptoPosture.
fips_status Gets the fips_status of this CryptoPosture.
network_encryption Gets the network_encryption of this CryptoPosture.
nne Gets the nne of this CryptoPosture.
tde Gets the tde of this CryptoPosture.
tls Gets the tls of this CryptoPosture.
unencrypted_backup_pieces_count Gets the unencrypted_backup_pieces_count of this CryptoPosture.

Methods

__init__(**kwargs) Initializes a new CryptoPosture object with values from keyword arguments.
FIPS_MODE_CONFIGURED_FIPS_140_2 = 'FIPS_140_2'

A constant which can be used with the fips_mode_configured property of a CryptoPosture. This constant has a value of “FIPS_140_2”

FIPS_MODE_CONFIGURED_FIPS_140_3 = 'FIPS_140_3'

A constant which can be used with the fips_mode_configured property of a CryptoPosture. This constant has a value of “FIPS_140_3”

FIPS_MODE_CONFIGURED_NOT_APPLICABLE = 'NOT_APPLICABLE'

A constant which can be used with the fips_mode_configured property of a CryptoPosture. This constant has a value of “NOT_APPLICABLE”

FIPS_MODE_CONFIGURED_NOT_CONFIGURED = 'NOT_CONFIGURED'

A constant which can be used with the fips_mode_configured property of a CryptoPosture. This constant has a value of “NOT_CONFIGURED”

FIPS_MODE_CONFIGURED_NOT_SUPPORTED = 'NOT_SUPPORTED'

A constant which can be used with the fips_mode_configured property of a CryptoPosture. This constant has a value of “NOT_SUPPORTED”

FIPS_STATUS_DISABLED = 'DISABLED'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “DISABLED”

FIPS_STATUS_ENABLED = 'ENABLED'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “ENABLED”

FIPS_STATUS_NOT_APPLICABLE = 'NOT_APPLICABLE'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “NOT_APPLICABLE”

FIPS_STATUS_NOT_AVAILABLE = 'NOT_AVAILABLE'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “NOT_AVAILABLE”

FIPS_STATUS_NOT_CONFIGURED = 'NOT_CONFIGURED'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “NOT_CONFIGURED”

FIPS_STATUS_NOT_SUPPORTED = 'NOT_SUPPORTED'

A constant which can be used with the fips_status property of a CryptoPosture. This constant has a value of “NOT_SUPPORTED”

__init__(**kwargs)

Initializes a new CryptoPosture object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • tls (oci.data_safe.models.CryptoTlsPosture) – The value to assign to the tls property of this CryptoPosture.
  • nne (oci.data_safe.models.CryptoNnePosture) – The value to assign to the nne property of this CryptoPosture.
  • tde (oci.data_safe.models.CryptoTdePosture) – The value to assign to the tde property of this CryptoPosture.
  • network_encryption (list[str]) – The value to assign to the network_encryption property of this CryptoPosture.
  • fips_status (str) – The value to assign to the fips_status property of this CryptoPosture. Allowed values for this property are: “ENABLED”, “DISABLED”, “NOT_CONFIGURED”, “NOT_AVAILABLE”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • fips_mode_configured (str) – The value to assign to the fips_mode_configured property of this CryptoPosture. Allowed values for this property are: “FIPS_140_2”, “FIPS_140_3”, “NOT_CONFIGURED”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • backup_status (str) – The value to assign to the backup_status property of this CryptoPosture.
  • encrypted_backup_pieces_count (int) – The value to assign to the encrypted_backup_pieces_count property of this CryptoPosture.
  • unencrypted_backup_pieces_count (int) – The value to assign to the unencrypted_backup_pieces_count property of this CryptoPosture.
backup_status

Gets the backup_status of this CryptoPosture. Backup encryption status observed for the assessment.

Returns:The backup_status of this CryptoPosture.
Return type:str
encrypted_backup_pieces_count

Gets the encrypted_backup_pieces_count of this CryptoPosture. Number of encrypted backup pieces.

Returns:The encrypted_backup_pieces_count of this CryptoPosture.
Return type:int
fips_mode_configured

Gets the fips_mode_configured of this CryptoPosture. Common FIPS mode configured for the assessment when the target uses common FIPS configuration.

Allowed values for this property are: “FIPS_140_2”, “FIPS_140_3”, “NOT_CONFIGURED”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The fips_mode_configured of this CryptoPosture.
Return type:str
fips_status

Gets the fips_status of this CryptoPosture. Overall FIPS status for the assessment when the target uses common FIPS configuration.

Allowed values for this property are: “ENABLED”, “DISABLED”, “NOT_CONFIGURED”, “NOT_AVAILABLE”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The fips_status of this CryptoPosture.
Return type:str
network_encryption

Gets the network_encryption of this CryptoPosture. Network encryption details.

Returns:The network_encryption of this CryptoPosture.
Return type:list[str]
nne

Gets the nne of this CryptoPosture.

Returns:The nne of this CryptoPosture.
Return type:oci.data_safe.models.CryptoNnePosture
tde

Gets the tde of this CryptoPosture.

Returns:The tde of this CryptoPosture.
Return type:oci.data_safe.models.CryptoTdePosture
tls

Gets the tls of this CryptoPosture.

Returns:The tls of this CryptoPosture.
Return type:oci.data_safe.models.CryptoTlsPosture
unencrypted_backup_pieces_count

Gets the unencrypted_backup_pieces_count of this CryptoPosture. Number of unencrypted backup pieces.

Returns:The unencrypted_backup_pieces_count of this CryptoPosture.
Return type:int