Server IP : 103.119.228.120 / Your IP : 3.145.95.233 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/ssl/lib/mysqlsh/lib/python3.9/site-packages/oci/data_safe/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20181201 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class FindingSummary(object): """ The particular finding reported by the security assessment. """ #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "HIGH" SEVERITY_HIGH = "HIGH" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "MEDIUM" SEVERITY_MEDIUM = "MEDIUM" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "LOW" SEVERITY_LOW = "LOW" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "EVALUATE" SEVERITY_EVALUATE = "EVALUATE" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "ADVISORY" SEVERITY_ADVISORY = "ADVISORY" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "PASS" SEVERITY_PASS = "PASS" #: A constant which can be used with the severity property of a FindingSummary. #: This constant has a value of "DEFERRED" SEVERITY_DEFERRED = "DEFERRED" #: A constant which can be used with the lifecycle_state property of a FindingSummary. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a FindingSummary. #: This constant has a value of "UPDATING" LIFECYCLE_STATE_UPDATING = "UPDATING" #: A constant which can be used with the lifecycle_state property of a FindingSummary. #: This constant has a value of "NEEDS_ATTENTION" LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION" #: A constant which can be used with the lifecycle_state property of a FindingSummary. #: This constant has a value of "FAILED" LIFECYCLE_STATE_FAILED = "FAILED" def __init__(self, **kwargs): """ Initializes a new FindingSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param severity: The value to assign to the severity property of this FindingSummary. Allowed values for this property are: "HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", "DEFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param assessment_id: The value to assign to the assessment_id property of this FindingSummary. :type assessment_id: str :param target_id: The value to assign to the target_id property of this FindingSummary. :type target_id: str :param key: The value to assign to the key property of this FindingSummary. :type key: str :param is_top_finding: The value to assign to the is_top_finding property of this FindingSummary. :type is_top_finding: bool :param title: The value to assign to the title property of this FindingSummary. :type title: str :param remarks: The value to assign to the remarks property of this FindingSummary. :type remarks: str :param details: The value to assign to the details property of this FindingSummary. :type details: object :param summary: The value to assign to the summary property of this FindingSummary. :type summary: str :param oneline: The value to assign to the oneline property of this FindingSummary. :type oneline: str :param references: The value to assign to the references property of this FindingSummary. :type references: oci.data_safe.models.References :param oracle_defined_severity: The value to assign to the oracle_defined_severity property of this FindingSummary. :type oracle_defined_severity: str :param is_risk_modified: The value to assign to the is_risk_modified property of this FindingSummary. :type is_risk_modified: bool :param has_target_db_risk_level_changed: The value to assign to the has_target_db_risk_level_changed property of this FindingSummary. :type has_target_db_risk_level_changed: bool :param justification: The value to assign to the justification property of this FindingSummary. :type justification: str :param time_valid_until: The value to assign to the time_valid_until property of this FindingSummary. :type time_valid_until: datetime :param time_updated: The value to assign to the time_updated property of this FindingSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this FindingSummary. Allowed values for this property are: "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FindingSummary. :type lifecycle_details: str """ self.swagger_types = { 'severity': 'str', 'assessment_id': 'str', 'target_id': 'str', 'key': 'str', 'is_top_finding': 'bool', 'title': 'str', 'remarks': 'str', 'details': 'object', 'summary': 'str', 'oneline': 'str', 'references': 'References', 'oracle_defined_severity': 'str', 'is_risk_modified': 'bool', 'has_target_db_risk_level_changed': 'bool', 'justification': 'str', 'time_valid_until': 'datetime', 'time_updated': 'datetime', 'lifecycle_state': 'str', 'lifecycle_details': 'str' } self.attribute_map = { 'severity': 'severity', 'assessment_id': 'assessmentId', 'target_id': 'targetId', 'key': 'key', 'is_top_finding': 'isTopFinding', 'title': 'title', 'remarks': 'remarks', 'details': 'details', 'summary': 'summary', 'oneline': 'oneline', 'references': 'references', 'oracle_defined_severity': 'oracleDefinedSeverity', 'is_risk_modified': 'isRiskModified', 'has_target_db_risk_level_changed': 'hasTargetDbRiskLevelChanged', 'justification': 'justification', 'time_valid_until': 'timeValidUntil', 'time_updated': 'timeUpdated', 'lifecycle_state': 'lifecycleState', 'lifecycle_details': 'lifecycleDetails' } self._severity = None self._assessment_id = None self._target_id = None self._key = None self._is_top_finding = None self._title = None self._remarks = None self._details = None self._summary = None self._oneline = None self._references = None self._oracle_defined_severity = None self._is_risk_modified = None self._has_target_db_risk_level_changed = None self._justification = None self._time_valid_until = None self._time_updated = None self._lifecycle_state = None self._lifecycle_details = None @property def severity(self): """ Gets the severity of this FindingSummary. The severity of the finding as determined by security assessment and is same as oracleDefinedSeverity, unless modified by user. Allowed values for this property are: "HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", "DEFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The severity of this FindingSummary. :rtype: str """ return self._severity @severity.setter def severity(self, severity): """ Sets the severity of this FindingSummary. The severity of the finding as determined by security assessment and is same as oracleDefinedSeverity, unless modified by user. :param severity: The severity of this FindingSummary. :type: str """ allowed_values = ["HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", "DEFERRED"] if not value_allowed_none_or_none_sentinel(severity, allowed_values): severity = 'UNKNOWN_ENUM_VALUE' self._severity = severity @property def assessment_id(self): """ Gets the assessment_id of this FindingSummary. The OCID of the assessment that generated this finding. :return: The assessment_id of this FindingSummary. :rtype: str """ return self._assessment_id @assessment_id.setter def assessment_id(self, assessment_id): """ Sets the assessment_id of this FindingSummary. The OCID of the assessment that generated this finding. :param assessment_id: The assessment_id of this FindingSummary. :type: str """ self._assessment_id = assessment_id @property def target_id(self): """ Gets the target_id of this FindingSummary. The OCID of the target database. :return: The target_id of this FindingSummary. :rtype: str """ return self._target_id @target_id.setter def target_id(self, target_id): """ Sets the target_id of this FindingSummary. The OCID of the target database. :param target_id: The target_id of this FindingSummary. :type: str """ self._target_id = target_id @property def key(self): """ Gets the key of this FindingSummary. The unique finding key. This is a system-generated identifier. To get the finding key for a finding, use ListFindings. :return: The key of this FindingSummary. :rtype: str """ return self._key @key.setter def key(self, key): """ Sets the key of this FindingSummary. The unique finding key. This is a system-generated identifier. To get the finding key for a finding, use ListFindings. :param key: The key of this FindingSummary. :type: str """ self._key = key @property def is_top_finding(self): """ Gets the is_top_finding of this FindingSummary. Indicates whether a given finding is marked as topFinding or not. :return: The is_top_finding of this FindingSummary. :rtype: bool """ return self._is_top_finding @is_top_finding.setter def is_top_finding(self, is_top_finding): """ Sets the is_top_finding of this FindingSummary. Indicates whether a given finding is marked as topFinding or not. :param is_top_finding: The is_top_finding of this FindingSummary. :type: bool """ self._is_top_finding = is_top_finding @property def title(self): """ Gets the title of this FindingSummary. The short title for the finding. :return: The title of this FindingSummary. :rtype: str """ return self._title @title.setter def title(self, title): """ Sets the title of this FindingSummary. The short title for the finding. :param title: The title of this FindingSummary. :type: str """ self._title = title @property def remarks(self): """ Gets the remarks of this FindingSummary. The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation. :return: The remarks of this FindingSummary. :rtype: str """ return self._remarks @remarks.setter def remarks(self, remarks): """ Sets the remarks of this FindingSummary. The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation. :param remarks: The remarks of this FindingSummary. :type: str """ self._remarks = remarks @property def details(self): """ Gets the details of this FindingSummary. The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes. :return: The details of this FindingSummary. :rtype: object """ return self._details @details.setter def details(self, details): """ Sets the details of this FindingSummary. The details of the finding. Provides detailed information to explain the finding summary, typically results from the assessed database, followed by any recommendations for changes. :param details: The details of this FindingSummary. :type: object """ self._details = details @property def summary(self): """ Gets the summary of this FindingSummary. The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined. :return: The summary of this FindingSummary. :rtype: str """ return self._summary @summary.setter def summary(self, summary): """ Sets the summary of this FindingSummary. The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined. :param summary: The summary of this FindingSummary. :type: str """ self._summary = summary @property def oneline(self): """ Gets the oneline of this FindingSummary. Provides a recommended approach to take to remediate the finding reported. :return: The oneline of this FindingSummary. :rtype: str """ return self._oneline @oneline.setter def oneline(self, oneline): """ Sets the oneline of this FindingSummary. Provides a recommended approach to take to remediate the finding reported. :param oneline: The oneline of this FindingSummary. :type: str """ self._oneline = oneline @property def references(self): """ Gets the references of this FindingSummary. Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, a STIG rule, or a GDPR Article/Recital. :return: The references of this FindingSummary. :rtype: oci.data_safe.models.References """ return self._references @references.setter def references(self, references): """ Sets the references of this FindingSummary. Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, a STIG rule, or a GDPR Article/Recital. :param references: The references of this FindingSummary. :type: oci.data_safe.models.References """ self._references = references @property def oracle_defined_severity(self): """ Gets the oracle_defined_severity of this FindingSummary. The severity of the finding as determined by security assessment. This cannot be modified by user. :return: The oracle_defined_severity of this FindingSummary. :rtype: str """ return self._oracle_defined_severity @oracle_defined_severity.setter def oracle_defined_severity(self, oracle_defined_severity): """ Sets the oracle_defined_severity of this FindingSummary. The severity of the finding as determined by security assessment. This cannot be modified by user. :param oracle_defined_severity: The oracle_defined_severity of this FindingSummary. :type: str """ self._oracle_defined_severity = oracle_defined_severity @property def is_risk_modified(self): """ Gets the is_risk_modified of this FindingSummary. Determines if this risk level was modified by user. :return: The is_risk_modified of this FindingSummary. :rtype: bool """ return self._is_risk_modified @is_risk_modified.setter def is_risk_modified(self, is_risk_modified): """ Sets the is_risk_modified of this FindingSummary. Determines if this risk level was modified by user. :param is_risk_modified: The is_risk_modified of this FindingSummary. :type: bool """ self._is_risk_modified = is_risk_modified @property def has_target_db_risk_level_changed(self): """ Gets the has_target_db_risk_level_changed of this FindingSummary. Determines if this risk level has changed on the target database since the last time 'severity' was modified by user. :return: The has_target_db_risk_level_changed of this FindingSummary. :rtype: bool """ return self._has_target_db_risk_level_changed @has_target_db_risk_level_changed.setter def has_target_db_risk_level_changed(self, has_target_db_risk_level_changed): """ Sets the has_target_db_risk_level_changed of this FindingSummary. Determines if this risk level has changed on the target database since the last time 'severity' was modified by user. :param has_target_db_risk_level_changed: The has_target_db_risk_level_changed of this FindingSummary. :type: bool """ self._has_target_db_risk_level_changed = has_target_db_risk_level_changed @property def justification(self): """ Gets the justification of this FindingSummary. User provided reason for accepting or modifying this finding if they choose to do so. :return: The justification of this FindingSummary. :rtype: str """ return self._justification @justification.setter def justification(self, justification): """ Sets the justification of this FindingSummary. User provided reason for accepting or modifying this finding if they choose to do so. :param justification: The justification of this FindingSummary. :type: str """ self._justification = justification @property def time_valid_until(self): """ Gets the time_valid_until of this FindingSummary. The time until which the change in severity(deferred / modified) of this finding is valid. :return: The time_valid_until of this FindingSummary. :rtype: datetime """ return self._time_valid_until @time_valid_until.setter def time_valid_until(self, time_valid_until): """ Sets the time_valid_until of this FindingSummary. The time until which the change in severity(deferred / modified) of this finding is valid. :param time_valid_until: The time_valid_until of this FindingSummary. :type: datetime """ self._time_valid_until = time_valid_until @property def time_updated(self): """ Gets the time_updated of this FindingSummary. The date and time the risk level of finding was last updated, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_updated of this FindingSummary. :rtype: datetime """ return self._time_updated @time_updated.setter def time_updated(self, time_updated): """ Sets the time_updated of this FindingSummary. The date and time the risk level of finding was last updated, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_updated: The time_updated of this FindingSummary. :type: datetime """ self._time_updated = time_updated @property def lifecycle_state(self): """ Gets the lifecycle_state of this FindingSummary. The current state of the finding. Allowed values for this property are: "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this FindingSummary. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this FindingSummary. The current state of the finding. :param lifecycle_state: The lifecycle_state of this FindingSummary. :type: str """ allowed_values = ["ACTIVE", "UPDATING", "NEEDS_ATTENTION", "FAILED"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def lifecycle_details(self): """ Gets the lifecycle_details of this FindingSummary. Details about the current state of the finding. :return: The lifecycle_details of this FindingSummary. :rtype: str """ return self._lifecycle_details @lifecycle_details.setter def lifecycle_details(self, lifecycle_details): """ Sets the lifecycle_details of this FindingSummary. Details about the current state of the finding. :param lifecycle_details: The lifecycle_details of this FindingSummary. :type: str """ self._lifecycle_details = lifecycle_details def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other