Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
RoleSummary.Builder |
RoleSummary.Builder.adminOption(RoleSummary.AdminOption adminOption)
Indicates whether the role is granted with the ADMIN OPTION (YES) or not (NO).
|
static RoleSummary.Builder |
RoleSummary.builder()
Create a new builder.
|
RoleSummary.Builder |
RoleSummary.Builder.common(RoleSummary.Common common)
Indicates how the role was granted.
|
RoleSummary.Builder |
RoleSummary.Builder.copy(RoleSummary model) |
RoleSummary.Builder |
RoleSummary.Builder.defaultRole(RoleSummary.DefaultRole defaultRole)
Indicates whether the role is designated as a DEFAULT ROLE for the user (YES) or not
(NO).
|
RoleSummary.Builder |
RoleSummary.Builder.delegateOption(RoleSummary.DelegateOption delegateOption)
Indicates whether the role is granted with the DELEGATE OPTION (YES) or not (NO).
|
RoleSummary.Builder |
RoleSummary.Builder.inherited(RoleSummary.Inherited inherited)
Indicates whether the granted role is inherited from another container (YES) or not (NO).
|
RoleSummary.Builder |
RoleSummary.Builder.name(String name)
The name of the role granted to the user.
|
RoleSummary.Builder |
RoleSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.