Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static PasswordSecretAccessMode |
PasswordSecretAccessMode.create(String key) |
PasswordSecretAccessMode |
BasicNamedCredentialContent.getPasswordSecretAccessMode()
The mechanism used to access the password plain text value.
|
static PasswordSecretAccessMode |
PasswordSecretAccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordSecretAccessMode[] |
PasswordSecretAccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BasicNamedCredentialContent.Builder |
BasicNamedCredentialContent.Builder.passwordSecretAccessMode(PasswordSecretAccessMode passwordSecretAccessMode)
The mechanism used to access the password plain text value.
|
Constructor and Description |
---|
BasicNamedCredentialContent(String userName,
Role role,
String passwordSecretId,
PasswordSecretAccessMode passwordSecretAccessMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.