Interface protos.google.cloud.secretmanager.v1.ICreateSecretRequest (3.9.1)

Properties of a CreateSecretRequest.

Package

@google-cloud/secret-manager!

Properties

parent

parent?: (string|null);

CreateSecretRequest parent

Property Value
TypeDescription
(string|null)

secret

secret?: (google.cloud.secretmanager.v1.ISecret|null);

CreateSecretRequest secret

Property Value
TypeDescription
(google.cloud.secretmanager.v1.ISecret|null)

secretId

secretId?: (string|null);

CreateSecretRequest secretId

Property Value
TypeDescription
(string|null)