Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static MaskingLifecycleState |
MaskingLifecycleState.create(String key) |
MaskingLifecycleState |
MaskingPolicySummary.getLifecycleState()
The current state of the masking policy.
|
MaskingLifecycleState |
LibraryMaskingFormat.getLifecycleState()
The current state of the library masking format.
|
MaskingLifecycleState |
MaskingPolicy.getLifecycleState()
The current state of the masking policy.
|
MaskingLifecycleState |
MaskingReportSummary.getLifecycleState()
The current state of the masking report.
|
MaskingLifecycleState |
MaskingReport.getLifecycleState()
The current state of the masking report.
|
MaskingLifecycleState |
LibraryMaskingFormatSummary.getLifecycleState()
The current state of the library masking format.
|
static MaskingLifecycleState |
MaskingLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskingLifecycleState[] |
MaskingLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaskingPolicySummary.Builder |
MaskingPolicySummary.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking policy.
|
LibraryMaskingFormat.Builder |
LibraryMaskingFormat.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.
|
MaskingPolicy.Builder |
MaskingPolicy.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking policy.
|
MaskingReportSummary.Builder |
MaskingReportSummary.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking report.
|
MaskingReport.Builder |
MaskingReport.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking report.
|
LibraryMaskingFormatSummary.Builder |
LibraryMaskingFormatSummary.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.
|
Constructor and Description |
---|
LibraryMaskingFormat(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
MaskingLifecycleState lifecycleState,
String description,
List<String> sensitiveTypeIds,
LibraryMaskingFormatSource source,
List<FormatEntry> formatEntries,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
LibraryMaskingFormatSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
MaskingLifecycleState lifecycleState,
String description,
List<String> sensitiveTypeIds,
LibraryMaskingFormatSource source,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
MaskingPolicy(String id,
String compartmentId,
String displayName,
Date timeCreated,
MaskingLifecycleState lifecycleState,
Date timeUpdated,
String description,
Boolean isDropTempTablesEnabled,
Boolean isRedoLoggingEnabled,
Boolean isRefreshStatsEnabled,
String parallelDegree,
MaskingPolicy.Recompile recompile,
String preMaskingScript,
String postMaskingScript,
ColumnSourceDetails columnSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
MaskingPolicySummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
MaskingLifecycleState lifecycleState,
String description,
ColumnSourceDetails columnSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
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)
Deprecated.
|
MaskingReportSummary(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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaskingLifecycleState |
ListMaskingPoliciesRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.
|
MaskingLifecycleState |
ListLibraryMaskingFormatsRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.
|
MaskingLifecycleState |
ListMaskingPolicyHealthReportsRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.
|
Modifier and Type | Method and Description |
---|---|
ListMaskingPoliciesRequest.Builder |
ListMaskingPoliciesRequest.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.
|
ListLibraryMaskingFormatsRequest.Builder |
ListLibraryMaskingFormatsRequest.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.
|
ListMaskingPolicyHealthReportsRequest.Builder |
ListMaskingPolicyHealthReportsRequest.Builder.lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.
|
Copyright © 2016–2024. All rights reserved.