Reference documentation and code samples for the Google Certificate Authority Service V1 Client class UserDefinedAccessUrls.
User-defined URLs for accessing content published by this CertificateAuthority.
Generated from protobuf message google.cloud.security.privateca.v1.CertificateAuthority.UserDefinedAccessUrls
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ CertificateAuthorityMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aia_issuing_certificate_urls |
array
Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted. |
↳ crl_access_urls |
array
Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted. |
getAiaIssuingCertificateUrls
Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAiaIssuingCertificateUrls
Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getCrlAccessUrls
Optional. A list of URLs where to obtain CRL information, i.e.
the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCrlAccessUrls
Optional. A list of URLs where to obtain CRL information, i.e.
the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |