Uses of Class
com.oracle.bmc.identitydomains.model.AppAdminRoles
-
Packages that use AppAdminRoles Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAdminRoles in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAdminRoles Modifier and Type Method Description AppAdminRoles
AppAdminRoles.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAdminRoles Modifier and Type Method Description List<AppAdminRoles>
App. getAdminRoles()
A list of AppRoles defined by this UnmanagedApp.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAdminRoles Modifier and Type Method Description AppAdminRoles.Builder
AppAdminRoles.Builder. copy(AppAdminRoles model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAdminRoles Modifier and Type Method Description App.Builder
App.Builder. adminRoles(List<AppAdminRoles> adminRoles)
A list of AppRoles defined by this UnmanagedApp.
-