Class: Google::Cloud::Asset::V1::AnalyzerOrgPolicy::Rule::StringValues
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzerOrgPolicy::Rule::StringValues
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
The string values for the list constraints.
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array<::String>
List of values allowed at this resource.
-
#denied_values ⇒ ::Array<::String>
List of values denied at this resource.
Instance Attribute Details
#allowed_values ⇒ ::Array<::String>
Returns List of values allowed at this resource.
2005 2006 2007 2008 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2005 class StringValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#denied_values ⇒ ::Array<::String>
Returns List of values denied at this resource.
2005 2006 2007 2008 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2005 class StringValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |