Class: Google::Cloud::Kms::V1::Certificate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/ekm_service.rb

Overview

A Certificate represents an X.509 certificate used to authenticate HTTPS connections to EKM replicas.

Instance Attribute Summary collapse

Instance Attribute Details

#issuer::String (readonly)

Returns Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.

Returns:

  • (::String)

    Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#not_after_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The certificate is not valid after this time. Only present if parsed is true.

Returns:



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#not_before_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The certificate is not valid before this time. Only present if parsed is true.

Returns:



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parsed::Boolean (readonly)

Returns Output only. True if the certificate was parsed successfully.

Returns:

  • (::Boolean)

    Output only. True if the certificate was parsed successfully.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#raw_der::String

Returns Required. The raw certificate bytes in DER format.

Returns:

  • (::String)

    Required. The raw certificate bytes in DER format.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serial_number::String (readonly)

Returns Output only. The certificate serial number as a hex string. Only present if parsed is true.

Returns:

  • (::String)

    Output only. The certificate serial number as a hex string. Only present if parsed is true.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sha256_fingerprint::String (readonly)

Returns Output only. The SHA-256 certificate fingerprint as a hex string. Only present if parsed is true.

Returns:

  • (::String)

    Output only. The SHA-256 certificate fingerprint as a hex string. Only present if parsed is true.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subject::String (readonly)

Returns Output only. The subject distinguished name in RFC 2253 format. Only present if parsed is true.

Returns:

  • (::String)

    Output only. The subject distinguished name in RFC 2253 format. Only present if parsed is true.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subject_alternative_dns_names::Array<::String> (readonly)

Returns Output only. The subject Alternative DNS names. Only present if parsed is true.

Returns:

  • (::Array<::String>)

    Output only. The subject Alternative DNS names. Only present if parsed is true.



156
157
158
159
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 156

class Certificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end