Class ProjectsResource.ShowEffectiveAutokeyConfigRequest
Returns the effective Cloud KMS Autokey configuration for a given project.
Inheritance
ProjectsResource.ShowEffectiveAutokeyConfigRequest
Inherited Members
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource.ShowEffectiveAutokeyConfigRequest : CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>, IClientServiceRequest<ShowEffectiveAutokeyConfigResponse>, IClientServiceRequest
Constructors
ShowEffectiveAutokeyConfigRequest(IClientService, string)
Constructs a new ShowEffectiveAutokeyConfig request.
Declaration
public ShowEffectiveAutokeyConfigRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
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.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ShowEffectiveAutokeyConfig parameter list.
Declaration
protected override void InitParameters()