Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppScopes |
build() |
AppScopes.Builder |
copy(AppScopes model) |
AppScopes.Builder |
description(String description)
OAuth scope description
|
AppScopes.Builder |
displayName(String displayName)
OAuth scope display name
|
AppScopes.Builder |
fqs(String fqs)
The fully qualified value of this scope within this App.
|
AppScopes.Builder |
readOnly(Boolean readOnly)
If true, indicates that this value must be protected.
|
AppScopes.Builder |
requiresConsent(Boolean requiresConsent)
If true, indicates that a user must provide consent to access this scope.
|
AppScopes.Builder |
value(String value)
OAuth scope.
|
public AppScopes.Builder value(String value)
OAuth scope.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppScopes.Builder fqs(String fqs)
The fully qualified value of this scope within this App. A fully qualified scope combines the ‘value’ of each scope with the value of ‘audience’. Each value of ‘fqs’ must be unique across the system. Used only when this App acts as an OAuth Resource.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: server
fqs
- the value to setpublic AppScopes.Builder description(String description)
OAuth scope description
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
description
- the value to setpublic AppScopes.Builder displayName(String displayName)
OAuth scope display name
*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
displayName
- the value to setpublic AppScopes.Builder requiresConsent(Boolean requiresConsent)
If true, indicates that a user must provide consent to access this scope. Note: Used only when this App acts as an OAuth Resource.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
requiresConsent
- the value to setpublic AppScopes.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: request - type: boolean - uniqueness: none
readOnly
- the value to setpublic AppScopes build()
public AppScopes.Builder copy(AppScopes model)
Copyright © 2016–2024. All rights reserved.