Liking cljdoc? Tell your friends :D

happygapi.accessapproval.organizations

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

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

approvalRequests-approve$clj

(approvalRequests-approve$ auth parameters body)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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 parameters body)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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 parameters)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/approvalRequests/get

Required parameters: name

Optional parameters: none

Gets an approval request. Returns NOT_FOUND if the request does not exist.
sourceraw docstring

approvalRequests-invalidate$clj

(approvalRequests-invalidate$ auth parameters body)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/approvalRequests/invalidate

Required parameters: name

Optional parameters: none

Body:

{}

Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state.

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/approvalRequests/invalidate

Required parameters: name

Optional parameters: none

Body: 

{}

Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state.
sourceraw docstring

approvalRequests-list$clj

(approvalRequests-list$ auth parameters)

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

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/approvalRequests/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

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 parameters)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/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 parameters)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/getAccessApprovalSettings

Required parameters: name

Optional parameters: none

Gets the settings associated with a project, folder, or organization.

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/getAccessApprovalSettings

Required parameters: name

Optional parameters: none

Gets the settings associated with a project, folder, or organization.
sourceraw docstring

getServiceAccount$clj

(getServiceAccount$ auth parameters)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/getServiceAccount

Required parameters: name

Optional parameters: none

Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/getServiceAccount

Required parameters: name

Optional parameters: none

Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
sourceraw docstring

updateAccessApprovalSettings$clj

(updateAccessApprovalSettings$ auth parameters body)

https://cloud.google.com/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/updateAccessApprovalSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:notificationPubsubTopic string, :enrolledAncestor boolean, :name string, :preferNoBroadApprovalRequests boolean, :notificationEmails [string], :ancestorHasActiveKeyVersion boolean, :preferredRequestExpirationDays integer, :invalidKeyVersion boolean, :activeKeyVersion string, :enrolledServices [{:cloudProduct string, :enrollmentLevel 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/assured-workloads/access-approval/docsapi/reference/rest/v1/organizations/updateAccessApprovalSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:notificationPubsubTopic string,
 :enrolledAncestor boolean,
 :name string,
 :preferNoBroadApprovalRequests boolean,
 :notificationEmails [string],
 :ancestorHasActiveKeyVersion boolean,
 :preferredRequestExpirationDays integer,
 :invalidKeyVersion boolean,
 :activeKeyVersion string,
 :enrolledServices [{:cloudProduct string, :enrollmentLevel 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