Show / Hide Table of Contents

Class UpdateOracleDbGcpIdentityConnectorDetails

This object is about to provide input params to create Oracle DB GCP Identity Connector resource.

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

Properties

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 Google 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"}

GcpLocation

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

GCP Location.

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.

IssuerUrl

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

OIDC token issuer Url

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.

In this article
Back to top