Cloud Security Compliance v1 API - Class CreateFrameworkDeploymentRequest (1.0.0-beta04)

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

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

The request message for [CreateFrameworkDeployment][].

Inheritance

object > CreateFrameworkDeploymentRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

CreateFrameworkDeploymentRequest()

public CreateFrameworkDeploymentRequest()

CreateFrameworkDeploymentRequest(CreateFrameworkDeploymentRequest)

public CreateFrameworkDeploymentRequest(CreateFrameworkDeploymentRequest other)
Parameter
Name Description
other CreateFrameworkDeploymentRequest

Properties

FrameworkDeployment

public FrameworkDeployment FrameworkDeployment { get; set; }

Required. The framework deployment that you're creating.

Property Value
Type Description
FrameworkDeployment

FrameworkDeploymentId

public string FrameworkDeploymentId { get; set; }

Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the framework deployment in the format organizations/{organization}/locations/{location}. Only the global location is supported.

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName