Class: Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint::Constraint::ListConstraint
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint::Constraint::ListConstraint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
A Constraint
that allows or disallows a list of string values, which
are configured by an organization's policy administrator with a Policy
.
Instance Attribute Summary collapse
-
#supports_in ⇒ ::Boolean
Indicates whether values grouped into categories can be used in
Policy.allowed_values
andPolicy.denied_values
. -
#supports_under ⇒ ::Boolean
Indicates whether subtrees of Cloud Resource Manager resource hierarchy can be used in
Policy.allowed_values
andPolicy.denied_values
.
Instance Attribute Details
#supports_in ⇒ ::Boolean
Returns Indicates whether values grouped into categories can be used in
Policy.allowed_values
and Policy.denied_values
. For example,
"in:Python"
would match any value in the 'Python' group.
2063 2064 2065 2066 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2063 class ListConstraint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supports_under ⇒ ::Boolean
Returns Indicates whether subtrees of Cloud Resource Manager resource hierarchy
can be used in Policy.allowed_values
and Policy.denied_values
. For
example, "under:folders/123"
would match any resource under the
'folders/123' folder.
2063 2064 2065 2066 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2063 class ListConstraint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |