Class AuthorityConfigX509ConfigNameConstraintsArgs


  • public final class AuthorityConfigX509ConfigNameConstraintsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • critical

        public com.pulumi.core.Output<java.lang.Boolean> critical()
        Returns:
        Indicates whether or not the name constraints are marked critical.
      • excludedDnsNames

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedDnsNames()
        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.
      • excludedEmailAddresses

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedEmailAddresses()
        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.
      • excludedIpRanges

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedIpRanges()
        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.
      • excludedUris

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedUris()
        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`)
      • permittedDnsNames

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> permittedDnsNames()
        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.
      • permittedEmailAddresses

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> permittedEmailAddresses()
        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.
      • permittedIpRanges

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> permittedIpRanges()
        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.
      • permittedUris

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> permittedUris()
        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`)