Cloud Asset V1 API - Class Google::Cloud::Asset::V1::AnalyzerOrgPolicy (v0.32.0)

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

This organization policy message is a modified version of the one defined in the Organization Policy system. This message contains several fields defined in the original organization policy with some new fields for analysis purpose.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#applied_resource

def applied_resource() -> ::String
Returns
  • (::String) — The full resource name of an organization/folder/project resource where this organization policy applies to.

    For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

#applied_resource=

def applied_resource=(value) -> ::String
Parameter
  • value (::String) — The full resource name of an organization/folder/project resource where this organization policy applies to.

    For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

Returns
  • (::String) — The full resource name of an organization/folder/project resource where this organization policy applies to.

    For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

#attached_resource

def attached_resource() -> ::String
Returns
  • (::String) — The full resource name of an organization/folder/project resource where this organization policy is set.

    Notice that some type of constraints are defined with default policy. This field will be empty for them.

#attached_resource=

def attached_resource=(value) -> ::String
Parameter
  • value (::String) — The full resource name of an organization/folder/project resource where this organization policy is set.

    Notice that some type of constraints are defined with default policy. This field will be empty for them.

Returns
  • (::String) — The full resource name of an organization/folder/project resource where this organization policy is set.

    Notice that some type of constraints are defined with default policy. This field will be empty for them.

#inherit_from_parent

def inherit_from_parent() -> ::Boolean
Returns
  • (::Boolean) — If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

#inherit_from_parent=

def inherit_from_parent=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.
Returns
  • (::Boolean) — If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

#reset

def reset() -> ::Boolean
Returns
  • (::Boolean) — Ignores policies set above this resource and restores the default behavior of the constraint at this resource. This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

#reset=

def reset=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Ignores policies set above this resource and restores the default behavior of the constraint at this resource. This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.
Returns
  • (::Boolean) — Ignores policies set above this resource and restores the default behavior of the constraint at this resource. This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

#rules

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

#rules=

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