Class ProjectsResource.ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest
Returns the KeyAccessJustificationsEnrollmentConfig of the resource closest to the given project in hierarchy.
Inheritance
ProjectsResource.ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest
Implements
Inherited Members
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.AccessToken
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.PrettyPrint
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsStream()
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource.ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest : CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>, IClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>, IClientServiceRequest
Constructors
ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest(IClientService, string)
Constructs a new ShowEffectiveKeyAccessJustificationsEnrollmentConfig request.
Declaration
public ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest(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 KeyAccessJustificationsEnrollmentConfig for.
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 ShowEffectiveKeyAccessJustificationsEnrollmentConfig parameter list.
Declaration
protected override void InitParameters()