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
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ CertificateAuthorityMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setCaCertificateAccessUrl
The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCrlAccessUrls
The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |