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 {:description string, :expression string, :title string, :location string}, :fullResourceName string}

Lints a Cloud IAM policy object or its sub fields. Currently supports google.iam.v1.Binding.condition.

Each lint operation consists of multiple lint validation units. Each unit inspects the input object in regard to a particular linting aspect and issues a google.iam.admin.v1.LintResult disclosing the result.

The set of applicable validation units is determined by the Cloud IAM server and is not configurable.

Regardless of any lint issues or their severities, successful calls to lintPolicy return an HTTP 200 OK status code.

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

Required parameters: none

Optional parameters: none

Body: 

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

Lints a Cloud IAM policy object or its sub fields. Currently supports
google.iam.v1.Binding.condition.

Each lint operation consists of multiple lint validation units.
Each unit inspects the input object in regard to a particular linting
aspect and issues a google.iam.admin.v1.LintResult disclosing the
result.

The set of applicable validation units is determined by the Cloud IAM
server and is not configurable.

Regardless of any lint issues or their severities, successful calls to
`lintPolicy` return an HTTP 200 OK status code.
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 support service level audit logging configuration for the given resource.

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 support service level audit logging
configuration for the given resource.
sourceraw docstring

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

× close