References

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

Bases: object

References to the sections of STIG, CIS, and/or GDPR 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.
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.
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
stig

Gets the stig of this References. Relevant section from STIG.

Returns:The stig of this References.
Return type:str