Class: Google::Cloud::Security::PrivateCA::V1::X509Parameters::NameConstraints
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::X509Parameters::NameConstraints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
Describes the X.509 name constraints extension, per https://tools.ietf.org/html/rfc5280#section-4.2.1.10
Instance Attribute Summary collapse
-
#critical ⇒ ::Boolean
Indicates whether or not the name constraints are marked critical.
-
#excluded_dns_names ⇒ ::Array<::String>
Contains excluded DNS names.
-
#excluded_email_addresses ⇒ ::Array<::String>
Contains the excluded email addresses.
-
#excluded_ip_ranges ⇒ ::Array<::String>
Contains the excluded IP ranges.
-
#excluded_uris ⇒ ::Array<::String>
Contains the excluded URIs that apply to the host part of the name.
-
#permitted_dns_names ⇒ ::Array<::String>
Contains permitted DNS names.
-
#permitted_email_addresses ⇒ ::Array<::String>
Contains the permitted email addresses.
-
#permitted_ip_ranges ⇒ ::Array<::String>
Contains the permitted IP ranges.
-
#permitted_uris ⇒ ::Array<::String>
Contains the permitted URIs that apply to the host part of the name.
Instance Attribute Details
#critical ⇒ ::Boolean
Returns Indicates whether or not the name constraints are marked critical.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_dns_names ⇒ ::Array<::String>
Returns Contains excluded DNS names. Any DNS name that can be
constructed by simply adding zero or more labels to
the left-hand side of the name satisfies the name constraint.
For example, example.com
, www.example.com
, www.sub.example.com
would satisfy example.com
while example1.com
does not.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_email_addresses ⇒ ::Array<::String>
Returns Contains the excluded email addresses. The value can be a particular
email address, a hostname to indicate all email addresses on that host or
a domain with a leading period (e.g. .example.com
) to indicate
all email addresses in that domain.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_ip_ranges ⇒ ::Array<::String>
Returns Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_uris ⇒ ::Array<::String>
Returns Contains the excluded URIs that apply to the host part of the name.
The value can be a hostname or a domain with a
leading period (like .example.com
).
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permitted_dns_names ⇒ ::Array<::String>
Returns Contains permitted DNS names. Any DNS name that can be
constructed by simply adding zero or more labels to
the left-hand side of the name satisfies the name constraint.
For example, example.com
, www.example.com
, www.sub.example.com
would satisfy example.com
while example1.com
does not.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permitted_email_addresses ⇒ ::Array<::String>
Returns Contains the permitted email addresses. The value can be a particular
email address, a hostname to indicate all email addresses on that host or
a domain with a leading period (e.g. .example.com
) to indicate
all email addresses in that domain.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permitted_ip_ranges ⇒ ::Array<::String>
Returns Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permitted_uris ⇒ ::Array<::String>
Returns Contains the permitted URIs that apply to the host part of the name.
The value can be a hostname or a domain with a
leading period (like .example.com
).
955 956 957 958 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 955 class NameConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |