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].
Implements
IMessageShowEffectiveAutokeyConfigRequest, IEquatableShowEffectiveAutokeyConfigRequest, IDeepCloneableShowEffectiveAutokeyConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
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 |