Cloud Security Compliance v1 API - Class GetFrameworkRequest (1.0.0-beta01)

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

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

Message for getting a Framework.

Inheritance

object > GetFrameworkRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

GetFrameworkRequest()

public GetFrameworkRequest()

GetFrameworkRequest(GetFrameworkRequest)

public GetFrameworkRequest(GetFrameworkRequest other)
Parameter
Name Description
other GetFrameworkRequest

Properties

FrameworkName

public FrameworkName FrameworkName { get; set; }

FrameworkName-typed view over the Name resource name property.

Property Value
Type Description
FrameworkName

MajorRevisionId

public long MajorRevisionId { get; set; }

Optional. The Framework major revision to retrieve. If not specified, the most recently updated revision_id is retrieved.

Property Value
Type Description
long

Name

public string Name { get; set; }

Required. The name of the framework to retrieve. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

Property Value
Type Description
string