Show / Hide Table of Contents

Namespace Google.Apis.BinaryAuthorization.v1

Classes

BinaryAuthorizationBaseServiceRequest<TResponse>

A base abstract class for BinaryAuthorization requests.

BinaryAuthorizationService

The BinaryAuthorization Service.

BinaryAuthorizationService.Scope

Available OAuth 2.0 scopes for use with the Binary Authorization API.

BinaryAuthorizationService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Binary Authorization API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.AttestorsResource

The "attestors" collection of methods.

ProjectsResource.AttestorsResource.CreateRequest

Creates an attestor, and returns a copy of the new attestor. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the attestor already exists.

ProjectsResource.AttestorsResource.DeleteRequest

Deletes an attestor. Returns NOT_FOUND if the attestor does not exist.

ProjectsResource.AttestorsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.AttestorsResource.GetRequest

Gets an attestor. Returns NOT_FOUND if the attestor does not exist.

ProjectsResource.AttestorsResource.ListRequest

Lists attestors. Returns INVALID_ARGUMENT if the project does not exist.

ProjectsResource.AttestorsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.AttestorsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.AttestorsResource.UpdateRequest

Updates an attestor. Returns NOT_FOUND if the attestor does not exist.

ProjectsResource.AttestorsResource.ValidateAttestationOccurrenceRequest

Returns whether the given Attestation for the given image URI was signed by the given Attestor

ProjectsResource.GetPolicyRequest

A policy specifies the attestors that must attest to a container image, before the project is allowed to deploy that image. There is at most one policy per project. All image admission requests are permitted if a project has no policy. Gets the policy for this project. Returns a default policy if the project does not have one.

ProjectsResource.PlatformsResource

The "platforms" collection of methods.

ProjectsResource.PlatformsResource.GkeResource

The "gke" collection of methods.

ProjectsResource.PlatformsResource.GkeResource.PoliciesResource

The "policies" collection of methods.

ProjectsResource.PlatformsResource.GkeResource.PoliciesResource.EvaluateRequest

Evaluates a Kubernetes object versus a GKE platform policy. Returns NOT_FOUND if the policy doesn't exist, INVALID_ARGUMENT if the policy or request is malformed and PERMISSION_DENIED if the client does not have sufficient permissions.

ProjectsResource.PlatformsResource.PoliciesResource

The "policies" collection of methods.

ProjectsResource.PlatformsResource.PoliciesResource.CreateRequest

Creates a platform policy, and returns a copy of it. Returns NOT_FOUND if the project or platform doesn't exist, INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the policy already exists, and INVALID_ARGUMENT if the policy contains a platform-specific policy that does not match the platform value specified in the URL.

ProjectsResource.PlatformsResource.PoliciesResource.DeleteRequest

Deletes a platform policy. Returns NOT_FOUND if the policy doesn't exist.

ProjectsResource.PlatformsResource.PoliciesResource.GetRequest

Gets a platform policy. Returns NOT_FOUND if the policy doesn't exist.

ProjectsResource.PlatformsResource.PoliciesResource.ListRequest

Lists platform policies owned by a project in the specified platform. Returns INVALID_ARGUMENT if the project or the platform doesn't exist.

ProjectsResource.PlatformsResource.PoliciesResource.ReplacePlatformPolicyRequest

Replaces a platform policy. Returns NOT_FOUND if the policy doesn't exist.

ProjectsResource.PolicyResource

The "policy" collection of methods.

ProjectsResource.PolicyResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.PolicyResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.PolicyResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.UpdatePolicyRequest

Creates or updates a project's policy, and returns a copy of the new policy. A policy is always updated as a whole, to avoid race conditions with concurrent policy enforcement (or management!) requests. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is malformed.

SystempolicyResource

The "systempolicy" collection of methods.

SystempolicyResource.GetPolicyRequest

Gets the current system policy in the specified location.

Enums

BinaryAuthorizationBaseServiceRequest<TResponse>.AltEnum

Data format for response.

BinaryAuthorizationBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX