Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer.
The organization/folder/project resource governed by organization policies of AnalyzeOrgPolicyGovernedContainersRequest.constraint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#consolidated_policy
def consolidated_policy() -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicy) — The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle. The evaluation will respect the organization policy hierarchy rules.
#consolidated_policy=
def consolidated_policy=(value) -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
- value (::Google::Cloud::Asset::V1::AnalyzerOrgPolicy) — The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle. The evaluation will respect the organization policy hierarchy rules.
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicy) — The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle. The evaluation will respect the organization policy hierarchy rules.
#full_resource_name
def full_resource_name() -> ::String
- (::String) — The full resource name of an organization/folder/project resource.
#full_resource_name=
def full_resource_name=(value) -> ::String
- value (::String) — The full resource name of an organization/folder/project resource.
- (::String) — The full resource name of an organization/folder/project resource.
#parent
def parent() -> ::String
- (::String) — The full resource name of the parent of AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.
#parent=
def parent=(value) -> ::String
- value (::String) — The full resource name of the parent of AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.
- (::String) — The full resource name of the parent of AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.
#policy_bundle
def policy_bundle() -> ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
-
(::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>) — The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][].
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in the list.
#policy_bundle=
def policy_bundle=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
-
value (::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>) — The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][].
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in the list.
-
(::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>) — The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][].
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in the list.