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

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

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

Request message for GetFrameworkDeployment.

Inheritance

object > GetFrameworkDeploymentRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

GetFrameworkDeploymentRequest()

public GetFrameworkDeploymentRequest()

GetFrameworkDeploymentRequest(GetFrameworkDeploymentRequest)

public GetFrameworkDeploymentRequest(GetFrameworkDeploymentRequest other)
Parameter
Name Description
other GetFrameworkDeploymentRequest

Properties

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

Property Value
Type Description
string