Class: Google::Apis::PrivatecaV1beta1::AllowedConfigList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/privateca_v1beta1/classes.rb,
generated/google/apis/privateca_v1beta1/representations.rb,
generated/google/apis/privateca_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AllowedConfigList

Returns a new instance of AllowedConfigList.



105
106
107
# File 'generated/google/apis/privateca_v1beta1/classes.rb', line 105

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allowed_config_valuesArray<Google::Apis::PrivatecaV1beta1::ReusableConfigWrapper>

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



103
104
105
# File 'generated/google/apis/privateca_v1beta1/classes.rb', line 103

def allowed_config_values
  @allowed_config_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



110
111
112
# File 'generated/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