Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class CreateFrameworkRequest.
Request message for creating a Framework
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.CreateFrameworkRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
.
↳ framework_id
string
Required. ID of the framework. This is not the full name of the framework. This is the last part of the full name of the framework.
↳ framework
getParent
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
.
string
setParent
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
.
var
string
$this
getFrameworkId
Required. ID of the framework.
This is not the full name of the framework. This is the last part of the full name of the framework.
string
setFrameworkId
Required. ID of the framework.
This is not the full name of the framework. This is the last part of the full name of the framework.
var
string
$this
getFramework
Required. The resource being created
hasFramework
clearFramework
setFramework
Required. The resource being created
$this
static::build
parent
string
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
. Please see ConfigClient::organizationLocationName()
for help formatting this field.
framework
frameworkId
string
Required. ID of the framework. This is not the full name of the framework. This is the last part of the full name of the framework.

