References¶
- 
class oci.data_safe.models.References(**kwargs)¶
- Bases: - object- References to the sections of STIG, CIS, GDPR and/or ORP relevant to the current finding. - Methods - __init__(**kwargs)- Initializes a new References object with values from keyword arguments. - Attributes - cis- Gets the cis of this References. - gdpr- Gets the gdpr of this References. - obp- Gets the obp of this References. - orp- Gets the orp of this References. - stig- Gets the stig of this References. - 
__init__(**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): - Parameters: - stig (str) – The value to assign to the stig property of this References.
- cis (str) – The value to assign to the cis property of this References.
- gdpr (str) – The value to assign to the gdpr property of this References.
- obp (str) – The value to assign to the obp property of this References.
- orp (str) – The value to assign to the orp property of this References.
 
 - 
cis¶
- Gets the cis of this References. Relevant section from CIS. - Returns: - The cis of this References. - Return type: - str 
 - 
gdpr¶
- Gets the gdpr of this References. Relevant section from GDPR. - Returns: - The gdpr of this References. - Return type: - str 
 - 
obp¶
- Gets the obp of this References. Relevant section from OBP. - Returns: - The obp of this References. - Return type: - str 
 - 
orp¶
- Gets the orp of this References. Relevant section from ORP. - Returns: - The orp of this References. - Return type: - str 
 - 
stig¶
- Gets the stig of this References. Relevant section from STIG. - Returns: - The stig of this References. - Return type: - str 
 
-