Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::CertificateAuthorityPolicy::AllowedConfigList.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowed_config_values
def allowed_config_values() -> ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigWrapper>
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::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.
#allowed_config_values=
def allowed_config_values=(value) -> ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigWrapper>
Parameter
- value (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::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.
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1beta1::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.