Interface CertificateAuthority.IssuingOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateAuthority.IssuingOptions
,CertificateAuthority.IssuingOptions.Builder
- Enclosing class:
- CertificateAuthority
public static interface CertificateAuthority.IssuingOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getIncludeCaCertUrl()
Required.boolean
getIncludeCrlAccessUrl()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIncludeCaCertUrl
boolean getIncludeCaCertUrl()
Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
bool include_ca_cert_url = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The includeCaCertUrl.
-
getIncludeCrlAccessUrl
boolean getIncludeCrlAccessUrl()
Required. When true, includes a URL to the CRL corresponding to certificates issued from a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.
bool include_crl_access_url = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The includeCrlAccessUrl.
-
-