Show / Hide Table of Contents

Class References

References to the sections of STIG, CIS, GDPR and/or OBP relevant to the current finding.

Inheritance
object
References
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class References

Properties

Cis

Declaration
[JsonProperty(PropertyName = "cis")]
public string Cis { get; set; }
Property Value
Type Description
string

Relevant section from CIS.

Gdpr

Declaration
[JsonProperty(PropertyName = "gdpr")]
public string Gdpr { get; set; }
Property Value
Type Description
string

Relevant section from GDPR.

Obp

Declaration
[JsonProperty(PropertyName = "obp")]
public string Obp { get; set; }
Property Value
Type Description
string

Relevant section from OBP.

Stig

Declaration
[JsonProperty(PropertyName = "stig")]
public string Stig { get; set; }
Property Value
Type Description
string

Relevant section from STIG.

In this article
Back to top