Gets the continuous validation config for the project. Returns a default config if the project does not have one. The default config disables continuous validation on all policies.
HTTP request
GET https://binaryauthorization.googleapis.com/v1alpha2/{name=projects/*/continuousValidationConfig}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-10 UTC."],[[["This page details how to retrieve the continuous validation configuration for a project using a GET request to the specified URL, which utilizes gRPC Transcoding syntax."],["The HTTP request requires a `name` path parameter that includes the project identifier, and it also necessitates the `binaryauthorization.continuousValidationConfig.get` IAM permission for authorization."],["The request body must be empty when sending this GET request to get the continuous validation config."],["A successful request returns a `ContinuousValidationConfig` instance in the response body, providing the details of the configuration."],["The access to this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]