Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static SdmMaskingPolicyDifference.LifecycleState |
SdmMaskingPolicyDifference.LifecycleState.create(String key) |
SdmMaskingPolicyDifference.LifecycleState |
SdmMaskingPolicyDifferenceSummary.getLifecycleState()
The current state of the SDM masking policy difference.
|
SdmMaskingPolicyDifference.LifecycleState |
SdmMaskingPolicyDifference.getLifecycleState()
The current state of the SDM masking policy difference.
|
static SdmMaskingPolicyDifference.LifecycleState |
SdmMaskingPolicyDifference.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdmMaskingPolicyDifference.LifecycleState[] |
SdmMaskingPolicyDifference.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SdmMaskingPolicyDifferenceSummary.Builder |
SdmMaskingPolicyDifferenceSummary.Builder.lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
SdmMaskingPolicyDifference.Builder.lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
|
Constructor and Description |
---|
SdmMaskingPolicyDifference(String id,
String compartmentId,
SdmMaskingPolicyDifference.DifferenceType differenceType,
String displayName,
Date timeCreated,
Date timeCreationStarted,
SdmMaskingPolicyDifference.LifecycleState lifecycleState,
String sensitiveDataModelId,
String maskingPolicyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SdmMaskingPolicyDifferenceSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeCreationStarted,
String sensitiveDataModelId,
String maskingPolicyId,
SdmMaskingPolicyDifference.LifecycleState lifecycleState,
SdmMaskingPolicyDifference.DifferenceType differenceType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SdmMaskingPolicyDifference.LifecycleState |
ListSdmMaskingPolicyDifferencesRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.
|
Modifier and Type | Method and Description |
---|---|
ListSdmMaskingPolicyDifferencesRequest.Builder |
ListSdmMaskingPolicyDifferencesRequest.Builder.lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.
|
Copyright © 2016–2024. All rights reserved.