Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentTargetType
-
Packages that use SecurityAssessmentTargetType Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityAssessmentTargetType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentTargetType Modifier and Type Method Description static SecurityAssessmentTargetTypeSecurityAssessmentTargetType. create(String key)SecurityAssessmentTargetTypeCreateSecurityAssessmentDetails. getTargetType()The type of security assessment resource whether it is individual or group resource.SecurityAssessmentTargetTypeSecurityAssessment. getTargetType()Indicates whether the security assessment is for a target database or a target database group.SecurityAssessmentTargetTypeSecurityAssessmentSummary. getTargetType()Indicates whether the security assessment is for a target database or a target database group.static SecurityAssessmentTargetTypeSecurityAssessmentTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAssessmentTargetType[]SecurityAssessmentTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentTargetType Modifier and Type Method Description CreateSecurityAssessmentDetails.BuilderCreateSecurityAssessmentDetails.Builder. targetType(SecurityAssessmentTargetType targetType)The type of security assessment resource whether it is individual or group resource.SecurityAssessment.BuilderSecurityAssessment.Builder. targetType(SecurityAssessmentTargetType targetType)Indicates whether the security assessment is for a target database or a target database group.SecurityAssessmentSummary.BuilderSecurityAssessmentSummary.Builder. targetType(SecurityAssessmentTargetType targetType)Indicates whether the security assessment is for a target database or a target database group.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentTargetType Constructor Description CreateSecurityAssessmentDetails(String compartmentId, String displayName, String description, String targetId, SecurityAssessmentTargetType targetType, CreateSecurityAssessmentDetails.Type type, String templateAssessmentId, String baseSecurityAssessmentId, Boolean isAssessmentScheduled, String schedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.SecurityAssessment(String id, Date timeCreated, Date timeUpdated, Date timeLastAssessed, String compartmentId, String displayName, List<String> targetIds, List<Object> ignoredTargets, List<Object> ignoredAssessmentIds, String targetVersion, String templateAssessmentId, String baselineAssessmentId, Boolean isBaseline, Boolean isDeviatedFromBaseline, String lastComparedBaselineId, SecurityAssessmentLifecycleState lifecycleState, String lifecycleDetails, String scheduleSecurityAssessmentId, SecurityAssessment.TriggeredBy triggeredBy, String description, Boolean isAssessmentScheduled, String targetDatabaseGroupId, SecurityAssessmentTargetType targetType, List<Check> checks, 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 targetDatabaseGroupId, SecurityAssessmentTargetType targetType, 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 templateAssessmentId, String baselineAssessmentId, String schedule, SecurityAssessmentSummary.TriggeredBy triggeredBy, String link, SecurityAssessmentSummary.Type type, SecurityAssessmentStatistics statistics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of SecurityAssessmentTargetType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityAssessmentTargetType Modifier and Type Method Description SecurityAssessmentTargetTypeListSecurityAssessmentsRequest. getTargetType()A filter to return only only target database resources or target database group resources.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityAssessmentTargetType Modifier and Type Method Description ListSecurityAssessmentsRequest.BuilderListSecurityAssessmentsRequest.Builder. targetType(SecurityAssessmentTargetType targetType)A filter to return only only target database resources or target database group resources.
-