Class FoldersResource.GetServiceAccountRequest
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
Inheritance
FoldersResource.GetServiceAccountRequest
Inherited Members
Namespace: Google.Apis.AccessApproval.v1
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class FoldersResource.GetServiceAccountRequest : AccessApprovalBaseServiceRequest<AccessApprovalServiceAccount>, IClientServiceRequest<AccessApprovalServiceAccount>, IClientServiceRequest
Constructors
GetServiceAccountRequest(IClientService, string)
Constructs a new GetServiceAccount request.
Declaration
public GetServiceAccountRequest(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
Name of the AccessApprovalServiceAccount to retrieve.
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 GetServiceAccount parameter list.
Declaration
protected override void InitParameters()