Class ProjectsResource.SecretsResource.VersionsResource.AccessRequest
Accesses a SecretVersion. This call returns the secret data. projects/*/secrets/*/versions/latest
is an alias to the most recently created SecretVersion.
Inheritance
ProjectsResource.SecretsResource.VersionsResource.AccessRequest
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class ProjectsResource.SecretsResource.VersionsResource.AccessRequest : SecretManagerBaseServiceRequest<AccessSecretVersionResponse>, IClientServiceRequest<AccessSecretVersionResponse>, IClientServiceRequest
Constructors
AccessRequest(IClientService, string)
Constructs a new Access request.
Declaration
public AccessRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*
or projects/*/locations/*/secrets/*/versions/*
. projects/*/secrets/*/versions/latest
or
projects/*/locations/*/secrets/*/versions/latest
is an alias to the most recently created
SecretVersion.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 Access parameter list.
Declaration
protected override void InitParameters()