@@ -6385,7 +6385,7 @@ type CreateSecretOptions struct {
6385
6385
// The ID of the project.
6386
6386
ProjectID * string `json:"project_id" validate:"required,ne="`
6387
6387
6388
- // Specify the format of the secret.
6388
+ // Specify the format of the secret. The format of the secret will determine how the secret is used.
6389
6389
Format * string `json:"format" validate:"required"`
6390
6390
6391
6391
// The name of the secret.
@@ -6404,7 +6404,7 @@ type CreateSecretOptions struct {
6404
6404
}
6405
6405
6406
6406
// Constants associated with the CreateSecretOptions.Format property.
6407
- // Specify the format of the secret.
6407
+ // Specify the format of the secret. The format of the secret will determine how the secret is used.
6408
6408
const (
6409
6409
CreateSecretOptions_Format_BasicAuth = "basic_auth"
6410
6410
CreateSecretOptions_Format_Generic = "generic"
@@ -8997,7 +8997,7 @@ type ReplaceSecretOptions struct {
8997
8997
// version available. This might result in stale updates.
8998
8998
IfMatch * string `json:"If-Match" validate:"required"`
8999
8999
9000
- // Specify the format of the secret.
9000
+ // Specify the format of the secret. The format of the secret will determine how the secret is used.
9001
9001
Format * string `json:"format" validate:"required"`
9002
9002
9003
9003
// Data container that allows to specify config parameters and their values as a key-value map. Each key field must
@@ -9010,7 +9010,7 @@ type ReplaceSecretOptions struct {
9010
9010
}
9011
9011
9012
9012
// Constants associated with the ReplaceSecretOptions.Format property.
9013
- // Specify the format of the secret.
9013
+ // Specify the format of the secret. The format of the secret will determine how the secret is used.
9014
9014
const (
9015
9015
ReplaceSecretOptions_Format_BasicAuth = "basic_auth"
9016
9016
ReplaceSecretOptions_Format_Generic = "generic"
0 commit comments