Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthTokenUser
-
Packages that use MyAuthTokenUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthTokenUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthTokenUser Modifier and Type Method Description MyAuthTokenUser
MyAuthTokenUser.Builder. build()
MyAuthTokenUser
MyAuthToken. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthTokenUser Modifier and Type Method Description MyAuthTokenUser.Builder
MyAuthTokenUser.Builder. copy(MyAuthTokenUser model)
MyAuthToken.Builder
MyAuthToken.Builder. user(MyAuthTokenUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthTokenUser Constructor Description MyAuthToken(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 description, MyAuthToken.Status status, String expiresOn, MyAuthTokenUser user)
Deprecated.
-