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

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

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

The request message for [GetFrameworkAudit][].

Inheritance

object > GetFrameworkAuditRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

GetFrameworkAuditRequest()

public GetFrameworkAuditRequest()

GetFrameworkAuditRequest(GetFrameworkAuditRequest)

public GetFrameworkAuditRequest(GetFrameworkAuditRequest other)
Parameter
Name Description
other GetFrameworkAuditRequest

Properties

FrameworkAuditName

public FrameworkAuditName FrameworkAuditName { get; set; }

FrameworkAuditName-typed view over the Name resource name property.

Property Value
Type Description
FrameworkAuditName

Name

public string Name { get; set; }

Required. The name of the framework audit to retrieve.

Supported formats are the following:

  • organizations/{organization_id}/locations/{location}/frameworkAudits/{frameworkAuditName}
  • folders/{folder_id}/locations/{location}/frameworkAudits/{frameworkAuditName}
  • projects/{project_id}/locations/{location}/frameworkAudits/{frameworkAuditName}
Property Value
Type Description
string