Liking cljdoc? Tell your friends :D

happygapi.iam.iamPolicies

Identity and Access Management (IAM) API: iamPolicies. 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/iamPolicies

Identity and Access Management (IAM) API: iamPolicies.
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/iamPolicies
raw docstring

lintPolicy$clj

(lintPolicy$ auth parameters body)

https://cloud.google.com/iam/api/reference/rest/v1/iamPolicies/lintPolicy

Required parameters: none

Optional parameters: none

Body:

{:condition {:title string, :description string, :location string, :expression string}, :fullResourceName string}

Lints, or validates, an IAM policy. Currently checks the google.iam.v1.Binding.condition field, which contains a condition expression for a role binding. Successful calls to this method always return an HTTP 200 OK status code, even if the linter detects an issue in the IAM policy.

https://cloud.google.com/iam/api/reference/rest/v1/iamPolicies/lintPolicy

Required parameters: none

Optional parameters: none

Body: 

{:condition {:title string,
             :description string,
             :location string,
             :expression string},
 :fullResourceName string}

Lints, or validates, an IAM policy. Currently checks the google.iam.v1.Binding.condition field, which contains a condition expression for a role binding. Successful calls to this method always return an HTTP `200 OK` status code, even if the linter detects an issue in the IAM policy.
sourceraw docstring

queryAuditableServices$clj

(queryAuditableServices$ auth parameters body)

https://cloud.google.com/iam/api/reference/rest/v1/iamPolicies/queryAuditableServices

Required parameters: none

Optional parameters: none

Body:

{:fullResourceName string}

Returns a list of services that allow you to opt into audit logs that are not generated by default. To learn more about audit logs, see the Logging documentation.

https://cloud.google.com/iam/api/reference/rest/v1/iamPolicies/queryAuditableServices

Required parameters: none

Optional parameters: none

Body: 

{:fullResourceName string}

Returns a list of services that allow you to opt into audit logs that are not generated by default. To learn more about audit logs, see the [Logging documentation](https://cloud.google.com/logging/docs/audit).
sourceraw docstring

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

× close