public sealed class RotateSecretRequest : IMessage<RotateSecretRequest>, IEquatable<RotateSecretRequest>, IDeepCloneable<RotateSecretRequest>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1 API class RotateSecretRequest.
Request message for [SecretManagerService.RotateSecret][google.cloud.secretmanager.v1.SecretManagerService.RotateSecret].
Implements
IMessageRotateSecretRequest, IEquatableRotateSecretRequest, IDeepCloneableRotateSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
RotateSecretRequest()
public RotateSecretRequest()RotateSecretRequest(RotateSecretRequest)
public RotateSecretRequest(RotateSecretRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RotateSecretRequest |
Properties
Parent
public string Parent { get; set; }Required. The resource name of the
[Secret][google.cloud.secretmanager.v1.Secret] to associate with the
[SecretVersion][google.cloud.secretmanager.v1.SecretVersion] in the format
projects/*/secrets/* or projects/*/locations/*/secrets/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSecretName
public SecretName ParentAsSecretName { get; set; }SecretName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretName |
|