Class AppAllowedScopes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppAllowedScopes.Builder
 
- 
- Enclosing class:
- AppAllowedScopes
 
 public static class AppAllowedScopes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAllowedScopesbuild()AppAllowedScopes.Buildercopy(AppAllowedScopes model)AppAllowedScopes.Builderfqs(String fqs)A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.AppAllowedScopes.BuilderidOfDefiningApp(String idOfDefiningApp)The ID of the App that defines this scope.AppAllowedScopes.BuilderreadOnly(Boolean readOnly)If true, indicates that this value must be protected.
 
- 
- 
- 
Method Detail- 
fqspublic 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
 
 - 
idOfDefiningApppublic 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
 
 - 
readOnlypublic 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
 
 - 
buildpublic AppAllowedScopes build() 
 - 
copypublic AppAllowedScopes.Builder copy(AppAllowedScopes model) 
 
- 
 
-