|
15 | 15 | */
|
16 | 16 |
|
17 | 17 | /*
|
18 |
| - * IBM OpenAPI SDK Code Generator Version: 3.98.0-8be2046a-20241205-162752 |
| 18 | + * IBM OpenAPI SDK Code Generator Version: 3.99.1-daeb6e46-20250131-173156 |
19 | 19 | */
|
20 | 20 |
|
21 | 21 | // Package secretsmanagerv2 : Operations and models for the SecretsManagerV2 service
|
@@ -6490,8 +6490,7 @@ type ImportedCertificateManagedCsr struct {
|
6490 | 6490 | // The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the certificate, in a
|
6491 | 6491 | // comma-delimited list.
|
6492 | 6492 | //
|
6493 |
| - // The alternative names must The format is the same as OpenSSL: `<oid>:<type>:<value>` where the current valid type is |
6494 |
| - // `UTF8`. |
| 6493 | + // The format is the same as OpenSSL: `<oid>:<type>:<value>` where the current valid type is `UTF8`. |
6495 | 6494 | OtherSans *string `json:"other_sans,omitempty"`
|
6496 | 6495 |
|
6497 | 6496 | // This parameter controls whether the common name is excluded from Subject Alternative Names (SANs).
|
@@ -6523,7 +6522,7 @@ type ImportedCertificateManagedCsr struct {
|
6523 | 6522 | //
|
6524 | 6523 | // Allowable values for RSA keys are: `2048`, `3072`, `4096` and `8192`. Allowable values for EC keys are: `224`,
|
6525 | 6524 | // `256`, `384`, and `521`. The default for RSA keys is `2048`. The default for EC keys is `256`. Ignored for ed25519
|
6526 |
| - // key. |
| 6525 | + // keys. |
6527 | 6526 | KeyBits *int64 `json:"key_bits,omitempty"`
|
6528 | 6527 |
|
6529 | 6528 | // The allowed key usage constraint to define for certificate, in a comma-delimited list.
|
@@ -6822,8 +6821,7 @@ type ImportedCertificateManagedCsrResponse struct {
|
6822 | 6821 | // The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the certificate, in a
|
6823 | 6822 | // comma-delimited list.
|
6824 | 6823 | //
|
6825 |
| - // The alternative names must The format is the same as OpenSSL: `<oid>:<type>:<value>` where the current valid type is |
6826 |
| - // `UTF8`. |
| 6824 | + // The format is the same as OpenSSL: `<oid>:<type>:<value>` where the current valid type is `UTF8`. |
6827 | 6825 | OtherSans *string `json:"other_sans,omitempty"`
|
6828 | 6826 |
|
6829 | 6827 | // This parameter controls whether the common name is excluded from Subject Alternative Names (SANs).
|
@@ -6855,7 +6853,7 @@ type ImportedCertificateManagedCsrResponse struct {
|
6855 | 6853 | //
|
6856 | 6854 | // Allowable values for RSA keys are: `2048`, `3072`, `4096` and `8192`. Allowable values for EC keys are: `224`,
|
6857 | 6855 | // `256`, `384`, and `521`. The default for RSA keys is `2048`. The default for EC keys is `256`. Ignored for ed25519
|
6858 |
| - // key. |
| 6856 | + // keys. |
6859 | 6857 | KeyBits *int64 `json:"key_bits" validate:"required"`
|
6860 | 6858 |
|
6861 | 6859 | // The allowed key usage constraint to define for certificate, in a comma-delimited list.
|
|
0 commit comments