Show / Hide Table of Contents

Class OracleDbGcpIdentityConnector

This resource is used to create and manage a GCP Identity Connector for Oracle Database running on Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D). The Identity Connector enables secure communication between Oracle Cloud and Google Cloud services.

Inheritance
object
OracleDbGcpIdentityConnector
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDbGcpIdentityConnector

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Oracle DB GCP Identity Connector resource name.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}

GcpIdentityConnectivityStatus

Declaration
[JsonProperty(PropertyName = "gcpIdentityConnectivityStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OracleDbGcpIdentityConnector.GcpIdentityConnectivityStatusEnum? GcpIdentityConnectivityStatus { get; set; }
Property Value
Type Description
OracleDbGcpIdentityConnector.GcpIdentityConnectivityStatusEnum?

The current Connectivity status of GCP Identity Connector resource.

GcpLocation

Declaration
[Required(ErrorMessage = "GcpLocation is required.")]
[JsonProperty(PropertyName = "gcpLocation")]
public string GcpLocation { get; set; }
Property Value
Type Description
string

GCP Location.

Remarks

Required

GcpNodes

Declaration
[JsonProperty(PropertyName = "gcpNodes")]
public List<GcpNodes> GcpNodes { get; set; }
Property Value
Type Description
List<GcpNodes>

List of All VMs where GCP Identity Connector is configured for this VMCluster.

GcpResourceServiceAgentId

Declaration
[Required(ErrorMessage = "GcpResourceServiceAgentId is required.")]
[JsonProperty(PropertyName = "gcpResourceServiceAgentId")]
public string GcpResourceServiceAgentId { get; set; }
Property Value
Type Description
string

The ID of the GCP resource service agent.

Remarks

Required

GcpWorkloadIdentityPoolId

Declaration
[Required(ErrorMessage = "GcpWorkloadIdentityPoolId is required.")]
[JsonProperty(PropertyName = "gcpWorkloadIdentityPoolId")]
public string GcpWorkloadIdentityPoolId { get; set; }
Property Value
Type Description
string

The ID of the cloud GCP Workload Identity Pool.

Remarks

Required

GcpWorkloadIdentityProviderId

Declaration
[Required(ErrorMessage = "GcpWorkloadIdentityProviderId is required.")]
[JsonProperty(PropertyName = "gcpWorkloadIdentityProviderId")]
public string GcpWorkloadIdentityProviderId { get; set; }
Property Value
Type Description
string

The ID of the GCP Workload Identity Provider.

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the Oracle DB GCP Identity Connector resource.

Remarks

Required

IssuerUrl

Declaration
[Required(ErrorMessage = "IssuerUrl is required.")]
[JsonProperty(PropertyName = "issuerUrl")]
public string IssuerUrl { get; set; }
Property Value
Type Description
string

OIDC token issuer Url.

Remarks

Required

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OracleDbGcpIdentityConnector.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
OracleDbGcpIdentityConnector.LifecycleStateEnum?

The current lifecycle state of the GCP Identity Connector resource.

LifecycleStateDetails

Declaration
[JsonProperty(PropertyName = "lifecycleStateDetails")]
public string LifecycleStateDetails { get; set; }
Property Value
Type Description
string

Description of the current lifecycle state in more detail.

ProjectId

Declaration
[Required(ErrorMessage = "ProjectId is required.")]
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }
Property Value
Type Description
string

Project id of the customer project.

Remarks

Required

ResourceId

Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

The OCID of the GCP VM Cluster resource.

Remarks

Required

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

Time when the Oracle DB GCP Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

Time when the Oracle DB GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

In this article
Back to top