Class TemplateAssociationAnalyticsDimensions
The scope of template association analytics data.
Inherited Members
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. |