Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.prod_tt_sasportal.policies

SAS Portal API (Testing): policies.

See: https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies
raw docstring

get$clj

(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.
sourceraw docstring

set$clj

(set$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/set

Required parameters: none

Optional parameters: none

Body:

{:disableNotification boolean, :resource string, :policy {:assignments [SasPortalAssignment], :etag 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: 

{:disableNotification boolean,
 :resource string,
 :policy {:assignments [SasPortalAssignment], :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy.
sourceraw docstring

test$clj

(test$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/policies/test

Required parameters: none

Optional parameters: none

Body:

{:resource string, :permissions [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: 

{:resource string, :permissions [string]}

Returns permissions that a caller has on the specified resource.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close