Class: Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
SubjectAltNames corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).
Instance Attribute Summary collapse
-
#custom_sans ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::X509Extension>
Contains additional subject alternative name values.
-
#dns_names ⇒ ::Array<::String>
Contains only valid, fully-qualified host names.
-
#email_addresses ⇒ ::Array<::String>
Contains only valid RFC 2822 E-mail addresses.
-
#ip_addresses ⇒ ::Array<::String>
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
-
#uris ⇒ ::Array<::String>
Contains only valid RFC 3986 URIs.
Instance Attribute Details
#custom_sans ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::X509Extension>
Returns Contains additional subject alternative name values.
933 934 935 936 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 933 class SubjectAltNames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dns_names ⇒ ::Array<::String>
Returns Contains only valid, fully-qualified host names.
933 934 935 936 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 933 class SubjectAltNames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email_addresses ⇒ ::Array<::String>
Returns Contains only valid RFC 2822 E-mail addresses.
933 934 935 936 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 933 class SubjectAltNames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_addresses ⇒ ::Array<::String>
Returns Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
933 934 935 936 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 933 class SubjectAltNames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uris ⇒ ::Array<::String>
Returns Contains only valid RFC 3986 URIs.
933 934 935 936 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 933 class SubjectAltNames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |