Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static CredentialByVault.Role |
CredentialByVault.Role.create(String key) |
CredentialByVault.Role |
CredentialByVault.getRole()
database user role.
|
static CredentialByVault.Role |
CredentialByVault.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialByVault.Role[] |
CredentialByVault.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CredentialByVault.Builder |
CredentialByVault.Builder.role(CredentialByVault.Role role)
database user role.
|
Constructor and Description |
---|
CredentialByVault(String credentialSourceName,
String userName,
String passwordSecretId,
String walletSecretId,
CredentialByVault.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.