Class: Google::Cloud::Build::V1::GitHubEnterpriseSecrets
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::GitHubEnterpriseSecrets
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
GitHubEnterpriseSecrets represents the names of all necessary secrets in
Secret Manager for a GitHub Enterprise server.
Format is: projects/
Instance Attribute Summary collapse
- 
  
    
      #oauth_client_id_version_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name for the OAuth client ID secret version in Secret Manager.
 - 
  
    
      #oauth_secret_version_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name for the OAuth secret secret version in Secret Manager.
 - 
  
    
      #private_key_version_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name for the private key secret version.
 - 
  
    
      #webhook_secret_version_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name for the webhook secret secret version in Secret Manager.
 
Instance Attribute Details
#oauth_client_id_version_name ⇒ ::String
Returns The resource name for the OAuth client ID secret version in Secret Manager.
      2079 2080 2081 2082  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2079 class GitHubEnterpriseSecrets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#oauth_secret_version_name ⇒ ::String
Returns The resource name for the OAuth secret secret version in Secret Manager.
      2079 2080 2081 2082  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2079 class GitHubEnterpriseSecrets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#private_key_version_name ⇒ ::String
Returns The resource name for the private key secret version.
      2079 2080 2081 2082  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2079 class GitHubEnterpriseSecrets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#webhook_secret_version_name ⇒ ::String
Returns The resource name for the webhook secret secret version in Secret Manager.
      2079 2080 2081 2082  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2079 class GitHubEnterpriseSecrets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |