Uses of Class
com.databricks.sdk.service.catalog.SecurableType
-
Packages that use SecurableType Package Description com.databricks.sdk.service.catalog -
-
Uses of SecurableType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return SecurableType Modifier and Type Method Description SecurableTypeEffectivePrivilege. getInheritedFromType()SecurableTypeGetEffectiveRequest. getSecurableType()SecurableTypeGetGrantRequest. getSecurableType()SecurableTypeUpdatePermissions. getSecurableType()static SecurableTypeSecurableType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurableType[]SecurableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type SecurableType Modifier and Type Method Description PermissionsListGrantsAPI. get(SecurableType securableType, String fullName)EffectivePermissionsListGrantsAPI. getEffective(SecurableType securableType, String fullName)EffectivePrivilegeEffectivePrivilege. setInheritedFromType(SecurableType inheritedFromType)GetEffectiveRequestGetEffectiveRequest. setSecurableType(SecurableType securableType)GetGrantRequestGetGrantRequest. setSecurableType(SecurableType securableType)UpdatePermissionsUpdatePermissions. setSecurableType(SecurableType securableType)PermissionsListGrantsAPI. update(SecurableType securableType, String fullName)
-