Liking cljdoc? Tell your friends :D

happygapi.iam.permissions

Identity and Access Management (IAM) API: permissions. Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. See: https://cloud.google.com/iam/api/reference/rest/v1/permissions

Identity and Access Management (IAM) API: permissions.
Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. 
See: https://cloud.google.com/iam/api/reference/rest/v1/permissions
raw docstring

queryTestablePermissions$clj

(queryTestablePermissions$ auth parameters body)

https://cloud.google.com/iam/api/reference/rest/v1/permissions/queryTestablePermissions

Required parameters: none

Optional parameters: none

Body:

{:fullResourceName string, :pageToken string, :pageSize integer}

Lists every permission that you can test on a resource. A permission is testable if you can check whether a member has that permission on the resource.

https://cloud.google.com/iam/api/reference/rest/v1/permissions/queryTestablePermissions

Required parameters: none

Optional parameters: none

Body: 

{:fullResourceName string, :pageToken string, :pageSize integer}

Lists every permission that you can test on a resource. A permission is testable if you can check whether a member has that permission on the resource.
sourceraw docstring

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

× close