[BindServiceMethod(typeof(Audit), "BindService")]
public abstract class Audit.AuditBaseReference documentation and code samples for the Cloud Security Compliance v1 API class Audit.AuditBase.
Base class for server-side implementations of Audit
Namespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Methods
CreateFrameworkAudit(CreateFrameworkAuditRequest, ServerCallContext)
public virtual Task<Operation> CreateFrameworkAudit(CreateFrameworkAuditRequest request, ServerCallContext context)Creates an audit scope report for a framework.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFrameworkAuditRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GenerateFrameworkAuditScopeReport(GenerateFrameworkAuditScopeReportRequest, ServerCallContext)
public virtual Task<GenerateFrameworkAuditScopeReportResponse> GenerateFrameworkAuditScopeReport(GenerateFrameworkAuditScopeReportRequest request, ServerCallContext context)Generates an audit scope report for a framework.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateFrameworkAuditScopeReportRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGenerateFrameworkAuditScopeReportResponse |
The response to send back to the client (wrapped by a task). |
GetFrameworkAudit(GetFrameworkAuditRequest, ServerCallContext)
public virtual Task<FrameworkAudit> GetFrameworkAudit(GetFrameworkAuditRequest request, ServerCallContext context)Gets the details for a framework audit.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFrameworkAuditRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFrameworkAudit |
The response to send back to the client (wrapped by a task). |
ListFrameworkAudits(ListFrameworkAuditsRequest, ServerCallContext)
public virtual Task<ListFrameworkAuditsResponse> ListFrameworkAudits(ListFrameworkAuditsRequest request, ServerCallContext context)Lists the framework audits for a given organization, folder, or project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFrameworkAuditsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListFrameworkAuditsResponse |
The response to send back to the client (wrapped by a task). |