Namespace Google.Apis.BinaryAuthorization.v1beta1
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.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.