Class: Google::Apis::PrivatecaV1beta1::AllowedConfigList
- Inherits:
-
Object
- Object
- Google::Apis::PrivatecaV1beta1::AllowedConfigList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/privateca_v1beta1/classes.rb,
lib/google/apis/privateca_v1beta1/representations.rb,
lib/google/apis/privateca_v1beta1/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ AllowedConfigList
constructor
A new instance of AllowedConfigList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AllowedConfigList
Returns a new instance of AllowedConfigList.
105 106 107 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 105 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allowed_config_values ⇒ Array<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 'lib/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 '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 |