Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkDeploymentReference.
The reference to a framework deployment.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ framework_deployment |
string
Output only. The name of the framework deployment, in the format |
↳ framework_reference |
FrameworkReference
Optional. The reference to the framework that this deployment is for. For example: |
↳ framework_display_name |
string
Optional. The display name of the framework that this framework deployment is for. |
getFrameworkDeployment
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFrameworkDeployment
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkReference
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.
| Returns | |
|---|---|
| Type | Description |
FrameworkReference|null |
|
hasFrameworkReference
clearFrameworkReference
setFrameworkReference
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.
| Parameter | |
|---|---|
| Name | Description |
var |
FrameworkReference
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkDisplayName
Optional. The display name of the framework that this framework deployment is for.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFrameworkDisplayName
Optional. The display name of the framework that this framework deployment is for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|