Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static RoleSummary.AdminOption |
RoleSummary.AdminOption.create(String key) |
RoleSummary.AdminOption |
RoleSummary.getAdminOption()
Indicates whether the role is granted with the ADMIN OPTION (YES) or not (NO).
|
static RoleSummary.AdminOption |
RoleSummary.AdminOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleSummary.AdminOption[] |
RoleSummary.AdminOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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).
|
Constructor and Description |
---|
RoleSummary(String name,
RoleSummary.AdminOption adminOption,
RoleSummary.DelegateOption delegateOption,
RoleSummary.DefaultRole defaultRole,
RoleSummary.Common common,
RoleSummary.Inherited inherited)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.