Reference documentation and code samples for the Google Cloud Org Policy V2 Client class CreatePolicyRequest.
The request sent to the CreatePolicyRequest method.
Generated from protobuf message google.cloud.orgpolicy.v2.CreatePolicyRequest
Namespace
Google \ Cloud \ OrgPolicy \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Google Cloud resource that will parent the new policy. Must be in one of the following forms: * |
↳ policy |
Google\Cloud\OrgPolicy\V2\Policy
Required. Policy to create. |
getParent
Required. The Google Cloud resource that will parent the new policy. Must be in one of the following forms:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The Google Cloud resource that will parent the new policy. Must be in one of the following forms:
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPolicy
Required. Policy to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\OrgPolicy\V2\Policy|null |
hasPolicy
clearPolicy
setPolicy
Required. Policy to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\OrgPolicy\V2\Policy
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The Google Cloud resource that will parent the new policy. Must be in one of the following forms:
|
policy |
Google\Cloud\OrgPolicy\V2\Policy
Required. Policy to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\OrgPolicy\V2\CreatePolicyRequest |