Uses of Class
com.oracle.bmc.identitydomains.model.AppGrantedAppRoles.Type
-
Packages that use AppGrantedAppRoles.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGrantedAppRoles.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGrantedAppRoles.Type Modifier and Type Method Description static AppGrantedAppRoles.TypeAppGrantedAppRoles.Type. create(String key)AppGrantedAppRoles.TypeAppGrantedAppRoles. getType()A label that indicates whether this AppRole was granted directly to the App (or indirectly through a Group).static AppGrantedAppRoles.TypeAppGrantedAppRoles.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AppGrantedAppRoles.Type[]AppGrantedAppRoles.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppGrantedAppRoles.Type Modifier and Type Method Description AppGrantedAppRoles.BuilderAppGrantedAppRoles.Builder. type(AppGrantedAppRoles.Type type)A label that indicates whether this AppRole was granted directly to the App (or indirectly through a Group).Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppGrantedAppRoles.Type Constructor Description AppGrantedAppRoles(String value, String ref, AppGrantedAppRoles.Type type, String display, String appId, String appName, Boolean adminRole, String legacyGroupName, Boolean readOnly)Deprecated.
-