Class AppAllowedScopes.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAllowedScopes.Builder
-
- Enclosing class:
- AppAllowedScopes
public static class AppAllowedScopes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAllowedScopes
build()
AppAllowedScopes.Builder
copy(AppAllowedScopes model)
AppAllowedScopes.Builder
fqs(String fqs)
A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.AppAllowedScopes.Builder
idOfDefiningApp(String idOfDefiningApp)
The ID of the App that defines this scope.AppAllowedScopes.Builder
readOnly(Boolean readOnly)
If true, indicates that this value must be protected.
-
-
-
Method Detail
-
fqs
public AppAllowedScopes.Builder fqs(String fqs)
A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
fqs
- the value to set- Returns:
- this builder
-
idOfDefiningApp
public AppAllowedScopes.Builder idOfDefiningApp(String idOfDefiningApp)
The ID of the App that defines this scope.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
idOfDefiningApp
- the value to set- Returns:
- this builder
-
readOnly
public AppAllowedScopes.Builder readOnly(Boolean readOnly)
If true, indicates that this value must be protected.*Added In:** 18.2.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
- Parameters:
readOnly
- the value to set- Returns:
- this builder
-
build
public AppAllowedScopes build()
-
copy
public AppAllowedScopes.Builder copy(AppAllowedScopes model)
-
-