Class AssignedConnectionDetails
Details to about assigned connections.
Inherited Members
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. |