public sealed class CreateSecretRequest : IMessage<CreateSecretRequest>, IEquatable<CreateSecretRequest>, IDeepCloneable<CreateSecretRequest>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1beta2 API class CreateSecretRequest.
Request message for [SecretManagerService.CreateSecret][google.cloud.secretmanager.v1beta2.SecretManagerService.CreateSecret].
Implements
IMessageCreateSecretRequest, IEquatableCreateSecretRequest, IDeepCloneableCreateSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta2Assembly
Google.Cloud.SecretManager.V1Beta2.dll
Constructors
CreateSecretRequest()
public CreateSecretRequest()CreateSecretRequest(CreateSecretRequest)
public CreateSecretRequest(CreateSecretRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSecretRequest |
Properties
Parent
public string Parent { get; set; }Required. The resource name of the project to associate with the
[Secret][google.cloud.secretmanager.v1beta2.Secret], in the format
projects/* or projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
Secret
public Secret Secret { get; set; }Required. A [Secret][google.cloud.secretmanager.v1beta2.Secret] with initial field values.
| Property Value | |
|---|---|
| Type | Description |
Secret |
|
SecretId
public string SecretId { get; set; }Required. This must be unique within the project.
A secret ID is a string with a maximum length of 255 characters and can
contain uppercase and lowercase letters, numerals, and the hyphen (-) and
underscore (_) characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|