Uses of Class
com.oracle.bmc.opsi.model.CredentialByVault.Role
-
Packages that use CredentialByVault.Role Package Description com.oracle.bmc.opsi.model -
-
Uses of CredentialByVault.Role in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CredentialByVault.Role Modifier and Type Method 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.Methods in com.oracle.bmc.opsi.model with parameters of type CredentialByVault.Role Modifier and Type Method Description CredentialByVault.Builder
CredentialByVault.Builder. role(CredentialByVault.Role role)
database user role.Constructors in com.oracle.bmc.opsi.model with parameters of type CredentialByVault.Role Constructor Description CredentialByVault(String credentialSourceName, String userName, String passwordSecretId, String walletSecretId, CredentialByVault.Role role)
Deprecated.
-