Uses of Class
com.oracle.bmc.identitydomains.model.UserDbCredentialsUser
-
Packages that use UserDbCredentialsUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserDbCredentialsUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserDbCredentialsUser Modifier and Type Method Description UserDbCredentialsUser
UserDbCredentialsUser.Builder. build()
UserDbCredentialsUser
UserDbCredential. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type UserDbCredentialsUser Modifier and Type Method Description UserDbCredentialsUser.Builder
UserDbCredentialsUser.Builder. copy(UserDbCredentialsUser model)
UserDbCredential.Builder
UserDbCredential.Builder. user(UserDbCredentialsUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserDbCredentialsUser Constructor Description UserDbCredential(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String name, String dbPassword, String description, String mixedDbPassword, String salt, String mixedSalt, String lastSetDate, Boolean expired, UserDbCredential.Status status, String expiresOn, UserDbCredentialsUser user, ExtensionSelfChangeUser urnIetfParamsScimSchemasOracleIdcsExtensionSelfChangeUser)
Deprecated.
-