Class IdentityConnectorDetails
Details of the identity connector
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class IdentityConnectorDetails
Properties
CloudProvider
Declaration
[JsonProperty(PropertyName = "cloudProvider")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IdentityConnectorDetails.CloudProviderEnum? CloudProvider { get; set; }
Property Value
Type | Description |
---|---|
IdentityConnectorDetails.CloudProviderEnum? | Cloud provider |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the identity connector |