Class ProjectsResource.ShowEffectiveKeyAccessJustificationsPolicyConfigRequest
Returns the KeyAccessJustificationsPolicyConfig of the resource closest to the given project in hierarchy.
Inheritance
ProjectsResource.ShowEffectiveKeyAccessJustificationsPolicyConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource.ShowEffectiveKeyAccessJustificationsPolicyConfigRequest : CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsPolicyConfigResponse>, IClientServiceRequest<ShowEffectiveKeyAccessJustificationsPolicyConfigResponse>, IClientServiceRequest
Constructors
ShowEffectiveKeyAccessJustificationsPolicyConfigRequest(IClientService, string)
Constructs a new ShowEffectiveKeyAccessJustificationsPolicyConfig request.
Declaration
public ShowEffectiveKeyAccessJustificationsPolicyConfigRequest(IClientService service, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project |
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
Project
Required. The number or id of the project to get the effective KeyAccessJustificationsPolicyConfig. In the format of "projects/{|}"
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { 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 ShowEffectiveKeyAccessJustificationsPolicyConfig parameter list.
Declaration
protected override void InitParameters()