Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ObjectPrivilegeSummary.Inherited |
ObjectPrivilegeSummary.Inherited.create(String key) |
ObjectPrivilegeSummary.Inherited |
ObjectPrivilegeSummary.getInherited()
Indicates whether the granted privilege is inherited from another container (YES) or not
(NO).
|
static ObjectPrivilegeSummary.Inherited |
ObjectPrivilegeSummary.Inherited.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPrivilegeSummary.Inherited[] |
ObjectPrivilegeSummary.Inherited.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectPrivilegeSummary.Builder |
ObjectPrivilegeSummary.Builder.inherited(ObjectPrivilegeSummary.Inherited inherited)
Indicates whether the granted privilege is inherited from another container (YES) or not
(NO).
|
Constructor and Description |
---|
ObjectPrivilegeSummary(String name,
String schemaType,
String owner,
String grantor,
ObjectPrivilegeSummary.Hierarchy hierarchy,
String object,
ObjectPrivilegeSummary.GrantOption grantOption,
ObjectPrivilegeSummary.Common common,
ObjectPrivilegeSummary.Inherited inherited)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.