@Generated public interface RfaService
These APIs provide a standardized way for securable owners (or users with MANAGE privileges) to manage access request destinations.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAccessRequestsResponse |
batchCreateAccessRequests(BatchCreateAccessRequestsRequest batchCreateAccessRequestsRequest)
Creates access requests for Unity Catalog permissions for a specified principal on a securable
object.
|
AccessRequestDestinations |
getAccessRequestDestinations(GetAccessRequestDestinationsRequest getAccessRequestDestinationsRequest)
Gets an array of access request destinations for the specified securable.
|
AccessRequestDestinations |
updateAccessRequestDestinations(UpdateAccessRequestDestinationsRequest updateAccessRequestDestinationsRequest)
Updates the access request destinations for the given securable.
|
BatchCreateAccessRequestsResponse batchCreateAccessRequests(BatchCreateAccessRequestsRequest batchCreateAccessRequestsRequest)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
AccessRequestDestinations getAccessRequestDestinations(GetAccessRequestDestinationsRequest getAccessRequestDestinationsRequest)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
AccessRequestDestinations updateAccessRequestDestinations(UpdateAccessRequestDestinationsRequest updateAccessRequestDestinationsRequest)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
Copyright © 2026. All rights reserved.