Policies
class Policies extends Resource (View source)
The "policies" collection of methods.
Typical usage is:
$prod_tt_sasportalService = new Google\Service\SASPortalTesting(...);
$policies = $prod_tt_sasportalService->policies;
Methods
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (policies.get)
Sets the access control policy on the specified resource. Replaces any existing policy. (policies.set)
Returns permissions that a caller has on the specified resource.
Details
SasPortalPolicy
get(SasPortalGetPolicyRequest $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. (policies.get)
SasPortalPolicy
set(SasPortalSetPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any existing policy. (policies.set)
SasPortalTestPermissionsResponse
test(SasPortalTestPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource.
(policies.test)