@@ -103,9 +103,9 @@ class CertificateAuthority(proto.Message):
103
103
Required. Immutable. The config used to
104
104
create a self-signed X.509 certificate or CSR.
105
105
lifetime (google.protobuf.duration_pb2.Duration):
106
- Required. The desired lifetime of the CA certificate. Used
107
- to create the "not_before_time" and "not_after_time" fields
108
- inside an X.509 certificate.
106
+ Required. Immutable. The desired lifetime of the CA
107
+ certificate. Used to create the "not_before_time" and
108
+ "not_after_time" fields inside an X.509 certificate.
109
109
key_spec (google.cloud.security.privateca_v1.types.CertificateAuthority.KeyVersionSpec):
110
110
Required. Immutable. Used when issuing certificates for this
111
111
[CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
@@ -212,7 +212,7 @@ class SignHashAlgorithm(proto.Enum):
212
212
[CryptoKeyVersionAlgorithm][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm]
213
213
values. For RSA signing algorithms, the PSS algorithms should be
214
214
preferred, use PKCS1 algorithms if required for compatibility. For
215
- further recommandations , see
215
+ further recommendations , see
216
216
https://cloud.google.com/kms/docs/algorithms#algorithm_recommendations.
217
217
"""
218
218
SIGN_HASH_ALGORITHM_UNSPECIFIED = 0
@@ -502,14 +502,14 @@ class RsaKeyType(proto.Message):
502
502
Attributes:
503
503
min_modulus_size (int):
504
504
Optional. The minimum allowed RSA modulus
505
- size, in bits. If this is not set, or if set to
506
- zero, the service-level min RSA modulus size
507
- will continue to apply.
505
+ size (inclusive) , in bits. If this is not set,
506
+ or if set to zero, the service-level min RSA
507
+ modulus size will continue to apply.
508
508
max_modulus_size (int):
509
509
Optional. The maximum allowed RSA modulus
510
- size, in bits. If this is not set, or if set to
511
- zero, the service will not enforce an explicit
512
- upper bound on RSA modulus sizes.
510
+ size (inclusive) , in bits. If this is not set,
511
+ or if set to zero, the service will not enforce
512
+ an explicit upper bound on RSA modulus sizes.
513
513
"""
514
514
515
515
min_modulus_size = proto .Field (proto .INT64 , number = 1 ,)
@@ -987,7 +987,7 @@ class SubordinateConfig(proto.Message):
987
987
certificate_authority (str):
988
988
Required. This can refer to a
989
989
[CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
990
- in the same project that was used to create a subordinate
990
+ that was used to create a subordinate
991
991
[CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
992
992
This field is used for information and usability purposes
993
993
only. The resource name is in the format
@@ -1410,8 +1410,9 @@ class SubjectAltNames(proto.Message):
1410
1410
Contains only valid 32-bit IPv4 addresses or
1411
1411
RFC 4291 IPv6 addresses.
1412
1412
custom_sans (Sequence[google.cloud.security.privateca_v1.types.X509Extension]):
1413
- Contains additional subject alternative name
1414
- values.
1413
+ Contains additional subject alternative name values. For
1414
+ each custom_san, the ``value`` field must contain an ASN.1
1415
+ encoded UTF8String.
1415
1416
"""
1416
1417
1417
1418
dns_names = proto .RepeatedField (proto .STRING , number = 1 ,)
0 commit comments