Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static SensitiveTypeEntity |
SensitiveTypeEntity.create(String key) |
SensitiveTypeEntity |
SensitiveTypeSummary.getEntityType()
The entity type.
|
static SensitiveTypeEntity |
SensitiveTypeEntity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensitiveTypeEntity[] |
SensitiveTypeEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SensitiveTypeSummary.Builder |
SensitiveTypeSummary.Builder.entityType(SensitiveTypeEntity entityType)
The entity type.
|
Constructor and Description |
---|
SensitiveTypeSummary(String id,
String displayName,
String compartmentId,
DiscoveryLifecycleState lifecycleState,
String shortName,
SensitiveTypeSource source,
Date timeCreated,
Date timeUpdated,
String description,
SensitiveTypeEntity entityType,
String parentCategoryId,
String defaultMaskingFormatId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SensitiveTypeEntity |
ListSensitiveTypesRequest.getEntityType()
A filter to return the sensitive type resources based on the value of their entityType
attribute.
|
Modifier and Type | Method and Description |
---|---|
ListSensitiveTypesRequest.Builder |
ListSensitiveTypesRequest.Builder.entityType(SensitiveTypeEntity entityType)
A filter to return the sensitive type resources based on the value of their entityType
attribute.
|
Copyright © 2016–2023. All rights reserved.