Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class IdentityConnector.
The identity connector details which will allow OCI to securely access the resources in the customer project.
Generated from protobuf message google.cloud.oracledatabase.v1.IdentityConnector
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_agent_email |
string
Output only. A google managed service account on which customers can grant roles to access resources in the customer project. Example: |
↳ connection_state |
int
Output only. The connection state of the identity connector. |
getServiceAgentEmail
Output only. A google managed service account on which customers can grant
roles to access resources in the customer project. Example:
p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceAgentEmail
Output only. A google managed service account on which customers can grant
roles to access resources in the customer project. Example:
p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnectionState
Output only. The connection state of the identity connector.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConnectionState. |
setConnectionState
Output only. The connection state of the identity connector.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConnectionState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|