Reference documentation and code samples for the Google Cloud Org Policy V2 Client class CreatePolicyRequest.
The request sent to the [CreatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.CreatePolicy] method.
Generated from protobuf message google.cloud.orgpolicy.v2.CreatePolicyRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Cloud resource that will parent the new Policy. Must be in one of the following forms: * |
↳ policy |
Google\Cloud\OrgPolicy\V2\Policy
Required. |
getParent
Required. The 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 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 |
|