Show / Hide Table of Contents

Class ProjectsResource.ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest

Returns the KeyAccessJustificationsEnrollmentConfig of the resource closest to the given project in hierarchy.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>
ProjectsResource.ShowEffectiveKeyAccessJustificationsEnrollmentConfigRequest
Implements
IClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>
IClientServiceRequest
Inherited Members
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Xgafv
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.AccessToken
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Alt
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Callback
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Fields
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Key
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.OauthToken
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.PrettyPrint
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.QuotaUser
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.UploadType
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.UploadProtocol
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Execute()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsStream()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsync()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.CreateRequest(bool?)
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.GenerateRequestUri()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.GetBody()
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ETagAction
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ModifyRequest
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ValidateParameters
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.ApiVersion
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.RequestParameters
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.MethodName

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
ClientServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.RestPath

Methods

InitParameters()

Initializes ShowEffectiveKeyAccessJustificationsEnrollmentConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudKMSBaseServiceRequest<ShowEffectiveKeyAccessJustificationsEnrollmentConfigResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX