Show / Hide Table of Contents

Class TemplateAssociationAnalyticsDimensions

The scope of template association analytics data.

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

Properties

TargetDatabaseGroupId

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

The OCID of the target database group that the group assessment is created for. This field will be in the response if the template was applied on a target group.

TargetId

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

The OCID of the target database. If the template was applied on a target group, this field will be the OCID of the target members of the target group. If the template was applied on an individual target, this field will contain that targetId.

TemplateAssessmentId

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

The OCID of the security assessment of type TEMPLATE.

TemplateBaselineAssessmentId

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

The OCID of the security assessment of type TEMPLATE_BASELINE.

In this article
Back to top