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."],[[["This webpage provides documentation for the `ShowEffectiveAutokeyConfigRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically in the .NET environment."],["The `ShowEffectiveAutokeyConfigRequest` class is used to request the effective Cloud KMS Autokey configuration, and is part of a list of versions from 2.2.0 up to 3.16.0, with the latter being the latest available."],["The `ShowEffectiveAutokeyConfigRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Parent`, which is a required string representing the resource project name, and `ParentAsProjectName`, which is a `ProjectName`-typed view over the `Parent` resource name."],["There are two constructors, one default and one that takes another `ShowEffectiveAutokeyConfigRequest` as a parameter to build a new copy of the object."]]],[]]