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