Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::CreatePolicyRequest.
The request sent to the [CreatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.CreatePolicy] method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) —
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}
#parent=
def parent=(value) -> ::String
-
value (::String) —
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}
-
(::String) —
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}
#policy
def policy() -> ::Google::Cloud::OrgPolicy::V2::Policy
- (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to create.
#policy=
def policy=(value) -> ::Google::Cloud::OrgPolicy::V2::Policy
- value (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to create.
- (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to create.