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

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.

FrameworkReference contains the reference of a framework.

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. In the format: organizations/{org}/locations/{location}/frameworks/{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. Major revision id of the framework. If not specified, corresponds to the latest revision of the framework.

Property Value
Type Description
long