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

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

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

The reference of a framework, in the format organizations/{organization}/locations/{location}/frameworks/{framework}. The only supported location is global.

Inheritance

object > FrameworkReference

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

FrameworkReference()

public FrameworkReference()

FrameworkReference(FrameworkReference)

public FrameworkReference(FrameworkReference other)
Parameter
Name Description
other FrameworkReference

Properties

Framework

public string Framework { get; set; }

Required. The major version of the framework. If not specified, the version corresponds to the latest version of the framework.

Property Value
Type Description
string

HasMajorRevisionId

public bool HasMajorRevisionId { get; }

Gets whether the "major_revision_id" field is set

Property Value
Type Description
bool

MajorRevisionId

public long MajorRevisionId { get; set; }

Optional. The major version of the framework. If not specified, the version corresponds to the latest version of the framework.

Property Value
Type Description
long