Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzerOrgPolicy::Rule::StringValues.
The string values for the list constraints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowed_values
def allowed_values() -> ::Array<::String>
Returns
- (::Array<::String>) — List of values allowed at this resource.
#allowed_values=
def allowed_values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of values allowed at this resource.
Returns
- (::Array<::String>) — List of values allowed at this resource.
#denied_values
def denied_values() -> ::Array<::String>
Returns
- (::Array<::String>) — List of values denied at this resource.
#denied_values=
def denied_values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of values denied at this resource.
Returns
- (::Array<::String>) — List of values denied at this resource.