Show / Hide Table of Contents

Class OracleDbGcpIdentityConnectorSummary

Oracle DB GCP Identity Connector resource summary.

Inheritance
object
OracleDbGcpIdentityConnectorSummary
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 OracleDbGcpIdentityConnectorSummary

Properties

CompartmentId

Declaration
[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.

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(StringEnumConverter))]
public OracleDbGcpIdentityConnector.GcpIdentityConnectivityStatusEnum? GcpIdentityConnectivityStatus { get; set; }
Property Value
Type Description
OracleDbGcpIdentityConnector.GcpIdentityConnectivityStatusEnum?

The current lifecycle state of the GCP Identity Connector resource.

GcpLocation

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

GCP Location.

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
[JsonProperty(PropertyName = "gcpResourceServiceAgentId")]
public string GcpResourceServiceAgentId { get; set; }
Property Value
Type Description
string

The ID of the GCP resource service agent.

GcpWorkloadIdentityPoolId

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

The ID of the cloud GCP Workload Identity Pool.

GcpWorkloadIdentityProviderId

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

The ID of the GCP Workload Identity Provider.

Id

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

The OCID of the Oracle DB GCP Identity Connector resource.

IssuerUrl

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

OIDC token issuer Url

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
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
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }
Property Value
Type Description
string

Project id of the customer project.

ResourceId

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

The OCID of the GCP VM Cluster resource.

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