Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkDeploymentRequest.
Request message for CreateFrameworkDeployment API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework_deployment
def framework_deployment() -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — Required. The FrameworkDeployment to be created.
#framework_deployment=
def framework_deployment=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — Required. The FrameworkDeployment to be created.
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — Required. The FrameworkDeployment to be created.
#framework_deployment_id
def framework_deployment_id() -> ::String
Returns
- (::String) — Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated.
#framework_deployment_id=
def framework_deployment_id=(value) -> ::String
Parameter
- value (::String) — Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated.
Returns
- (::String) — Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
Returns
- (::String) — Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.