@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class UserAssessment extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The details of the user assessment, which includes statistics related to target database users.
Note: Objects should always be created or deserialized using the UserAssessment.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UserAssessment.Builder
, which maintain a
set of all explicitly set fields called UserAssessment.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UserAssessment.Builder |
static class |
UserAssessment.TriggeredBy
Indicates whether the user assessment was created by the system or the user.
|
static class |
UserAssessment.Type
The type of the user assessment.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UserAssessment(String compartmentId,
String description,
String displayName,
String id,
List<Object> ignoredTargets,
List<Object> ignoredAssessmentIds,
Boolean isBaseline,
Boolean isDeviatedFromBaseline,
String lastComparedBaselineId,
UserAssessmentLifecycleState lifecycleState,
String lifecycleDetails,
String scheduleAssessmentId,
Boolean isAssessmentScheduled,
String schedule,
Map<String,Map<String,Object>> statistics,
List<String> targetIds,
Date timeCreated,
Date timeUpdated,
Date timeLastAssessed,
UserAssessment.TriggeredBy triggeredBy,
UserAssessment.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UserAssessment.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
The OCID of the compartment that contains the user assessment.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
The description of the user assessment.
|
String |
getDisplayName()
The display name of the user assessment.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the user assessment.
|
List<Object> |
getIgnoredAssessmentIds()
List containing maps as values.
|
List<Object> |
getIgnoredTargets()
List containing maps as values.
|
Boolean |
getIsAssessmentScheduled()
Indicates whether the assessment is scheduled to run.
|
Boolean |
getIsBaseline()
Indicates if the user assessment is set as a baseline.
|
Boolean |
getIsDeviatedFromBaseline()
Indicates if the user assessment deviates from the baseline.
|
String |
getLastComparedBaselineId()
The OCID of the last user assessment baseline against which the latest assessment was
compared.
|
String |
getLifecycleDetails()
Details about the current state of the user assessment.
|
UserAssessmentLifecycleState |
getLifecycleState()
The current state of the user assessment.
|
String |
getSchedule()
Schedule of the assessment that runs periodically in this specified format:
|
String |
getScheduleAssessmentId()
The OCID of the user assessment that is responsible for creating this scheduled save
assessment.
|
Map<String,Map<String,Object>> |
getStatistics()
Map that contains maps of values.
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
List<String> |
getTargetIds()
Array of database target OCIDs.
|
Date |
getTimeCreated()
The date and time the user assessment was created, in the format defined by
RFC3339.
|
Date |
getTimeLastAssessed()
The date and time the user assessment was last executed, in the format defined by
RFC3339.
|
Date |
getTimeUpdated()
The date and time the user assessment was last updated, in the format defined by
RFC3339.
|
UserAssessment.TriggeredBy |
getTriggeredBy()
Indicates whether the user assessment was created by the system or the user.
|
UserAssessment.Type |
getType()
The type of the user assessment.
|
int |
hashCode() |
UserAssessment.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"compartmentId","description","displayName","id","ignoredTargets","ignoredAssessmentIds","isBaseline","isDeviatedFromBaseline","lastComparedBaselineId","lifecycleState","lifecycleDetails","scheduleAssessmentId","isAssessmentScheduled","schedule","statistics","targetIds","timeCreated","timeUpdated","timeLastAssessed","triggeredBy","type","freeformTags","definedTags","systemTags"}) public UserAssessment(String compartmentId, String description, String displayName, String id, List<Object> ignoredTargets, List<Object> ignoredAssessmentIds, Boolean isBaseline, Boolean isDeviatedFromBaseline, String lastComparedBaselineId, UserAssessmentLifecycleState lifecycleState, String lifecycleDetails, String scheduleAssessmentId, Boolean isAssessmentScheduled, String schedule, Map<String,Map<String,Object>> statistics, List<String> targetIds, Date timeCreated, Date timeUpdated, Date timeLastAssessed, UserAssessment.TriggeredBy triggeredBy, UserAssessment.Type type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
public static UserAssessment.Builder builder()
Create a new builder.
public UserAssessment.Builder toBuilder()
public String getCompartmentId()
The OCID of the compartment that contains the user assessment.
public String getDescription()
The description of the user assessment.
public String getDisplayName()
The display name of the user assessment.
public String getId()
The OCID of the user assessment.
public List<Object> getIgnoredTargets()
List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
public List<Object> getIgnoredAssessmentIds()
List containing maps as values. Example: {"Operations": [ {"CostCenter": "42"} ] }
public Boolean getIsBaseline()
Indicates if the user assessment is set as a baseline. This is applicable only to saved user assessments.
public Boolean getIsDeviatedFromBaseline()
Indicates if the user assessment deviates from the baseline.
public String getLastComparedBaselineId()
The OCID of the last user assessment baseline against which the latest assessment was compared.
public UserAssessmentLifecycleState getLifecycleState()
The current state of the user assessment.
public String getLifecycleDetails()
Details about the current state of the user assessment.
public String getScheduleAssessmentId()
The OCID of the user assessment that is responsible for creating this scheduled save assessment.
public Boolean getIsAssessmentScheduled()
Indicates whether the assessment is scheduled to run.
public String getSchedule()
Schedule of the assessment that runs periodically in this specified format:
Allowed version strings - "v1" v1's version specific schedule -
public Map<String,Map<String,Object>> getStatistics()
Map that contains maps of values. Example: {"Operations": {"CostCenter": "42"}}
public Date getTimeCreated()
The date and time the user assessment was created, in the format defined by RFC3339.
public Date getTimeUpdated()
The date and time the user assessment was last updated, in the format defined by RFC3339.
public Date getTimeLastAssessed()
The date and time the user assessment was last executed, in the format defined by RFC3339.
public UserAssessment.TriggeredBy getTriggeredBy()
Indicates whether the user assessment was created by the system or the user.
public UserAssessment.Type getType()
The type of the user assessment. The possible types are:
LATEST: The latest assessment that was executed for a target. It can either be system generated as part of the scheduled assessments or user driven by refreshing the latest assessment. SAVED: A saved user assessment. All user assessments are saved in the user assessment history. SAVE_SCHEDULE: The schedule to periodically save the LATEST assessment of a target database. COMPARTMENT: An automatic managed assessment type that stores all details of the targets in one compartment. This will keep an up-to-date status of all potential risks identified in the compartment. It also keeps track of user count and target count for each profile available on the targets in a given compartment. It is automatically updated once the latest assessment or refresh action is executed, as well as when a target is deleted or moved to a different compartment.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.