Uses of Class
com.oracle.bmc.identitydomains.model.AppGrantedAppRoles
-
Packages that use AppGrantedAppRoles Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGrantedAppRoles in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGrantedAppRoles Modifier and Type Method Description AppGrantedAppRoles
AppGrantedAppRoles.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppGrantedAppRoles Modifier and Type Method Description List<AppGrantedAppRoles>
App. getGrantedAppRoles()
A list of AppRoles that are granted to this App (and that are defined by other Apps).Methods in com.oracle.bmc.identitydomains.model with parameters of type AppGrantedAppRoles Modifier and Type Method Description AppGrantedAppRoles.Builder
AppGrantedAppRoles.Builder. copy(AppGrantedAppRoles model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppGrantedAppRoles Modifier and Type Method Description App.Builder
App.Builder. grantedAppRoles(List<AppGrantedAppRoles> grantedAppRoles)
A list of AppRoles that are granted to this App (and that are defined by other Apps).
-