Liking cljdoc? Tell your friends :D

happygapi.accessapproval.projects

Access Approval API: projects. An API for controlling access to data by Google personnel. See: https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects

Access Approval API: projects.
An API for controlling access to data by Google personnel.
See: https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects
raw docstring

approvalRequests-approve$clj

(approvalRequests-approve$ auth args body)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/approve

Required parameters: name

Optional parameters: none

Body:

{:expireTime string}

Approves a request and returns the updated ApprovalRequest.

Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/approve

Required parameters: name

Optional parameters: none

Body: 

{:expireTime string}

Approves a request and returns the updated ApprovalRequest.

Returns NOT_FOUND if the request does not exist. Returns
FAILED_PRECONDITION if the request exists but is not in a pending state.
sourceraw docstring

approvalRequests-dismiss$clj

(approvalRequests-dismiss$ auth args body)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/dismiss

Required parameters: name

Optional parameters: none

Body:

{}

Dismisses a request. Returns the updated ApprovalRequest.

NOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether.

Returns NOT_FOUND if the request does not exist.

Returns FAILED_PRECONDITION if the request exists but is not in a pending state.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/dismiss

Required parameters: name

Optional parameters: none

Body: 

{}

Dismisses a request. Returns the updated ApprovalRequest.

NOTE: This does not deny access to the resource if another request has been
made and approved. It is equivalent in effect to ignoring the request
altogether.

Returns NOT_FOUND if the request does not exist.

Returns FAILED_PRECONDITION if the request exists but is not in a pending
state.
sourceraw docstring

approvalRequests-get$clj

(approvalRequests-get$ auth args)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/get

Required parameters: name

Optional parameters: none Gets an approval request. Returns NOT_FOUND if the request does not exist.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/get

Required parameters: name

Optional parameters: none
Gets an approval request. Returns NOT_FOUND if the request does not exist.
sourceraw docstring

approvalRequests-list$clj

(approvalRequests-list$ auth args)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/approvalRequests/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize
Lists approval requests associated with a project, folder, or organization.
Approval requests can be filtered by state (pending, active, dismissed).
The order is reverse chronological.
sourceraw docstring

deleteAccessApprovalSettings$clj

(deleteAccessApprovalSettings$ auth args)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/deleteAccessApprovalSettings

Required parameters: name

Optional parameters: none Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled. If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/deleteAccessApprovalSettings

Required parameters: name

Optional parameters: none
Deletes the settings associated with a project, folder, or organization.
This will have the effect of disabling Access Approval for the project,
folder, or organization, but only if all ancestors also have Access
Approval disabled. If Access Approval is enabled at a higher level of the
hierarchy, then Access Approval will still be enabled at this level as
the settings are inherited.
sourceraw docstring

getAccessApprovalSettings$clj

(getAccessApprovalSettings$ auth args)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/getAccessApprovalSettings

Required parameters: name

Optional parameters: none Gets the settings associated with a project, folder, or organization.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/getAccessApprovalSettings

Required parameters: name

Optional parameters: none
Gets the settings associated with a project, folder, or organization.
sourceraw docstring

updateAccessApprovalSettings$clj

(updateAccessApprovalSettings$ auth args body)

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/updateAccessApprovalSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:notificationEmails [string], :name string, :enrolledAncestor boolean, :enrolledServices [{:enrollmentLevel string, :cloudProduct string}]}

Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.

https://cloud.google.com/access-approval/docsapi/reference/rest/v1/projects/updateAccessApprovalSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:notificationEmails [string],
 :name string,
 :enrolledAncestor boolean,
 :enrolledServices [{:enrollmentLevel string, :cloudProduct string}]}

Updates the settings associated with a project, folder, or organization.
Settings to update are determined by the value of field_mask.
sourceraw docstring

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

× close