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 \ CertificateAuthorityPolicyMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Security\PrivateCA\V1beta1\ReusableConfigWrapper>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|