Show / Hide Table of Contents

Class SecurityAssessmentComparisonPerTarget

The results of the comparison between two security assessment resources.

Inheritance
object
SecurityAssessmentComparisonPerTarget
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 SecurityAssessmentComparisonPerTarget

Properties

Auditing

Declaration
[JsonProperty(PropertyName = "auditing")]
public List<Diffs> Auditing { get; set; }
Property Value
Type Description
List<Diffs>

A comparison between findings belonging to Auditing category.

AuthorizationControl

Declaration
[JsonProperty(PropertyName = "authorizationControl")]
public List<Diffs> AuthorizationControl { get; set; }
Property Value
Type Description
List<Diffs>

A comparison between findings belonging to Authorization Control category.

BaselineTargetId

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

The OCID of the target that is used as a baseline in this comparison.

CurrentTargetId

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

The OCID of the target to be compared against the baseline target.

DataEncryption

Declaration
[JsonProperty(PropertyName = "dataEncryption")]
public List<Diffs> DataEncryption { get; set; }
Property Value
Type Description
List<Diffs>

Comparison between findings belonging to Data Encryption category.

DbConfiguration

Declaration
[JsonProperty(PropertyName = "dbConfiguration")]
public List<Diffs> DbConfiguration { get; set; }
Property Value
Type Description
List<Diffs>

Comparison between findings belonging to Database Configuration category.

FineGrainedAccessControl

Declaration
[JsonProperty(PropertyName = "fineGrainedAccessControl")]
public List<Diffs> FineGrainedAccessControl { get; set; }
Property Value
Type Description
List<Diffs>

Comparison between findings belonging to Fine-Grained Access Control category.

PrivilegesAndRoles

Declaration
[JsonProperty(PropertyName = "privilegesAndRoles")]
public List<Diffs> PrivilegesAndRoles { get; set; }
Property Value
Type Description
List<Diffs>

Comparison between findings belonging to Privileges and Roles category.

UserAccounts

Declaration
[JsonProperty(PropertyName = "userAccounts")]
public List<Diffs> UserAccounts { get; set; }
Property Value
Type Description
List<Diffs>

Comparison between findings belonging to User Accounts category.

In this article
Back to top