Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and Description |
---|---|
static InspectionType |
InspectionType.create(String key) |
InspectionType |
CreateMappedSecretDetails.getType()
Type of the secrets mapped based on the policy.
|
InspectionType |
DecryptionProfileSummary.getType()
Type of the secrets mapped based on the policy.
|
InspectionType |
MappedSecret.getType()
Type of the secrets mapped based on the policy.
|
InspectionType |
MappedSecretSummary.getType()
Type of the secrets mapped based on the policy.
|
InspectionType |
UpdateMappedSecretDetails.getType()
Type of the secrets mapped based on the policy.
|
static InspectionType |
InspectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InspectionType[] |
InspectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateVaultMappedSecretDetails.Builder |
UpdateVaultMappedSecretDetails.Builder.type(InspectionType type) |
DecryptionProfileSummary.Builder |
DecryptionProfileSummary.Builder.type(InspectionType type)
Type of the secrets mapped based on the policy.
|
MappedSecretSummary.Builder |
MappedSecretSummary.Builder.type(InspectionType type)
Type of the secrets mapped based on the policy.
|
CreateVaultMappedSecretDetails.Builder |
CreateVaultMappedSecretDetails.Builder.type(InspectionType type) |
VaultMappedSecret.Builder |
VaultMappedSecret.Builder.type(InspectionType type) |
Constructor and Description |
---|
CreateMappedSecretDetails(String name,
InspectionType type)
Deprecated.
|
CreateVaultMappedSecretDetails(String name,
InspectionType type,
String vaultSecretId,
Integer versionNumber)
Deprecated.
|
DecryptionProfileSummary(String name,
InspectionType type,
String parentResourceId)
Deprecated.
|
MappedSecret(String name,
InspectionType type,
String parentResourceId)
Deprecated.
|
MappedSecretSummary(String name,
String source,
InspectionType type,
String parentResourceId)
Deprecated.
|
UpdateMappedSecretDetails(InspectionType type)
Deprecated.
|
UpdateVaultMappedSecretDetails(InspectionType type,
String vaultSecretId,
Integer versionNumber)
Deprecated.
|
VaultMappedSecret(String name,
InspectionType type,
String parentResourceId,
String vaultSecretId,
Integer versionNumber)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.