Show / Hide Table of Contents

Class CreateOracleDbGcpIdentityConnectorDetails

Creates Oracle DB GCP Identity Connector resource.

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

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
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Oracle DB Google GCP Identity Connector resource name.

Remarks

Required

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
[Required(ErrorMessage = "GcpLocation is required.")]
[JsonProperty(PropertyName = "gcpLocation")]
public string GcpLocation { get; set; }
Property Value
Type Description
string

GCP Location.

Remarks

Required

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

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

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

In this article
Back to top