Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse.
The response message for AssetService.AnalyzeOrgPolicies.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#constraint
def constraint() -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint
Returns
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
#constraint=
def constraint=(value) -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint
Parameter
- value (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
Returns
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.
#org_policy_results
def org_policy_results() -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult>
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult>) — The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.
#org_policy_results=
def org_policy_results=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult>) — The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPoliciesResponse::OrgPolicyResult>) — The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.