public sealed class DeleteFrameworkDeploymentRequest : IMessage<DeleteFrameworkDeploymentRequest>, IEquatable<DeleteFrameworkDeploymentRequest>, IDeepCloneable<DeleteFrameworkDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class DeleteFrameworkDeploymentRequest.
The request message for [DeleteFrameworkDeployment][].
Implements
IMessageDeleteFrameworkDeploymentRequest, IEquatableDeleteFrameworkDeploymentRequest, IDeepCloneableDeleteFrameworkDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
DeleteFrameworkDeploymentRequest()
public DeleteFrameworkDeploymentRequest()DeleteFrameworkDeploymentRequest(DeleteFrameworkDeploymentRequest)
public DeleteFrameworkDeploymentRequest(DeleteFrameworkDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFrameworkDeploymentRequest |
Properties
Etag
public string Etag { get; set; }Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the
values don't match, then the request fails with an
[ABORTED][google.rpc.Code.ABORTED] error.
If you omit this value, then the resource is deleted regardless of its
current etag value.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FrameworkDeploymentName
public FrameworkDeploymentName FrameworkDeploymentName { get; set; }FrameworkDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FrameworkDeploymentName |
|
Name
public string Name { get; set; }Required. The name of the framework deployment that you want to delete,
in the format
organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
| Property Value | |
|---|---|
| Type | Description |
string |
|