Class FrameworkDeploymentReference (0.4.0)

FrameworkDeploymentReference(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The reference to a framework deployment.

Attributes

Name Description
framework_deployment str
Output only. The name of the framework deployment, in the format organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.
framework_reference google.cloud.cloudsecuritycompliance_v1.types.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_display_name str
Optional. The display name of the framework that this framework deployment is for.