Class: Google::Cloud::Asset::V1::AnalyzerOrgPolicy::Rule::StringValues

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allowed_values::Array<::String>

Returns List of values allowed at this resource.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Array<::String>)

    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