Oracle Database@Google Cloud v1 API - Class IdentityConnector (1.4.0)

public sealed class IdentityConnector : IMessage<IdentityConnector>, IEquatable<IdentityConnector>, IDeepCloneable<IdentityConnector>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > IdentityConnector

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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