Namespace Google.Apis.AccessApproval.v1
Classes
AccessApprovalBaseServiceRequest<TResponse>
A base abstract class for AccessApproval requests.
AccessApprovalService
The AccessApproval Service.
AccessApprovalService.Scope
Available OAuth 2.0 scopes for use with the Access Approval API.
AccessApprovalService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Access Approval API.
FoldersResource
The "folders" collection of methods.
FoldersResource.ApprovalRequestsResource
The "approvalRequests" collection of methods.
FoldersResource.ApprovalRequestsResource.ApproveRequest
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.
FoldersResource.ApprovalRequestsResource.DismissRequest
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.
FoldersResource.ApprovalRequestsResource.GetRequest
Gets an approval request. Returns NOT_FOUND if the request does not exist.
FoldersResource.ApprovalRequestsResource.InvalidateRequest
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.
FoldersResource.ApprovalRequestsResource.ListRequest
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.
FoldersResource.DeleteAccessApprovalSettingsRequest
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.
FoldersResource.GetAccessApprovalSettingsRequest
Gets the settings associated with a project, folder, or organization.
FoldersResource.GetServiceAccountRequest
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
FoldersResource.UpdateAccessApprovalSettingsRequest
Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
OrganizationsResource
The "organizations" collection of methods.
OrganizationsResource.ApprovalRequestsResource
The "approvalRequests" collection of methods.
OrganizationsResource.ApprovalRequestsResource.ApproveRequest
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.
OrganizationsResource.ApprovalRequestsResource.DismissRequest
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.
OrganizationsResource.ApprovalRequestsResource.GetRequest
Gets an approval request. Returns NOT_FOUND if the request does not exist.
OrganizationsResource.ApprovalRequestsResource.InvalidateRequest
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.
OrganizationsResource.ApprovalRequestsResource.ListRequest
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.
OrganizationsResource.DeleteAccessApprovalSettingsRequest
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.
OrganizationsResource.GetAccessApprovalSettingsRequest
Gets the settings associated with a project, folder, or organization.
OrganizationsResource.GetServiceAccountRequest
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
OrganizationsResource.UpdateAccessApprovalSettingsRequest
Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.ApprovalRequestsResource
The "approvalRequests" collection of methods.
ProjectsResource.ApprovalRequestsResource.ApproveRequest
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.
ProjectsResource.ApprovalRequestsResource.DismissRequest
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.
ProjectsResource.ApprovalRequestsResource.GetRequest
Gets an approval request. Returns NOT_FOUND if the request does not exist.
ProjectsResource.ApprovalRequestsResource.InvalidateRequest
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.
ProjectsResource.ApprovalRequestsResource.ListRequest
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.
ProjectsResource.DeleteAccessApprovalSettingsRequest
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.
ProjectsResource.GetAccessApprovalSettingsRequest
Gets the settings associated with a project, folder, or organization.
ProjectsResource.GetServiceAccountRequest
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
ProjectsResource.UpdateAccessApprovalSettingsRequest
Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
Enums
AccessApprovalBaseServiceRequest<TResponse>.AltEnum
Data format for response.
AccessApprovalBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.