File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/data_safe/models/references.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, 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 References(object): """ References to the sections of STIG, CIS, GDPR and/or ORP relevant to the current finding. """ def __init__(self, **kwargs): """ Initializes a new References object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param stig: The value to assign to the stig property of this References. :type stig: str :param cis: The value to assign to the cis property of this References. :type cis: str :param gdpr: The value to assign to the gdpr property of this References. :type gdpr: str :param obp: The value to assign to the obp property of this References. :type obp: str :param orp: The value to assign to the orp property of this References. :type orp: str """ self.swagger_types = { 'stig': 'str', 'cis': 'str', 'gdpr': 'str', 'obp': 'str', 'orp': 'str' } self.attribute_map = { 'stig': 'stig', 'cis': 'cis', 'gdpr': 'gdpr', 'obp': 'obp', 'orp': 'orp' } self._stig = None self._cis = None self._gdpr = None self._obp = None self._orp = None @property def stig(self): """ Gets the stig of this References. Relevant section from STIG. :return: The stig of this References. :rtype: str """ return self._stig @stig.setter def stig(self, stig): """ Sets the stig of this References. Relevant section from STIG. :param stig: The stig of this References. :type: str """ self._stig = stig @property def cis(self): """ Gets the cis of this References. Relevant section from CIS. :return: The cis of this References. :rtype: str """ return self._cis @cis.setter def cis(self, cis): """ Sets the cis of this References. Relevant section from CIS. :param cis: The cis of this References. :type: str """ self._cis = cis @property def gdpr(self): """ Gets the gdpr of this References. Relevant section from GDPR. :return: The gdpr of this References. :rtype: str """ return self._gdpr @gdpr.setter def gdpr(self, gdpr): """ Sets the gdpr of this References. Relevant section from GDPR. :param gdpr: The gdpr of this References. :type: str """ self._gdpr = gdpr @property def obp(self): """ Gets the obp of this References. Relevant section from OBP. :return: The obp of this References. :rtype: str """ return self._obp @obp.setter def obp(self, obp): """ Sets the obp of this References. Relevant section from OBP. :param obp: The obp of this References. :type: str """ self._obp = obp @property def orp(self): """ Gets the orp of this References. Relevant section from ORP. :return: The orp of this References. :rtype: str """ return self._orp @orp.setter def orp(self, orp): """ Sets the orp of this References. Relevant section from ORP. :param orp: The orp of this References. :type: str """ self._orp = orp 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
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings