TemplateAssociationAnalyticsDimensions¶
-
class
oci.data_safe.models.
TemplateAssociationAnalyticsDimensions
(**kwargs)¶ Bases:
object
The scope of template association analytics data.
Methods
__init__
(**kwargs)Initializes a new TemplateAssociationAnalyticsDimensions object with values from keyword arguments. Attributes
target_database_group_id
Gets the target_database_group_id of this TemplateAssociationAnalyticsDimensions. target_id
Gets the target_id of this TemplateAssociationAnalyticsDimensions. template_assessment_id
Gets the template_assessment_id of this TemplateAssociationAnalyticsDimensions. template_baseline_assessment_id
Gets the template_baseline_assessment_id of this TemplateAssociationAnalyticsDimensions. -
__init__
(**kwargs)¶ Initializes a new TemplateAssociationAnalyticsDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - template_assessment_id (str) – The value to assign to the template_assessment_id property of this TemplateAssociationAnalyticsDimensions.
- template_baseline_assessment_id (str) – The value to assign to the template_baseline_assessment_id property of this TemplateAssociationAnalyticsDimensions.
- target_database_group_id (str) – The value to assign to the target_database_group_id property of this TemplateAssociationAnalyticsDimensions.
- target_id (str) – The value to assign to the target_id property of this TemplateAssociationAnalyticsDimensions.
-
target_database_group_id
¶ Gets the target_database_group_id of this TemplateAssociationAnalyticsDimensions. 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.
Returns: The target_database_group_id of this TemplateAssociationAnalyticsDimensions. Return type: str
-
target_id
¶ Gets the target_id of this TemplateAssociationAnalyticsDimensions. 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.
Returns: The target_id of this TemplateAssociationAnalyticsDimensions. Return type: str
-
template_assessment_id
¶ Gets the template_assessment_id of this TemplateAssociationAnalyticsDimensions. The OCID of the security assessment of type TEMPLATE.
Returns: The template_assessment_id of this TemplateAssociationAnalyticsDimensions. Return type: str
-
template_baseline_assessment_id
¶ Gets the template_baseline_assessment_id of this TemplateAssociationAnalyticsDimensions. The OCID of the security assessment of type TEMPLATE_BASELINE.
Returns: The template_baseline_assessment_id of this TemplateAssociationAnalyticsDimensions. Return type: str
-