Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentStatistics |
SecurityAssessmentStatistics.Builder.build() |
SecurityAssessmentStatistics |
SecurityAssessmentSummary.getStatistics() |
SecurityAssessmentStatistics |
SecurityAssessment.getStatistics() |
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentStatistics.Builder |
SecurityAssessmentStatistics.Builder.copy(SecurityAssessmentStatistics model) |
SecurityAssessmentSummary.Builder |
SecurityAssessmentSummary.Builder.statistics(SecurityAssessmentStatistics statistics) |
SecurityAssessment.Builder |
SecurityAssessment.Builder.statistics(SecurityAssessmentStatistics statistics) |
Constructor and Description |
---|
SecurityAssessment(String id,
Date timeCreated,
Date timeUpdated,
Date timeLastAssessed,
String compartmentId,
String displayName,
List<String> targetIds,
List<Object> ignoredTargets,
List<Object> ignoredAssessmentIds,
String targetVersion,
Boolean isBaseline,
Boolean isDeviatedFromBaseline,
String lastComparedBaselineId,
SecurityAssessmentLifecycleState lifecycleState,
String lifecycleDetails,
String scheduleSecurityAssessmentId,
SecurityAssessment.TriggeredBy triggeredBy,
String description,
Boolean isAssessmentScheduled,
String schedule,
String link,
SecurityAssessment.Type type,
SecurityAssessmentStatistics statistics,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SecurityAssessmentSummary(String id,
String description,
SecurityAssessmentLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Date timeLastAssessed,
String compartmentId,
String displayName,
List<String> targetIds,
List<Object> ignoredTargetIds,
List<Object> ignoredAssessmentIds,
Boolean isBaseline,
Boolean isDeviatedFromBaseline,
String lastComparedBaselineId,
String scheduleSecurityAssessmentId,
String schedule,
SecurityAssessmentSummary.TriggeredBy triggeredBy,
String link,
SecurityAssessmentSummary.Type type,
SecurityAssessmentStatistics statistics,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.