public sealed class IdentityConnector : IMessage<IdentityConnector>, IEquatable<IdentityConnector>, IDeepCloneable<IdentityConnector>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class IdentityConnector.
The identity connector details which will allow OCI to securely access the resources in the customer project.
Implements
IMessageIdentityConnector, IEquatableIdentityConnector, IDeepCloneableIdentityConnector, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
IdentityConnector()
public IdentityConnector()IdentityConnector(IdentityConnector)
public IdentityConnector(IdentityConnector other)| Parameter | |
|---|---|
| Name | Description |
other |
IdentityConnector |
Properties
ConnectionState
public IdentityConnector.Types.ConnectionState ConnectionState { get; set; }Output only. The connection state of the identity connector.
| Property Value | |
|---|---|
| Type | Description |
IdentityConnectorTypesConnectionState |
|
ServiceAgentEmail
public string ServiceAgentEmail { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|