Module: Google::Cloud::Build::V1::WebhookConfig::State
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Enumerates potential issues with the Secret Manager secret provided by the user.
Constant Summary collapse
- STATE_UNSPECIFIED =
          
The webhook auth configuration not been checked.
 0- OK =
          
The auth configuration is properly setup.
 1- SECRET_DELETED =
          
The secret provided in auth_method has been deleted.
 2