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

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

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

The reference to a framework deployment.

Inheritance

object > FrameworkDeploymentReference

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

FrameworkDeploymentReference()

public FrameworkDeploymentReference()

FrameworkDeploymentReference(FrameworkDeploymentReference)

public FrameworkDeploymentReference(FrameworkDeploymentReference other)
Parameter
Name Description
other FrameworkDeploymentReference

Properties

FrameworkDeployment

public string FrameworkDeployment { get; set; }

Output only. The name of the framework deployment, in the format organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

Property Value
Type Description
string

FrameworkDeploymentAsFrameworkDeploymentName

public FrameworkDeploymentName FrameworkDeploymentAsFrameworkDeploymentName { get; set; }

FrameworkDeploymentName-typed view over the FrameworkDeployment resource name property.

Property Value
Type Description
FrameworkDeploymentName

FrameworkDisplayName

public string FrameworkDisplayName { get; set; }

Optional. The display name of the framework that this framework deployment is for.

Property Value
Type Description
string

FrameworkReference

public FrameworkReference FrameworkReference { get; set; }

Optional. The reference to the framework that this deployment is for. For example:

{
  framework:
  "organizations/{org}/locations/{location}/frameworks/{framework}",
  major_revision_id: 1
}

The only supported location is global.

Property Value
Type Description
FrameworkReference