Cloud Asset V1 API - Class Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult (v1.3.1)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult.

The organization policy result to the query.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#consolidated_policy

def consolidated_policy() -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
Returns

#consolidated_policy=

def consolidated_policy=(value) -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicy
Parameter
Returns

#folders

def folders() -> ::Array<::String>
Returns
  • (::Array<::String>) — The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

#folders=

def folders=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.
Returns
  • (::Array<::String>) — The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

#organization

def organization() -> ::String
Returns
  • (::String) — The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

#organization=

def organization=(value) -> ::String
Parameter
  • value (::String) — The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.
Returns
  • (::String) — The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

#policy_bundle

def policy_bundle() -> ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
Returns

#policy_bundle=

def policy_bundle=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzerOrgPolicy>
Parameter
Returns

#project

def project() -> ::String
Returns
  • (::String) — The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.
Returns
  • (::String) — The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.