CryptoAssessmentWalletSummary¶
-
class
oci.data_safe.models.CryptoAssessmentWalletSummary(**kwargs)¶ Bases:
objectWallet details for one crypto feature.
Attributes
AUTO_LOGIN_DISABLEDA constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. AUTO_LOGIN_ENABLEDA constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. AUTO_LOGIN_NOT_APPLICABLEA constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. AUTO_LOGIN_NOT_SUPPORTEDA constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. FEATURE_NNEA constant which can be used with the feature property of a CryptoAssessmentWalletSummary. FEATURE_TDEA constant which can be used with the feature property of a CryptoAssessmentWalletSummary. FEATURE_TLSA constant which can be used with the feature property of a CryptoAssessmentWalletSummary. FEATURE_ZDLRAA constant which can be used with the feature property of a CryptoAssessmentWalletSummary. assessment_id[Required] Gets the assessment_id of this CryptoAssessmentWalletSummary. auto_login[Required] Gets the auto_login of this CryptoAssessmentWalletSummary. feature[Required] Gets the feature of this CryptoAssessmentWalletSummary. target_id[Required] Gets the target_id of this CryptoAssessmentWalletSummary. time_createdGets the time_created of this CryptoAssessmentWalletSummary. time_last_assessedGets the time_last_assessed of this CryptoAssessmentWalletSummary. wallet_encryption_algorithm[Required] Gets the wallet_encryption_algorithm of this CryptoAssessmentWalletSummary. wallet_location[Required] Gets the wallet_location of this CryptoAssessmentWalletSummary. Methods
__init__(**kwargs)Initializes a new CryptoAssessmentWalletSummary object with values from keyword arguments. -
AUTO_LOGIN_DISABLED= 'DISABLED'¶ A constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. This constant has a value of “DISABLED”
-
AUTO_LOGIN_ENABLED= 'ENABLED'¶ A constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. This constant has a value of “ENABLED”
-
AUTO_LOGIN_NOT_APPLICABLE= 'NOT_APPLICABLE'¶ A constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. This constant has a value of “NOT_APPLICABLE”
-
AUTO_LOGIN_NOT_SUPPORTED= 'NOT_SUPPORTED'¶ A constant which can be used with the auto_login property of a CryptoAssessmentWalletSummary. This constant has a value of “NOT_SUPPORTED”
-
FEATURE_NNE= 'NNE'¶ A constant which can be used with the feature property of a CryptoAssessmentWalletSummary. This constant has a value of “NNE”
-
FEATURE_TDE= 'TDE'¶ A constant which can be used with the feature property of a CryptoAssessmentWalletSummary. This constant has a value of “TDE”
-
FEATURE_TLS= 'TLS'¶ A constant which can be used with the feature property of a CryptoAssessmentWalletSummary. This constant has a value of “TLS”
-
FEATURE_ZDLRA= 'ZDLRA'¶ A constant which can be used with the feature property of a CryptoAssessmentWalletSummary. This constant has a value of “ZDLRA”
-
__init__(**kwargs)¶ Initializes a new CryptoAssessmentWalletSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - assessment_id (str) – The value to assign to the assessment_id property of this CryptoAssessmentWalletSummary.
- time_last_assessed (datetime) – The value to assign to the time_last_assessed property of this CryptoAssessmentWalletSummary.
- target_id (str) – The value to assign to the target_id property of this CryptoAssessmentWalletSummary.
- feature (str) – The value to assign to the feature property of this CryptoAssessmentWalletSummary. Allowed values for this property are: “TDE”, “TLS”, “NNE”, “ZDLRA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- wallet_location (str) – The value to assign to the wallet_location property of this CryptoAssessmentWalletSummary.
- auto_login (str) – The value to assign to the auto_login property of this CryptoAssessmentWalletSummary. Allowed values for this property are: “ENABLED”, “DISABLED”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this CryptoAssessmentWalletSummary.
- wallet_encryption_algorithm (str) – The value to assign to the wallet_encryption_algorithm property of this CryptoAssessmentWalletSummary.
-
assessment_id¶ [Required] Gets the assessment_id of this CryptoAssessmentWalletSummary. OCID of the crypto assessment that discovered the wallet.
Returns: The assessment_id of this CryptoAssessmentWalletSummary. Return type: str
-
auto_login¶ [Required] Gets the auto_login of this CryptoAssessmentWalletSummary. Whether wallet auto-login is enabled.
Allowed values for this property are: “ENABLED”, “DISABLED”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The auto_login of this CryptoAssessmentWalletSummary. Return type: str
-
feature¶ [Required] Gets the feature of this CryptoAssessmentWalletSummary. Crypto feature for which wallet details are reported.
Allowed values for this property are: “TDE”, “TLS”, “NNE”, “ZDLRA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The feature of this CryptoAssessmentWalletSummary. Return type: str
-
target_id¶ [Required] Gets the target_id of this CryptoAssessmentWalletSummary. OCID of the target database associated with the wallet.
Returns: The target_id of this CryptoAssessmentWalletSummary. Return type: str
-
time_created¶ Gets the time_created of this CryptoAssessmentWalletSummary. Wallet creation time in RFC3339 format.
Returns: The time_created of this CryptoAssessmentWalletSummary. Return type: datetime
-
time_last_assessed¶ Gets the time_last_assessed of this CryptoAssessmentWalletSummary. The date and time the associated crypto assessment was last assessed, in RFC3339 format.
Returns: The time_last_assessed of this CryptoAssessmentWalletSummary. Return type: datetime
-
wallet_encryption_algorithm¶ [Required] Gets the wallet_encryption_algorithm of this CryptoAssessmentWalletSummary. Wallet encryption algorithm.
Returns: The wallet_encryption_algorithm of this CryptoAssessmentWalletSummary. Return type: str
-
wallet_location¶ [Required] Gets the wallet_location of this CryptoAssessmentWalletSummary. Wallet path for the feature.
Returns: The wallet_location of this CryptoAssessmentWalletSummary. Return type: str
-