Show / Hide Table of Contents

Class IdentityConnectorDetails

Details of the identity connector

Inheritance
object
IdentityConnectorDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top