Skip to main content

systempolicy_policy

Overview

Namesystempolicy_policy
TypeResource
Idgoogle.binaryauthorization.systempolicy_policy

Fields

NameDatatypeDescription
namestringOutput only. The resource name, in the format projects/*/policy. There is at most one policy per project.
descriptionstringOptional. A descriptive comment.
admissionWhitelistPatternsarrayOptional. Admission policy allowlisting. A matching admission request will always be permitted. This feature is typically used to exclude Google or third-party infrastructure images from Binary Authorization policies.
clusterAdmissionRulesobjectOptional. Per-cluster admission rules. Cluster spec format: location.clusterId. There can be at most one admission rule per cluster spec. A location is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For clusterId syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.
defaultAdmissionRuleobjectAn admission rule specifies either that all container images used in a pod creation request must be attested to by one or more attestors, that all pod creations will be allowed, or that all pod creations will be denied. Images matching an admission allowlist pattern are exempted from admission rules and will never block a pod creation.
etagstringOptional. A checksum, returned by the server, that can be sent on update requests to ensure the policy has an up-to-date value before attempting to update it. See https://google.aip.dev/154.
globalPolicyEvaluationModestringOptional. Controls the evaluation of a Google-maintained global admission policy for common system-level images. Images not covered by the global policy will be subject to the project admission policy. This setting has no effect when specified inside a global admission policy.
istioServiceIdentityAdmissionRulesobjectOptional. Per-istio-service-identity admission rules. Istio service identity spec format: spiffe:///ns//sa/ or /ns//sa/ e.g. spiffe://example.com/ns/test-ns/sa/default
kubernetesNamespaceAdmissionRulesobjectOptional. Per-kubernetes-namespace admission rules. K8s namespace spec format: [a-z.-]+, e.g. some-namespace
kubernetesServiceAccountAdmissionRulesobjectOptional. Per-kubernetes-service-account admission rules. Service account spec format: namespace:serviceaccount. e.g. test-ns:default
updateTimestringOutput only. Time when the policy was last updated.

Methods

NameAccessible byRequired Params
get_policySELECTlocationsId