Secret Manager v1 API - Class RotateSecretRequest (2.8.0)

public sealed class RotateSecretRequest : IMessage<RotateSecretRequest>, IEquatable<RotateSecretRequest>, IDeepCloneable<RotateSecretRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Secret Manager v1 API class RotateSecretRequest.

Request message for [SecretManagerService.RotateSecret][google.cloud.secretmanager.v1.SecretManagerService.RotateSecret].

Inheritance

object > RotateSecretRequest

Namespace

Google.Cloud.SecretManager.V1

Assembly

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