Class AuthConfig
Authentication configuration for Generic REST invocation.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
[JsonConverter(typeof(AuthConfigModelConverter))]
public class AuthConfigProperties
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Generated key that can be used in API calls to identify this object. | 
ModelVersion
Declaration
[JsonProperty(PropertyName = "modelVersion")]
public string ModelVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The model version of an object. | 
ParentRef
Declaration
[JsonProperty(PropertyName = "parentRef")]
public ParentReference ParentRef { get; set; }Property Value
| Type | Description | 
|---|---|
| ParentReference |