Google Certificate Authority Service V1 Client - Class AccessUrls (1.2.2)

Reference documentation and code samples for the Google Certificate Authority Service V1 Client class AccessUrls.

URLs where a CertificateAuthority will publish content.

Generated from protobuf message google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ca_certificate_access_url string

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

↳ crl_access_urls array

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

getCaCertificateAccessUrl

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

Returns
TypeDescription
string

setCaCertificateAccessUrl

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCrlAccessUrls

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCrlAccessUrls

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this