class Google::Apis::PrivatecaV1beta1::AllowedConfigList

Attributes

allowed_config_values[RW]

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field. Corresponds to the JSON property `allowedConfigValues` @return [Array<Google::Apis::PrivatecaV1beta1::ReusableConfigWrapper>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/privateca_v1beta1/classes.rb, line 105
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/privateca_v1beta1/classes.rb, line 110
def update!(**args)
  @allowed_config_values = args[:allowed_config_values] if args.key?(:allowed_config_values)
end