Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkDeploymentRequest.
The request message for [CreateFrameworkDeployment][].
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 framework deployment that you're creating.
#framework_deployment=
def framework_deployment=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — Required. The framework deployment that you're creating.
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — Required. The framework deployment that you're creating.
#framework_deployment_id
def framework_deployment_id() -> ::String
Returns
- (::String) — 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.
#framework_deployment_id=
def framework_deployment_id=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}. Only the global location is supported.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}. Only the global location is supported.
Returns
-
(::String) — Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}. Only the global location is supported.