Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class InstancesListEntraIdCertificatesResponse.
Instances ListEntraIdCertificates response.
Generated from protobuf message google.cloud.sql.v1.InstancesListEntraIdCertificatesResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ certs |
array<SslCert>
List of Entra ID certificates for the instance. |
↳ active_version |
string
The |
↳ kind |
string
This is always |
getCerts
List of Entra ID certificates for the instance.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCerts
List of Entra ID certificates for the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SslCert>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getActiveVersion
The sha1_fingerprint of the active certificate from certs.
| Returns | |
|---|---|
| Type | Description |
string |
|
setActiveVersion
The sha1_fingerprint of the active certificate from certs.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKind
This is always sql#instancesListEntraIdCertificates.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#instancesListEntraIdCertificates.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|