Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static LibraryMaskingFormatSource |
LibraryMaskingFormatSource.create(String key) |
LibraryMaskingFormatSource |
LibraryMaskingFormat.getSource()
Specifies whether the library masking format is user-defined or predefined.
|
LibraryMaskingFormatSource |
LibraryMaskingFormatSummary.getSource()
Indicates whether the library masking format is user-defined or predefined.
|
static LibraryMaskingFormatSource |
LibraryMaskingFormatSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibraryMaskingFormatSource[] |
LibraryMaskingFormatSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LibraryMaskingFormat.Builder |
LibraryMaskingFormat.Builder.source(LibraryMaskingFormatSource source)
Specifies whether the library masking format is user-defined or predefined.
|
LibraryMaskingFormatSummary.Builder |
LibraryMaskingFormatSummary.Builder.source(LibraryMaskingFormatSource source)
Indicates whether the library masking format is user-defined or predefined.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LibraryMaskingFormatSource |
ListLibraryMaskingFormatsRequest.getLibraryMaskingFormatSource()
A filter to return the library masking format resources based on the value of their source
attribute.
|
Modifier and Type | Method and Description |
---|---|
ListLibraryMaskingFormatsRequest.Builder |
ListLibraryMaskingFormatsRequest.Builder.libraryMaskingFormatSource(LibraryMaskingFormatSource libraryMaskingFormatSource)
A filter to return the library masking format resources based on the value of their
source attribute.
|
Copyright © 2016–2024. All rights reserved.