Cloud Security Compliance v1 API - Class FetchFrameworkComplianceReportRequest (1.0.0-beta04)

public sealed class FetchFrameworkComplianceReportRequest : IMessage<FetchFrameworkComplianceReportRequest>, IEquatable<FetchFrameworkComplianceReportRequest>, IDeepCloneable<FetchFrameworkComplianceReportRequest>, IBufferMessage, IMessage

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

The request message for [FetchFrameworkComplianceReport][].

Inheritance

object > FetchFrameworkComplianceReportRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

FetchFrameworkComplianceReportRequest()

public FetchFrameworkComplianceReportRequest()

FetchFrameworkComplianceReportRequest(FetchFrameworkComplianceReportRequest)

public FetchFrameworkComplianceReportRequest(FetchFrameworkComplianceReportRequest other)
Parameter
Name Description
other FetchFrameworkComplianceReportRequest

Properties

EndTime

public Timestamp EndTime { get; set; }

Optional. The end time of the report.

Property Value
Type Description
Timestamp

FrameworkComplianceReportName

public FrameworkComplianceReportName FrameworkComplianceReportName { get; set; }

FrameworkComplianceReportName-typed view over the Name resource name property.

Property Value
Type Description
FrameworkComplianceReportName

Name

public string Name { get; set; }

Required. The name of the framework compliance report to retrieve.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.