public static class AppAllowedScopes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
fqs
- the value to setpublic 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
idOfDefiningApp
- the value to setpublic 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
readOnly
- the value to setpublic AppAllowedScopes build()
public AppAllowedScopes.Builder copy(AppAllowedScopes model)
Copyright © 2016–2024. All rights reserved.