Class CertificateAuthorityPolicy (0.1.1)

CertificateAuthorityPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The issuing policy for a CertificateAuthority. Certificates will not be successfully issued from this CertificateAuthority if they violate the policy.

Attributes

NameDescription
allowed_config_list .resources.CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList
Optional. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper in the list.
overwrite_config_values .resources.ReusableConfigWrapper
Optional. All Certificates issued by the CertificateAuthority will use the provided configuration values, overwriting any requested configuration values.
allowed_locations_and_organizations Sequence[.resources.Subject]
Optional. If any Subject is specified here, then all Certificates issued by the CertificateAuthority must match at least one listed Subject. If a Subject has an empty field, any value will be allowed for that field.
allowed_common_names Sequence[str]
Optional. If any value is specified here, then all Certificates issued by the CertificateAuthority must match at least one listed value. If no value is specified, all values will be allowed for this fied. Glob patterns are also supported.
allowed_sans .resources.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames
Optional. If a AllowedSubjectAltNames is specified here, then all Certificates issued by the CertificateAuthority must match AllowedSubjectAltNames. If no value or an empty value is specified, any value will be allowed for the SubjectAltNames field.
maximum_lifetime .duration.Duration
Optional. The maximum lifetime allowed by the CertificateAuthority. Note that if the any part if the issuing chain expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated.
allowed_issuance_modes .resources.CertificateAuthority.CertificateAuthorityPolicy.IssuanceModes
Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.

Classes

AllowedConfigList

AllowedConfigList(mapping=None, *, ignore_unknown_fields=False, **kwargs)

AllowedSubjectAltNames

AllowedSubjectAltNames(mapping=None, *, ignore_unknown_fields=False, **kwargs)

AllowedSubjectAltNames specifies the allowed values for SubjectAltNames by the CertificateAuthority when issuing Certificates.

IssuanceModes

IssuanceModes(mapping=None, *, ignore_unknown_fields=False, **kwargs)

IssuanceModes specifies the allowed ways in which Certificates may be requested from this CertificateAuthority.