Skip to content

Commit e62d73e

Browse files
committed
Update secrets_manager_v2.go
Signed-off-by: Avi Davidov <[email protected]>
1 parent 3363f00 commit e62d73e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

secretsmanagerv2/secrets_manager_v2.go

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/*
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
1919
*/
2020

2121
// Package secretsmanagerv2 : Operations and models for the SecretsManagerV2 service
@@ -6490,8 +6490,7 @@ type ImportedCertificateManagedCsr struct {
64906490
// The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the certificate, in a
64916491
// comma-delimited list.
64926492
//
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`.
64956494
OtherSans *string `json:"other_sans,omitempty"`
64966495

64976496
// This parameter controls whether the common name is excluded from Subject Alternative Names (SANs).
@@ -6523,7 +6522,7 @@ type ImportedCertificateManagedCsr struct {
65236522
//
65246523
// Allowable values for RSA keys are: `2048`, `3072`, `4096` and `8192`. Allowable values for EC keys are: `224`,
65256524
// `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.
65276526
KeyBits *int64 `json:"key_bits,omitempty"`
65286527

65296528
// The allowed key usage constraint to define for certificate, in a comma-delimited list.
@@ -6822,8 +6821,7 @@ type ImportedCertificateManagedCsrResponse struct {
68226821
// The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the certificate, in a
68236822
// comma-delimited list.
68246823
//
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`.
68276825
OtherSans *string `json:"other_sans,omitempty"`
68286826

68296827
// This parameter controls whether the common name is excluded from Subject Alternative Names (SANs).
@@ -6855,7 +6853,7 @@ type ImportedCertificateManagedCsrResponse struct {
68556853
//
68566854
// Allowable values for RSA keys are: `2048`, `3072`, `4096` and `8192`. Allowable values for EC keys are: `224`,
68576855
// `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.
68596857
KeyBits *int64 `json:"key_bits" validate:"required"`
68606858

68616859
// The allowed key usage constraint to define for certificate, in a comma-delimited list.

0 commit comments

Comments
 (0)