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

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

URLs where a CertificateAuthority will publish content.

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

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateAuthority

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_url string

The URL 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

getCrlAccessUrl

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

Returns
TypeDescription
string

setCrlAccessUrl

The URL 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