RowAccessPolicies
class RowAccessPolicies extends Resource (View source)
The "rowAccessPolicies" collection of methods.
Typical usage is:
$bigqueryService = new Google\Service\Bigquery(...);
$rowAccessPolicies = $bigqueryService->rowAccessPolicies;
Methods
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Lists all row access policies on the specified table.
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
Details
Policy
getIamPolicy(string $resource, GetIamPolicyRequest $postBody, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(rowAccessPolicies.getIamPolicy)
ListRowAccessPoliciesResponse
listRowAccessPolicies(string $projectId, string $datasetId, string $tableId, array $optParams = [])
Lists all row access policies on the specified table.
(rowAccessPolicies.listRowAccessPolicies)
TestIamPermissionsResponse
testIamPermissions(string $resource, TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (rowAccessPolicies.testIamPermissions)