Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static AppScopes.Builder |
AppScopes.builder()
Create a new builder.
|
AppScopes.Builder |
AppScopes.Builder.copy(AppScopes model) |
AppScopes.Builder |
AppScopes.Builder.description(String description)
OAuth scope description
|
AppScopes.Builder |
AppScopes.Builder.displayName(String displayName)
OAuth scope display name
|
AppScopes.Builder |
AppScopes.Builder.fqs(String fqs)
The fully qualified value of this scope within this App.
|
AppScopes.Builder |
AppScopes.Builder.readOnly(Boolean readOnly)
If true, indicates that this value must be protected.
|
AppScopes.Builder |
AppScopes.Builder.requiresConsent(Boolean requiresConsent)
If true, indicates that a user must provide consent to access this scope.
|
AppScopes.Builder |
AppScopes.toBuilder() |
AppScopes.Builder |
AppScopes.Builder.value(String value)
OAuth scope.
|
Copyright © 2016–2024. All rights reserved.