Class: Google::Cloud::Kms::V1::Certificate
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::Certificate
- 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
-
#issuer ⇒ ::String
readonly
Output only.
-
#not_after_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#not_before_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#parsed ⇒ ::Boolean
readonly
Output only.
-
#raw_der ⇒ ::String
Required.
-
#serial_number ⇒ ::String
readonly
Output only.
-
#sha256_fingerprint ⇒ ::String
readonly
Output only.
-
#subject ⇒ ::String
readonly
Output only.
-
#subject_alternative_dns_names ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#issuer ⇒ ::String (readonly)
Returns Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 class Certificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#raw_der ⇒ ::String
Returns Required. The raw certificate bytes in DER format.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 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.
185 186 187 188 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 185 class Certificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |