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

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

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

Request message for DeleteFrameworkDeployment.

Inheritance

object > DeleteFrameworkDeploymentRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

Property Value
Type Description
string