Class: Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
The organization/folder/project resource governed by organization policies of AnalyzeOrgPolicyGovernedContainersRequest.constraint.
Instance Attribute Summary collapse
-
#consolidated_policy ⇒ ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
The consolidated organization policy for the analyzed resource.
-
#effective_tags ⇒ ::Array<::Google::Cloud::Asset::V1::EffectiveTagDetails>
The effective tags on this resource.
-
#folders ⇒ ::Array<::String>
The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}.
-
#full_resource_name ⇒ ::String
The full resource name of an organization/folder/project resource.
-
#organization ⇒ ::String
The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}.
- #parent ⇒ ::String
-
#policy_bundle ⇒ ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][].
-
#project ⇒ ::String
The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}.
Instance Attribute Details
#consolidated_policy ⇒ ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
Returns 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.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_tags ⇒ ::Array<::Google::Cloud::Asset::V1::EffectiveTagDetails>
Returns The effective tags on this resource.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#folders ⇒ ::Array<::String>
Returns The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#full_resource_name ⇒ ::String
Returns The full resource name of an organization/folder/project resource.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::String
Returns The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The full resource name of the parent of AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_bundle ⇒ ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
Returns 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.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2361 class GovernedContainer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |