Uses of Class
com.oracle.bmc.identitydomains.model.AppAllowedScopes
-
Packages that use AppAllowedScopes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAllowedScopes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAllowedScopes Modifier and Type Method Description AppAllowedScopes
AppAllowedScopes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAllowedScopes Modifier and Type Method Description List<AppAllowedScopes>
App. getAllowedScopes()
A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAllowedScopes Modifier and Type Method Description AppAllowedScopes.Builder
AppAllowedScopes.Builder. copy(AppAllowedScopes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAllowedScopes Modifier and Type Method Description App.Builder
App.Builder. allowedScopes(List<AppAllowedScopes> allowedScopes)
A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.
-