Google Certificate Authority Service V1beta1 Client - Class AllowedConfigList (1.3.1)

Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class AllowedConfigList.

Generated from protobuf message google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigList

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateAuthority \ CertificateAuthorityPolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ allowed_config_values 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.

getAllowedConfigValues

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllowedConfigValues

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.

Parameter
NameDescription
var array<Google\Cloud\Security\PrivateCA\V1beta1\ReusableConfigWrapper>
Returns
TypeDescription
$this