Show / Hide Table of Contents

Class AssignedConnectionDetails

Details to about assigned connections.

Inheritance
object
AssignedConnectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class AssignedConnectionDetails

Properties

ConnectionId

Declaration
[JsonProperty(PropertyName = "connectionId")]
public string ConnectionId { get; set; }
Property Value
Type Description
string

OCID of the connection.

ConnectionName

Declaration
[JsonProperty(PropertyName = "connectionName")]
public string ConnectionName { get; set; }
Property Value
Type Description
string

Name of the connection.

RequestedBy

Declaration
[JsonProperty(PropertyName = "requestedBy")]
public string RequestedBy { get; set; }
Property Value
Type Description
string

Specifies who has made this connection.

In this article
Back to top