Class: Google::Cloud::Build::V1::GitHubEnterpriseSecrets

Inherits:
Object
  • Object
show all
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//secrets/.

Instance Attribute Summary collapse

Instance Attribute Details

#oauth_client_id_version_name::String

Returns The resource name for the OAuth client ID secret version in Secret Manager.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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