Cloud Security Compliance v1 API - Class Audit.AuditBase (1.0.0-beta04)

[BindServiceMethod(typeof(Audit), "BindService")]
public abstract class Audit.AuditBase

Reference documentation and code samples for the Cloud Security Compliance v1 API class Audit.AuditBase.

Base class for server-side implementations of Audit

Inheritance

object > Audit.AuditBase

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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 CreateFrameworkAuditRequest

The request received from the client.

context ServerCallContext

The 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 GenerateFrameworkAuditScopeReportRequest

The request received from the client.

context ServerCallContext

The 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 GetFrameworkAuditRequest

The request received from the client.

context ServerCallContext

The 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 ListFrameworkAuditsRequest

The request received from the client.

context ServerCallContext

The 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).