Google Cloud Key Management Service v1 API - Class ShowEffectiveAutokeyConfigRequest (3.11.0)

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

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ShowEffectiveAutokeyConfigRequest.

Request message for [ShowEffectiveAutokeyConfig][google.cloud.kms.v1.AutokeyAdmin.ShowEffectiveAutokeyConfig].

Inheritance

object > ShowEffectiveAutokeyConfigRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ShowEffectiveAutokeyConfigRequest()

public ShowEffectiveAutokeyConfigRequest()

ShowEffectiveAutokeyConfigRequest(ShowEffectiveAutokeyConfigRequest)

public ShowEffectiveAutokeyConfigRequest(ShowEffectiveAutokeyConfigRequest other)
Parameter
Name Description
other ShowEffectiveAutokeyConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

Property Value
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName