Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtAppRoles
-
Packages that use GroupExtAppRoles Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtAppRoles in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtAppRoles Modifier and Type Method Description GroupExtAppRoles
GroupExtAppRoles.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type GroupExtAppRoles Modifier and Type Method Description List<GroupExtAppRoles>
ExtensionGroupGroup. getAppRoles()
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculatedMethods in com.oracle.bmc.identitydomains.model with parameters of type GroupExtAppRoles Modifier and Type Method Description GroupExtAppRoles.Builder
GroupExtAppRoles.Builder. copy(GroupExtAppRoles model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type GroupExtAppRoles Modifier and Type Method Description ExtensionGroupGroup.Builder
ExtensionGroupGroup.Builder. appRoles(List<GroupExtAppRoles> appRoles)
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
-