Class GoogleCloudStorageConnectionSummary
Summary of the Google Cloud Storage Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class GoogleCloudStorageConnectionSummary : ConnectionSummary
Properties
ServiceAccountKeyFileSecretId
Declaration
[JsonProperty(PropertyName = "serviceAccountKeyFileSecretId")]
public string ServiceAccountKeyFileSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Secret where the content of the service account key file is stored, which contains the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided. |
TechnologyType
Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(StringEnumConverter))]
public GoogleCloudStorageConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudStorageConnection.TechnologyTypeEnum? | The Google Cloud Storage technology type. |
Remarks
Required