Uses of Class
com.oracle.bmc.identitydomains.model.AppAllowedScopes.Builder
-
Packages that use AppAllowedScopes.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAllowedScopes.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAllowedScopes.Builder Modifier and Type Method Description static AppAllowedScopes.Builder
AppAllowedScopes. builder()
Create a new builder.AppAllowedScopes.Builder
AppAllowedScopes.Builder. copy(AppAllowedScopes model)
AppAllowedScopes.Builder
AppAllowedScopes.Builder. fqs(String fqs)
A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.AppAllowedScopes.Builder
AppAllowedScopes.Builder. idOfDefiningApp(String idOfDefiningApp)
The ID of the App that defines this scope.AppAllowedScopes.Builder
AppAllowedScopes.Builder. readOnly(Boolean readOnly)
If true, indicates that this value must be protected.AppAllowedScopes.Builder
AppAllowedScopes. toBuilder()
-