AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.adminRole(Boolean adminRole) |
If true, then this granted AppRole confers administrative privileges within the App that
defines it.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.appId(String appId) |
The id of the App that defines this AppRole, which is granted to this App.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.appName(String appName) |
The name of the App that defines this AppRole, which is granted to this App.
|
static AppGrantedAppRoles.Builder |
AppGrantedAppRoles.builder() |
Create a new builder.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.copy(AppGrantedAppRoles model) |
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.display(String display) |
The display-name of an AppRole that is granted to this App.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.legacyGroupName(String legacyGroupName) |
The name of the legacy group associated with this AppRole.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.readOnly(Boolean readOnly) |
If true, indicates that this value must be protected.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.ref(String ref) |
The URI of an AppRole that is granted to this App.
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.toBuilder() |
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.type(AppGrantedAppRoles.Type type) |
A label that indicates whether this AppRole was granted directly to the App (or
indirectly through a Group).
|
AppGrantedAppRoles.Builder |
AppGrantedAppRoles.Builder.value(String value) |
The id of an AppRole that is granted to this App.
|