public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta2 API class GetSecretRequest.
Request message for [SecretManagerService.GetSecret][google.cloud.secretmanager.v1beta2.SecretManagerService.GetSecret].
Implements
IMessageGetSecretRequest, IEquatableGetSecretRequest, IDeepCloneableGetSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta2Assembly
Google.Cloud.SecretManager.V1Beta2.dll
Constructors
GetSecretRequest()
public GetSecretRequest()
GetSecretRequest(GetSecretRequest)
public GetSecretRequest(GetSecretRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSecretRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the
[Secret][google.cloud.secretmanager.v1beta2.Secret], in the format
projects/*/secrets/*
or projects/*/locations/*/secrets/*
.
Property Value | |
---|---|
Type | Description |
string |
SecretName
public SecretName SecretName { get; set; }
SecretName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SecretName |