Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static MaskingReport.MaskingStatus |
MaskingReport.MaskingStatus.create(String key) |
MaskingReport.MaskingStatus |
MaskingReport.getMaskingStatus()
The status of the masking job.
|
static MaskingReport.MaskingStatus |
MaskingReport.MaskingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskingReport.MaskingStatus[] |
MaskingReport.MaskingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaskingReport.Builder |
MaskingReport.Builder.maskingStatus(MaskingReport.MaskingStatus maskingStatus)
The status of the masking job.
|
Constructor and Description |
---|
MaskingReport(String id,
String compartmentId,
String maskingWorkRequestId,
String maskingPolicyId,
String targetId,
Long totalMaskedSensitiveTypes,
Long totalMaskedSchemas,
Long totalMaskedObjects,
Long totalMaskedColumns,
Long totalMaskedValues,
Date timeMaskingStarted,
Date timeMaskingFinished,
MaskingLifecycleState lifecycleState,
Date timeCreated,
Boolean isDropTempTablesEnabled,
Boolean isRedoLoggingEnabled,
Boolean isRefreshStatsEnabled,
String parallelDegree,
String recompile,
MaskingReport.MaskingStatus maskingStatus,
Long totalPreMaskingScriptErrors,
Long totalPostMaskingScriptErrors)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.