You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Region: region to target. If none is passed will use default region from the config.
588
588
Region scw.Region`json:"-"`
@@ -596,11 +596,11 @@ type CreateSecretVersionRequest struct {
596
596
// Optional. If there is no previous version or if the previous version was already disabled, does nothing.
597
597
DisablePrevious*bool`json:"disable_previous"`
598
598
// PasswordGeneration: options to generate a password.
599
-
// Optional. If specified, a random password will be generated. The data and data_crc32 fields must be empty. By default, the generator will use upper and lower case letters, and digits. This behavior can be tuned using the generation parameters.
599
+
// Optional. If specified, a random password will be generated. The `data` and `data_crc32` fields must be empty. By default, the generator will use upper and lower case letters, and digits. This behavior can be tuned using the generation parameters.
600
600
// Precisely one of PasswordGeneration must be set.
// DataCrc32: the CRC32 checksum of the data as a base-10 integer.
603
-
// Optional. If specified, the Secret Manager will verify the integrity of the data received against the given CRC32. An error is returned if the CRC32 does not match. Otherwise, the CRC32 will be stored and returned along with the SecretVersion on futur accesses.
603
+
// Optional. If specified, Secret Manager will verify the integrity of the data received against the given CRC32. An error is returned if the CRC32 does not match. Otherwise, the CRC32 will be stored and returned along with the SecretVersion on futur accesses.
0 commit comments