@Generated public class RfaAPI extends Object
These APIs provide a standardized way for securable owners (or users with MANAGE privileges) to manage access request destinations.
| Constructor and Description |
|---|
RfaAPI(ApiClient apiClient)
Regular-use constructor
|
RfaAPI(RfaService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAccessRequestsResponse |
batchCreateAccessRequests(BatchCreateAccessRequestsRequest request)
Creates access requests for Unity Catalog permissions for a specified principal on a securable
object.
|
AccessRequestDestinations |
getAccessRequestDestinations(GetAccessRequestDestinationsRequest request)
Gets an array of access request destinations for the specified securable.
|
AccessRequestDestinations |
getAccessRequestDestinations(String securableType,
String fullName) |
RfaService |
impl() |
AccessRequestDestinations |
updateAccessRequestDestinations(UpdateAccessRequestDestinationsRequest request)
Updates the access request destinations for the given securable.
|
public RfaAPI(ApiClient apiClient)
public RfaAPI(RfaService mock)
public BatchCreateAccessRequestsResponse batchCreateAccessRequests(BatchCreateAccessRequestsRequest request)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
public AccessRequestDestinations getAccessRequestDestinations(String securableType, String fullName)
public AccessRequestDestinations getAccessRequestDestinations(GetAccessRequestDestinationsRequest request)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
public AccessRequestDestinations updateAccessRequestDestinations(UpdateAccessRequestDestinationsRequest request)
The supported securable types are: "metastore", "catalog", "schema", "table", "external_location", "connection", "credential", "function", "registered_model", and "volume".
public RfaService impl()
Copyright © 2026. All rights reserved.