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.
Request message for CreateFrameworkDeployment.
Implements
IMessageCreateFrameworkDeploymentRequest, IEquatableCreateFrameworkDeploymentRequest, IDeepCloneableCreateFrameworkDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
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 resource being created.
Property Value | |
---|---|
Type | Description |
FrameworkDeployment |
FrameworkDeploymentId
public string FrameworkDeploymentId { get; set; }
Optional. User provided identifier. It should be unique in scope of a parent Please note that this is optional and if not provided, a random UUID will be generated.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Value for parent. Supported formats: organizations/{organization}/locations/{location} Only 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 |