SAS Portal API: policies.
See: https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies
SAS Portal API: policies. See: https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies
(get$ auth parameters body)
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/get
Required parameters: none
Optional parameters: none
Body:
{:resource string}
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/get Required parameters: none Optional parameters: none Body: {:resource string} Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(set$ auth parameters body)
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/set
Required parameters: none
Optional parameters: none
Body:
{:policy {:assignments [SasPortalAssignment], :etag string}, :resource string}
Sets the access control policy on the specified resource. Replaces any existing policy.
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/set Required parameters: none Optional parameters: none Body: {:policy {:assignments [SasPortalAssignment], :etag string}, :resource string} Sets the access control policy on the specified resource. Replaces any existing policy.
(test$ auth parameters body)
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/test
Required parameters: none
Optional parameters: none
Body:
{:permissions [string], :resource string}
Returns permissions that a caller has on the specified resource.
https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/test Required parameters: none Optional parameters: none Body: {:permissions [string], :resource string} Returns permissions that a caller has on the specified resource.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close