Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeploymentReference.
The reference to a framework deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework_deployment
def framework_deployment() -> ::String-
(::String) — Output only. The name of the framework deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location isglobal.
#framework_display_name
def framework_display_name() -> ::String- (::String) — Optional. The display name of the framework that this framework deployment is for.
#framework_display_name=
def framework_display_name=(value) -> ::String- value (::String) — Optional. The display name of the framework that this framework deployment is for.
- (::String) — Optional. The display name of the framework that this framework deployment is for.
#framework_reference
def framework_reference() -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkReference-
(::Google::Cloud::CloudSecurityCompliance::V1::FrameworkReference) — Optional. The reference to the framework that this deployment is for.
For example:
{ framework: "organizations/\\{org}/locations/\\{location}/frameworks/\\{framework}", major_revision_id: 1 }The only supported location is
global.
#framework_reference=
def framework_reference=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkReference-
value (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkReference) — Optional. The reference to the framework that this deployment is for.
For example:
{ framework: "organizations/\\{org}/locations/\\{location}/frameworks/\\{framework}", major_revision_id: 1 }The only supported location is
global.
-
(::Google::Cloud::CloudSecurityCompliance::V1::FrameworkReference) — Optional. The reference to the framework that this deployment is for.
For example:
{ framework: "organizations/\\{org}/locations/\\{location}/frameworks/\\{framework}", major_revision_id: 1 }The only supported location is
global.