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
:param disable_previous: Disable the previous secret version.
415
417
(Optional.) If there is no previous version or if the previous version was already disabled, does nothing.
418
+
:param password_generation: Options to generate a password.
419
+
(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.
420
+
421
+
One-of ('_password_generation'): at most one of 'password_generation' could be set.
416
422
:param data_crc32: (Optional.) The CRC32 checksum of the data as a base-10 integer.
417
423
If specified, Secret Manager will verify the integrity of the data received against the given CRC32 checksum. An error is returned if the CRC32 does not match. If, however, the CRC32 matches, it will be stored and returned along with the SecretVersion on future access requests.
(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.
441
+
442
+
One-of ('_password_generation'): at most one of 'password_generation' could be set.
443
+
:deprecated
444
+
"""
445
+
437
446
data_crc32: Optional[int]
438
447
"""
439
448
(Optional.) The CRC32 checksum of the data as a base-10 integer.
:param disable_previous: Disable the previous secret version.
415
417
(Optional.) If there is no previous version or if the previous version was already disabled, does nothing.
418
+
:param password_generation: Options to generate a password.
419
+
(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.
420
+
421
+
One-of ('_password_generation'): at most one of 'password_generation' could be set.
416
422
:param data_crc32: (Optional.) The CRC32 checksum of the data as a base-10 integer.
417
423
If specified, Secret Manager will verify the integrity of the data received against the given CRC32 checksum. An error is returned if the CRC32 does not match. If, however, the CRC32 matches, it will be stored and returned along with the SecretVersion on future access requests.
(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.
441
+
442
+
One-of ('_password_generation'): at most one of 'password_generation' could be set.
443
+
:deprecated
444
+
"""
445
+
437
446
data_crc32: Optional[int]
438
447
"""
439
448
(Optional.) The CRC32 checksum of the data as a base-10 integer.
0 commit comments