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 FrameworkDeployment.
Implements
IMessageFrameworkDeploymentReference, IEquatableFrameworkDeploymentReference, IDeepCloneableFrameworkDeploymentReference, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
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 FrameworkDeployment. 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 that this FrameworkDeployment is for.
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 |