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

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 one of the following formats:

  • organizations/{organization}/locations/{location}/frameworks/{framework}
  • projects/{project}/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

FrameworkAsFrameworkName

public FrameworkName FrameworkAsFrameworkName { get; set; }

FrameworkName-typed view over the Framework resource name property.

Property Value
Type Description
FrameworkName

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