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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Key Management Service v1 API documented is 3.16.0, with multiple previous versions listed back to 2.2.0."],["This documentation focuses on the `ShowEffectiveAutokeyConfigRequest` class, which is part of the Google.Cloud.Kms.V1 namespace."],["The `ShowEffectiveAutokeyConfigRequest` class is used to request the effective Cloud KMS Autokey configuration and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default one and another that accepts another `ShowEffectiveAutokeyConfigRequest` object as a parameter, and also contains two properties: `Parent` and `ParentAsProjectName`."],["The `Parent` property of the `ShowEffectiveAutokeyConfigRequest` class is required and represents the name of the project for which the effective Cloud KMS Autokey configuration is to be shown, while `ParentAsProjectName` offers a typed view over the `Parent` resource name."]]],[]]