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

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 the 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. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

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.

Property Value
Type Description
string

FrameworkReference

public FrameworkReference FrameworkReference { get; set; }

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

Property Value
Type Description
FrameworkReference