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