Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static SecurityAssessmentLifecycleState |
SecurityAssessmentLifecycleState.create(String key) |
SecurityAssessmentLifecycleState |
SecurityAssessmentSummary.getLifecycleState()
The current state of the security assessment.
|
SecurityAssessmentLifecycleState |
SecurityAssessment.getLifecycleState()
The current state of the security assessment.
|
static SecurityAssessmentLifecycleState |
SecurityAssessmentLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAssessmentLifecycleState[] |
SecurityAssessmentLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentSummary.Builder |
SecurityAssessmentSummary.Builder.lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
The current state of the security assessment.
|
SecurityAssessment.Builder |
SecurityAssessment.Builder.lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
The current state of the security assessment.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentLifecycleState |
ListSecurityAssessmentsRequest.getLifecycleState()
A filter to return only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityAssessmentsRequest.Builder |
ListSecurityAssessmentsRequest.Builder.lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.